/* Elite-Tema · navegación, layouts base y pie de página. */

.elite-tema-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.elite-theme-menu {
  position: relative;
  z-index: 9990;
  width: 100%;
  pointer-events: none;
}
.elite-theme-menu--base {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  pointer-events: none;
}
.elite-theme-menu__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1240px, calc(100% - 40px));
  min-height: 108px;
  margin: 0 auto;
}
.elite-theme-menu__panel {
  position: absolute;
  top: 24px;
  left: 50%;
  display: flex;
  height: 40px;
  align-items: center;
  width: auto;
  min-width: 0;
  min-height: 40px;
  padding: 0 7px;
  gap: 2px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(91, 135, 158, .30);
  box-shadow: 0 14px 30px rgba(45, 62, 76, .16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: auto;
  transform: translateX(-50%);
}
.elite-theme-menu__group {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 4px;
}
.elite-theme-menu__group--left {
  grid-column: 1;
  justify-content: space-between;
}
.elite-theme-menu__group--right {
  grid-column: 3;
  justify-content: space-between;
}
.elite-theme-menu__brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: 4;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  margin: -5px 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.elite-theme-menu__brand::before,
.elite-theme-menu__brand::after { position: absolute; border: 1px solid rgba(255, 255, 255, .58); border-radius: 50%; content: ""; pointer-events: none; }
.elite-theme-menu__brand::before { inset: -8px; animation: elite-theme-menu-orbit 9s linear infinite; }
.elite-theme-menu__brand::after { inset: -14px; opacity: .4; animation: elite-theme-menu-orbit 13s linear infinite reverse; }
.elite-theme-menu__mark { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; overflow: visible; border-radius: 10px; background: transparent; }
.elite-theme-menu__mark img { display: block; width: 46px; height: 46px; object-fit: contain; opacity: .72; transform-origin: center; animation: none; transition: transform 1.8s ease-in-out, opacity .25s ease; }
.elite-theme-menu__brand:hover .elite-theme-menu__mark img,
.elite-theme-menu__brand:focus-visible .elite-theme-menu__mark img { opacity: 1; transform: rotate(360deg); }
.elite-theme-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: 40px;
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .005em;
  line-height: 40px;
  white-space: nowrap;
  text-decoration: none;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(30, 65, 82, .3);
  transition: transform .22s ease, color .22s ease, background .22s ease;
}
.elite-theme-menu__link--home { order: 1; }
.elite-theme-menu__link--start { order: 2; }
.elite-theme-menu__link--courses { order: 3; }
.elite-theme-menu__link--about { order: 5; }
.elite-theme-menu__link--register { order: 6; }
.elite-theme-menu__link--profile { order: 7; }
.elite-theme-menu__link:hover,
.elite-theme-menu__link:focus-visible { color: #fff !important; background: rgba(255, 255, 255, .22); transform: scale(1.07); }
.elite-theme-menu__label { position: relative; display: block; height: 1.15em; overflow: hidden; line-height: 1.15; }
.elite-theme-menu__label > span { display: block; height: 1.15em; line-height: 1.15; transition: transform .5s cubic-bezier(.4, 0, .2, 1); }
.elite-theme-menu__label > span + span { position: absolute; top: 100%; left: 0; }
.elite-theme-menu__link:hover .elite-theme-menu__label > span,
.elite-theme-menu__link:focus-visible .elite-theme-menu__label > span { transform: translateY(-100%); }
.elite-theme-menu__toggle { display: none; }

@keyframes elite-theme-menu-orbit { to { transform: rotate(360deg); } }

.elite-theme-menu--compact {
  padding: 16px 0 10px;
  background: rgba(247, 250, 250, .82);
}
.elite-theme-menu--compact .elite-theme-menu__inner { min-height: 62px; }
.elite-theme-menu--compact .elite-theme-menu__panel {
  position: relative;
  top: auto;
  left: auto;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 48px;
  padding: 2px 8px;
  gap: 3px;
  background: rgba(174, 201, 214, .76);
  box-shadow: 0 10px 24px rgba(87, 111, 124, .16), inset 0 1px 0 rgba(255, 255, 255, .34);
  transform: none;
}
.elite-theme-menu--compact .elite-theme-menu__group { gap: 2px; }
.elite-theme-menu--compact .elite-theme-menu__brand { width: 54px; height: 54px; flex-basis: 54px; margin: -5px 3px; }
.elite-theme-menu--compact .elite-theme-menu__mark { width: 54px; height: 54px; }
.elite-theme-menu--compact .elite-theme-menu__mark img { width: 48px; height: 48px; }
.elite-theme-menu--compact .elite-theme-menu__link { color: #fff !important; font-size: 14px; font-weight: 800; text-shadow: 0 1px 2px rgba(30, 65, 82, .3); }
.elite-theme-menu--compact .elite-theme-menu__link:hover,
.elite-theme-menu--compact .elite-theme-menu__link:focus-visible { color: #fff !important; background: rgba(255, 255, 255, .28); }

.elite-theme-footer {
  position: relative;
  padding: 36px 20px 28px;
  color: #dce9eb;
  background: #203b4d;
}
.elite-theme-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .45;
  background: radial-gradient(circle at 10% 115%, transparent 0 80px, rgba(201, 224, 232, .13) 81px 82px, transparent 83px), radial-gradient(circle at 92% -35%, transparent 0 130px, rgba(241, 181, 165, .14) 131px 132px, transparent 133px);
}
.elite-theme-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, 100%);
  margin: 0 auto;
}
.elite-theme-footer__brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.elite-theme-footer__mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; background: rgba(255, 255, 255, .12); }
.elite-theme-footer__mark img { width: 33px; height: 33px; object-fit: contain; }
.elite-theme-footer__brand strong,
.elite-theme-footer__brand small { display: block; }
.elite-theme-footer__brand strong { font-size: 15px; }
.elite-theme-footer__brand small { color: #b8cbd0; font-size: 12px; }
.elite-theme-footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; }
.elite-theme-footer__links a { color: #dce9eb; font-size: 13px; text-decoration: none; }
.elite-theme-footer__links a:hover { color: #fff; }
.elite-theme-footer__legal { color: #a9c1c7; font-size: 11px; white-space: nowrap; }

.elite-tema-post h1,
.elite-tema-archive-heading h1,
.elite-tema-not-found h1 { margin: 0 0 20px; color: var(--elite-ink); font-size: clamp(38px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.elite-tema-post__content { color: #587184; font-size: 17px; }
.elite-tema-post__content > * { max-width: 780px; }
.elite-tema-post__content img { border-radius: 16px; }
.elite-tema-eyebrow { display: block; margin-bottom: 12px; color: var(--elite-blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.elite-tema-button { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 18px; border-radius: 999px; color: #fff !important; background: var(--elite-blue); text-decoration: none; }
.elite-tema-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.elite-tema-post-card { padding: 22px; border: 1px solid var(--elite-line); border-radius: 18px; background: #fff; box-shadow: var(--elite-shadow); }
.elite-tema-post-card__image { display: block; margin: -22px -22px 18px; overflow: hidden; border-radius: 18px 18px 0 0; }
.elite-tema-post-card__image img { display: block; width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.elite-tema-post-card__date { color: var(--elite-muted); font-size: 12px; }
.elite-tema-post-card h2 { margin: 7px 0 10px; font-size: 24px; line-height: 1.15; }
.elite-tema-post-card h2 a { color: var(--elite-ink); text-decoration: none; }
.elite-tema-post-card p { color: var(--elite-muted); }
.elite-tema-archive-description { max-width: 700px; color: var(--elite-muted); }
.elite-tema-not-found { min-height: 52vh; padding-top: 130px; }

@media (max-width: 800px) {
  body.elite-theme-menu-open { overflow: hidden; }
  .elite-theme-menu--base,
  .elite-theme-menu--compact { top: 0; padding: 0; background: transparent; }
  .elite-theme-menu__inner { width: 100%; min-height: 68px; align-items: center; justify-content: flex-end; padding: 10px 14px; pointer-events: none; }
  .elite-theme-menu__mobile-brand { position: relative; z-index: 140; display: inline-flex; order: 1; align-items: center; justify-content: center; width: 44px; height: 44px; margin: 0; padding: 0; border: 1px solid rgba(255, 255, 255, .72); border-radius: 50%; background: rgba(255, 255, 255, .86); box-shadow: 0 8px 20px rgba(38, 64, 78, .18); cursor: pointer; pointer-events: auto; }
  .elite-theme-menu__mobile-mark { display: grid; width: 40px; height: 40px; place-items: center; }
  .elite-theme-menu__mobile-mark img { display: block; width: 36px; height: 36px; object-fit: contain; }
  .elite-theme-menu__toggle { display: none !important; }
  .elite-theme-menu__panel,
  .elite-theme-menu--compact .elite-theme-menu__panel { position: absolute; top: 60px; right: 14px; left: auto; z-index: 130; display: flex; width: min(218px, calc(100vw - 28px)); height: auto; max-height: calc(100vh - 78px); min-height: 0; align-items: stretch; justify-content: flex-start; flex-direction: column; padding: 7px; gap: 1px; overflow-y: auto; border: 1px solid rgba(255, 255, 255, .62); border-radius: 17px; background: rgba(31, 63, 79, .96); box-shadow: 0 16px 34px rgba(28, 52, 66, .24); opacity: 0; pointer-events: none; transform: translateY(-7px) scale(.97); transform-origin: top right; transition: opacity .18s ease, transform .2s ease; }
  .elite-theme-menu__panel { position: absolute; top: 60px; right: 14px; left: auto; z-index: 130; display: flex; width: min(218px, calc(100vw - 28px)); height: auto; max-height: calc(100vh - 78px); min-height: 0; align-items: stretch; justify-content: flex-start; flex-direction: column; padding: 7px; gap: 1px; overflow-y: auto; border: 1px solid rgba(255, 255, 255, .62); border-radius: 17px; background: rgba(31, 63, 79, .96); box-shadow: 0 16px 34px rgba(28, 52, 66, .24); opacity: 0; pointer-events: none; transform: translateY(-7px) scale(.97); transform-origin: top right; transition: opacity .18s ease, transform .2s ease; }
  .elite-theme-menu__panel::before { display: none; }
  .elite-theme-menu__panel.is-open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
  .elite-theme-menu__group { display: contents; }
  .elite-theme-menu__brand { display: none; }
  .elite-theme-menu__brand::before,
  .elite-theme-menu__brand::after { display: none; }
  .elite-theme-menu__mark { width: 54px; height: 54px; }
  .elite-theme-menu__mark img { width: 50px; height: 50px; opacity: 1; }
  .elite-theme-menu__link,
  .elite-theme-menu--compact .elite-theme-menu__link { position: relative; z-index: 1; width: 100%; height: auto; min-height: 42px; justify-content: flex-start; padding: 10px 11px; border-radius: 11px; color: #fff !important; font-size: 16px; font-weight: 700; line-height: 1.15; text-shadow: 0 1px 2px rgba(13, 42, 58, .25); }
  .elite-theme-menu__link--home { order: 1; }
  .elite-theme-menu__link--start { order: 2; }
  .elite-theme-menu__link--courses { order: 3; }
  .elite-theme-menu__link--about { order: 5; }
  .elite-theme-menu__link--register { order: 6; }
  .elite-theme-menu__link--profile { order: 7; }
  .elite-theme-menu__link:hover,
  .elite-theme-menu__link:focus-visible { color: #fff !important; background: rgba(255, 255, 255, .13); transform: none; }
  .elite-theme-menu__label { height: 1.2em; }
  .elite-theme-menu__label > span { height: 1.2em; line-height: 1.2; transform: none !important; transition: none !important; }
  .elite-theme-menu__label > span + span { display: none; }
  .elite-theme-menu__link:hover,
  .elite-theme-menu__link:focus-visible { transform: none; }
  .elite-theme-footer__inner { grid-template-columns: 1fr; justify-items: start; gap: 18px; }
  .elite-theme-footer__links { justify-content: flex-start; }
  .elite-theme-footer__legal { white-space: normal; }
  .elite-tema-post-grid { grid-template-columns: 1fr; }
}

.elite-theme-menu__mobile-brand { display: none; }
@media (max-width: 800px) {
  .elite-theme-menu__mobile-brand { display: inline-flex; }
}

/* Checkout PMPro: tarjeta de compra clara y consistente para todos los niveles. */
body.pmpro-checkout {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(23, 109, 156, .12), transparent 24%),
    radial-gradient(circle at 92% 78%, rgba(224, 143, 123, .13), transparent 26%),
    linear-gradient(135deg, #f3f8f9 0%, #fffdf9 54%, #eef5f5 100%);
}

body.pmpro-checkout::before,
body.pmpro-checkout::after {
  position: fixed;
  z-index: 0;
  border: 1px solid rgba(23, 109, 156, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.pmpro-checkout::before {
  top: 108px;
  right: -165px;
  width: 390px;
  height: 390px;
  box-shadow: 0 0 0 18px rgba(23, 109, 156, .035), 0 0 0 42px rgba(23, 109, 156, .025);
}

body.pmpro-checkout::after {
  bottom: -170px;
  left: -130px;
  width: 330px;
  height: 330px;
  border-color: rgba(224, 143, 123, .16);
  box-shadow: 0 0 0 18px rgba(224, 143, 123, .035);
}

body.pmpro-checkout .elite-tema-site,
body.pmpro-checkout .elite-tema-main,
body.pmpro-checkout .elite-tema-entry,
body.pmpro-checkout .elite-tema-post {
  position: relative;
  z-index: 1;
}

body.pmpro-checkout .elite-tema-main {
  min-height: calc(100vh - 108px);
}

body.pmpro-checkout .elite-tema-entry {
  width: min(1040px, calc(100% - 40px));
  padding: 136px 0 88px;
}

body.pmpro-checkout .elite-tema-post > h1 {
  position: relative;
  max-width: 760px;
  margin: 0 auto 30px;
  color: var(--elite-ink);
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: -.055em;
  text-align: center;
}

body.pmpro-checkout .elite-tema-post > h1::before {
  display: block;
  margin-bottom: 14px;
  color: var(--elite-blue);
  content: "ACTIVA TU ACCESO";
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.pmpro-checkout .elite-tema-post > h1::after {
  display: block;
  max-width: 540px;
  margin: 18px auto 0;
  color: var(--elite-muted);
  content: "Completa tus datos y continúa al pago seguro.";
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

body.pmpro-checkout .elite-tema-post__content,
body.pmpro-checkout .elite-tema-post__content > * {
  max-width: none;
}

body.pmpro-checkout .pmpro {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

body.pmpro-checkout .pmpro_checkout {
  margin: 0 auto;
}

body.pmpro-checkout .pmpro_checkout > .pmpro_card,
body.pmpro-checkout #pmpro_user_fields .pmpro_card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(191, 215, 221, .76);
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 60px rgba(50, 75, 90, .12);
}

body.pmpro-checkout .pmpro_checkout > .pmpro_card::before,
body.pmpro-checkout #pmpro_user_fields .pmpro_card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #1687b9, #68c5c5 52%, #e39a84);
  content: "";
}

body.pmpro-checkout .pmpro_card_content {
  padding: 30px clamp(24px, 4vw, 42px);
}

body.pmpro-checkout .pmpro_level_name_text {
  margin: 0 0 18px;
  color: var(--elite-ink);
  font-size: 20px;
  line-height: 1.45;
}

body.pmpro-checkout #pmpro_level_cost {
  display: grid;
  gap: 5px;
}

body.pmpro-checkout #pmpro_level_cost p {
  margin: 0;
  color: var(--elite-muted);
  font-size: 15px;
  line-height: 1.5;
}

body.pmpro-checkout #pmpro_level_cost strong {
  color: var(--elite-blue);
  font-size: 30px;
  letter-spacing: -.03em;
}

body.pmpro-checkout .pmpro_card_actions {
  padding: 18px clamp(24px, 4vw, 42px) 24px;
  border-top: 1px solid #e3edef;
  color: var(--elite-muted);
  font-size: 14px;
}

body.pmpro-checkout #other_discount_code_p {
  display: block;
  margin: 0;
}

body.pmpro-checkout #other_discount_code_toggle {
  padding: 0;
  border: 0;
  color: var(--elite-blue);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

body.pmpro-checkout #other_discount_code_fields {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 16px;
}

body.pmpro-checkout #other_discount_code_fields label {
  display: block;
  margin-bottom: 7px;
  color: var(--elite-ink);
  font-size: 13px;
  font-weight: 800;
}

body.pmpro-checkout #other_discount_code_fields input[type="text"] {
  width: min(280px, 100%);
}

body.pmpro-checkout #other_discount_code_fields input[type="button"] {
  min-height: 48px;
  padding: 11px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--elite-blue);
  font-weight: 800;
  cursor: pointer;
}

body.pmpro-checkout #pmpro_user_fields {
  margin: 24px 0 0;
  padding: 0;
  border: 0;
}

body.pmpro-checkout #pmpro_user_fields legend {
  width: 100%;
  padding: 0;
}

body.pmpro-checkout #pmpro_user_fields .pmpro_form_heading {
  margin: 0;
  color: var(--elite-ink);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.1;
  letter-spacing: -.04em;
}

body.pmpro-checkout #pmpro_user_fields .pmpro_form_fields {
  display: grid;
  gap: 18px;
  width: 100%;
}

body.pmpro-checkout #pmpro_user_fields .pmpro_cols-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 16px;
  width: 100%;
}

body.pmpro-checkout #pmpro_user_fields .pmpro_cols-2 > * {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
}

body.pmpro-checkout #pmpro_user_fields .pmpro_form_field {
  display: grid;
  align-content: start;
  gap: 7px;
}

