@font-face {
  font-family: "Balneario Script";
  src: url("../../plataforma/fonts/Balneario-ScriptBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --cor1: #6b2f3c;
  --cor2: #3b503f;
  --cor3: #3e658e;
  --cor4: #fd745d;
  --paper: #fff8f5;
  --surface: #f3e4e6;
  --accent: var(--cor4);
  --ink: var(--cor1);
  --ink-soft: rgba(107, 47, 60, 0.72);
  --line: rgba(107, 47, 60, 0.14);
  --shadow: 0 30px 80px rgba(107, 47, 60, 0.14);
  --header-height: 5.5rem;
  --shell: min(1120px, calc(100% - 2rem));
  --ease: 520ms cubic-bezier(.2, .75, .25, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(253, 116, 93, 0.16), transparent 28%),
    linear-gradient(180deg, #fbf4f1 0%, #f7eeeb 100%);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease, box-shadow 220ms ease;
}

.topbar.is-scrolled {
  background: rgba(255, 248, 245, 0.82);
  border-bottom: 1px solid rgba(107, 47, 60, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 35px rgba(107, 47, 60, 0.08);
}

.topbar__inner {
  width: min(1240px, calc(100% - 2rem));
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--paper);
  transition: color 220ms ease, transform 220ms ease;
  width: 190px;
}

.brand img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(40, 18, 22, 0.24));
  transition: transform 220ms ease, filter 220ms ease;
  filter: brightness(10);
}

.brand:hover img,
.brand:focus-visible img {
  transform: translateY(-1px) scale(1.02);
}

.topbar.is-scrolled .brand {
  color: var(--ink);
}

.topbar.is-scrolled .brand img {
  filter: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  font-size: 0.95rem;
  color: rgba(255, 250, 245, 0.82);
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.topbar.is-scrolled .nav {
  border-color: rgba(107, 47, 60, 0.08);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: unset;
  color: var(--ink-soft);
}

.nav a {
  position: relative;
  padding: 0.6rem 0.92rem;
  border-radius: 999px;
  transition: background-color 220ms ease, color 220ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--paper);
}

.topbar.is-scrolled .nav a:hover,
.topbar.is-scrolled .nav a:focus-visible {
  color: var(--ink);
}

.button,
.button--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.button {
  background: var(--ink);
  color: var(--paper);
  border: 1px solid transparent;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: #572530;
}

.topbar__cta {
  min-height: 3rem;
  padding-inline: 1.25rem;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 16px 28px rgba(40, 18, 22, 0.16);
}

.topbar__cta:hover,
.topbar__cta:focus-visible {
  background: #f4e8de;
}

.topbar.is-scrolled .topbar__cta {
  background: var(--cor1);
  color: var(--paper);
  box-shadow: 0 14px 30px rgba(107, 47, 60, 0.16);
}

.topbar.is-scrolled .topbar__cta:hover,
.topbar.is-scrolled .topbar__cta:focus-visible {
  background: #572530;
}

.button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 1.5rem);
  overflow: clip;
  color: var(--paper);
  background:
    linear-gradient(120deg, rgba(107, 47, 60, 0.92) 0%, rgba(107, 47, 60, 0.84) 42%, rgba(59, 80, 63, 0.46) 100%),
    radial-gradient(circle at 18% 24%, rgba(253, 116, 93, 0.2), transparent 24%),
    #6b2f3c;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -9rem -7rem;
  width: 24rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--cor2);
  filter: blur(8px);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 6rem;
  width: 18rem;
  aspect-ratio: 1;
  border-radius: 38% 62% 53% 47% / 46% 41% 59% 54%;
  background: var(--cor4);
  pointer-events: none;
}

.hero__mark {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: clamp(10rem, 24vw, 20rem);
  opacity: 0.12;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: calc(100svh - var(--header-height) - 1.5rem);
  display: grid;
  place-items: center;
  text-align: center;
}

