:root {
  --mc-bg: #0b0d10;
  --mc-surface: #17191e;
  --mc-surface-soft: #f4f5f7;
  --mc-white: #ffffff;
  --mc-text: #191c22;
  --mc-muted: #626873;
  --mc-border: #dfe2e7;
  --mc-yellow: #f7b500;
  --mc-yellow-dark: #c98d00;
  --mc-orange: #d95518;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body.masterclass-page {
  margin: 0;
  background: var(--mc-white);
  color: var(--mc-text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

.masterclass-page *,
.masterclass-page *::before,
.masterclass-page *::after {
  box-sizing: border-box;
}

.masterclass-page img {
  max-width: 100%;
}

.mc-container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.mc-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 74px;
  background: rgba(8, 10, 13, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mc-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 28px;
}

.mc-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.mc-logo img {
  width: 126px;
  height: 48px;
  object-fit: contain;
}

.mc-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  margin-left: auto;
}

.mc-nav-links a {
  color: #f4f5f7;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.mc-nav-links a:hover,
.mc-nav-links a:focus-visible {
  color: var(--mc-yellow);
}

.mc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 2px solid var(--mc-yellow);
  border-radius: 6px;
  background: var(--mc-yellow);
  color: #111318;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.mc-button:hover,
.mc-button:focus-visible {
  border-color: #ffd15c;
  background: #ffd15c;
  color: #050608;
}

.mc-button-dark {
  border-color: #1d2026;
  background: #1d2026;
  color: var(--mc-white);
}

.mc-button-dark:hover,
.mc-button-dark:focus-visible {
  border-color: #343944;
  background: #343944;
  color: var(--mc-white);
}

.mc-button-small {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 0.86rem;
}

.mc-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 760px;
  overflow: hidden;
  background-color: #13151a;
  background-image: url("../img/evento/sem_texto.png");
  background-position: 78% center;
  background-size: cover ;
}

.mc-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(5, 7, 10, 0.67);
}

.mc-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: 44px;
}

.mc-hero-copy {
  width: min(790px, 70%);
  color: var(--mc-white);
}

.mc-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--mc-orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mc-hero .mc-eyebrow {
  color: #ffd15c;
}

.mc-hero h1 {
  max-width: 790px;
  margin: 0;
  color: var(--mc-white);
  font-size: 3.55rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.mc-hero h1 span {
  display: block;
}

.mc-hero-lead {
  max-width: 660px;
  margin: 20px 0 0;
  color: #f1f3f6;
  font-size: 1.12rem;
  line-height: 1.6;
}

.mc-event-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mc-event-facts li {
  position: relative;
  padding-left: 18px;
  color: var(--mc-white);
  font-size: 1rem;
  font-weight: 800;
}

.mc-event-facts li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mc-yellow);
  content: "";
}

.mc-hero-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 24px;
}

.mc-price-copy {
  display: grid;
  color: var(--mc-white);
}

.mc-price-copy span {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mc-price-copy strong {
  color: #ffd15c;
  font-size: 1.35rem;
}

.mc-microtrust {
  margin: 14px 0 0;
  color: #d9dde4;
  font-size: 0.88rem;
  font-weight: 700;
}

.mc-trust-strip {
  background: var(--mc-yellow);
  color: #111318;
}

.mc-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mc-trust-item {
  padding: 18px 22px;
  border-right: 1px solid rgba(17, 19, 24, 0.2);
}

.mc-trust-item:last-child {
  border-right: 0;
}

.mc-trust-item strong,
.mc-trust-item span {
  display: block;
}

.mc-trust-item strong {
  font-size: 0.96rem;
  font-weight: 900;
}

.mc-trust-item span {
  margin-top: 3px;
  font-size: 0.82rem;
}

.mc-section {
  padding-block: 82px;
}

.mc-section-soft {
  background: var(--mc-surface-soft);
}

.mc-section-dark {
  background: var(--mc-bg);
  color: var(--mc-white);
}

.mc-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.mc-section-head h2,
.mc-split-copy h2,
.mc-location-copy h2,
.mc-final h2 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.mc-section-head p,
.mc-split-copy p,
.mc-location-copy p {
  margin: 18px 0 0;
  color: var(--mc-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.mc-section-dark .mc-section-head p,
.mc-section-dark .mc-split-copy p {
  color: #c7cbd2;
}

.mc-problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.mc-problem-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-problem-list li {
  padding: 17px 18px;
  border-left: 4px solid var(--mc-yellow);
  background: #202329;
  color: #f5f6f8;
  font-weight: 700;
}

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

.mc-learn-item {
  min-height: 220px;
  padding: 27px;
  border: 1px solid var(--mc-border);
  border-radius: 8px;
  background: var(--mc-white);
}

.mc-learn-number {
  display: block;
  color: var(--mc-orange);
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1;
}

.mc-learn-item h3 {
  margin: 20px 0 0;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25;
}

.mc-learn-item p {
  margin: 10px 0 0;
  color: var(--mc-muted);
}

.mc-ticket-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(135px, 0.55fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #30343c;
  border-radius: 8px;
  background: #30343c;
}

.mc-ticket-summary-copy,
.mc-ticket-summary-item {
  padding: 24px;
  background: #171a1f;
}

.mc-ticket-summary-copy h2 {
  margin: 0;
  color: var(--mc-white);
  font-size: 1.65rem;
  line-height: 1.2;
}

.mc-ticket-summary-copy p {
  margin: 9px 0 0;
  color: #bdc2ca;
}

.mc-ticket-summary-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--mc-white);
  text-decoration: none;
}

.mc-ticket-summary-item span {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mc-ticket-summary-item strong {
  margin-top: 4px;
  color: #ffd15c;
  font-size: 1.4rem;
}

.mc-ticket-summary-item small {
  margin-top: 8px;
  color: #c8ccd3;
  font-weight: 700;
}

.mc-ticket-summary-item:hover,
.mc-ticket-summary-item:focus-visible {
  background: #252931;
}

.mc-experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 52px;
  align-items: center;
}

.mc-experience-media {
  margin: 0;
}

.mc-experience-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
}

