.movva-final {
  --movva-orange: #ff3600;
  --movva-green: #78a57b;
  --movva-ink: #101511;
  --movva-cream: #f5efe7;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 82svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.13), transparent 26%),
    linear-gradient(130deg, #ff3600, #f53b09 58%, #e62f00);
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.movva-final,
.movva-final * {
  box-sizing: border-box;
}

.movva-final::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.17;
  background:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.movva-final::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--movva-ink) 0 66%, var(--movva-green) 66% 81%, var(--movva-ink) 81%);
}

.movva-final-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: clamp(100px, 13vh, 155px) clamp(28px, 7vw, 105px) clamp(125px, 16vh, 190px);
}

.movva-final-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 35px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.movva-final.is-visible .movva-final-kicker {
  opacity: 1;
  transform: none;
}

.movva-final-kicker span,
.movva-final-kicker strong {
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.movva-final-kicker span { color: var(--movva-ink); }
.movva-final-kicker strong { color: rgba(255, 255, 255, 0.68); }

.movva-final-kicker i {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, var(--movva-ink), var(--movva-green));
}

.movva-final-question {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 650;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease 0.13s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.13s;
}

.movva-final.is-visible .movva-final-question {
  opacity: 1;
  transform: none;
}

.movva-final h2 {
  max-width: 1180px;
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(65px, 9.2vw, 140px);
  font-weight: 790;
  line-height: 0.85;
  letter-spacing: -0.082em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(0.42em);
  clip-path: inset(0 0 100% 0);
  transition: opacity 0.8s ease 0.2s, transform 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, clip-path 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.movva-final.is-visible h2 {
  opacity: 1;
  transform: none;
  clip-path: inset(0);
}

.movva-final h2 em {
  position: relative;
  isolation: isolate;
  display: inline-block;
  color: var(--movva-ink);
  font-style: normal;
}

.movva-final h2 em::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  inset: 0;
  color: transparent;
  opacity: 0;
  -webkit-text-stroke: 0.018em rgba(255, 255, 255, 0.68);
  text-shadow: -0.06em 0 rgba(120, 165, 123, 0.38);
}

.movva-final h2 em::after {
  content: "";
  position: absolute;
  right: 0.01em;
  bottom: -0.045em;
  left: 0.04em;
  height: 0.06em;
  border-radius: 99px;
  background: var(--movva-green);
}

.movva-final.is-visible h2 em {
  animation: movva-final-word 5.8s cubic-bezier(0.22, 1, 0.36, 1) 1.6s infinite;
}

.movva-final.is-visible h2 em::before {
  animation: movva-final-word-echo 5.8s ease 1.6s infinite;
}

.movva-final-description {
  max-width: 680px;
  margin: clamp(28px, 4vh, 42px) 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.6;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease 0.48s, transform 0.7s ease 0.48s;
}

.movva-final.is-visible .movva-final-description {
  opacity: 1;
  transform: none;
}

.movva-final-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  padding: 10px 10px 10px 23px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: var(--movva-ink);
  color: #fff !important;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(72, 16, 0, 0.22);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease 0.58s, transform 0.25s ease, box-shadow 0.25s ease;
}

.movva-final.is-visible .movva-final-button {
  opacity: 1;
  transform: none;
}

.movva-final-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(72, 16, 0, 0.31);
}

.movva-final-button b {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--movva-cream);
  color: var(--movva-ink);
  transition: transform 0.25s ease, background 0.25s ease;
}

.movva-final-button:hover b {
  background: var(--movva-green);
  transform: translate(2px, -2px);
}

.movva-final-button b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.movva-final-button b::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 1px;
}

.movva-final-word {
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: -0.15em;
  color: transparent;
  opacity: 0.17;
  font-size: clamp(180px, 28vw, 440px);
  font-weight: 920;
  line-height: 0.8;
  letter-spacing: -0.09em;
  pointer-events: none;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.75);
}