body.pmpro-checkout #pmpro_user_fields label {
  color: #496276;
  font-size: 13px;
  font-weight: 800;
}

body.pmpro-checkout #pmpro_user_fields input[type="text"],
body.pmpro-checkout #pmpro_user_fields input[type="email"],
body.pmpro-checkout #pmpro_user_fields input[type="password"] {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #c8dce2;
  border-radius: 13px;
  outline: 0;
  color: var(--elite-ink);
  background: #f8fbfc;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

body.pmpro-checkout #pmpro_user_fields .pmpro_form_field-password-toggle {
  min-width: 0;
}

body.pmpro-checkout #pmpro_user_fields .pmpro_form_field-password-toggle button {
  color: var(--elite-blue);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

body.pmpro-checkout #pmpro_user_fields .pmpro_form_field-password-toggle .pmpro_icon-eye {
  width: 18px;
  height: 18px;
}

body.pmpro-checkout #pmpro_user_fields input[type="text"]:focus,
body.pmpro-checkout #pmpro_user_fields input[type="email"]:focus,
body.pmpro-checkout #pmpro_user_fields input[type="password"]:focus,
body.pmpro-checkout #other_discount_code_fields input[type="text"]:focus {
  border-color: #1d91bc;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(29, 145, 188, .12);
}

