@font-face {
  font-family: "Syne Local";
  src: url("./Syne-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --page-background: #ffffff;
  --mrnt-blue: #ffffff;
  --mrnt-blue-strong: #fefefe;
  --mrnt-ink: #ffffff;
  --mrnt-panel: #151515;
  --mrnt-muted: #dedee0;
  --mrnt-line: rgba(255, 255, 255, 0.1);
  --mrnt-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --mrnt-shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.22);
  --mrnt-radius-xl: 2rem;
  --mrnt-radius-2xl: 3rem;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background: var(--page-background);
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
}

.site-nav {
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.site-nav.is-scrolled {
  background: #ffcc00;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.site-background__fill {
  background: var(--page-background);
}

.panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--mrnt-panel);
  box-shadow: var(--mrnt-shadow);
}

.section-hero {
  position: relative;
  overflow: hidden;
  min-height: 804px;
  border-radius: 2.75rem;
  background: #0d1322;
  box-shadow: var(--mrnt-shadow);
}

.section-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: saturate(0.86);
}

.section-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 16, 0.12) 0%, rgba(8, 13, 23, 0.05) 42%, rgba(72, 115, 196, 0.07) 100%),
    linear-gradient(180deg, rgba(56, 103, 191, 0.05) 0%, rgba(2, 8, 17, 0.09) 100%);
}

.section-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 804px;
  flex-direction: column;
  padding: 48px 50px 70px;
}

.section-hero__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: white;
}

.section-hero__date {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #caf304;
}

.section-hero__date-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.section-hero__date-text {
  color: #caf304;
}

.section-hero__brand {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 58px;
  min-height: 350px;
}

.section-hero__logo {
  position: relative;
  z-index: 2;
  width: min(100%, 580px);
  margin-inline: auto;
}

.section-hero__mark {
  position: absolute;
  right: 24px;
  top: 104px;
  width: min(42vw, 430px);
  opacity: 0.95;
  transform: rotate(14deg);
  filter: drop-shadow(0 22px 50px rgba(1, 71, 255, 0.22));
}

.section-hero__subtitle {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  max-width: 928px;
  font-size: 22px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.95);
}

.section-hero__cta {
  position: relative;
  z-index: 2;
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: max-content;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  background: #d95209;
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(217, 82, 9, 0.24);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.section-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(217, 82, 9, 0.34);
}

.section-hero__cta-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.section-video-background__panel {
  overflow: hidden;
  border-radius: 3.125rem;
  background:
    linear-gradient(rgba(217, 82, 9, 0.18), rgba(217, 82, 9, 0.18)),
    url("./bg-laranja-3.webp") center / cover no-repeat,
    #d95209;
  padding: clamp(14px, 3vw, 34px);
  box-shadow: var(--mrnt-shadow-soft);
}

.section-video-background__frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 2.25rem;
  background: #111111;
}

.section-video-background__frame iframe,
.section-video-background__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  pointer-events: none;
}

.section-video-background__audio {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #d95209;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.section-video-background__audio:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.section-video-background__audio-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-video-background__audio-icon--off,
.section-video-background__audio.is-muted .section-video-background__audio-icon--on {
  display: none;
}

.section-video-background__audio.is-muted .section-video-background__audio-icon--off {
  display: block;
}

.section-speakers-background {
  background:
    linear-gradient(rgba(255, 204, 0, 0.08), rgba(255, 204, 0, 0.08)),
    url("./bg-amarelo-pillar.webp") center / cover no-repeat,
    #ffcc00;
}

.section-activities-background {
  background:
    linear-gradient(rgba(217, 82, 9, 0.08), rgba(217, 82, 9, 0.08)),
    url("./bg-laranja-3.webp") center / cover no-repeat,
    #d95209;
}

.section-resources {
  background:
    linear-gradient(rgba(217, 82, 9, 0.12), rgba(217, 82, 9, 0.12)),
    url("./bg-laranja-3.webp") center / cover no-repeat,
    #d95209;
  padding: 76px 24px;
}

.section-resources__content {
  display: flex;
  max-width: 1140px;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  text-align: center;
}

.section-resources__logo {
  width: auto;
  height: 300px;
  max-width: 100%;
  object-fit: contain;
}

.section-resources__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: #d95209;
  padding: 18px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.section-resources__button:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.section-info {
  display: grid;
  gap: 14px;
  grid-template-columns: 446px minmax(0, 1fr);
  align-items: stretch;
}

.section-info__expect,
.section-info__card {
  border-radius: 3.125rem;
}

.section-info__expect {
  min-height: 569px;
  padding: 44px 42px 30px;
  background: #0147ff;
  color: white;
  box-shadow: var(--mrnt-shadow-soft);
}

.section-info__expect h2,
.section-info__card h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section-info__expect-body {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-top: 56px;
}

.section-info__arrow {
  width: 141px;
  max-width: none;
  margin-left: -18px;
  margin-top: 4px;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.4));
}

.section-info__expect p,
.section-info__card p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}

