.hero.hero-maraton90 {
  background: #f7e6f0;
  --mouse-left-x: 0px;
  --mouse-left-y: 0px;
  --mouse-right-x: 0px;
  --mouse-right-y: 0px;
  --mouse-ring-x: 0px;
  --mouse-ring-y: 0px;
  --mouse-rating-x: 0px;
  --mouse-rating-y: 0px;
  --mouse-top-x: 0px;
  --mouse-top-y: 0px;
  --mouse-bottom-x: 0px;
  --mouse-bottom-y: 0px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.hero-maraton90 > .container {
  max-width: 1340px;
}

.hero-maraton90 .hero-bg,
.hero-maraton90 .hero-overlay,
.homepage-effects .hero.hero-maraton90::before,
.homepage-effects .hero.hero-maraton90::after {
  display: none;
}

.hero-maraton90 .hero-maraton-inner {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(560px, 1.15fr) minmax(460px, 1fr);
  min-height: 0;
  padding: 22px 0 0;
  position: relative;
}

.hero-maraton90 .hero-maraton-left {
  align-items: flex-start;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 66px;
  max-width: 720px;
  min-height: 560px;
  text-align: left;
  translate: var(--mouse-left-x) var(--mouse-left-y);
  transition: translate 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: translate;
}

.hero-trust-badge {
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(24, 26, 33, 0.1);
  display: inline-flex;
  gap: 8px;
  min-height: 54px;
  padding: 10px 16px;
}

.hero-trust-star {
  color: #0abf8a;
  font-size: 18px;
  line-height: 1;
}

.hero-trust-badge span {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.hero-trust-badge .hero-trust-star {
  color: #0abf8a;
}

.hero-maraton-users {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 14px;
}

.hero-maraton-avatars {
  align-items: center;
  display: inline-flex;
  min-width: 144px;
  position: relative;
}

.hero-maraton-avatars img {
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
  height: 38px;
  margin-left: -8px;
  object-fit: cover;
  width: 38px;
}

.hero-maraton-avatars img:first-child {
  margin-left: 0;
}

.hero-maraton-plus {
  align-items: center;
  background: linear-gradient(135deg, #88dc41, #60b92e);
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(76, 141, 41, 0.3);
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  margin-left: -8px;
  min-width: 32px;
  padding: 0 6px;
}

.hero-maraton-users > span {
  color: #1f1f1f;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 38px;
  white-space: nowrap;
}

.hero-maraton90 .hero-maraton-title {
  color: #131313;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -1.24px;
  line-height: 1.07;
  margin: 18px 0 0;
  text-align: left;
  text-shadow: none;
  max-width: none;
  animation: none;
}

.hero-maraton-title strong {
  font-weight: 700;
}

.hero-maraton-title .hero-line {
  white-space: nowrap;
}

.hero-maraton-copy {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.32;
  margin: 18px 0 0;
  max-width: 640px;
  text-align: left;
}

.hero-maraton-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.hero-maraton-primary {
  align-items: center;
  background: #ea3e66;
  border-radius: 64px;
  box-shadow: 0 8px 18px rgba(234, 62, 102, 0.25);
  color: #f9f9f9;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  gap: 8px;
  letter-spacing: -0.2px;
  line-height: 1;
  min-height: 42px;
  padding: 5px 14px 5px 6px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-maraton-primary:hover {
  box-shadow: 0 14px 28px rgba(234, 62, 102, 0.31);
  transform: translateY(-1px);
}

.hero-maraton-primary-icon {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: #151515;
  display: inline-flex;
  font-size: 24px;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  line-height: 1;
  transform: translateY(-1px);
  width: 28px;
}

.hero-maraton-whatsapp {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(33, 64, 44, 0.12);
  color: #2da04d;
  display: inline-flex;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  gap: 4px;
  line-height: 1;
  min-height: 30px;
  padding: 0 8px 0 5px;
  transition: transform 220ms ease, filter 220ms ease;
}

.hero-maraton-whatsapp:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.hero-maraton-whatsapp img {
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.hero-maraton-right {
  align-self: start;
  height: 560px;
  justify-self: end;
  margin: 66px -18px 0 0;
  position: relative;
  translate: var(--mouse-right-x) var(--mouse-right-y);
  transition: translate 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: translate;
  width: min(100%, 602px);
}

.homepage-effects .hero.hero-maraton90 h1 {
  max-width: none;
  text-align: left;
  text-shadow: none;
}

.hero-maraton-rings {
  height: 548px;
  left: 106px;
  top: 58px;
  width: 548px;
  background: #f3d9e8;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  translate: var(--mouse-ring-x) var(--mouse-ring-y);
  transition: translate 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: translate;
  z-index: 0;
  opacity: 0;
}

.hero-maraton-rings::before,
.hero-maraton-rings::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  opacity: 0;
}

.hero-maraton-rings::before {
  background: #e89bc4;
  inset: 6%;
}

.hero-maraton-rings::after {
  background: #f70787;
  inset: 12%;
}

.hero-ring-img {
  display: none;
}

.hero-maraton90.is-ready .hero-maraton-rings {
  animation: heroRingReveal 480ms cubic-bezier(0.2, 0.72, 0.2, 1) forwards;
  animation-delay: 560ms;
}

.hero-maraton90.is-ready .hero-maraton-rings::before {
  animation: heroRingReveal 480ms cubic-bezier(0.2, 0.72, 0.2, 1) forwards;
  animation-delay: 680ms;
}

.hero-maraton90.is-ready .hero-maraton-rings::after {
  animation: heroRingReveal 480ms cubic-bezier(0.2, 0.72, 0.2, 1) forwards;
  animation-delay: 800ms;
}

.hero-maraton-main {
  border-radius: 28px;
  bottom: -18px;
  filter: drop-shadow(0 16px 28px rgba(24, 22, 30, 0.2)) contrast(1.03) saturate(1.02);
  height: 100%;
  left: 78px;
  object-fit: contain;
  position: absolute;
  transition: opacity 420ms ease, transform 520ms ease;
  width: calc(100% - 78px);
  z-index: 10;
}

.hero-maraton-main.is-switching {
  opacity: 0.35;
  transform: scale(0.985);
}

.hero-floating-media {
  display: block;
  height: auto;
  object-fit: contain;
  position: absolute;
  will-change: translate, transform;
  z-index: 8;
}

.hero-float-card-top {
  right: -4px;
  top: 246px;
  width: min(100%, 354px);
  z-index: 13;
  translate: var(--mouse-top-x) var(--mouse-top-y);
  transition: translate 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-speech-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  box-shadow: 0 8px 16px rgba(24, 22, 30, 0.18);
  color: #171717;
  display: flex;
  gap: 12px;
  min-height: 92px;
  padding: 11px 14px;
}

.hero-speech-card-icon {
  align-items: center;
  background: #f43678;
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 5px 12px rgba(232, 60, 102, 0.24);
  display: inline-flex;
  flex: 0 0 56px;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.hero-speech-card-icon img {
  filter: brightness(0) invert(1);
  height: 26px;
  width: 26px;
}

.hero-speech-card-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.hero-speech-card-copy strong {
  color: #171717;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 3px;
}

.hero-speech-card-copy span {
  color: #252525;
  display: block;
  font-size: 11.2px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 1.14;
}

.hero-float-card-bottom {
  left: -50px;
  top: 314px;
  width: min(100%, 320px);
  z-index: 12;
  translate: var(--mouse-bottom-x) var(--mouse-bottom-y);
  transition: translate 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-rating-card {
  left: -24px;
  position: absolute;
  top: 12px;
  width: min(100%, 314px);
  translate: var(--mouse-rating-x) var(--mouse-rating-y);
  transition: translate 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero.hero-maraton90.parallax-active .hero-maraton-left,
.hero.hero-maraton90.parallax-active .hero-maraton-right,
.hero.hero-maraton90.parallax-active .hero-maraton-rings,
.hero.hero-maraton90.parallax-active .hero-rating-card,
.hero.hero-maraton90.parallax-active .hero-float-card-top,
.hero.hero-maraton90.parallax-active .hero-float-card-bottom {
  transition: none;
}

.hero-maraton-seq {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.97);
}

.hero-maraton90.is-ready .hero-maraton-seq {
  animation: heroMaratonIn 680ms cubic-bezier(0.2, 0.72, 0.2, 1) forwards;
  animation-delay: calc(var(--seq-order, 0) * 120ms);
}

.banner-float {
  animation: heroFloatSoft 6.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation-delay: calc(var(--seq-order, 0) * 180ms);
}

.hero-rating-card.banner-float {
  animation-duration: 7.6s;
  animation-name: heroFloatRating;
}

.hero-float-card-top.banner-float {
  animation-duration: 6.4s;
  animation-name: heroFloatTop;
}

.hero-float-card-bottom.banner-float {
  animation-duration: 7.1s;
  animation-name: heroFloatBottom;
}


@keyframes heroMaratonIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.97);
  }

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

@keyframes heroRingReveal {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

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

@keyframes heroMaratonMobileIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }

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

@keyframes heroRingMobileReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes heroFloatSoft {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -5px, 0) rotate(-0.25deg);
  }
}

@keyframes heroFloatRating {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(-3px, -7px, 0) rotate(-0.35deg);
  }
}

@keyframes heroFloatTop {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(4px, -6px, 0) rotate(0.35deg);
  }
}