body.pmpro-checkout #pmpro_user_fields .pmpro_card_actions {
  color: var(--elite-muted);
}

body.pmpro-checkout #pmpro_user_fields .pmpro_card_actions a,
body.pmpro-checkout #pmpro_message a {
  color: var(--elite-blue);
  font-weight: 800;
}

body.pmpro-checkout .pmpro_form_submit {
  margin: 22px 0 0;
  padding: 0;
  text-align: right;
}

body.pmpro-checkout #pmpro_btn-submit {
  min-width: 220px;
  min-height: 54px;
  padding: 13px 26px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, #147fae, #249cc0);
  box-shadow: 0 12px 24px rgba(23, 109, 156, .2);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

body.pmpro-checkout #pmpro_btn-submit:hover,
body.pmpro-checkout #pmpro_btn-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(23, 109, 156, .25);
}

body.pmpro-checkout .ee-checkout-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 24px 0 18px;
  padding: 16px 18px;
  border: 1px solid #d6e7ea;
  border-radius: 14px;
  color: var(--elite-muted);
  background: rgba(244, 250, 251, .8);
  font-size: 13px;
  line-height: 1.55;
}

body.pmpro-checkout .ee-checkout-institution {
  margin: 24px 0 0;
}

body.pmpro-checkout .ee-checkout-institution label {
  display: block;
  margin-bottom: 7px;
  color: #496276;
  font-size: 13px;
  font-weight: 800;
}

