.movva-hero {
  --movva-orange: #ff3600;
  --movva-green: #78a57b;
  --movva-white: #ffffff;
  --movva-ink: #0e130f;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: calc(100svh - 90px);
  overflow: hidden;
  background: #101511;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

.movva-hero-media,
.movva-hero-media-fallback,
.movva-hero-overlay,
.movva-hero-light {
  position: absolute;
  inset: 0;
}

.movva-hero-media {
  z-index: -4;
  overflow: hidden;
  background: #111711;
}

.movva-hero-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: saturate(0.84) contrast(1.08) brightness(0.76);
  transform: scale(1.025);
  transition: opacity 0.8s ease;
}

.movva-hero.has-video .movva-hero-video {
  opacity: 1;
}

.movva-hero-media-fallback {
  z-index: 0;
  background:
    linear-gradient(118deg, rgba(255, 54, 0, 0.34), transparent 38%),
    radial-gradient(circle at 78% 35%, rgba(120, 165, 123, 0.34), transparent 28%),
    linear-gradient(135deg, #101612, #242e25 55%, #141915);
}

.movva-hero-media-fallback::before,
.movva-hero-media-fallback::after {
  content: "";
  position: absolute;
  width: 42vw;
  height: 160vh;
  top: -30vh;
  border: 1px solid rgba(255, 255, 255, 0.075);
  transform: rotate(28deg);
}

.movva-hero-media-fallback::before {
  right: 12vw;
}

.movva-hero-media-fallback::after {
  right: -18vw;
}

.movva-hero-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(10, 14, 11, 0.93) 0%, rgba(10, 14, 11, 0.79) 42%, rgba(10, 14, 11, 0.38) 70%, rgba(10, 14, 11, 0.26) 100%),
    linear-gradient(0deg, rgba(6, 9, 7, 0.66), transparent 38%);
}

.movva-hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: radial-gradient(rgba(255, 255, 255, 0.38) 0.55px, transparent 0.75px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

.movva-hero-light {
  z-index: 3;
  pointer-events: none;
  opacity: 0.62;
  filter: blur(16px);
}

.movva-hero-light--orange {
  inset: auto auto -36% -16%;
  width: 56%;
  height: 70%;
  background: radial-gradient(circle, rgba(255, 54, 0, 0.31), transparent 67%);
}

.movva-hero-light--green {
  inset: -32% -10% auto auto;
  width: 52%;
  height: 66%;
  background: radial-gradient(circle, rgba(120, 165, 123, 0.27), transparent 68%);
}

.movva-hero-frame {
  position: absolute;
  z-index: 2;
  inset: clamp(18px, 2vw, 34px);
  pointer-events: none;
}

.movva-hero-frame span {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 0.72;
}

.movva-hero-frame span:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.movva-hero-frame span:nth-child(2) {
  top: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-right: 1px solid rgba(255, 255, 255, 0.42);
}

.movva-hero-frame span:nth-child(3) {
  right: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.movva-hero-frame span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.movva-hero-inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(82px, 10vh, 130px) clamp(28px, 6vw, 92px) clamp(126px, 15vh, 168px);
}

.movva-hero-content {
  width: min(870px, 70vw);
}

.movva-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(24px, 4vh, 38px);
  padding: 8px 12px 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.movva-hero-kicker i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--movva-orange);
  box-shadow: 0 0 0 5px rgba(255, 54, 0, 0.14), 0 0 18px rgba(255, 54, 0, 0.5);
  animation: movva-pulse 2.2s ease-in-out infinite;
}

.movva-hero-kicker span,
.movva-hero-kicker small {
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.movva-hero-kicker span {
  color: #fff;
}

.movva-hero-kicker small {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.54);
}

