html, body {
  background: #03070b;
  color: #ffffff;
}

.landing-mba {
  background:
    radial-gradient(circle at top, rgba(0, 255, 204, 0.08), transparent 28%),
    radial-gradient(circle at right top, rgba(0, 153, 255, 0.10), transparent 24%),
    linear-gradient(180deg, #02060a 0%, #061018 100%);
  overflow: hidden;
}

.lp-section {
  position: relative;
  padding: 28px 0;
}

.lp-badge,
.lp-eyebrow {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 204, 0.35);
  background: rgba(0, 255, 204, 0.08);
  color: #73ffd9;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-title {
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
  margin: 18px 0 0;
  color: #ffffff;
}

.lp-title--price {
  color: #30f3b2;
}

.lp-title--price-old {
  color: #ff7272;
  text-decoration: line-through;
  text-decoration-color: #ff2f2f;
  text-decoration-thickness: 4px;
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  opacity: 0.95;
}

.lp-title--price-promo {
  color: #ffe36c;
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  line-height: 1.08;
  white-space: nowrap;
  text-shadow: 0 0 28px rgba(255, 227, 108, 0.20);
}

.lp-promo-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 18px 0 8px;
  padding: 16px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffe45c 0%, #ffc928 100%);
  color: #161200;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 18px 45px rgba(255, 201, 40, 0.24);
}

.lp-promo-badge__line1 {
  display: block;
  font-size: clamp(1.05rem, 2.4vw, 1.55rem);
  font-weight: 900;
}

.lp-promo-badge__line2 {
  display: block;
  margin-top: 4px;
  font-size: clamp(0.98rem, 2vw, 1.35rem);
  font-weight: 900;
}

.lp-panel {
  padding: 34px 0;
}

.lp-panel .container,
.lp-strip .container,
.lp-final .container,
.lp-hero .container {
  position: relative;
  z-index: 2;
}

.lp-panel__header {
  margin-bottom: 28px;
}

.lp-card,
.lp-price-card,
.lp-partnership,
.lp-investment,
.lp-strip__item,
.lp-persona-card {
  border: 1px solid rgba(73, 214, 255, 0.16);
  background: linear-gradient(180deg, rgba(7, 15, 24, 0.95) 0%, rgba(5, 10, 18, 0.98) 100%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.lp-hero {
  padding-top: 36px;
  padding-bottom: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 7, 12, 0.82) 0%, rgba(2, 7, 12, 0.62) 46%, rgba(2, 7, 12, 0.42) 100%);
}

.lp-hero__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 28px;
  align-items: center;
  min-height: 660px;
}

.lp-hero__title {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.98;
  font-weight: 900;
  margin: 18px 0;
  max-width: 760px;
}

.lp-hero__subtitle {
  font-size: 1.3rem;
  line-height: 1.55;
  max-width: 760px;
  color: #d7e6ef;
  margin: 0 0 24px;
}

.lp-hero__bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.lp-hero__bullets li {
  position: relative;
  padding-left: 22px;
  color: #e7f8ff;
  font-weight: 700;
}

.lp-hero__bullets li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #26f5b2;
}

.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.25s ease;
}