.mc-experience-statement {
  margin: 0;
  color: var(--mc-text);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.4;
}

.mc-experience-copy p {
  margin: 20px 0 0;
  color: var(--mc-muted);
}

.mc-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mc-audience-item {
  padding: 24px;
  border: 1px solid #30343c;
  border-radius: 8px;
  background: #171a1f;
}

.mc-audience-item h3 {
  margin: 0;
  color: var(--mc-white);
  font-size: 1.2rem;
}

.mc-audience-item p {
  margin: 9px 0 0;
  color: #c3c8d0;
}

.mc-audience-note {
  margin: 20px 0 0;
  color: #d3d7de;
}

.mc-speaker-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mc-speaker-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--mc-border);
  border-radius: 8px;
  background: var(--mc-white);
}

.mc-speaker-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center top;
}

.mc-speaker-body {
  padding: 28px;
}

.mc-speaker-role {
  color: var(--mc-orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-speaker-body h3 {
  margin: 6px 0 0;
  font-size: 1.65rem;
  line-height: 1.15;
}

.mc-speaker-body > p {
  margin: 14px 0 0;
  color: var(--mc-muted);
}

.mc-speaker-points {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mc-speaker-points li {
  position: relative;
  padding-left: 17px;
  font-size: 0.9rem;
  font-weight: 700;
}

.mc-speaker-points li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mc-yellow);
  content: "";
}

.mc-speaker-delivery {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid var(--mc-border);
  font-size: 0.92rem;
}

.mc-proof-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
  align-items: center;
}

.mc-proof-logos figure {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--mc-border);
  border-radius: 8px;
  background: var(--mc-white);
}

.mc-proof-logos img {
  display: block;
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.mc-ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.mc-ticket-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: 30px;
  border: 1px solid #373b44;
  border-radius: 8px;
  background: #171a1f;
}

.mc-ticket-card-recommended {
  border: 2px solid var(--mc-yellow);
}

.mc-ticket-badge {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 9px;
  border-radius: 4px;
  background: var(--mc-yellow);
  color: #111318;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-ticket-name {
  color: #d6dae1;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-ticket-price {
  display: block;
  margin-top: 8px;
  color: var(--mc-white);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.mc-ticket-description {
  min-height: 50px;
  margin: 14px 0 0;
  color: #c6cad1;
}

.mc-ticket-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 28px;
  padding: 22px 0 0;
  border-top: 1px solid #343841;
  list-style: none;
}

.mc-ticket-list li {
  position: relative;
  padding-left: 20px;
  color: #f2f3f5;
}

.mc-ticket-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mc-yellow);
  content: "";
}

.mc-ticket-card .mc-button {
  width: 100%;
  margin-top: auto;
}

.mc-ticket-note {
  margin: 22px auto 0;
  color: #c2c7cf;
  text-align: center;
}

.mc-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 60px;
  align-items: center;
}

.mc-location-panel {
  padding: 30px;
  border: 1px solid var(--mc-border);
  border-radius: 8px;
  background: var(--mc-surface-soft);
}

.mc-location-panel span,
.mc-location-panel strong,
.mc-location-panel small {
  display: block;
}