body.pmpro-checkout .ee-checkout-institution label span {
  color: #91a0aa;
  font-weight: 500;
}

body.pmpro-checkout .ee-checkout-institution input {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #c8dce2;
  border-radius: 13px;
  outline: 0;
  color: var(--elite-ink);
  background: #f8fbfc;
  font: inherit;
}

body.pmpro-checkout .ee-checkout-institution input:focus {
  border-color: #1d91bc;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(29, 145, 188, .12);
}

body.pmpro-checkout .ee-checkout-consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--elite-blue);
}

body.pmpro-checkout .ee-checkout-consent label {
  margin: 0;
}

body.pmpro-checkout .ee-checkout-consent a {
  color: var(--elite-blue);
  font-weight: 800;
}

body.pmpro-checkout #pmpro_message,
body.pmpro-checkout .pmpro_message,
body.pmpro-checkout .pmpro_error {
  margin: 0 0 18px;
  border-radius: 14px;
}

@media (max-width: 760px) {
  body.pmpro-checkout .elite-tema-entry {
    width: min(100% - 28px, 620px);
    padding: 104px 0 56px;
  }

  body.pmpro-checkout .elite-tema-post > h1 {
    margin-bottom: 24px;
    font-size: clamp(38px, 13vw, 58px);
  }

  body.pmpro-checkout .elite-tema-post > h1::after {
    font-size: 15px;
  }

  body.pmpro-checkout #pmpro_user_fields .pmpro_cols-2 {
    grid-template-columns: 1fr;
  }

  body.pmpro-checkout #other_discount_code_fields {
    display: grid;
    align-items: stretch;
  }

  body.pmpro-checkout #other_discount_code_fields input[type="text"] {
    width: 100%;
  }

  body.pmpro-checkout #other_discount_code_fields input[type="button"],
  body.pmpro-checkout #pmpro_btn-submit {
    width: 100%;
  }

  body.pmpro-checkout .pmpro_form_submit {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elite-theme-menu__mark img,
  .elite-theme-menu__label > span,
  .elite-theme-menu__toggle i { transition: none; }
}

