/* Premium V6 — advanced certifications */
.certification-premium-v6 {
  --cp-ink: #061424;
  --cp-blue: #0b2f5f;
  --cp-gold: #d6a84e;
  --cp-gold-light: #f6d176;
  --cp-cyan: #65e7f5;
  --cp-paper: #f8f5ee;
  --cp-line: rgba(7, 24, 47, .1);
  background: #fff;
}

.certification-premium-v6 .site-header .dropdown-menu {
  padding: .65rem;
  border: 1px solid rgba(7, 24, 47, .09);
  border-radius: 1rem;
  box-shadow: 0 22px 55px rgba(7, 24, 47, .14);
}

.certification-premium-v6 .site-header .dropdown-item {
  padding: .65rem .8rem;
  color: #152844;
  border-radius: .65rem;
  font-size: .92rem;
  font-weight: 700;
}

.certification-premium-v6 .nav-link-resources span {
  margin-left: .22rem;
  padding: .2rem .38rem;
  color: #9a6711;
  border-radius: 999px;
  background: rgba(229, 185, 92, .18);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.certification-premium-v6 .btn-na-primary {
  color: #2f2209;
  border: 1px solid #e7bb55;
  background: linear-gradient(135deg, var(--cp-gold-light), var(--cp-gold));
  box-shadow: 0 16px 36px rgba(214, 168, 78, .24);
}

.certification-premium-v6 .btn-na-primary:hover {
  color: #201704;
  box-shadow: 0 20px 44px rgba(214, 168, 78, .32);
}

.certification-premium-v6 .cert-hero {
  position: relative;
  overflow: hidden;
  padding: 178px 0 5.4rem;
  color: #fff;
  border-bottom: 1px solid rgba(214, 168, 78, .4);
  background:
    radial-gradient(circle at 13% 18%, rgba(34, 211, 238, .15), transparent 27%),
    radial-gradient(circle at 78% 22%, rgba(214, 168, 78, .13), transparent 28%),
    linear-gradient(116deg, #030d1b 0%, #061424 52%, #0a294f 100%);
}

.certification-premium-v6 .cert-hero::before {
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .12) .75px, transparent .75px);
  background-size: 25px 25px;
  mask-image: linear-gradient(to right, #000, transparent 88%);
  opacity: .35;
}

.certification-premium-v6 .cert-hero::after {
  position: absolute;
  right: -210px;
  bottom: -340px;
  width: 700px;
  height: 700px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
}

.certification-premium-v6 .cert-hero .row {
  position: relative;
  z-index: 2;
}

.certification-premium-v6 .breadcrumb-lite {
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, .62);
  font-size: .84rem;
  font-weight: 650;
}

.certification-premium-v6 .breadcrumb-lite a {
  color: var(--cp-cyan);
}

.certification-premium-v6 .cert-badge {
  padding: .42rem .68rem;
  color: #e9f7fb;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .055);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.certification-premium-v6 .cert-badge i {
  color: var(--cp-gold-light);
}

.certification-premium-v6 .cert-hero h1 {
  margin: 1.1rem 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.15rem, 5.35vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .96;
}

.certification-premium-v6.mesmerism-page .cert-hero h1 {
  font-size: clamp(2.75rem, 4.65vw, 4.65rem);
}

.certification-premium-v6 .cert-hero .lead {
  max-width: 640px;
  margin-top: 1.25rem !important;
  color: #d2deeb;
  font-size: 1rem;
  line-height: 1.76;
}

.certification-premium-v6 .cert-hero-seal {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: 1.35rem 0 0;
}

.certification-premium-v6 .cert-hero-seal img {
  width: 60px;
  height: 60px;
  padding: .35rem;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.certification-premium-v6 .cert-hero-seal::after {
  width: 1px;
  height: 42px;
  margin-left: .1rem;
  content: "";
  background: rgba(255, 255, 255, .22);
}

.certification-premium-v6 .cert-hero-seal span {
  order: 3;
  color: #f8fbff;
  font-size: .87rem;
  font-weight: 700;
  line-height: 1.35;
}

.certification-premium-v6 .cert-hero .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .78rem 1.08rem !important;
  font-size: .84rem;
  font-weight: 850;
}