.hero__content {
  width: min(100%, 58rem);
  display: grid;
  justify-items: center;
  gap: 1.2rem;
}

.hero__copy {
  display: grid;
  justify-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.hero h1,
.section h2,
.section h3,
.final-cta h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.hero h1 {
  margin-inline: auto;
  /*max-width: 12ch;*/
  font-size: clamp(2.5rem, 6.3vw, 4rem);
}

.hero .eyebrow,
.methodology .eyebrow,
.faq .eyebrow,
.final-cta .eyebrow {
  color: rgba(255, 250, 245, 0.74);
}

.hero .button,
.final-cta .button {
  background: var(--paper);
  color: var(--ink);
}

.hero .button:hover,
.hero .button:focus-visible,
.final-cta .button:hover,
.final-cta .button:focus-visible {
  background: #f0e4da;
}

.hero__lede {
  max-width: 34rem;
  margin: 1.35rem auto 0;
  font-size: clamp(1.05rem, 1.8vw, 1.26rem);
  line-height: 1.7;
  text-align: center;
  color: rgba(255, 250, 245, 0.82);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.6rem;
  margin: 2rem auto 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 250, 245, 0.72);
  font-size: 0.95rem;
}

.hero__meta li {
  position: relative;
  padding-left: 1rem;
}

.hero__meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--accent);
}

.hero__wordmark {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.hero__word {
  display: flex;
  align-items: baseline;
  gap: 0.03em;
  line-height: 1;
}

.hero__letter {
  position: relative;
  display: inline-block;
  font-size: clamp(4.8rem, 15vw, 9.8rem);
  font-weight: 700;
  font-style: italic;
  color: #fff2e9;
  opacity: 0;
  filter: blur(20px);
  transform: translateY(80px) scale(0.5);
  animation: logoLetterIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  line-height: 0.92;
}

.hero__letter::after {
  content: attr(data-letter);
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: blur(15px);
  animation: logoGlowPulse 2s ease-in-out infinite;
  animation-delay: 1.8s;
}

.hero__letter--r,
.hero__letter--u {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.14em;
}

.hero__letter--m,
.hero__letter--o {
  font-family: "Balneario Script", "Montserrat", sans-serif;
  font-style: normal;
  margin-left: -0.04em;
}

.hero__letter--r {
  animation-delay: 0s;
}

.hero__letter--u {
  animation-delay: 0.3s;
}

.hero__letter--m {
  animation-delay: 0.6s;
}

.hero__letter--o {
  animation-delay: 0.9s;
}

.hero__brandline {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.82rem, 1.2vw, 1.05rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 250, 245, 0.82);
  opacity: 0;
  transform: translateY(20px);
  animation: logoSubtitleIn 0.8s ease-out forwards;
  animation-delay: 1.5s;
}

.hero__caption {
  max-width: 28rem;
  margin: 1.4rem auto 0;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  color: rgba(255, 250, 245, 0.7);
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 250, 245, 0.55);
}

.section {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7rem) 0;
}

.section__header {
  max-width: 42rem;
  margin-bottom: 2.8rem;
}

.section__header h2 {
  font-size: clamp(2.25rem, 4.25vw, 2rem);
  color: var(--ink);
}

.section__header p {
  margin: 1rem 0 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-soft);
}

.diagnostic {
  background: linear-gradient(180deg, rgba(107, 47, 60, 0.04), rgba(255, 248, 245, 0));
}

.diagnostic__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.diagnostic__item {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.diagnostic__item strong {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 1.1rem;
}

.diagnostic__item p {
  margin: 0;
  line-height: 1.8;
  color: var(--ink-soft);
}

.methodology {
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 20%, rgba(62, 101, 142, 0.18), transparent 20%),
    linear-gradient(180deg, #5f2a36 0%, #45202a 100%);
}

.methodology__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: start;
}

.methodology__intro {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
}

.methodology__intro h2 {
  font-size: clamp(2.25rem, 4.1vw, 3rem);
}