.movva-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(46px, 6.1vw, 94px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.movva-hero h1 span,
.movva-hero h1 strong {
  display: block;
}

.movva-hero h1 span {
  color: rgba(255, 255, 255, 0.91);
  font-weight: 480;
}

.movva-hero h1 strong {
  margin-top: 7px;
  font-weight: 820;
}

.movva-hero h1 em {
  position: relative;
  isolation: isolate;
  display: inline-block;
  color: var(--movva-orange);
  font-style: normal;
  transform-origin: center;
  will-change: transform, filter;
  animation: movva-word-motion 5.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.movva-hero h1 em::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  inset: 0;
  color: transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-text-stroke: 0.018em rgba(120, 165, 123, 0.72);
  text-shadow:
    0.09em 0 rgba(120, 165, 123, 0.24),
    -0.07em 0 rgba(255, 54, 0, 0.2);
  animation: movva-word-echo 5.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.movva-hero h1 em::after {
  content: "";
  position: absolute;
  right: 0.04em;
  bottom: -0.05em;
  left: 0.08em;
  height: 0.07em;
  border-radius: 999px;
  background: var(--movva-green);
  transform: rotate(-1deg);
  transform-origin: left;
  animation: movva-word-line 5.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.movva-hero-description {
  max-width: 690px;
  margin: clamp(26px, 4vh, 38px) 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 420;
  line-height: 1.62;
}

.movva-hero-services {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.movva-hero-services li {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.69);
  font-size: 10px;
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.movva-hero-services li:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 11px;
  border-radius: 50%;
  background: var(--movva-green);
}

.movva-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 61px;
  margin-top: clamp(31px, 5vh, 45px);
  padding: 10px 11px 10px 25px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 17px;
  background: linear-gradient(135deg, var(--movva-orange), #ff6038);
  box-shadow: 0 18px 42px rgba(255, 54, 0, 0.26);
  color: #fff !important;
  font-size: 11px;
  font-weight: 880;
  line-height: 1;
  letter-spacing: 0.085em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: box-shadow 0.22s ease, filter 0.22s ease, transform 0.22s ease;
}

.movva-hero-cta b {
  position: relative;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 12px;
  background: var(--movva-green);
  color: #fff;
  font-size: 0;
  transition: background 0.22s ease, transform 0.22s ease;
}

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

.movva-hero-cta 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-hero-cta:hover {
  box-shadow: 0 23px 52px rgba(255, 54, 0, 0.36);
  filter: brightness(1.035);
  transform: translateY(-3px);
}

.movva-hero-cta:hover b {
  background: #648f68;
  transform: translate(2px, -2px);
}

.movva-hero-footer {
  position: absolute;
  z-index: 4;
  right: clamp(28px, 6vw, 92px);
  bottom: clamp(28px, 4.5vh, 50px);
  left: clamp(28px, 6vw, 92px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.movva-hero-reel {
  display: flex;
  align-items: center;
  gap: 13px;
}

.movva-hero-reel i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--movva-orange);
  box-shadow: 0 0 16px rgba(255, 54, 0, 0.65);
}

.movva-hero-reel span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.movva-hero-scroll {
  display: flex;
  align-items: center;
  gap: 11px;
}

.movva-hero-scroll small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.movva-hero-scroll i {
  position: relative;
  display: block;
  width: 27px;
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 99px;
}

.movva-hero-scroll i::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 99px;
  background: var(--movva-green);
  transform: translateX(-50%);
  animation: movva-scroll 1.8s ease-in-out infinite;
}

@keyframes movva-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.72); opacity: 0.65; }
}

@keyframes movva-scroll {
  0% { opacity: 0; transform: translate(-50%, 0); }
  25% { opacity: 1; }
  75% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 15px); }
}