.certification-premium-v6 .cert-hero .btn-na-outline,
.certification-premium-v6 .cert-hero .btn-share-certification {
  color: #fff;
  border-color: rgba(246, 209, 118, .55);
  background: rgba(255, 255, 255, .025);
}

.certification-premium-v6 .cert-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
}

.certification-premium-v6 .cert-hero-visual img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  filter: drop-shadow(0 25px 45px rgba(34, 211, 238, .17))
          drop-shadow(0 15px 32px rgba(214, 168, 78, .18));
}

.certification-premium-v6 .cert-info-panel {
  padding: 1.35rem 1.35rem 1.1rem;
  color: var(--cp-ink);
  border: 1px solid rgba(214, 168, 78, .32);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 96% 5%, rgba(214, 168, 78, .1), transparent 26%),
    linear-gradient(180deg, #fffdf8, #fff 42%, #fbfcfe);
  box-shadow: 0 30px 78px rgba(2, 9, 21, .3);
  backdrop-filter: none;
}

.certification-premium-v6 .cert-info-panel::before {
  display: block;
  width: 54px;
  height: 3px;
  margin-bottom: .45rem;
  content: "";
  border-radius: 99px;
  background: linear-gradient(90deg, var(--cp-gold), var(--cp-gold-light));
}

.certification-premium-v6 .cert-info-panel::after {
  display: block;
  margin: .7rem 0 .15rem;
  content: "Próxima convocatoria";
  color: #9a6711;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

.certification-premium-v6 .cert-info-item {
  position: relative;
  padding: .78rem 0 .78rem 2.85rem;
  border-color: rgba(7, 24, 47, .09);
}

.certification-premium-v6 .cert-info-item:first-of-type {
  padding-top: .78rem;
}

.certification-premium-v6 .cert-info-item::before {
  position: absolute;
  top: .82rem;
  left: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  content: "•";
  color: #966514;
  border: 1px solid rgba(214, 168, 78, .25);
  border-radius: 50%;
  background: #fff6e4;
  font-size: 1.25rem;
}

.certification-premium-v6 .cert-info-item span {
  color: #8c5b0e;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.certification-premium-v6 .cert-info-item strong {
  color: var(--cp-ink);
  font-size: .86rem;
  font-weight: 820;
  line-height: 1.42;
}

.certification-premium-v6 .cert-info-item .price-sale {
  color: #0c9398 !important;
  font-size: 1.42rem !important;
}

.certification-premium-v6 .cert-info-item .price-regular {
  color: #94a3b8 !important;
  font-size: .78rem;
}

.certification-premium-v6 .course-schedule-section {
  padding: 4.5rem 0 0 !important;
  background: linear-gradient(180deg, #fff, #fbfcfe);
}

.certification-premium-v6 .course-schedule-panel {
  border-color: rgba(214, 168, 78, .2) !important;
  box-shadow: 0 22px 58px rgba(7, 24, 47, .07) !important;
}

.certification-premium-v6 .course-schedule-header {
  background:
    radial-gradient(circle at top right, rgba(214, 168, 78, .13), transparent 31%),
    linear-gradient(135deg, #061424, #0b2f5f) !important;
}

.certification-premium-v6 .course-schedule-header .schedule-label {
  color: var(--cp-gold-light) !important;
}

.certification-premium-v6 .cert-section {
  padding: clamp(4.2rem, 7vw, 5.6rem) 0;
}

.certification-premium-v6 .section-kicker {
  color: #9a6711;
}

.certification-premium-v6 .section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: -.045em;
}

.certification-premium-v6 .cert-card,
.certification-premium-v6 .academy-seal-card {
  border-color: rgba(7, 24, 47, .09);
  border-radius: 1.35rem;
  box-shadow: 0 18px 46px rgba(7, 24, 47, .055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.certification-premium-v6 .cert-card {
  position: relative;
  overflow: hidden;
  padding: 1.35rem 1.25rem;
}

.certification-premium-v6 .cert-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--cp-gold), var(--cp-gold-light));
}

.certification-premium-v6 .cert-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 168, 78, .28);
  box-shadow: 0 26px 60px rgba(7, 24, 47, .09);
}