/* Acceso: composición abierta compartida por Start, acceso y dashboard. */
.elite-tema-body .ee-login-page {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(48px, 8vw, 100px) 24px;
  background:
    radial-gradient(circle at 7% 18%, rgba(22, 119, 170, .13), transparent 26%),
    radial-gradient(circle at 93% 82%, rgba(223, 133, 111, .13), transparent 28%),
    linear-gradient(135deg, #edf8fc 0%, #fffaf7 54%, #f0f6f7 100%);
}

.elite-tema-body .ee-login-page::before,
.elite-tema-body .ee-login-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(22, 119, 170, .16);
  border-radius: 50%;
  pointer-events: none;
}

.elite-tema-body .ee-login-page::before {
  top: -220px;
  right: -55px;
  width: 440px;
  height: 440px;
  box-shadow: 0 0 0 22px rgba(22, 119, 170, .045), 0 0 0 58px rgba(22, 119, 170, .035);
}

.elite-tema-body .ee-login-page::after {
  bottom: -170px;
  left: -70px;
  width: 300px;
  height: 300px;
  border-color: rgba(223, 133, 111, .22);
  box-shadow: 0 0 0 18px rgba(223, 133, 111, .045), 0 0 0 45px rgba(223, 133, 111, .03);
}

.elite-tema-body .ee-login-page .ee-login-layout {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1160px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(30px, 8vw, 100px);
  align-items: center;
}