.mc-location-panel span {
  color: var(--mc-orange);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-location-panel strong {
  margin-top: 7px;
  font-size: 1.4rem;
}

.mc-location-panel small {
  margin: 6px 0 22px;
  color: var(--mc-muted);
  font-size: 0.95rem;
}

.mc-faq-list {
  border-top: 1px solid var(--mc-border);
}

.mc-faq-item {
  border-bottom: 1px solid var(--mc-border);
}

.mc-faq-item summary {
  position: relative;
  padding: 22px 48px 22px 0;
  font-size: 1.02rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.mc-faq-item summary::-webkit-details-marker {
  display: none;
}

.mc-faq-item summary::after {
  position: absolute;
  top: 19px;
  right: 4px;
  content: "+";
  color: var(--mc-orange);
  font-size: 1.55rem;
  font-weight: 800;
}

.mc-faq-item[open] summary::after {
  content: "−";
}

.mc-faq-item p {
  max-width: 840px;
  margin: -4px 0 22px;
  color: var(--mc-muted);
}

.mc-final {
  padding-block: 82px;
  background: var(--mc-yellow);
  color: #111318;
  text-align: center;
}

.mc-final-inner {
  max-width: 850px;
  margin-inline: auto;
}

.mc-final p {
  margin: 20px auto 0;
  font-size: 1.08rem;
}

.mc-final-facts {
  margin: 20px 0 26px;
  font-weight: 850;
}

.mc-support {
  padding: 28px 0;
  background: #f0f2f5;
}

.mc-support-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mc-support p {
  margin: 0;
  font-weight: 800;
}

.mc-footer {
  padding: 28px 0;
  background: #080a0d;
  color: #aeb4bd;
  font-size: 0.86rem;
  text-align: center;
}

.mc-footer a {
  color: var(--mc-white);
}

.mc-mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid #30343c;
  background: rgba(8, 10, 13, 0.98);
  transform: translateY(0);
  transition: transform 180ms ease;
}

.mc-mobile-cta.is-hidden {
  transform: translateY(110%);
}

.mc-mobile-cta-copy {
  display: grid;
  color: var(--mc-white);
}

.mc-mobile-cta-copy span {
  color: #ffd15c;
  font-size: 0.75rem;
  font-weight: 900;
}

.mc-mobile-cta-copy strong {
  font-size: 0.88rem;
}

@media (max-width: 991.98px) {
  .mc-nav-links {
    gap: 16px;
  }

  .mc-nav-links a:nth-child(2) {
    display: none;
  }

  .mc-hero {
    background-position: 63% center;
  }

  .mc-hero-copy {
    width: min(650px, 80%);
  }

  .mc-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-trust-item:nth-child(2) {
    border-right: 0;
  }

  .mc-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(17, 19, 24, 0.2);
  }

  .mc-problem-grid,
  .mc-experience-grid,
  .mc-location-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .mc-ticket-summary {
    grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
  }

  .mc-ticket-summary-copy {
    grid-column: 1 / -1;
  }

  .mc-speaker-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .mc-ticket-grid {
    grid-template-columns: 1fr;
  }

  .mc-ticket-card {
    min-height: 0;
  }

  .mc-ticket-description {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  body.masterclass-page {
    padding-bottom: 76px;
  }

  .mc-container {
    width: min(100% - 24px, 680px);
  }

  .mc-nav {
    height: 66px;
  }

  .mc-logo img {
    width: 112px;
    height: 42px;
  }

  .mc-nav-links {
    display: none;
  }

  .mc-nav .mc-button {
    min-height: 40px;
    padding: 9px 13px;
  }

  .mc-hero {
    min-height: 690px;
    align-items: flex-end;
    background-position: 58% top;
  }

  .mc-hero::before {
    background: rgba(5, 7, 10, 0.72);
  }

  .mc-hero-inner {
    align-items: flex-end;
    padding: 52px 0 38px;
  }

  .mc-hero-copy {
    width: 100%;
  }

  .mc-hero h1 {
    font-size: 2.55rem;
  }

  .mc-hero-lead {
    font-size: 1rem;
  }

  .mc-event-facts {
    display: grid;
    gap: 8px;
  }

  .mc-hero-offer {
    align-items: stretch;
  }

  .mc-hero-offer .mc-button {
    width: 100%;
  }

  .mc-price-copy {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .mc-trust-grid,
  .mc-learn-grid,
  .mc-audience-grid,
  .mc-speaker-grid,
  .mc-proof-logos {
    grid-template-columns: 1fr;
  }

  .mc-trust-item,
  .mc-trust-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 24, 0.2);
  }

  .mc-trust-item:last-child {
    border-bottom: 0;
  }

  .mc-section,
  .mc-final {
    padding-block: 62px;
  }

  .mc-section-head h2,
  .mc-split-copy h2,
  .mc-location-copy h2,
  .mc-final h2 {
    font-size: 2rem;
  }

  .mc-ticket-summary {
    grid-template-columns: 1fr;
  }

  .mc-ticket-summary-copy {
    grid-column: auto;
  }

  .mc-ticket-summary-item {
    flex-flow: row wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px 16px;
  }

  .mc-ticket-summary-item small {
    width: 100%;
    margin-top: 0;
  }

  .mc-experience-statement {
    font-size: 1.3rem;
  }

  .mc-speaker-card {
    grid-template-columns: 1fr;
  }

  .mc-speaker-card img {
    height: 330px;
    min-height: 0;
  }

  .mc-support-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .mc-mobile-cta {
    display: flex;
  }
}

@media (max-width: 380px) {
  .mc-mobile-cta-copy strong {
    font-size: 0.78rem;
  }

  .mc-mobile-cta .mc-button {
    padding-inline: 12px;
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .mc-button,
  .mc-mobile-cta {
    transition: none;
  }
}