.movva-final-rings {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: 5%;
  width: clamp(240px, 31vw, 480px);
  height: clamp(240px, 31vw, 480px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  pointer-events: none;
  animation: movva-final-rings 18s linear infinite;
}

.movva-final-rings::before,
.movva-final-rings::after {
  content: "";
  position: absolute;
  border: inherit;
  border-radius: inherit;
}

.movva-final-rings::before { inset: 15%; }
.movva-final-rings::after { inset: 32%; }

.movva-final-rings i,
.movva-final-rings b {
  position: absolute;
  border-radius: 50%;
}

.movva-final-rings i {
  top: 10%;
  left: 15%;
  width: 12px;
  height: 12px;
  background: var(--movva-green);
  box-shadow: 0 0 0 8px rgba(120, 165, 123, 0.2);
}

.movva-final-rings b {
  right: 2%;
  bottom: 23%;
  width: 8px;
  height: 8px;
  background: var(--movva-ink);
}

.movva-final-direction {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 16%;
  display: flex;
  align-items: center;
  gap: 9px;
  opacity: 0.32;
  pointer-events: none;
}

.movva-final-direction i {
  width: 28px;
  height: 28px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
  animation: movva-final-chevron 2.2s ease-in-out infinite;
}

.movva-final-direction i:nth-child(2) { animation-delay: 0.16s; }
.movva-final-direction i:nth-child(3) { animation-delay: 0.32s; }

.movva-final-marquee {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 21, 17, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.movva-final-marquee div {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 16px 0;
  animation: movva-final-marquee 17s linear infinite;
}

.movva-final-marquee span {
  color: rgba(255, 255, 255, 0.73);
  font-size: 8px;
  font-weight: 830;
  letter-spacing: 0.16em;
}

.movva-final-marquee i {
  width: 5px;
  height: 5px;
  margin: 0 19px;
  border-radius: 50%;
  background: var(--movva-green);
}

@keyframes movva-final-rings { to { transform: rotate(360deg); } }
@keyframes movva-final-marquee { to { transform: translateX(-50%); } }

@keyframes movva-final-chevron {
  0%, 100% { opacity: 0.3; transform: translateX(-8px) rotate(45deg); }
  50% { opacity: 1; transform: translateX(4px) rotate(45deg); }
}

@keyframes movva-final-word {
  0%, 13%, 44%, 73%, 100% { transform: translate3d(0, 0, 0) skewX(0); }
  19% { transform: translate3d(0.08em, 0, 0) skewX(-2.5deg); }
  27% { transform: translate3d(-0.022em, 0, 0) skewX(0.8deg); }
  81% { transform: translate3d(0.045em, 0, 0); }
}

@keyframes movva-final-word-echo {
  0%, 13%, 43%, 72%, 100% { opacity: 0; transform: translateX(0); }
  19% { opacity: 0.58; transform: translateX(-0.07em); }
  28% { opacity: 0.28; transform: translateX(0.045em); }
  36% { opacity: 0; }
  81% { opacity: 0.42; transform: translateX(-0.035em); }
  90% { opacity: 0; }
}

@media (max-width: 760px) {
  .movva-final { min-height: 78svh; }

  .movva-final-inner {
    padding-top: 95px;
    padding-bottom: 130px;
  }

  .movva-final h2 {
    max-width: 720px;
    font-size: clamp(58px, 14vw, 96px);
    line-height: 0.88;
  }

  .movva-final-rings {
    top: auto;
    right: -24%;
    bottom: 10%;
    opacity: 0.56;
  }

  .movva-final-direction { display: none; }
}

@media (max-width: 480px) {
  .movva-final-inner { padding: 79px 17px 122px; }

  .movva-final-kicker { margin-bottom: 29px; }

  .movva-final-question {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .movva-final h2 {
    width: 100%;
    font-size: clamp(50px, 14.2vw, 68px);
    line-height: 0.9;
    overflow-wrap: anywhere;
  }

  .movva-final h2 em { max-width: 100%; }
  .movva-final-description { font-size: 15px; }
  .movva-final-button { margin-top: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  .movva-final *,
  .movva-final *::before,
  .movva-final *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .movva-final-kicker,
  .movva-final-question,
  .movva-final h2,
  .movva-final-description,
  .movva-final-button {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}