.elite-tema-body .ee-login-page .ee-login-layout::before,
.elite-tema-body .ee-login-page .ee-login-layout::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.elite-tema-body .ee-login-page .ee-login-layout::before {
  top: 7%;
  left: -34px;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(22, 119, 170, .18);
  transform: rotate(45deg);
}

.elite-tema-body .ee-login-page .ee-login-layout::after {
  right: 44%;
  bottom: 8%;
  width: 76px;
  height: 76px;
  border: 1px dashed rgba(223, 133, 111, .28);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.elite-tema-body .ee-login-page .ee-login-story {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.elite-tema-body .ee-login-page .ee-login-story .ee-registration-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #1677aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.elite-tema-body .ee-login-page .ee-login-story h1 {
  max-width: 760px;
  margin: 0;
  color: #1e2f42;
  font-size: clamp(38px, 6vw, 74px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .98;
}

.elite-tema-body .ee-login-page .ee-login-story p {
  max-width: 600px;
  margin: 28px 0;
  color: #657a8e;
  font-size: 19px;
  line-height: 1.65;
}

.elite-tema-body .ee-login-page .ee-login-story ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #1e2f42;
  list-style: none;
  font-weight: 700;
}

.elite-tema-body .ee-login-page .ee-login-story li::before {
  content: "✓";
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  place-items: center;
  border-radius: 50%;
  color: #1677aa;
  background: #dff2fa;
}

.elite-tema-body .ee-login-page .ee-login-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid rgba(41, 73, 96, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 24px 70px rgba(36, 58, 77, .12);
}

.elite-tema-body .ee-login-page .ee-login-card h2 {
  margin: 0 0 24px;
  color: #1e2f42;
  font-size: 32px;
  letter-spacing: -.04em;
}

.elite-tema-body .ee-login-page .ee-login-card form {
  display: grid;
  gap: 16px;
  margin: 0;
}

.elite-tema-body .ee-login-page .ee-login-card form p { margin: 0; }

.elite-tema-body .ee-login-page .ee-login-card label {
  display: block;
  margin-bottom: 7px;
  color: #1e2f42;
  font-size: 14px;
  font-weight: 800;
}

.elite-tema-body .ee-login-page .ee-login-card input[type="text"],
.elite-tema-body .ee-login-page .ee-login-card input[type="password"] {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 11px 14px;
  border: 1px solid #bfd0db;
  border-radius: 12px;
  color: #1e2f42;
  background: #fff;
}

.elite-tema-body .ee-login-page .ee-login-card input[type="text"]:focus,
.elite-tema-body .ee-login-page .ee-login-card input[type="password"]:focus {
  outline: 3px solid rgba(22, 119, 170, .18);
  border-color: #1677aa;
}

.elite-tema-body .ee-login-page .ee-login-card input[type="submit"] {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #1677aa;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.elite-tema-body .ee-login-page .ee-login-card input[type="submit"]:hover,
.elite-tema-body .ee-login-page .ee-login-card input[type="submit"]:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(22, 119, 170, .22);
}

.elite-tema-body .ee-login-page .ee-login-card .login-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #657a8e;
  font-size: 13px;
  font-weight: 600;
}