.section-info__stack {
  display: grid;
  gap: 18px;
  grid-template-rows: 291px 258px;
}

.section-info__card {
  box-shadow: var(--mrnt-shadow-soft);
  padding: 40px 42px 32px;
}

.section-info__card--blue {
  background: #0147ff;
  color: white;
}

.section-info__card--light {
  background: #dedee0;
  color: #1c1a1a;
}

.section-info__card--orange {
  background: #d95209;
  color: #ffffff;
}

.section-info__card--lilac {
  background: #c8a2ff;
  color: #1c1a1a;
}

.section-info__card--gold {
  background: #ffcc00;
  color: #1c1a1a;
}

.section-info__card p {
  margin-top: 34px;
  max-width: 573px;
}

.sectionmj {
  display: flex;
  width: 100%;
  gap: 17px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sectionmj__logo {
  width: 112px;
  height: 73px;
  object-fit: contain;
}

.sectionmj__content {
  text-align: center;
}

.sectionmj__content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: white;
}

.sectionmj__content p {
  margin-top: -2px;
  font-size: 18px;
  line-height: 30px;
  color: white;
}

.project-section-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  width: fit-content;
  white-space: nowrap;
}

.project-section-title h2 {
  font-family: "Syne Local", "Syne", ui-sans-serif, sans-serif !important;
  font-size: clamp(2.25rem, 5vw, 3.125rem) !important;
  font-weight: 700 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.07em !important;
  color: white !important;
  text-transform: uppercase !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-synthesis: none;
  margin: 0;
}

.project-section-title__mark {
  width: 2.75rem;
  height: 3rem;
  flex: 0 0 auto;
  margin-top: 0.12em;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(1, 71, 255, 0.22));
}

.project-section-title .project-section-title__mark {
  width: 2.75rem !important;
  height: 3rem !important;
  margin-top: 0.12em !important;
}

.section-agenda__header {
  display: flex;
}

.section-agenda__header h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.section-agenda__header-mark {
  width: auto;
  margin-top: 0;
}

.section-agenda__panel {
  position: relative;
  margin-top: 56px;
  overflow: hidden;
  border-radius: 3.125rem;
  background: #221f1f;
  padding: 88px 62px 94px;
  box-shadow: var(--mrnt-shadow);
}

.section-agenda__grid {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 68px;
}

.section-agenda__days,
.section-agenda__topics {
  display: grid;
  gap: 42px;
}

.section-agenda__day h3,
.section-agenda__topic h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #caf304;
}

.section-agenda__day div,
.section-agenda__topic p {
  margin-top: 14px;
}

.section-agenda__day p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: white;
}

.section-agenda__topic p {
  max-width: 598px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
}

.section-agenda__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 54px;
}

.section-agenda__flower {
  width: 230px;
  height: 180px;
  margin-left: -94px;
  margin-bottom: -80px;
  object-fit: contain;
  transform: rotate(8deg);
  opacity: 0.95;
}

.section-agenda__cta {
  display: inline-flex;
  min-width: 408px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 999px;
  padding: 20px 40px;
  font-size: 25px;
  font-weight: 500;
  color: white;
  background: linear-gradient(53deg, rgb(1, 71, 255) 1.6%, rgba(1, 71, 255, 0) 121%);
  box-shadow: 0 18px 44px rgba(1, 71, 255, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.section-agenda__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(1, 71, 255, 0.34);
}

.section-palestrante__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 28px;
  align-items: start;
}

.section-palestrante__title-wrap {
  display: flex;
}

.section-palestrante__title-wrap h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.section-palestrante__title-mark {
  width: auto;
  margin-top: 0;
}

.section-palestrante__verse {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
}

.section-palestrante__mobile {
  display: none;
}

.section-palestrante__controls {
  display: none;
}

.section-palestrante__mobile-stack {
  display: none;
}

.section-palestrante__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 42px;
}

.section-palestrante__letter,
.section-palestrante__photo {
  position: relative;
  overflow: hidden;
  min-height: 452px;
  border-radius: 3.125rem;
}

.section-palestrante__letter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-palestrante__letter img {
  width: 78%;
  height: auto;
  object-fit: contain;
}

.section-palestrante__letter--blue {
  background: #0147ff;
}

.section-palestrante__letter--lime {
  background: #caf304;
}

.section-palestrante__letter--yellow {
  background: #ffcc00;
}

.section-palestrante__letter--muted {
  background: #dedee0;
}

.section-palestrante__letter--orange {
  background: #d95209;
}

.section-palestrante__letter--lilac {
  background: #c8a2ff;
}

.section-palestrante__letter--gold {
  background: #ffcc00;
}

.section-palestrante__photo {
  background: transparent;
}

.section-palestrante__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-palestrante__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.22) 82%, rgba(0, 0, 0, 0.42) 100%);
  box-shadow:
    inset 0 -70px 90px rgba(0, 0, 0, 0.24),
    inset 0 0 32px rgba(0, 0, 0, 0.12);
}

.section-palestrante__photo--light::after {
  background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.18) 82%, rgba(0, 0, 0, 0.36) 100%);
}