.certification-premium-v6 .cert-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.certification-premium-v6 .academy-seal-card {
  padding: 1.45rem;
  background: linear-gradient(180deg, #fffdf8, #fff);
}

.certification-premium-v6 .academy-seal-card h3 {
  color: var(--cp-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
}

.certification-premium-v6 .trainer-card {
  border: 1px solid rgba(214, 168, 78, .24);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 96% 7%, rgba(214, 168, 78, .14), transparent 26%),
    linear-gradient(135deg, #061424, #0b2f5f);
  box-shadow: 0 22px 55px rgba(7, 24, 47, .16);
}

.certification-premium-v6 .trainer-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
}

.certification-premium-v6 .method-section {
  color: #fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(34, 211, 238, .11), transparent 28%),
    radial-gradient(circle at 89% 10%, rgba(214, 168, 78, .11), transparent 25%),
    linear-gradient(135deg, #061424, #0b2f5f);
}

.certification-premium-v6 .method-section .section-kicker {
  color: var(--cp-gold-light);
}

.certification-premium-v6 .method-section .section-title,
.certification-premium-v6 .method-section .cert-card h3 {
  color: #fff;
}

.certification-premium-v6 .method-section .section-subtitle,
.certification-premium-v6 .method-section .cert-card p,
.certification-premium-v6 .method-section .cert-list li {
  color: #c8d6e6;
}

.certification-premium-v6 .method-section .cert-card {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .07);
  box-shadow: none;
}

.certification-premium-v6 .method-section .cert-list i {
  color: var(--cp-gold-light);
}

.certification-premium-v6 .cert-cta {
  border: 1px solid rgba(214, 168, 78, .28);
  background:
    radial-gradient(circle at top right, rgba(214, 168, 78, .16), transparent 34%),
    linear-gradient(135deg, #061424, #0b2f5f);
  box-shadow: 0 25px 66px rgba(7, 24, 47, .16);
}

.certification-premium-v6 .cert-cta h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
}

.certification-premium-v6 .trainer-platform-feature {
  border-color: rgba(214, 168, 78, .2) !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 168, 78, .12), transparent 30%),
    linear-gradient(180deg, #fcfaf4, #fff) !important;
}

.certification-premium-v6 .platform-dashboard-card {
  border: 1px solid rgba(214, 168, 78, .26);
  background:
    radial-gradient(circle at top right, rgba(214, 168, 78, .16), transparent 34%),
    linear-gradient(135deg, #061424, #0b2f5f) !important;
}

@media (max-width: 1199.98px) {
  .certification-premium-v6 .cert-hero-visual {
    min-height: 300px;
  }

  .certification-premium-v6 .cert-hero-visual img {
    width: min(100%, 250px);
  }
}

@media (max-width: 991.98px) {
  .certification-premium-v6 .cert-hero {
    padding-top: 156px;
  }

  .certification-premium-v6 .cert-hero-visual {
    min-height: 250px;
  }

  .certification-premium-v6 .cert-info-panel {
    margin-top: .5rem;
  }
}

@media (max-width: 575.98px) {
  .certification-premium-v6 .cert-hero {
    padding-top: 145px;
  }

  .certification-premium-v6 .cert-hero h1,
  .certification-premium-v6.mesmerism-page .cert-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.45rem);
  }

  .certification-premium-v6 .cert-hero .btn {
    width: 100%;
  }

  .certification-premium-v6 .cert-hero-visual {
    min-height: 210px;
  }

  .certification-premium-v6 .cert-hero-visual img {
    width: min(78%, 230px);
  }
}