.elite-tema-body .ee-login-page .ee-login-card .login-remember input { margin: 0; }

.elite-tema-body .ee-login-page .ee-login-links {
  margin: 16px 0 0;
  text-align: center;
  font-size: 14px;
}

.elite-tema-body .ee-login-page .ee-login-links a {
  color: #1677aa;
  font-weight: 700;
}

@media (max-width: 760px) {
  .elite-tema-body .ee-login-page {
    min-height: auto;
    padding: 40px 14px 60px;
  }

  .elite-tema-body .ee-login-page .ee-login-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .elite-tema-body .ee-login-page .ee-login-card {
    padding: 26px 20px;
    border-radius: 22px;
  }
}

/* Tipos de suscripción: presentación visual propia, sin tocar el menú global. */
body.pmpro-levels {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(23, 109, 156, .12), transparent 24%),
    radial-gradient(circle at 92% 72%, rgba(224, 143, 123, .13), transparent 25%),
    linear-gradient(135deg, #f3f8f9 0%, #fffdf9 54%, #eef5f5 100%);
}

body.pmpro-levels .elite-tema-site {
  position: relative;
  z-index: 1;
}

body.pmpro-levels .elite-tema-main {
  min-height: calc(100vh - 108px);
}

body.pmpro-levels .elite-tema-entry {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  padding: 136px 0 88px;
}

body.pmpro-levels .elite-tema-post {
  position: relative;
}

body.pmpro-levels .elite-tema-post::before,
body.pmpro-levels .elite-tema-post::after {
  position: absolute;
  border: 1px solid rgba(23, 109, 156, .14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.pmpro-levels .elite-tema-post::before {
  top: -70px;
  right: -170px;
  width: 360px;
  height: 360px;
  box-shadow: 0 0 0 24px rgba(23, 109, 156, .035), 0 0 0 64px rgba(23, 109, 156, .025);
}

body.pmpro-levels .elite-tema-post::after {
  bottom: 12px;
  left: -150px;
  width: 250px;
  height: 250px;
  border-color: rgba(224, 143, 123, .18);
}

body.pmpro-levels .elite-tema-post > h1,
body.pmpro-levels .elite-tema-post__content {
  position: relative;
  z-index: 1;
}

body.pmpro-levels .elite-tema-post > h1 {
  max-width: 780px;
  margin: 0;
  color: #20364a;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 850;
  letter-spacing: -.07em;
  line-height: .94;
}

body.pmpro-levels .elite-tema-post > h1::before {
  display: block;
  margin-bottom: 14px;
  color: #176d9c;
  content: "ELIGE TU RUTA";
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .18em;
  line-height: 1.2;
}

body.pmpro-levels .elite-tema-post > h1::after {
  display: block;
  max-width: 620px;
  margin-top: 24px;
  color: #6f8798;
  content: "Selecciona el estado donde presentarás tu examen y activa la preparación que corresponde a tu objetivo.";
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
}

body.pmpro-levels .elite-tema-post__content {
  margin-top: 48px;
}

body.pmpro-levels #pmpro_levels.pmpro_section {
  margin: 0;
}

body.pmpro-levels #pmpro_levels .pmpro_section_content {
  padding: 0;
}