.section-palestrante__info {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  z-index: 1;
}

.section-palestrante__info h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #caf304;
}

.section-palestrante__info p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #f5f5f5;
}

.section-louvor__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 295px;
  gap: 28px;
  align-items: start;
}

.section-louvor__title-wrap {
  display: flex;
}

.section-louvor__title-wrap h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.section-louvor__title-mark {
  width: auto;
  margin-top: 0;
}

.section-louvor__verse {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
}

.section-louvor__mobile {
  display: none;
}

.section-louvor__controls {
  display: none;
}

.section-louvor__mobile-stack {
  display: none;
}

.section-louvor__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 289px;
  gap: 20px;
  margin-top: 54px;
}

.section-louvor__card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 3.125rem;
  background: #141414;
}

.section-louvor__card--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-louvor__card--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0.72) 100%);
}

.section-louvor__card h3 {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 18px;
  z-index: 1;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: white;
}

.section-louvor__brand-panel {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #1c1a1a;
  padding: 32px;
}

.section-louvor__brand-logo {
  width: min(100%, 290px);
  max-height: 100%;
  object-fit: contain;
}

.section-louvor__brand-mark {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 210px;
  height: auto;
  transform: rotate(12deg);
  opacity: 0.95;
}

.section-atividades__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.section-atividades__title-wrap {
  display: flex;
}

.section-atividades__title-wrap h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.section-atividades__title-mark {
  width: auto;
  margin-top: 0;
}

.section-atividades__controls {
  display: flex;
  gap: 12px;
}

.section-atividades__control {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: transparent;
  color: white;
  font-size: 1.8rem;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.section-atividades__control.is-active,
.section-atividades__control:hover {
  background: #dedee0;
  color: #0147ff;
  border-color: #dedee0;
}

.section-atividades__stack {
  position: relative;
  min-height: 420px;
  margin-top: 52px;
}

.section-atividades__card {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(100%, 320px);
  min-height: 380px;
  border-radius: 3.125rem;
  padding: 42px 30px 28px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease,
    filter 320ms ease,
    box-shadow 320ms ease;
  transform-origin: center center;
}

.section-atividades__card h3 {
  margin-top: 18px;
  max-width: 240px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: inherit;
}

.section-atividades__card p {
  margin-top: 18px;
  max-width: 250px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
}

.section-atividades__letter {
  width: 32px;
  height: auto;
}

.section-atividades__card--dark {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    #1a1a1a;
  color: white;
}

.section-atividades__card--blue {
  background: #0147ff;
  color: white;
}

.section-atividades__card--light {
  background: #dedee0;
  color: #1c1a1a;
}

.section-atividades__card--lime {
  background: #caf304;
  color: #1c1a1a;
}

.section-atividades__card--muted {
  background: #262626;
  color: white;
}

.section-atividades__card--orange {
  background: #d95209;
  color: #ffffff;
}

.section-atividades__card--lilac {
  background: #c8a2ff;
  color: #1c1a1a;
}

.section-atividades__card--gold {
  background: #ffcc00;
  color: #1c1a1a;
}

.section-atividades__card[data-pos="0"] {
  z-index: 5;
  transform: translateX(0) scale(1);
  opacity: 1;
  filter: none;
}

.section-atividades__card[data-pos="1"] {
  z-index: 4;
  transform: translateX(170px) scale(0.98);
  opacity: 1;
  filter: none;
}

.section-atividades__card[data-pos="2"] {
  z-index: 3;
  transform: translateX(340px) scale(0.96);
  opacity: 1;
  filter: none;
}

.section-atividades__card[data-pos="3"] {
  z-index: 2;
  transform: translateX(510px) scale(0.94);
  opacity: 1;
  filter: none;
}

.section-atividades__card[data-pos="4"] {
  z-index: 1;
  transform: translateX(680px) scale(0.92);
  opacity: 1;
  filter: none;
}

.section-inscricao__title-wrap {
  display: flex;
}

.section-inscricao__title-wrap h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.section-inscricao__title-mark {
  width: auto;
  margin-top: 0;
}

.section-inscricao__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
}

.section-inscricao__mobile {
  display: none;
}

.section-inscricao__controls {
  display: none;
}

.section-inscricao__mobile-stack {
  display: none;
}

.section-inscricao__card {
  min-height: 494px;
  border-radius: 3.125rem;
  padding: 54px 50px 50px;
  display: flex;
  flex-direction: column;
}

.section-inscricao__card--blue {
  background: #0147ff;
  color: white;
}

.section-inscricao__card--lime {
  background: #caf304;
  color: #111;
}