.methodology__intro p {
  margin: 1.15rem 0 0;
  line-height: 1.8;
  color: rgba(255, 250, 245, 0.72);
}

.methodology__steps {
  display: grid;
  gap: 1rem;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 250, 245, 0.14);
}

.step:first-child {
  border-top: 0;
  padding-top: 0.2rem;
}

.step__letter {
  width: clamp(3.25rem, 8vw, 5.5rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(3.3rem, 9vw, 6.2rem);
  line-height: 0.86;
  color: var(--cor4);
}

.step h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--paper);
}

.step p {
  margin: 0.85rem 0 0;
  line-height: 1.85;
  color: rgba(255, 250, 245, 0.72);
}

.sense {
  background:
    linear-gradient(180deg, rgba(253, 116, 93, 0.08), rgba(255, 248, 245, 0.68)),
    var(--paper);
}

.sense__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: start;
}

.sense__lead h2 {
  font-size: clamp(2.15rem, 4vw, 3rem);
}

.sense__lead p,
.sense__aside p {
  margin: 1rem 0 0;
  line-height: 1.85;
  color: var(--ink-soft);
}

.sense__aside {
  padding: 1.4rem 0 0 1.6rem;
  border-left: 1px solid var(--line);
}

.sense__aside strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.testimonials {
  background: linear-gradient(180deg, #f2e1e5 0%, #fbf4f1 100%);
}

.quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.quotes blockquote {
  margin: 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid rgba(107, 47, 60, 0.18);
}

.quotes p {
  margin: 0;
  line-height: 1.9;
  color: var(--ink);
}

.quotes footer {
  margin-top: 1.1rem;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.about {
  background: var(--paper);
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(19rem, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.75rem, 3.6vw, 4rem);
  align-items: start;
}

.about__rail {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  padding-top: 1rem;
}

.about__photo {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(107, 47, 60, 0.08), rgba(255, 255, 255, 0)),
    var(--surface);
  box-shadow: 0 24px 70px rgba(37, 33, 35, 0.12);
}

.about__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.about__intro {
  display: grid;
  gap: 1rem;
  padding-bottom: 0.5rem;
}

.about__seal {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.65rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: var(--surface);
  font-size: 0.94rem;
  line-height: 1;
}

.about__seal img {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
  opacity: 0.9;
}

.about__seal span {
  font-weight: 700;
}

.about__intro h2 {
  font-size: clamp(2.15rem, 3.8vw, 3rem);
}

.about__intro p {
  color: var(--ink-soft);
  line-height: 1.8;
}

.about__body {
  display: grid;
  gap: 1.5rem;
}

.about__body p {
  margin: 0;
  line-height: 1.9;
  color: var(--ink-soft);
}

.faq {
  background: var(--cor4);
  color: var(--paper);
}

.faq .section__header h2,
.faq .section__header p,
.faq .eyebrow {
  color: inherit;
}

.faq .section__header p {
  color: rgba(255, 250, 245, 0.68);
}

.faq__list {
  display: grid;
  gap: 0.75rem;
}

.faq details {
  border-bottom: 1px solid rgba(255, 250, 245, 0.15);
  padding-bottom: 0.75rem;
}

.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 700;
}

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

.faq summary::after {
  content: "+";
  flex: none;
  font-size: 1.6rem;
  font-weight: 400;
  transition: transform 220ms ease;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 54rem;
  margin: 0 0 0.5rem;
  color: rgba(255, 250, 245, 0.72);
  line-height: 1.8;
}

.final-cta {
  color: var(--paper);
  background: linear-gradient(180deg, var(--cor4) 0%, #b05040 100%);
  overflow: clip;
}

.final-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: end;
}

.final-cta h2 {
  /*max-width: 12ch;*/
  font-size: clamp(2.45rem, 4.5vw, 3rem);
}