@keyframes heroFloatBottom {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(-4px, -5px, 0) rotate(-0.25deg);
  }
}


@media (max-width: 1200px) {
  .hero-maraton90 .hero-maraton-inner {
    grid-template-columns: minmax(420px, 1.08fr) minmax(430px, 0.92fr);
    min-height: 646px;
    padding-top: 24px;
  }

  .hero-maraton-title {
    font-size: 54px;
    line-height: 1.05;
  }

  .hero-maraton-title .hero-line {
    white-space: normal;
  }

  .hero-maraton-copy {
    font-size: 16px;
    line-height: 1.5;
    max-width: 520px;
  }

  .hero-maraton-users > span {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-maraton-primary {
    font-size: 15px;
    min-height: 42px;
    padding: 5px 14px 5px 6px;
  }

  .hero-maraton-primary-icon {
    font-size: 24px;
    height: 28px;
    width: 28px;
  }

  .hero-maraton-whatsapp {
    font-size: 12px;
    min-height: 30px;
    padding: 0 8px 0 5px;
  }

  .hero-maraton-right {
    height: 560px;
    width: min(100%, 540px);
  }

  .hero-maraton-main {
    left: 54px;
    width: calc(100% - 54px);
  }

  .hero-maraton-rings {
    height: 452px;
    left: 88px;
    top: 74px;
    width: 452px;
  }

  .hero-float-card-top {
    right: -4px;
    top: 206px;
    width: 302px;
    z-index: 13;
  }

  .hero-speech-card {
    gap: 9px;
    min-height: 84px;
    padding: 9px 12px;
  }

  .hero-speech-card-icon {
    border-radius: 14px;
    flex-basis: 48px;
    height: 48px;
    width: 48px;
  }

  .hero-speech-card-icon img {
    height: 22px;
    width: 22px;
  }

  .hero-speech-card-copy strong {
    font-size: 15px;
  }

  .hero-speech-card-copy span {
    font-size: 10.2px;
  }

  .hero-float-card-bottom {
    left: -38px;
    top: 304px;
    width: 270px;
    z-index: 12;
  }

  .hero-rating-card {
    left: -12px;
    top: 10px;
    width: 262px;
  }
}

@media (max-width: 1199px),
  ((max-width: 1366px) and (pointer: coarse)),
  ((max-width: 1366px) and (hover: none)) {
  .hero-maraton-seq {
    transform: translate3d(0, 10px, 0);
  }

  .hero-maraton90.is-ready .hero-maraton-seq {
    animation-delay: calc(var(--seq-order, 0) * 42ms);
    animation-duration: 640ms;
    animation-name: heroMaratonMobileIn;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  .hero-maraton90.is-ready .hero-maraton-rings,
  .hero-maraton90.is-ready .hero-maraton-rings::before,
  .hero-maraton90.is-ready .hero-maraton-rings::after {
    animation-duration: 680ms;
    animation-name: heroRingMobileReveal;
    animation-timing-function: ease-out;
  }

  .hero-maraton90.is-ready .hero-maraton-rings {
    animation-delay: 140ms;
  }

  .hero-maraton90.is-ready .hero-maraton-rings::before {
    animation-delay: 200ms;
  }

  .hero-maraton90.is-ready .hero-maraton-rings::after {
    animation-delay: 260ms;
  }

  .hero-maraton90 .banner-float {
    animation: none;
  }

  .hero.hero-maraton90 {
    min-height: auto;
    padding: 84px 0 24px;
  }

  .hero-maraton90 .hero-maraton-inner {
    gap: 14px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px 0 0;
  }

  .hero-maraton90 .hero-maraton-left {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 620px);
    min-height: auto;
    order: 1;
    width: 100%;
  }

  .hero-maraton-right {
    align-self: auto;
    height: min(75vw, 420px);
    justify-self: center;
    margin: 8px auto 0;
    order: 2;
    width: min(100%, 540px);
  }

  .hero-maraton-main {
    left: 8px;
    object-position: left bottom;
    width: calc(100% - 16px);
  }

  .hero-maraton-rings {
    inset: 18px 10px -8px 10px;
  }

  .hero-ring-2 {
    inset: 18px;
  }

  .hero-ring-3 {
    inset: 38px;
  }

  .hero-maraton-users > span {
    font-size: 21px;
    line-height: 28px;
  }

  .hero-maraton-title {
    font-size: clamp(38px, 8vw, 52px);
    line-height: 1.06;
    margin-top: 18px;
  }

  .hero-maraton-copy {
    font-size: 16px;
    line-height: 30px;
    margin-top: 14px;
  }

  .hero-maraton-actions {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  .hero-maraton-primary {
    font-size: 15px;
    min-height: 42px;
    padding: 5px 14px 5px 6px;
  }

  .hero-maraton-primary-icon {
    font-size: 24px;
    height: 28px;
    width: 28px;
  }

  .hero-maraton-whatsapp {
    font-size: 12px;
    min-height: 30px;
    padding: 0 8px 0 5px;
  }

  .hero-maraton-whatsapp img {
    height: 18px;
    width: 18px;
  }

  .hero-float-card-top {
    right: 2px;
    top: 47%;
    width: clamp(236px, 43vw, 306px);
  }

  .hero-speech-card {
    border-radius: 16px;
    gap: 8px;
    min-height: 78px;
    padding: 8px 10px;
  }

  .hero-speech-card-icon {
    border-radius: 13px;
    flex-basis: 42px;
    height: 42px;
    width: 42px;
  }

  .hero-speech-card-icon img {
    height: 20px;
    width: 20px;
  }

  .hero-speech-card-copy strong {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .hero-speech-card-copy span {
    font-size: 9.5px;
    letter-spacing: -0.2px;
    line-height: 1.08;
  }

  .hero-float-card-bottom {
    left: -10px;
    top: 66%;
    width: clamp(188px, 39vw, 258px);
  }

  .hero-rating-card {
    left: 6px;
    top: 6px;
    width: 186px;
  }
}

@media (max-width: 640px) {
  .hero.hero-maraton90 {
    padding: 12px 0 20px;
  }

  .hero-maraton90 .hero-maraton-inner {
    padding-top: 8px;
  }

  .hero-trust-badge {
    min-height: 38px;
    padding: 6px 10px;
  }

  .hero-trust-badge img {
    height: 22px;
  }

  .hero-maraton-users {
    gap: 10px;
    margin-top: 10px;
  }

  .hero-maraton-avatars img {
    height: 32px;
    width: 32px;
  }

  .hero-maraton-plus {
    font-size: 10px;
    height: 26px;
    min-width: 26px;
  }

  .hero-maraton-users > span {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-maraton-title {
    font-size: clamp(32px, 10.4vw, 42px);
    line-height: 1.08;
    margin-top: 12px;
  }

  .hero-maraton-title > br:nth-of-type(2) {
    display: none;
  }

  .hero-maraton-copy {
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
  }

  .hero-maraton-primary {
    font-size: 17px;
    min-height: 48px;
    padding: 7px 14px 7px 8px;
  }

  .hero-maraton-primary-icon {
    font-size: 28px;
    height: 30px;
    width: 30px;
  }

  .hero-maraton-whatsapp {
    font-size: 13px;
    min-height: 32px;
    padding: 0 8px 0 5px;
  }

  .hero-maraton-whatsapp img {
    height: 20px;
    width: 20px;
  }

  .hero-maraton-right {
    height: min(84vw, 380px);
    margin: 6px auto 0;
    width: min(100%, 420px);
  }

  .hero-maraton-rings {
    height: min(calc(100% - 34px), 356px);
    left: 8px;
    top: 36px;
    width: calc(100% - 16px);
  }

  .hero-maraton-main {
    border-radius: 20px;
    left: 6px;
    object-position: left bottom;
    width: calc(100% - 12px);
  }

  .hero-rating-card {
    left: 4px;
    top: 4px;
    width: 162px;
  }

  .hero-float-card-top {
    right: 0;
    top: 48%;
    width: clamp(224px, 64vw, 286px);
  }

  .hero-speech-card {
    gap: 7px;
    min-height: 74px;
    padding: 7px 9px;
  }

  .hero-speech-card-icon {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }

  .hero-speech-card-icon img {
    height: 18px;
    width: 18px;
  }

  .hero-speech-card-copy strong {
    font-size: 12px;
  }

  .hero-speech-card-copy span {
    font-size: 8.8px;
    line-height: 1.06;
  }

  .hero-float-card-bottom {
    left: -6px;
    top: 69%;
    width: clamp(166px, 46vw, 212px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-maraton-seq {
    opacity: 1;
    transform: none;
  }

  .hero-maraton-rings,
  .hero-maraton-rings::before,
  .hero-maraton-rings::after {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .banner-float {
    animation: none;
  }

}