.section-inscricao__card--dark {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.section-inscricao__card--orange {
  background: #d95209;
  color: #ffffff;
}

.section-inscricao__card--lilac {
  background: #c8a2ff;
  color: #1c1a1a;
}

.section-inscricao__card--gold {
  background: #ffcc00;
  color: #1c1a1a;
}

.section-inscricao__lot,
.section-inscricao__date {
  font-weight: 700;
  text-transform: uppercase;
}

.section-inscricao__lot {
  font-size: 26px;
  line-height: 30px;
}

.section-inscricao__date {
  margin-top: 26px;
  font-size: 20px;
  line-height: 30px;
}

.section-inscricao__card h3 {
  margin-top: auto;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.section-inscricao__button {
  margin-top: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 280px;
  border-radius: 999px;
  padding: 24px 32px;
  font-size: 25px;
  font-weight: 500;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.section-inscricao__button:hover {
  transform: translateY(-2px);
}

.section-inscricao__button--light {
  background: #dedee0;
  color: #1c1a1a;
}

.section-inscricao__button--gradient {
  background: linear-gradient(72deg, rgb(1, 71, 255) 15.7%, rgba(1, 71, 255, 0) 204.53%);
  color: white;
}

.section-duvidas {
  min-height: 884px;
  border-radius: 3.125rem;
  background: #1a1a1a;
  padding: 78px 50px 48px;
  box-shadow: var(--mrnt-shadow);
}

.section-duvidas h2 {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: white;
}

.section-duvidas__list {
  margin-top: 34px;
  gap: 16px;
}

.section-duvidas__item {
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.02);
  padding: 0;
}

.section-duvidas__item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.section-duvidas__trigger {
  padding: 20px 24px;
  color: #0147ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.section-duvidas__trigger::after {
  content: "+";
  color: #0147ff;
  font-size: 26px;
}

.section-duvidas__item.is-open .section-duvidas__trigger::after {
  content: "−";
}

.section-duvidas__content {
  margin: 0 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.section-duvidas__content p {
  padding: 16px 0 0;
  color: white;
  font-size: 20px;
  line-height: 1.5;
  opacity: 0.9;
}

.section-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.section-footer__social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.section-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.section-footer__social-link:hover {
  transform: translateY(-2px);
  opacity: 0.82;
}

.section-footer__social-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.section-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.section-footer__logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.section-footer__name {
  font-size: 18px;
  line-height: 30px;
  color: white;
}

.section-footer__signature {
  font-size: 8.4px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.panel-blue {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 45%),
    linear-gradient(160deg, #0a5bff, #0147ff 45%, #0032b5 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 24px 70px rgba(1, 71, 255, 0.35);
}

.panel-hero::after {
  content: "";
  position: absolute;
  inset: auto 28px 28px auto;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 68%);
  filter: blur(4px);
}

.eyebrow,
.section-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.section-kicker {
  color: rgba(255, 255, 255, 0.4);
}

.section-title {
  margin-top: 0.75rem;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 800;
  line-height: 0.94;
  text-transform: none;
  letter-spacing: -0.04em;
}

.button-primary,
.button-secondary,
.button-soft {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.button-primary {
  background: linear-gradient(70deg, var(--mrnt-blue), rgba(1, 71, 255, 0.38));
  box-shadow: 0 20px 55px rgba(1, 71, 255, 0.32);
}

.button-primary:hover,
.button-secondary:hover,
.button-soft:hover {
  transform: translateY(-2px);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.button-soft {
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.button-soft--light {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(70deg, var(--mrnt-blue), rgba(1, 71, 255, 0.1));
}

.info-widget,
.agenda-block,
.agenda-detail,
.speaker-card,
.worship-card,
.activity-card,
.price-card,
.faq-item {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.info-widget {
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  padding: 1.6rem;
  background: #161616;
  box-shadow: var(--mrnt-shadow-soft);
}

.info-widget:hover,
.speaker-card:hover,
.activity-card:hover,
.price-card:hover {
  transform: translateY(-4px);
}

.info-widget h3,
.activity-card h3,
.speaker-card h3,
.agenda-detail h3 {
  font-size: 1.6rem;
  font-weight: 800;
}

.info-widget p,
.agenda-detail p,
.activity-card p,
.speaker-card p {
  margin-top: 0.9rem;
  line-height: 1.8;
}

.info-widget--blue,
.activity-card--blue,
.price-card--active {
  background: linear-gradient(155deg, #0a59ff, #0147ff 44%, #083ad8);
  border-color: transparent;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 24px 70px rgba(1, 71, 255, 0.28);
}

.info-widget--light,
.activity-card--light,
.speaker-card--light {
  background: var(--mrnt-muted);
  color: #131313;
  border-color: rgba(0, 0, 0, 0.06);
}

.agenda-block,
.agenda-detail {
  border-radius: 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
}

.agenda-detail h3 {
  font-size: 2rem;
  line-height: 1;
}

.agenda-block:hover,
.agenda-detail:hover,
.faq-item:hover {
  border-color: rgba(255, 255, 255, 0.16);
}

.agenda-day,
.agenda-time {
  font-weight: 800;
}

.agenda-day {
  font-size: 2rem;
}

.agenda-time {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.5rem;
}

.speaker-card {
  display: flex;
  min-height: 452px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 2rem;
  border: 0;
  background: #161616;
  padding: 1.25rem;
  position: relative;
}

.speaker-card--muted {
  background: var(--mrnt-muted);
  color: #131313;
  border-color: rgba(0, 0, 0, 0.06);
}

.speaker-media {
  position: absolute;
  inset: 0;
}

.speaker-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.72) 100%);
}

.speaker-card--muted .speaker-media::after,
.speaker-card--light .speaker-media::after {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0.68) 100%);
}

.speaker-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-card h3,
.speaker-card p {
  position: relative;
  z-index: 1;
}

.speaker-card p {
  font-weight: 700;
}

.worship-card {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111;
  min-height: 290px;
  position: relative;
}

.worship-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.worship-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
}

.worship-card__overlay h3 {
  font-size: 2rem;
  font-weight: 800;
}

.worship-card__overlay p {
  margin-top: 0.7rem;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.activity-card {
  min-height: 100%;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #151515;
  padding: 1.7rem;
  box-shadow: var(--mrnt-shadow-soft);
}

.activity-card h3 {
  margin-top: 1.6rem;
}

.price-card {
  display: flex;
  min-height: 494px;
  flex-direction: column;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.8rem;
  box-shadow: var(--mrnt-shadow-soft);
}

.price-card:not(.price-card--active) {
  background: rgba(255, 255, 255, 0.015);
}

.price-card h3 {
  margin-top: auto;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}

.price-card__label,
.price-card__date {
  text-transform: uppercase;
}

.price-card__label {
  font-size: 1.3rem;
  font-weight: 700;
}

.price-card__date {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.count-card {
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.25rem;
  text-align: center;
}

.count-card span {
  display: block;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

.count-hero {
  font-size: clamp(2.8rem, 10vw, 9rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.96);
}

.count-card small {
  display: block;
  margin-top: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.burst {
  border-radius: 999px;
  background:
    repeating-conic-gradient(from 0deg, rgba(1, 71, 255, 0.95) 0deg 12deg, transparent 12deg 24deg);
  filter: drop-shadow(0 0 30px rgba(1, 71, 255, 0.35));
  animation: spinSlow 18s linear infinite;
}

.slider-dot {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
}

.slider-dot::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.slider-dot--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.faq-item.is-open {
  background: rgba(255, 255, 255, 0.05);
}

.faq-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
}

.faq-trigger::after {
  content: "+";
  flex: none;
  color: var(--mrnt-blue);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-item.is-open .faq-trigger::after {
  content: "−";
}

.faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-item.is-open .faq-content {
  grid-template-rows: 1fr;
}

.faq-content p {
  overflow: hidden;
  padding: 0 1.25rem 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spinSlow {
  to {
    transform: rotate(360deg);
  }
}

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

  .reveal,
  .burst,
  .button-primary,
  .button-secondary,
  .button-soft,
  .info-widget,
  .agenda-block,
  .agenda-detail,
  .speaker-card,
  .worship-card,
  .activity-card,
  .price-card,
  .faq-item {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1024px) {
  .section-title {
    font-size: clamp(2.6rem, 10vw, 4.5rem);
  }

  .section-hero,
  .section-hero__content {
    min-height: 720px;
  }

  .section-hero__topline {
    font-size: 18px;
  }

  .section-hero__brand {
    min-height: 300px;
  }

  .section-hero__mark {
    width: min(40vw, 320px);
    right: 0;
    top: 120px;
  }

  .section-info {
    grid-template-columns: 1fr;
  }

  .section-info__expect {
    min-height: 420px;
  }

  .section-info__expect-body {
    margin-top: 48px;
  }

  .section-info__stack {
    grid-template-rows: none;
    grid-auto-rows: minmax(220px, auto);
  }

  .sectionmj {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .sectionmj__logo {
    width: 96px;
    height: auto;
  }

  .section-agenda__panel {
    padding: 52px 34px 60px;
  }

  .section-agenda__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-agenda__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-agenda__flower {
    margin-left: -40px;
    margin-bottom: -30px;
  }

  .section-palestrante__head {
    grid-template-columns: 1fr;
  }

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

  .section-louvor__head {
    grid-template-columns: 1fr;
  }

  .section-atividades__stack {
    min-height: 980px;
  }

  .section-atividades__card {
    width: min(100%, 560px);
  }

  .section-atividades__card[data-pos="0"] {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .section-atividades__card[data-pos="1"] {
    transform: translate3d(140px, 160px, 0) scale(1);
  }

  .section-atividades__card[data-pos="2"] {
    transform: translate3d(0, 320px, 0) scale(1);
  }

  .section-atividades__card[data-pos="3"] {
    transform: translate3d(140px, 480px, 0) scale(0.96);
    opacity: 0.18;
  }

  .section-inscricao__grid {
    grid-template-columns: 1fr;
  }

  .section-duvidas {
    min-height: auto;
  }

  .speaker-card,
  .price-card {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .section-hero {
    min-height: 620px;
    border-radius: 2rem;
  }

  .section-hero__content {
    min-height: 620px;
    padding: 28px 24px 30px;
  }

  .section-hero__topline {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
  }

  .section-hero__brand {
    margin-top: 32px;
    min-height: 200px;
  }

  .section-hero__logo {
    width: min(100%, 360px);
  }

  .section-hero__mark {
    width: 180px;
    top: 96px;
    right: -20px;
  }

  .section-hero__subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  .section-hero__cta {
    padding: 16px 28px;
    font-size: 20px;
  }

  .section-video-background__panel {
    border-radius: 2rem;
    padding: 12px;
  }

  .section-video-background__frame {
    border-radius: 1.5rem;
  }

  .section-video-background__audio {
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
  }

  .section-video-background__audio-icon {
    width: 21px;
    height: 21px;
  }

  .section-resources {
    padding: 48px 20px;
  }

  .section-resources__content {
    gap: 24px;
  }

  .section-resources__logo {
    height: 220px;
  }

  .section-resources__button {
    width: min(100%, 280px);
    padding: 16px 24px;
    font-size: 17px;
  }

  .section-info__expect,
  .section-info__card {
    border-radius: 2rem;
  }

  .section-info__expect {
    min-height: auto;
    padding: 28px 24px 24px;
  }

  .section-info__expect h2,
  .section-info__card h2 {
    font-size: 1.75rem;
  }

  .section-info__expect-body {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }

  .section-info__arrow {
    width: 120px;
    margin: 0;
  }

  .section-info__expect p,
  .section-info__card p {
    font-size: 16px;
  }

  .section-info__card {
    padding: 28px 24px 24px;
  }

  .section-info__card p {
    margin-top: 20px;
  }

  .sectionmj {
    flex-direction: column;
    gap: 14px;
  }

  .sectionmj__logo {
    width: 84px;
  }

  .sectionmj__content h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .sectionmj__content p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 2px;
  }

  .project-section-title h2 {
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
  }

  .project-section-title__mark {
    width: 2.25rem;
    height: 2.5rem;
    margin-top: 0.08em;
  }

  .project-section-title .project-section-title__mark {
    width: 2.25rem !important;
    height: 2.5rem !important;
    margin-top: 0.08em !important;
  }

  .section-agenda__panel {
    margin-top: 28px;
    border-radius: 2rem;
    padding: 34px 22px 38px;
  }

  .section-agenda__days,
  .section-agenda__topics {
    gap: 28px;
  }

  .section-agenda__day h3,
  .section-agenda__topic h3 {
    font-size: 2rem;
  }

  .section-agenda__day p {
    font-size: 18px;
  }

  .section-agenda__topic p {
    font-size: 17px;
  }

  .section-agenda__footer {
    margin-top: 28px;
  }

  .section-agenda__flower {
    width: 150px;
    height: 120px;
    margin-left: -28px;
    margin-bottom: -18px;
  }

  .section-agenda__cta {
    min-width: 100%;
    padding: 16px 24px;
    font-size: 20px;
  }

  .section-palestrante__verse {
    font-size: 16px;
  }

  .section-palestrante__mobile {
    display: block;
    margin-top: 24px;
  }

  .section-palestrante__controls {
    display: none;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 18px;
  }

  .section-palestrante__control {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: white;
    font-size: 1.4rem;
    transition:
      transform 220ms ease,
      background-color 220ms ease,
      color 220ms ease,
      border-color 220ms ease;
  }

  .section-palestrante__control.is-active,
  .section-palestrante__control:hover {
    background: #dedee0;
    color: #0147ff;
    border-color: #dedee0;
  }

  .section-palestrante__mobile-stack {
    display: block;
    position: relative;
    min-height: 330px;
    margin-inline: auto;
    width: min(100%, 340px);
  }

  .section-palestrante__mobile-card {
    position: absolute;
    left: 50%;
    top: 20px;
    overflow: hidden;
    width: 250px;
    height: 286px;
    border-radius: 2rem;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
    transform-origin: center center;
    transition:
      transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 320ms ease,
      filter 320ms ease;
    background: transparent;
  }

  .section-palestrante__mobile-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-palestrante__mobile-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.22) 82%, rgba(0, 0, 0, 0.42) 100%);
    box-shadow:
      inset 0 -54px 70px rgba(0, 0, 0, 0.24),
      inset 0 0 24px rgba(0, 0, 0, 0.12);
  }

  .section-palestrante__mobile-card--light::after {
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.18) 82%, rgba(0, 0, 0, 0.36) 100%);
  }

  .section-palestrante__mobile-info {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 1;
  }

  .section-palestrante__mobile-info h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #caf304;
  }

  .section-palestrante__mobile-info p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #f5f5f5;
  }

  .section-palestrante__mobile-card[data-pos="0"] {
    z-index: 4;
    transform: translate3d(-50%, 0, 0) scale(1);
    opacity: 1;
    filter: none;
  }

  .section-palestrante__mobile-card[data-pos="1"] {
    z-index: 3;
    transform: translate3d(-92%, 22px, 0) scale(0.72);
    opacity: 0.82;
    filter: none;
  }

  .section-palestrante__mobile-card[data-pos="2"] {
    z-index: 2;
    transform: translate3d(-8%, 22px, 0) scale(0.72);
    opacity: 0.82;
    filter: none;
  }

  .section-palestrante__mobile-card[data-pos="3"] {
    z-index: 1;
    transform: translate3d(-50%, 42px, 0) scale(0.58);
    opacity: 0.42;
    filter: saturate(0.88);
  }

  .section-palestrante__grid {
    display: none;
  }

  .section-palestrante__letter,
  .section-palestrante__photo {
    min-height: 340px;
    border-radius: 2rem;
  }

  .section-palestrante__info {
    left: 22px;
    right: 22px;
    bottom: 18px;
  }

  .section-palestrante__info h3 {
    font-size: 24px;
  }

  .section-palestrante__info p {
    font-size: 16px;
  }

  .section-louvor__verse {
    font-size: 16px;
  }

  .section-louvor__mobile {
    display: block;
    margin-top: 24px;
  }

  .section-louvor__controls {
    display: none;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 18px;
  }

  .section-louvor__control {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    color: white;
    font-size: 1.4rem;
    transition:
      transform 220ms ease,
      background-color 220ms ease,
      color 220ms ease,
      border-color 220ms ease;
  }

  .section-louvor__control.is-active,
  .section-louvor__control:hover {
    background: #dedee0;
    color: #0147ff;
    border-color: #dedee0;
  }

  .section-louvor__mobile-stack {
    display: block;
    position: relative;
    min-height: 330px;
    margin-inline: auto;
    width: min(100%, 340px);
  }

  .section-louvor__mobile-card {
    position: absolute;
    left: 50%;
    top: 20px;
    overflow: hidden;
    width: 250px;
    height: 286px;
    border-radius: 2rem;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
    transform-origin: center center;
    transition:
      transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 320ms ease,
      filter 320ms ease;
    background: transparent;
  }

  .section-louvor__mobile-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-louvor__mobile-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.22) 82%, rgba(0, 0, 0, 0.42) 100%);
    box-shadow:
      inset 0 -54px 70px rgba(0, 0, 0, 0.24),
      inset 0 0 24px rgba(0, 0, 0, 0.12);
  }

  .section-louvor__mobile-card h3 {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: white;
  }

  .section-louvor__mobile-card--brand {
    background: #141414;
  }

  .section-louvor__mobile-card--brand::after {
    display: none;
  }

  .section-louvor__mobile-brand-panel {
    position: absolute;
    inset: 0;
  }

  .section-louvor__mobile-brand-logo {
    position: absolute;
    left: 20px;
    top: 82px;
    width: 160px;
    height: auto;
  }

  .section-louvor__mobile-brand-mark {
    position: absolute;
    right: 14px;
    top: 22px;
    width: 110px;
    height: auto;
  }

  .section-louvor__mobile-card[data-pos="0"] {
    z-index: 4;
    transform: translate3d(-50%, 0, 0) scale(1);
    opacity: 1;
    filter: none;
  }

  .section-louvor__mobile-card[data-pos="1"] {
    z-index: 3;
    transform: translate3d(-92%, 22px, 0) scale(0.72);
    opacity: 0.82;
    filter: none;
  }

  .section-louvor__mobile-card[data-pos="2"] {
    z-index: 2;
    transform: translate3d(-8%, 22px, 0) scale(0.72);
    opacity: 0.82;
    filter: none;
  }

  .section-louvor__mobile-card[data-pos="3"] {
    z-index: 1;
    transform: translate3d(-50%, 42px, 0) scale(0.58);
    opacity: 0.42;
    filter: saturate(0.88);
  }

  .section-louvor__grid {
    display: none;
  }

  .section-louvor__card {
    height: 100%;
    border-radius: 2rem;
  }

  .section-louvor__card h3 {
    left: 24px;
    right: 24px;
    bottom: 14px;
    font-size: 32px;
  }

  .section-louvor__brand-logo {
    width: min(100%, 220px);
    max-height: 100%;
  }

  .section-louvor__brand-mark {
    right: 14px;
    top: 26px;
    width: 160px;
    height: auto;
  }

  .section-atividades__head {
    align-items: flex-start;
  }

  .section-atividades__controls {
    display: none;
  }

  .section-atividades__control {
    width: 58px;
    height: 58px;
    font-size: 1.4rem;
  }

  .section-atividades__stack {
    min-height: 330px;
    margin-top: 30px;
    margin-inline: auto;
    width: min(100%, 340px);
  }

  .section-atividades__card {
    left: 50%;
    top: 20px;
    width: 250px;
    min-height: 286px;
    border-radius: 2rem;
    padding: 26px 20px 18px;
  }

  .section-atividades__card h3 {
    margin-top: 14px;
    max-width: 180px;
    font-size: 18px;
  }

  .section-atividades__card p {
    margin-top: 12px;
    font-size: 14px;
    max-width: 180px;
    line-height: 1.4;
  }

  .section-atividades__letter {
    width: 24px;
  }

  .section-atividades__card[data-pos="0"] {
    z-index: 5;
    transform: translate3d(-50%, 0, 0) scale(1);
    opacity: 1;
    filter: none;
  }

  .section-atividades__card[data-pos="1"] {
    z-index: 4;
    transform: translate3d(-92%, 22px, 0) scale(0.72);
    opacity: 0.82;
    filter: none;
  }

  .section-atividades__card[data-pos="2"] {
    z-index: 3;
    transform: translate3d(-8%, 22px, 0) scale(0.72);
    opacity: 0.82;
    filter: none;
  }

  .section-atividades__card[data-pos="3"] {
    z-index: 2;
    transform: translate3d(-50%, 42px, 0) scale(0.58);
    opacity: 0.42;
    filter: saturate(0.88);
  }

  .section-atividades__card[data-pos="4"] {
    z-index: 1;
    transform: translate3d(-50%, 58px, 0) scale(0.48);
    opacity: 0.2;
    filter: saturate(0.75);
  }

  .section-inscricao__grid {
    display: none;
  }

  .section-inscricao__mobile {
    display: block;
    margin-top: 24px;
  }

  .section-inscricao__controls {
    display: none;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 18px;
  }

  .section-inscricao__control {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    color: white;
    font-size: 1.4rem;
    transition:
      transform 220ms ease,
      background-color 220ms ease,
      color 220ms ease,
      border-color 220ms ease;
  }

  .section-inscricao__control.is-active,
  .section-inscricao__control:hover {
    background: #dedee0;
    color: #0147ff;
    border-color: #dedee0;
  }

  .section-inscricao__mobile-stack {
    display: block;
    position: relative;
    min-height: 356px;
    margin-inline: auto;
    width: min(100%, 340px);
  }

  .section-inscricao__mobile-card {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 250px;
    min-height: 304px;
    border-radius: 2rem;
    padding: 22px 18px 18px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
    transform-origin: center center;
    transition:
      transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 320ms ease,
      filter 320ms ease;
  }

  .section-inscricao__mobile-card .section-inscricao__button {
    margin-top: 22px;
    gap: 10px;
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    white-space: nowrap;
  }

  .section-inscricao__mobile-card .section-inscricao__button span {
    white-space: nowrap;
  }

  .section-inscricao__mobile-card--blue {
    background: #0147ff;
    color: white;
  }

  .section-inscricao__mobile-card--lime {
    background: #caf304;
    color: #111;
  }

  .section-inscricao__mobile-card--dark {
    background: #111;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.85);
  }

  .section-inscricao__mobile-card--orange {
    background: #d95209;
    color: #ffffff;
  }

  .section-inscricao__mobile-card--lilac {
    background: #c8a2ff;
    color: #1c1a1a;
  }

  .section-inscricao__mobile-card--gold {
    background: #ffcc00;
    color: #1c1a1a;
  }

  .section-inscricao__mobile-card[data-pos="0"] {
    z-index: 3;
    transform: translate3d(-50%, 0, 0) scale(1);
    opacity: 1;
    filter: none;
  }

  .section-inscricao__mobile-card[data-pos="1"] {
    z-index: 2;
    transform: translate3d(-92%, 22px, 0) scale(0.72);
    opacity: 0.82;
    filter: none;
  }

  .section-inscricao__mobile-card[data-pos="2"] {
    z-index: 1;
    transform: translate3d(-8%, 22px, 0) scale(0.72);
    opacity: 0.82;
    filter: none;
  }

  .section-inscricao__card {
    min-height: 360px;
    border-radius: 2rem;
    padding: 34px 24px 24px;
  }

  .section-inscricao__card {
    min-height: 360px;
    border-radius: 2rem;
    padding: 34px 24px 24px;
  }

  .section-inscricao__lot {
    font-size: 22px;
  }

  .section-inscricao__date {
    margin-top: 18px;
    font-size: 18px;
  }

  .section-inscricao__card h3 {
    font-size: 44px;
  }

  .section-inscricao__button {
    width: 100%;
    margin-top: 30px;
    padding: 18px 24px;
    font-size: 20px;
  }

  .section-duvidas {
    border-radius: 2rem;
    padding: 34px 24px 28px;
  }

  .section-duvidas h2 {
    font-size: 3rem;
  }

  .section-duvidas__trigger {
    font-size: 18px;
    line-height: 1.5;
    padding: 18px 18px;
  }

  .section-duvidas__content {
    margin: 0 18px 18px;
  }

  .section-duvidas__content p {
    padding: 14px 0 0;
    font-size: 17px;
  }

  .section-footer {
    gap: 14px;
  }

  .section-footer__social-link {
    width: auto;
    height: auto;
  }

  .section-footer__social-icon {
    width: 22px;
    height: 22px;
  }

  .section-footer__signature {
    font-size: 7.7px;
  }

  .panel-hero::after {
    right: -12px;
    bottom: -12px;
    width: 110px;
    height: 110px;
  }

  .agenda-day,
  .agenda-time {
    font-size: 1.5rem;
  }

  .agenda-detail h3 {
    font-size: 1.5rem;
  }

  .worship-card__overlay h3 {
    font-size: 1.5rem;
  }
}