.final-cta p {
  margin: 1rem 0 0;
  max-width: 33rem;
  line-height: 1.8;
  color: rgba(255, 250, 245, 0.74);
}

.final-cta__info {
  padding: 1.4rem 0 0 1.5rem;
  border-left: 1px solid rgba(255, 250, 245, 0.16);
}

.final-cta__info strong {
  display: block;
  margin-top: 1.1rem;
  font-size: 0.84rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 250, 245, 0.52);
}

.final-cta__info p {
  margin-top: 0.45rem;
}

.footer {
  background:
    radial-gradient(circle at top left, rgba(253, 116, 93, 0.12), transparent 26%),
    linear-gradient(180deg, #f7eeeb 0%, #f1e2df 100%);
  border-top: 1px solid rgba(107, 47, 60, 0.08);
  padding: 2.5rem 0 1.4rem;
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(12rem, 0.75fr));
  gap: 1.75rem;
  align-items: start;
}

.footer__brand {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  align-items: start;
}

.footer__brand img {
  width: 3.1rem;
  height: 3.1rem;
  object-fit: contain;
}

.footer__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer__copy {
  margin: 0.55rem 0 0;
  max-width: 28rem;
  font-size: 0.96rem;
  line-height: 1.75;
  color: rgba(107, 47, 60, 0.72);
}

.footer__group {
  display: grid;
  gap: 0.8rem;
}

.footer__label {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(107, 47, 60, 0.46);
}

.footer__links {
  display: grid;
  gap: 0.65rem;
}

.footer__links a {
  width: fit-content;
  color: rgba(107, 47, 60, 0.8);
  transition: color 220ms ease, transform 220ms ease;
}

.footer__links a:hover,
.footer__links a:focus-visible {
  color: var(--ink);
  transform: translateX(2px);
}

.footer__bottom {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(107, 47, 60, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.9rem 1.2rem;
  font-size: 0.88rem;
  color: rgba(107, 47, 60, 0.58);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity var(--ease), transform var(--ease);
  will-change: opacity, transform;
}

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

@keyframes logoLetterIn {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(80px) scale(0.5);
  }

  60% {
    opacity: 1;
    filter: blur(5px);
    transform: translateY(-10px) scale(1.05);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes logoGlowPulse {

  0%,
  100% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 0.36;
    transform: scale(1.02);
  }
}

@keyframes logoSubtitleIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }

  .hero__grid,
  .methodology__grid,
  .sense__grid,
  .about__grid,
  .final-cta__grid {
    grid-template-columns: 1fr;
  }

  .diagnostic__grid,
  .quotes {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-bottom: 5rem;
  }

  .hero__grid {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero__content {
    width: min(100%, 46rem);
  }

  .methodology__intro,
  .about__rail {
    position: static;
  }

  .sense__aside,
  .final-cta__info {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 1.25rem;
  }

  .final-cta__info {
    border-top-color: rgba(255, 250, 245, 0.16);
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 4.7rem;
    --shell: min(1120px, calc(100% - 1.25rem));
  }

  .topbar__inner {
    width: calc(100% - 1.25rem);
  }

  .hero__scroll {
    display: none;
  }

  .brand img {
    width: 2.9rem;
    height: 2.9rem;
  }

  .topbar__cta {
    width: auto;
    min-height: 2.65rem;
    padding: 0.62rem 0.95rem;
    font-size: 0.87rem;
    white-space: nowrap;
  }

  .hero h1 {
    max-width: 15ch;
  }

  .hero__brandline {
    font-size: 0.74rem;
    letter-spacing: 0.24em;
  }

  .button,
  .button--ghost {
    width: 100%;
  }

  .topbar__cta {
    width: auto;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__meta {
    flex-direction: column;
    width: min(100%, 22rem);
    gap: 0.8rem;
    align-items: center;
  }

  .step {
    grid-template-columns: 1fr;
  }

  .step__letter {
    width: auto;
  }

  .footer__main {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}