@keyframes movva-word-motion {
  0%, 14%, 39%, 69%, 100% {
    filter: none;
    transform: translate3d(0, 0, 0) skewX(0);
  }
  19% {
    filter: drop-shadow(-0.05em 0 rgba(120, 165, 123, 0.25));
    transform: translate3d(0.11em, -0.01em, 0) skewX(-3deg);
  }
  25% {
    transform: translate3d(-0.03em, 0, 0) skewX(1deg);
  }
  30% {
    transform: translate3d(0.018em, 0, 0) skewX(0);
  }
  77% {
    filter: drop-shadow(0.04em 0 rgba(255, 54, 0, 0.22));
    transform: translate3d(0.065em, 0, 0) skewX(-1.5deg);
  }
  84% {
    transform: translate3d(-0.018em, 0, 0) skewX(0.6deg);
  }
  91% {
    transform: translate3d(0, 0, 0) skewX(0);
  }
}

@keyframes movva-word-echo {
  0%, 13%, 39%, 68%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  17% {
    opacity: 0.72;
    transform: translate3d(-0.08em, 0, 0);
  }
  23% {
    opacity: 0.42;
    transform: translate3d(0.08em, 0, 0);
  }
  31% {
    opacity: 0;
    transform: translate3d(0.02em, 0, 0);
  }
  76% {
    opacity: 0.54;
    transform: translate3d(-0.05em, 0, 0);
  }
  86% {
    opacity: 0;
    transform: translate3d(0.045em, 0, 0);
  }
}

@keyframes movva-word-line {
  0%, 14%, 39%, 69%, 100% {
    opacity: 1;
    transform: rotate(-1deg) scaleX(1);
  }
  19% {
    opacity: 0.72;
    transform: rotate(-1deg) scaleX(0.82);
  }
  27% {
    opacity: 1;
    transform: rotate(-1deg) scaleX(1.04);
  }
  77% {
    opacity: 0.78;
    transform: rotate(-1deg) scaleX(0.9);
  }
  88% {
    opacity: 1;
    transform: rotate(-1deg) scaleX(1);
  }
}

@media (max-width: 1120px) {
  .movva-hero {
    min-height: calc(100svh - 74px);
  }

  .movva-hero-content {
    width: min(780px, 82vw);
  }
}

@media (max-width: 760px) {
  .movva-hero {
    align-items: flex-start;
    min-height: calc(100svh - 74px);
  }

  .movva-hero-video {
    object-position: 58% center;
  }

  .movva-hero-overlay {
    background:
      linear-gradient(90deg, rgba(10, 14, 11, 0.88), rgba(10, 14, 11, 0.57)),
      linear-gradient(0deg, rgba(6, 9, 7, 0.78), rgba(6, 9, 7, 0.18) 60%);
  }

  .movva-hero-frame {
    inset: 13px;
  }

  .movva-hero-inner {
    padding: clamp(72px, 10vh, 105px) 23px 136px;
  }

  .movva-hero-content {
    width: 100%;
  }

  .movva-hero-kicker {
    margin-bottom: 27px;
  }

  .movva-hero-kicker small {
    display: none;
  }

  .movva-hero h1 {
    max-width: 620px;
    font-size: clamp(43px, 12vw, 68px);
    line-height: 0.99;
  }

  .movva-hero-description {
    max-width: 560px;
    font-size: 15px;
    line-height: 1.58;
  }

  .movva-hero-footer {
    right: 23px;
    bottom: 25px;
    left: 23px;
  }

  .movva-hero-reel span:nth-of-type(n+4) {
    display: none;
  }
}

@media (max-width: 480px) {
  .movva-hero-inner {
    padding-top: 65px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .movva-hero h1 {
    font-size: clamp(39px, 12vw, 54px);
    letter-spacing: -0.056em;
  }

  .movva-hero-services {
    max-width: 360px;
  }

  .movva-hero-services li {
    font-size: 8.5px;
  }

  .movva-hero-services li:not(:last-child)::after {
    margin: 0 8px;
  }

  .movva-hero-cta {
    width: 100%;
    max-width: 290px;
    min-height: 57px;
  }

  .movva-hero-footer {
    right: 18px;
    left: 18px;
  }

  .movva-hero-scroll small {
    display: none;
  }
}

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

  .movva-hero-video {
    transform: none;
  }
}