.lp-btn--primary {
  background: linear-gradient(90deg, #77ffb9 0%, #14e5ca 100%);
  color: #061018;
  box-shadow: 0 12px 30px rgba(20, 229, 202, 0.25);
}

.lp-btn--primary:hover {
  transform: translateY(-2px);
  color: #061018;
}

.lp-btn--secondary,
.lp-btn--whatsapp {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.lp-btn--secondary:hover,
.lp-btn--whatsapp:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.lp-price-card {
  border-radius: 24px;
  padding: 32px 28px;
  max-width: 420px;
  margin-left: auto;
}

.lp-price-card__eyebrow {
  display: inline-block;
  color: #8dffd9;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-weight: 800;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.lp-price-card__promo-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 8px 0 16px;
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffe45c 0%, #ffc928 100%);
  color: #161200;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 16px 40px rgba(255, 201, 40, 0.22);
}

.lp-price-card__promo-line1 {
  display: block;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 900;
}

.lp-price-card__promo-line2 {
  display: block;
  margin-top: 4px;
  font-size: clamp(0.92rem, 1.8vw, 1.08rem);
  font-weight: 900;
}

.lp-price-card__value {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #28f0b4;
  font-weight: 900;
  margin: 0 0 8px;
}

.lp-price-card__value-old {
  color: #ff7272;
  text-decoration: line-through;
  text-decoration-color: #ff2f2f;
  text-decoration-thickness: 4px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 8px;
}

.lp-price-card__value--promo {
  color: #ffe36c;
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  line-height: 1.04;
  white-space: nowrap;
  text-shadow: 0 0 28px rgba(255, 227, 108, 0.20);
}

.lp-price-card__note {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.lp-price-card__text {
  color: #d1dee8;
  line-height: 1.6;
  margin: 0 0 18px;
}

.lp-price-card__partner {
  border-radius: 14px;
  background: linear-gradient(180deg, #d8b36a 0%, #b98a3c 100%);
  color: #1a1408;
  font-weight: 800;
  padding: 14px 16px;
  text-align: center;
}

.lp-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.lp-strip__item {
  border-radius: 16px;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.lp-strip__icon {
  font-size: 1.4rem;
}

.lp-strip__text {
  font-size: 1.1rem;
  font-weight: 800;
}

.lp-panel__cards--three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-grid--six {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.lp-card {
  border-radius: 20px;
  padding: 28px 22px;
  text-align: center;
}

.lp-card__icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.lp-card__title {
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.lp-card__text {
  font-size: 0.98rem;
  line-height: 1.55;
  color: #c8d6df;
  margin: 0;
}

.lp-persona-card {
  border-radius: 18px;
  overflow: hidden;
}

.lp-persona-card__image {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.lp-persona-card__body {
  padding: 18px;
  text-align: center;
}

.lp-persona-card__body h3 {
  font-size: 1.18rem;
  margin: 0 0 8px;
  font-weight: 800;
}

.lp-persona-card__body p {
  color: #c9d8e0;
  margin: 0 0 12px;
  line-height: 1.5;
}

.lp-tag {
  display: inline-flex;
  min-height: 34px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #27f3b4 0%, #0fd0c9 100%);
  color: #071118;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lp-panel--partnership::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 7, 12, 0.88), rgba(2, 7, 12, 0.76));
}

.lp-partnership {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  gap: 20px;
  align-items: center;
}

.lp-partnership__col {
  text-align: center;
}

.lp-partnership__col h3 {
  font-size: 2rem;
  margin: 0 0 8px;
  font-weight: 900;
}

.lp-partnership__col p {
  margin: 0;
  color: #d1dee7;
  font-size: 1.1rem;
}

.lp-partnership__plus {
  font-size: 3rem;
  font-weight: 900;
  color: #2df2be;
  text-align: center;
}

.lp-investment {
  border-radius: 24px;
  padding: 26px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.lp-investment__subtitle {
  margin: 10px 0 0;
  font-size: 1.15rem;
  color: #d9e7ef;
  font-weight: 700;
}

.lp-investment__includes h3 {
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0 0 12px;
}

.lp-investment__includes ul {
  margin: 0;
  padding-left: 18px;
}

.lp-investment__includes li {
  margin-bottom: 10px;
  color: #d1dee8;
  line-height: 1.5;
}

.lp-investment__actions {
  display: grid;
  gap: 12px;
}

.lp-final {
  padding-bottom: 60px;
}

.lp-final__text {
  max-width: 840px;
  margin: 18px auto 24px;
  color: #d2dee7;
  font-size: 1.15rem;
  line-height: 1.7;
}

/* ============================================================
   BLOCO DOCENTES, NOVO LAYOUT
   ============================================================ */

.lp-docentes-section {
  padding-top: 56px;
  padding-bottom: 70px;
}

.lp-docentes-header {
  margin-bottom: 34px;
}

.lp-docentes-main-title {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.05;
  font-weight: 900;
  color: #ffffff;
}

.lp-docentes-subtitle {
  margin: 12px auto 0;
  max-width: 760px;
  color: #98adbd;
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
}

.lp-docentes-grid--team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.lp-docente-team-card {
  display: flex;
}

.lp-docente-team-card__inner {
  width: 100%;
  min-height: 100%;
  padding: 28px 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(10, 19, 30, 0.98) 0%, rgba(5, 11, 18, 0.98) 100%);
  border: 1px solid rgba(77, 219, 255, 0.14);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.40);
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lp-docente-team-card__inner:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 241, 186, 0.35);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.lp-docente-team-card__photo-wrap {
  width: 255px;
  height: 255px;
  margin: 0 auto 22px;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, rgba(45, 241, 186, 0.95) 0%, rgba(43, 176, 255, 0.95) 100%);
  box-shadow: 0 12px 36px rgba(31, 214, 198, 0.20);
  overflow: hidden;
}

.lp-docente-team-card__photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  background: #09111a;
}

.lp-docente-team-card__name {
  margin: 0 0 8px;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.lp-docente-team-card__role {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 800;
  color: #29e9b8;
}

.lp-docente-team-card__bio {
  margin: 0 0 22px;
  color: #c6d4de;
  line-height: 1.7;
  font-size: 0.96rem;
  flex-grow: 1;
}

.lp-docente-team-card__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: auto;
}

.lp-docente-team-card__social-link {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #29e9b8;
  transition: all 0.25s ease;
}

.lp-docente-team-card__social-link:hover {
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(45, 241, 186, 0.40);
  background: rgba(45, 241, 186, 0.10);
  color: #ffffff;
}

.lp-docente-team-card__social-link i {
  font-size: 1.15rem;
  line-height: 1;
  display: block;
  color: inherit;
}

.lp-docentes-empty {
  text-align: center;
  color: #c8d5de;
  font-size: 1.05rem;
  padding: 30px 0;
}

@media (max-width: 1200px) {
  .lp-grid--six {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .lp-hero__grid,
  .lp-investment,
  .lp-partnership,
  .lp-panel__cards--three {
    grid-template-columns: 1fr;
  }

  .lp-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-grid--six {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-price-card {
    max-width: 100%;
  }

  .lp-partnership__plus {
    display: none;
  }

  .lp-docentes-grid--team {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-docente-team-card__photo-wrap {
    width: 225px;
    height: 225px;
  }
}

@media (max-width: 575.98px) {
  .lp-grid--six,
  .lp-strip__grid,
  .lp-docentes-grid--team {
    grid-template-columns: 1fr;
  }

  .lp-hero__title {
    font-size: 2.3rem;
  }

  .lp-hero__subtitle {
    font-size: 1.05rem;
  }

  .lp-btn {
    width: 100%;
  }

  .lp-card,
  .lp-investment,
  .lp-partnership,
  .lp-price-card,
  .lp-docente-team-card__inner {
    padding: 34px 26px 28px;
  }

  .lp-docentes-main-title {
    font-size: 2.2rem;
  }

  .lp-promo-badge {
    width: 100%;
    text-align: left;
    padding: 14px 18px;
  }

  .lp-promo-badge__line1,
  .lp-promo-badge__line2 {
    width: 100%;
  }

  .lp-title--price-old {
    font-size: 1.45rem;
  }

  .lp-title--price-promo {
    font-size: 1.95rem;
    white-space: nowrap;
  }

  .lp-price-card__promo-badge {
    width: 100%;
    padding: 14px 16px;
  }

  .lp-price-card__promo-line1,
  .lp-price-card__promo-line2 {
    width: 100%;
  }

  .lp-price-card__value-old {
    font-size: 1.35rem;
  }

  .lp-price-card__value--promo {
    font-size: 1.9rem;
    white-space: nowrap;
  }
}

/* ============================================================
   BLOCO PARCERIA, NOVO LAYOUT CENTRALIZADO
   ============================================================ */

.lp-panel--partnership::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 7, 12, 0.88), rgba(2, 7, 12, 0.76));
}

.lp-partnership__intro {
  max-width: 900px;
  margin: 18px auto 0;
  color: #d2dee7;
  font-size: 1.08rem;
  line-height: 1.75;
  text-align: center;
}

.lp-partnership-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 34px;
}

.lp-partnership-card {
  border-radius: 26px;
  border: 1px solid rgba(77, 219, 255, 0.14);
  background: linear-gradient(180deg, rgba(10, 19, 30, 0.98) 0%, rgba(5, 11, 18, 0.98) 100%);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.40);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  text-align: center;
}

.lp-partnership-card__logo-wrap {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  width: 100%;
}

.lp-partnership-card__logo {
  max-height: 144px;
  max-width: 440px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.lp-partnership-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  text-align: center;
}

.lp-partnership-card__title {
  font-size: 1.55rem;
  line-height: 1.25;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 16px;
  text-align: center;
}

.lp-partnership-card__text {
  color: #c7d4de;
  line-height: 1.8;
  font-size: 1rem;
  margin: 0 0 16px;
  text-align: center;
  max-width: 95%;
}

.lp-partnership-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  color: #061018;
  background: linear-gradient(90deg, #77ffb9 0%, #14e5ca 100%);
  width: fit-content;
}

.lp-partnership-card__link:hover {
  color: #061018;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .lp-partnership-cards {
    grid-template-columns: 1fr;
  }

  .lp-partnership-card {
    padding: 28px 22px;
  }

  .lp-partnership-card__logo-wrap {
    height: 140px;
  }

  .lp-partnership-card__logo {
    max-height: 124px;
    max-width: 360px;
  }
}

@media (max-width: 575.98px) {
  .lp-partnership-card__logo-wrap {
    height: 120px;
    margin-bottom: 20px;
  }

  .lp-partnership-card__logo {
    max-height: 104px;
    max-width: 280px;
  }

  .lp-partnership-card__title {
    font-size: 1.3rem;
  }

  .lp-partnership-card__text {
    font-size: 0.96rem;
    line-height: 1.7;
  }
}