body.pmpro-levels #pmpro_level_group-1.pmpro_card {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(162, 190, 199, .72);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 26px 70px rgba(37, 69, 82, .13);
  backdrop-filter: blur(10px);
}

body.pmpro-levels #pmpro_level_group-1.pmpro_card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #176d9c, #4c9ea1 58%, #e08f7b);
  content: "";
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_card_content {
  padding: 0;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 12px;
  background: transparent;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table thead th {
  padding: 0 22px 8px;
  border: 0;
  color: #8296a2;
  background: transparent;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
  text-align: left;
  text-transform: uppercase;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody tr {
  transition: transform .2s ease;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody tr:hover {
  transform: translateY(-2px);
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody th,
body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody td {
  padding: 24px 22px;
  border-top: 1px solid #e1ecee;
  border-bottom: 1px solid #e1ecee;
  background: #f8fbfb;
  vertical-align: middle;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody th {
  width: 26%;
  border-left: 1px solid #e1ecee;
  border-radius: 17px 0 0 17px;
  color: #20364a;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -.03em;
  text-align: left;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody td:nth-child(2) {
  width: 48%;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody td:last-child {
  width: 26%;
  border-right: 1px solid #e1ecee;
  border-radius: 0 17px 17px 0;
  text-align: right;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_level-price {
  margin: 0;
  color: #6f8798;
  font-size: 13px;
  line-height: 1.4;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_level-price strong {
  color: #176d9c;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -.04em;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_level-expiration {
  margin: 8px 0 0;
  color: #8296a2;
  font-size: 12px;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_btn.pmpro_btn-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 45px;
  padding: 11px 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, #176d9c, #2789a0);
  box-shadow: 0 10px 22px rgba(23, 109, 156, .18);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.pmpro-levels #pmpro_level_group-1 .pmpro_btn.pmpro_btn-select:hover,
body.pmpro-levels #pmpro_level_group-1 .pmpro_btn.pmpro_btn-select:focus-visible {
  color: #fff;
  background: linear-gradient(100deg, #155d85, #176d9c);
  box-shadow: 0 14px 28px rgba(23, 109, 156, .25);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  body.pmpro-levels .elite-tema-entry {
    width: min(100% - 28px, 1180px);
    padding: 106px 0 58px;
  }

  body.pmpro-levels .elite-tema-post > h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  body.pmpro-levels .elite-tema-post__content {
    margin-top: 34px;
  }

  body.pmpro-levels #pmpro_level_group-1.pmpro_card {
    padding: 18px 14px;
    border-radius: 22px;
  }

  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table,
  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody,
  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tr,
  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table th,
  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table td {
    display: block;
  }

  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table thead {
    display: none;
  }

  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody tr {
    margin-bottom: 12px;
  }

  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody th,
  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody td,
  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody td:last-child {
    width: 100%;
    border-right: 1px solid #e1ecee;
    border-radius: 0;
    text-align: left;
  }

  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody th {
    border-radius: 17px 17px 0 0;
    padding-bottom: 8px;
  }

  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody td {
    padding-top: 8px;
    padding-bottom: 16px;
    border-top: 0;
  }

  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody td:last-child {
    padding-top: 4px;
    padding-bottom: 18px;
    border-radius: 0 0 17px 17px;
  }

  body.pmpro-levels #pmpro_level_group-1 .pmpro_levels_table tbody td:last-child .pmpro_btn {
    width: 100%;
  }
}
