.teaser {
  background: #050505 !important;
  isolation: isolate;
  grid-template-columns: 1fr !important;
  align-items: center;
  min-height: 58vh;
  padding: 0 !important;
  display: grid;
  position: relative;
  overflow: hidden;
  gap: 0 !important;
}

.teaser::after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #000000eb 0%, #000000a8 34%, #0000001f 70%), linear-gradient(0deg, #000000b3 0%, transparent 43%);
  position: absolute;
  inset: 0;
}

.teaserCopy {
  z-index: 2;
  pointer-events: none;
  width: min(720px, 54vw);
  position: absolute;
  top: 50%;
  left: clamp(24px, 6vw, 96px);
  transform: translateY(-50%);
}
.teaserCopy h2 {
  text-shadow: 0 5px 30px #000c;
  max-width: 720px;
  font-size: clamp(48px, 6.2vw, 94px);
}
.teaserCopy > p:not(.sectionLabel) {
  color: #d2cdc7;
  text-shadow: 0 3px 18px #000;
  max-width: 620px;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.55;
}
.teaserNote { margin-top: 24px; }
.teaserVideo {
  z-index: 0;
  width: 100% !important;
  min-height: 58vh;
  margin: 0 !important;
}
.teaserVideo::before { inset: 0; opacity: .06; filter: blur(70px); }
.teaserVideo video {
  object-fit: contain;
  width: 100%;
  height: max(58vh, 56.25vw);
  max-height: 900px;
}
@media (max-width: 900px) {
  .teaser { min-height: 62vh; }
  .teaser::after { background: linear-gradient(180deg, #0000006b 0%, #0000001f 38%, #000000e6 100%); }
  .teaserCopy { width: auto; top: auto; left: 24px; right: 24px; bottom: 58px; transform: none; }
  .teaserCopy h2 { max-width: 620px; font-size: clamp(36px, 11vw, 58px); }
  .teaserCopy > p:not(.sectionLabel) { display: none; }
  .teaserVideo { width: 100% !important; min-height: 62vh; margin: 0 !important; }
  .teaserVideo video { object-fit: contain; width: 100%; height: 62vh; }
}

.schedule { background:#111; color:#f4f0e9; padding:clamp(90px,10vw,150px) clamp(24px,8vw,126px); }
.scheduleIntro { display:grid; grid-template-columns:.55fr 1.45fr; gap:5vw; margin-bottom:clamp(60px,8vw,110px); }
.scheduleIntro h2 { margin:0; font-size:clamp(44px,5.8vw,86px); line-height:.96; letter-spacing:-.055em; }
.scheduleIntro>p:last-child { grid-column:2; max-width:760px; margin:8px 0 0; color:#aaa39a; font-size:18px; line-height:1.6; }
.scheduleArc { border-top:1px solid #3a3733; }
.schedulePhase { display:grid; grid-template-columns:minmax(220px,.75fr) 1.8fr; border-bottom:1px solid #3a3733; }
.phaseHeading { padding:42px 42px 42px 0; border-right:1px solid #3a3733; display:flex; gap:22px; align-items:flex-start; }
.phaseHeading>span { color:#ff5a16; font-size:11px; font-weight:900; letter-spacing:.12em; }
.phaseHeading small { color:#8f8982; text-transform:uppercase; letter-spacing:.12em; font-size:9px; font-weight:800; }
.phaseHeading h3 { margin:10px 0 0; font-size:clamp(28px,3.3vw,48px); line-height:1; letter-spacing:-.04em; }
.schedulePhase article { grid-column:2; display:grid; grid-template-columns:90px 1fr; gap:24px; padding:30px 0 30px clamp(26px,4vw,60px); border-bottom:1px solid #292725; }
.schedulePhase article:last-child { border-bottom:0; }
.schedulePhase time,.schedulePause time { color:#ff5a16; font-size:clamp(24px,2.7vw,38px); font-weight:900; letter-spacing:-.04em; }
.schedulePhase strong,.schedulePause strong { display:block; font-size:clamp(18px,1.7vw,25px); line-height:1.2; }
.schedulePhase article p,.schedulePause p { max-width:720px; margin:9px 0 0; color:#9f9992; line-height:1.55; }
.schedulePause { display:grid; grid-template-columns:minmax(220px,.75fr) 1.8fr; gap:0; padding:28px 0; border-bottom:1px solid #3a3733; background:linear-gradient(90deg,rgba(255,90,22,.12),transparent 70%); }
.schedulePause time { padding-right:42px; }
.schedulePause>div { padding-left:clamp(26px,4vw,60px); }
.phaseBelonging .phaseHeading h3 { color:#ff8754; }

.faq { background:#f4f0e9; color:#111; padding:clamp(90px,10vw,150px) clamp(24px,8vw,126px); display:grid; grid-template-columns:.75fr 1.25fr; gap:7vw; }
.faqIntro h2 { margin:24px 0 0; font-size:clamp(44px,5.2vw,76px); line-height:.96; letter-spacing:-.05em; }
.faqList { border-top:1px solid #cfc8bf; }
.faqList details { border-bottom:1px solid #cfc8bf; padding:0; }
.faqList summary { list-style:none; cursor:pointer; position:relative; padding:26px 52px 26px 0; font-size:clamp(18px,1.7vw,24px); font-weight:800; line-height:1.3; }
.faqList summary::-webkit-details-marker { display:none; }
.faqList summary::after { content:"+"; position:absolute; right:4px; top:20px; color:#ff5a16; font-size:30px; font-weight:400; }
.faqList details[open] summary::after { content:"−"; }
.faqList details p { max-width:700px; margin:0; padding:0 50px 28px 0; color:#68625c; font-size:16px; line-height:1.65; }

@media (max-width:900px) {
  .scheduleIntro { grid-template-columns:1fr; }
  .scheduleIntro>p:last-child { grid-column:1; font-size:16px; }
  .schedulePhase { grid-template-columns:1fr; }
  .phaseHeading { border-right:0; border-bottom:1px solid #3a3733; padding-right:0; }
  .schedulePhase article { grid-column:1; grid-template-columns:72px 1fr; padding-left:0; }
  .schedulePause { grid-template-columns:72px 1fr; }
  .schedulePause time { padding-right:0; }
  .schedulePause>div { padding-left:0; }
  .faq { grid-template-columns:1fr; gap:45px; }
}

/* Enquadramento da foto do DZL: retira as poltronas vazias e o primeiro plano do foco. */
.contextsPhoto { overflow: hidden; background: #090909; }
.contextsPhoto img { object-position: center 16% !important; filter: saturate(.82) brightness(.88) !important; transform: scale(1.22); transform-origin: center top; }
.contextsPhoto::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top, rgba(5,5,5,.98) 0%, rgba(5,5,5,.88) 16%, rgba(5,5,5,.38) 34%, rgba(5,5,5,.08) 50%, transparent 64%); }
.offerFeatured { scroll-margin-top: 24px; }
.ecosystemRail { padding: 52px 7vw; background: #f4f0e9; border-top: 1px solid rgba(17,17,17,.12); border-bottom: 1px solid rgba(17,17,17,.12); display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; align-items: end; }
.ecosystemRailCopy > p:last-child { max-width: 520px; margin: 14px 0 0; color: #5c5751; font-size: 16px; line-height: 1.55; }
.ecosystemSteps { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; align-items: center; }
.ecosystemSteps > * { position: relative; padding: 13px 8px; border-top: 1px solid rgba(17,17,17,.22); color: #88827a; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.ecosystemSteps strong { border-color: #ff5a16; color: #ff5a16; }
.ecosystemSteps strong::before { content: ""; position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: #ff5a16; transform: translateX(-50%); }
.nextLevel { padding: clamp(80px,10vw,150px) 7vw; background: #111; color: #f4f0e9; display: grid; grid-template-columns: .55fr 1.45fr; gap: 5vw; }
.nextLevel h2 { margin: 0; font-size: clamp(40px,5.4vw,82px); line-height: .98; letter-spacing: -.05em; }
.nextLevel > p:last-child { grid-column: 2; max-width: 680px; margin: 10px 0 0; color: #aaa39a; font-size: 18px; line-height: 1.6; }
#ofertas { scroll-margin-top: -430px; }
.offersIntro { position: relative; min-height: 620px; overflow: hidden; }
.offersIntro::before { content: "11H"; position: absolute; left: 4vw; top: 120px; color: #ff5a16; opacity: .96; font-size: clamp(170px,20vw,330px); font-weight: 900; line-height: .72; letter-spacing: -.1em; }
.offersIntro::after { content: "IMERSÃO PRESENCIAL"; position: absolute; left: 6vw; top: 390px; color: #111; text-transform: uppercase; letter-spacing: .05em; font-size: clamp(24px,2.4vw,38px); font-weight: 900; }
.immersionWords { position: absolute !important; z-index: 2 !important; left: 6vw; top: 455px; width: min(42%,620px); display: flex; flex-wrap: wrap; gap: 9px 18px; align-items: center; }
.immersionWords span { color: #5c5751; font-size: clamp(12px,1vw,16px); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.immersionWords span::before { content: "•"; color: #ff5a16; margin-right: 8px; }
.offersIntro > * { position: relative; z-index: 1; }
@media (max-width: 640px) {
  .ecosystemRail, .nextLevel { grid-template-columns: 1fr; }
  .ecosystemRail { padding: 42px 22px; gap: 28px; }
  .ecosystemSteps { gap: 3px; }
  .ecosystemSteps > * { padding: 11px 2px; font-size: 8px; letter-spacing: .04em; }
  .nextLevel { padding: 72px 22px; gap: 26px; }
  .nextLevel > p:last-child { grid-column: 1; font-size: 16px; }
  #ofertas { scroll-margin-top: -520px; }
  .offersIntro { min-height: 700px; padding-top: 330px; }
  .offersIntro::before { top: 38px; left: 0; bottom: auto; font-size: 155px; }
  .offersIntro::after { top: 165px; left: 2px; font-size: 20px; }
  .immersionWords { top: 208px; left: 2px; width: 96%; gap: 7px 12px; }
  .immersionWords span { font-size: 10px; }
  .contextsPhoto img { object-position: center 12% !important; transform: scale(1.26); transform-origin: center top; }
  .contextsPhoto::after { background: linear-gradient(to top, rgba(5,5,5,.99) 0%, rgba(5,5,5,.9) 20%, rgba(5,5,5,.4) 38%, rgba(5,5,5,.08) 54%, transparent 68%); }
}

@media (max-width: 900px) {
  .teaser { min-height: 78vh; }
  .teaser::after { background: linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.05) 46%,rgba(0,0,0,.72) 68%,#000 100%); }
  .teaserCopy { top: auto; bottom: 18px; }
  .teaserVideo { min-height: 78vh; }
  .teaserVideo video { height: 78vh; object-position: center top; }
  .ctaButton span { display: none !important; }
}
