
.hero {
  min-height: 625px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 75px;
}
.hero-lead {
  max-width: 450px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 34px 0 48px;
}
.hero-meta {
  display: flex;
  gap: 23px;
  color: var(--muted);
  font: 600 10px Figtree, Manrope, sans-serif;
  text-transform: uppercase;
}
.hero-meta b {
  display: block;
  color: var(--text);
  font-size: 17px;
  margin-bottom: 6px;
}
@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 65px;
  }
  .hero-art {
    min-height: 300px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
  }
  .hero-meta {
    gap: 12px;
    flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {

  .hero-reference {
    width: 100%;
    padding-inline: 16px;
  }

  .hero-reference .hero-center {
    width: 100%;
  }

  .hero-reference .hero-feature-image {
    width: calc(100vw - 32px);
  }
}
.hero-ribbons .ribbon,
.hero-ribbons .ribbon--back,
.hero-ribbons .ribbon--front {
  filter: none !important;
  opacity: 1 !important;
  background-image: none !important;
}
.hero-ribbons .ribbon--back { background: #5d452a !important; }
.hero-ribbons .ribbon--front { background: #e4b86d !important; }
.hero-ribbons .ribbon__track,
.hero-ribbons .ribbon__track::before,
.hero-ribbons .ribbon__track::after,
.hero-ribbons .ribbon__track span,
.hero-ribbons .ribbon__track b {
  background: transparent !important;
  filter: none !important;
  text-shadow: none !important;
}
@media (max-width: 1000px) {
  .hero-ribbons .ribbon {
    overflow: hidden !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    transform-style: flat !important;
  }
  .hero-ribbons .ribbon::before { display: none !important; }
  .hero-ribbons .ribbon--back { transform: translate(-50%, calc(-50% + 7px)) !important; }
  .hero-ribbons .ribbon--front { transform: translate(-50%, -50%) !important; }
  .hero-ribbons .ribbon__track { will-change: transform !important; }
}

@media (max-width: 1000px) {
  .hero-ribbons .ribbon {
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: flat;
  }

  .hero-ribbons .ribbon::before {
    display: none;
  }

  .hero-ribbons .ribbon--back {
    transform: translate(-50%, calc(-50% + 7px)) !important;
  }

  .hero-ribbons .ribbon--front {
    transform: translate(-50%, -50%) !important;
  }

  .hero-ribbons .ribbon__track {
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
  }
}
.hero-reference {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 1080px;
  overflow: hidden;
  display: block;
  padding: 102px 24px 0;
  text-align: center;
  background-color: #080b0d;
  background-image:
    linear-gradient(rgba(116, 168, 69, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 168, 69, 0.09) 1px, transparent 1px),
    radial-gradient(
      ellipse at 50% 48%,
      rgba(82, 164, 21, 0.17),
      transparent 39%
    );
  background-size:
    56px 56px,
    56px 56px,
    100% 100%;
  border: 0;
}
.hero-reference:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 66%, #080b0d 99%);
}
.hero-scanline {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background: repeating-linear-gradient(
    0deg,
    transparent 0 3px,
    rgba(255, 255, 255, 0.045) 4px
  );
  pointer-events: none;
}
.hero-center {
  position: relative;
  z-index: 3;
  margin: auto;
  max-width: 900px;
}
.hero-event {
  font:
    16px SohneLocal,
    Manrope,
    sans-serif;
  color: #b8bbc0;
  margin: 0 0 22px;
}
.hero-overline {
  font:
    clamp(18px, 2vw, 29px) SohneLocal,
    Manrope,
    sans-serif;
  letter-spacing: 0.46em;
  color: #f0f5dd;
  margin: 0 0 26px;
}
.hero-reference h1 {
  font:
    clamp(74px, 10vw, 146px) ProtestStrike,
    Impact,
    sans-serif;
  line-height: 0.82;
  letter-spacing: 0.025em;
  color: #efffdc;
  text-shadow:
    0 0 12px rgba(206, 255, 137, 0.42),
    0 0 45px rgba(104, 255, 0, 0.22);
  margin: 0;
}
.hero-reference h1 span {
  color: #f6ffdf;
}
.hero-emblem {
  position: relative;
  width: 126px;
  height: 126px;
  margin: 26px auto 18px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  font-family: SohneLocal, sans-serif;
}
.hero-emblem strong {
  font-size: 52px;
  text-shadow: 0 0 24px currentColor;
}
.hero-emblem small {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  font: 600 9px Figtree, Manrope, sans-serif;
  letter-spacing: 0.16em;
  color: #b4c2b0;
}
.hero-reference .hero-lead {
  max-width: 680px;
  margin: 0 auto;
  color: #9da49c;
  font:
    16px/1.65 SohneLocal,
    Manrope,
    sans-serif;
}
.hero-reference .hero-actions {
  justify-content: center;
  margin: 28px 0 28px;
}
.hero-cta {
  min-width: 310px;
  border-radius: 999px;
  background: #85f000;
  box-shadow:
    0 0 16px rgba(132, 240, 0, 0.66),
    0 0 44px rgba(132, 240, 0, 0.22);
  font-family: SohneLocal, Manrope, sans-serif;
}
.hero-reference .text-link {
  font:
    12px SohneLocal,
    Manrope,
    sans-serif;
  letter-spacing: 0.09em;
  color: #a7aea7;
}
.hero-reference .hero-meta {
  justify-content: center;
  position: relative;
  z-index: 3;
  color: #8c998d;
  margin-top: 22px;
}
.hero-reference .hero-meta b {
  color: #b9ff5b;
}
.hero-bottom-art {
  position: absolute;
  z-index: 2;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 82%);
  height: 265px;
}
.hero-window {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(152, 194, 148, 0.45);
  border-radius: 14px 14px 0 0;
  background: #111a17;
  box-shadow: 0 0 38px rgba(82, 187, 45, 0.16);
}
.hero-map-grid {
  position: absolute;
  inset: 40px 0 0;
  background-image:
    linear-gradient(rgba(92, 151, 80, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 151, 80, 0.15) 1px, transparent 1px);
  background-size: 34px 34px;
}
.hero-map-path {
  position: absolute;
  width: 65%;
  height: 115px;
  left: 15%;
  top: 92px;
  border: 22px solid #4b643d;
  border-radius: 50px;
  transform: rotate(-5deg);
  box-shadow: 0 0 0 8px rgba(28, 50, 30, 0.85);
}
.hero-map-base {
  position: absolute;
  z-index: 2;
  right: 13%;
  top: 104px;
  color: var(--cyan);
  font-size: 62px;
  text-shadow: 0 0 24px currentColor;
}
@media (max-width: 800px) {
  .hero-reference {
    min-height: 820px;
    padding-top: 105px;
  }
  .hero-event {
    font-size: 11px;
  }
  .hero-overline {
    font-size: 15px;
    letter-spacing: 0.27em;
    margin: 0px 0px 16px 0px;
  }
  .hero-reference h1 {
    font-size: clamp(65px, 17vw, 105px);
  }
  .hero-reference .hero-lead {
    font-size: 14px;
    max-width: 340px;
  }
  .hero-reference .hero-meta {
    gap: 14px;
  }
  .hero-reference .hero-meta span {
    font-size: 9px;
  }
  .hero-cta {
    min-width: 280px;
  }
  .hero-bottom-art {
    width: 94%;
    height: 200px;
    bottom: -50px;
  }
  .hero-map-path {
    top: 78px;
    height: 78px;
    border-width: 16px;
  }
  .hero-map-base {
    top: 84px;
    font-size: 44px;
  }
}
.hero-cta {
  position: relative;
  overflow: hidden;
}
.hero-cta:before {
  pointer-events: none;
}
.hero-reference {
  min-height: 1320px;
  padding-top: 126px;
}
.hero-reference .hero-event,
.hero-reference .hero-overline,
.hero-reference .hero-lead,
.hero-reference .hero-meta,
.hero-reference .text-link,
.hero-reference .hero-ticker,
.hero-reference .hero-progress-label {
  font-family: Figtree, Manrope, sans-serif;
}
.hero-reference .hero-event {
  font-weight: 600;
}
.hero-reference .hero-overline {
  font-weight: 600;
}
.hero-reference .hero-lead {
  font-weight: 500;
}
.hero-reference .hero-meta {
  font-weight: 500;
}
.hero-reference .hero-actions {
  margin-bottom: 28px;
}
.hero-reference .hero-feature-image {
  width: min(1080px, 94vw);
  height: 365px;
  margin: 36px auto 0;
  transform: none;
  border-color: rgba(217, 178, 106, 0.72);
  border-radius: 16px;
  box-shadow: 0 0 45px rgba(143, 98, 57, 0.3);
}
.hero-reference .hero-feature-image img {
  object-position: center center;
}
.hero-progress,
.hero-progress-label {
  display: none;
}
.hero-ticker {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 26px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 17px 30px;
  background: linear-gradient(90deg, #bc8240, #e4bd74 48%, #bc8240);
  color: #2b1d10;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.045em;
  white-space: nowrap;
  box-shadow: 0 10px 35px rgba(143, 98, 57, 0.35);
}
.hero-ticker b {
  font-size: 14px;
  color: #77502b;
}
.hero-ticker-top {
  margin-top: 48px;
  transform: rotate(-1.6deg);
}
.hero-ticker-bottom {
  margin-top: -2px;
  transform: rotate(1.6deg);
  background: linear-gradient(90deg, #d8a75f, #bd8140 50%, #d8a75f);
}
.hero-ticker-bottom span {
  opacity: 0.88;
}
.hero-feature-image + .hero-ticker {
  margin-top: 48px;
}
@media (max-width: 800px) {
  .hero-reference {
    min-height: 1110px;
    padding-top: 105px;
  }
  .hero-reference .hero-feature-image {
    height: 235px;
    margin-top: 30px;
  }
  .hero-ticker {
    gap: 15px;
    padding: 13px 20px;
    font-size: 10px;
    overflow: hidden;
  }
  .hero-ticker-top {
    margin-top: 34px;
  }
  .hero-ticker-bottom {
    margin-top: -2px;
  }
}
.hero-reference {
  min-height: 1450px;
}
.hero-reference .hero-actions {
  margin-bottom: 62px;
}
.hero-reference .hero-meta {
  gap: 72px;
  margin-top: 0;
}
.hero-reference .hero-meta span:nth-child(2) b {
  font-size: 29px;
  line-height: 0.8;
}
.hero-reference .hero-feature-image {
  height: 500px;
  margin-top: 48px;
}
.hero-ticker {
  display: block;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  padding: 0;
  background: linear-gradient(90deg, #bc8240, #e4bd74 48%, #bc8240);
  transform: none !important;
}
.hero-ticker-top {
  margin-top: 54px;
}
.hero-ticker-bottom {
  margin-top: 8px;
  background: linear-gradient(90deg, #d8a75f, #bd8140 50%, #d8a75f);
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  min-width: 100%;
  padding: 18px 28px;
  animation: tower-ticker-forward 24s linear infinite;
}
.ticker-track-reverse {
  animation-name: tower-ticker-reverse;
}
.ticker-track span {
  flex: 0 0 auto;
}
.ticker-track b {
  flex: 0 0 auto;
}
@keyframes tower-ticker-forward {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes tower-ticker-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}
@media (max-width: 800px) {
  .hero-reference {
    min-height: 1210px;
  }
  .hero-reference .hero-actions {
    margin-bottom: 54px;
  }
  .hero-reference .hero-meta {
    gap: 18px;
  }
  .hero-reference .hero-meta span {
    font-size: 9px;
  }
  .hero-reference .hero-feature-image {
    height: 350px;
    margin-top: 42px;
  }
  .hero-ticker-top {
    margin-top: 38px;
  }
  .ticker-track {
    gap: 16px;
    padding: 14px 18px;
  }
  .hero-ticker {
    font-size: 10px;
  }
}
.hero-reference .hero-feature-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 540px;
}
.hero-reference .hero-cta {
  font-weight: 500;
}
.hero-reference .hero-cta span {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin: 0 0 0 20px;
  place-items: center;
  border-radius: 50%;
  background: #fff8ea;
}
.hero-reference .hero-cta svg {
  width: 17px;
  height: 17px;
  stroke: #5e4126;
}
.hero-ticker {
  width: 110vw;
  margin-left: calc(50% - 55vw);
  box-shadow: 0 12px 36px rgba(91, 58, 26, 0.32);
}
.hero-ticker-top {
  margin-top: 56px;
  transform: rotate(-1.4deg) !important;
}
.hero-ticker-bottom {
  margin-top: -13px;
  transform: rotate(1.4deg) !important;
}
.ticker-track {
  gap: 34px;
}
.ticker-track b {
  color: #76502b;
}
@media (max-width: 800px) {
  .hero-reference .hero-feature-image {
    height: 390px;
  }
  .hero-ticker {
    width: 118vw;
    margin-left: calc(50% - 59vw);
  }
  .hero-ticker-top {
    margin-top: 42px;
  }
  .hero-ticker-bottom {
    margin-top: -10px;
  }
  .ticker-track {
    gap: 20px;
  }
}
.hero-reference .hero-center {
  padding-top: 40px;
}
.hero-reference h1 {
  font-size: clamp(68px, 8.8vw, 132px);
}
.hero-reference .hero-overline {
  margin-top: 40px;
}
.hero-reference .hero-lead {
  margin-top: 16px;
  font-size: 15px;
}
@media (max-width: 800px) {
  .hero-reference .hero-center {
    padding-top: 24px;
  }
  .hero-reference .hero-overline {
    margin-top: 30px;
  }
  .hero-reference h1 {
    font-size: clamp(60px, 16vw, 98px);
  }
}
.hero-reference {
  --medieval-gold: #d9b26a;
  --medieval-light: #f2e5c7;
  --medieval-brown: #8f6239;
  background-color: #0e110e;
  background-image:
    linear-gradient(rgba(178, 143, 83, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(178, 143, 83, 0.09) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 40%, rgba(139, 93, 42, 0.2), transparent 42%);
  background-size:
    56px 56px,
    56px 56px,
    100% 100%;
}
.hero-reference:after {
  background: linear-gradient(180deg, transparent 62%, #0e110e 99%);
}
.hero-event {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #bcae91;
}
.hero-lucide {
  width: 19px;
  height: 19px;
  color: var(--medieval-gold);
  stroke-width: 2.4;
}
.hero-overline {
  color: var(--medieval-light);
}
.hero-reference h1 {
  color: var(--medieval-light);
  text-shadow:
    0 0 12px rgba(217, 178, 106, 0.5),
    0 0 48px rgba(143, 98, 57, 0.32);
}
.hero-reference h1 span {
  color: #fff1d1;
}
.hero-feature-image {
  width: min(900px, 94vw);
  height: 220px;
  margin: 28px auto 16px;
  overflow: hidden;
  border: 1px solid rgba(217, 178, 106, 0.6);
  border-radius: 14px;
  background: #182119;
  box-shadow: 0 0 35px rgba(144, 98, 49, 0.28);
  transform: perspective(900px) rotateX(3deg);
}
.hero-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(0.88) contrast(1.04);
  opacity: 0.92;
}
.hero-reference .hero-lead {
  color: #c0b7a5;
}
.hero-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 310px;
  min-height: 54px;
  padding: 11px 12px 11px 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c58b43, #e4bd74);
  color: #18120b !important;
  box-shadow:
    0 0 18px rgba(217, 178, 106, 0.48),
    0 0 50px rgba(143, 98, 57, 0.24);
  font-family: SohneLocal, Manrope, sans-serif;
  font-size: 16px;
}
.hero-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}
.hero-cta:hover:before {
  left: 100%;
}
.hero-cta span {
  display: grid;
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin: 0 0 0 20px;
  place-items: center;
  border-radius: 50%;
  background: #fff8ea;
}
.hero-cta svg {
  width: 18px;
  height: 18px;
  stroke: #5e4126;
}
.hero-reference .text-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d0c3aa;
}
.hero-reference .text-link svg {
  width: 15px;
  height: 15px;
  color: var(--medieval-gold);
}
.hero-reference .hero-meta {
  color: #aa9a7b;
}
.hero-reference .hero-meta b {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--medieval-gold);
}
.hero-reference .hero-meta svg {
  width: 17px;
  height: 17px;
}
.hero-progress {
  width: 380px;
  max-width: 100%;
  height: 18px;
  margin: 22px auto 0;
  padding: 3px;
  border: 1px solid rgba(217, 178, 106, 0.65);
  border-radius: 30px;
  box-shadow:
    0 0 22px rgba(217, 178, 106, 0.22),
    inset 0 0 10px rgba(0, 0, 0, 0.55);
}
.hero-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: repeating-linear-gradient(
    -55deg,
    #a76d31 0 10px,
    #e0b86b 10px 20px
  );
  box-shadow: 0 0 14px rgba(217, 178, 106, 0.65);
}
.hero-progress-label {
  margin: 13px 0 0;
  color: #a99a81;
  font:
    14px SohneLocal,
    Manrope,
    sans-serif;
}
.hero-progress-label strong {
  color: var(--medieval-gold);
}
.hero-bottom-art {
  display: none;
}
@media (max-width: 800px) {
  .hero-feature-image {
    height: 150px;
    margin-top: 24px;
  }
  .hero-reference .hero-lead {
    font-size: 14px;
  }
  .hero-cta {
    min-width: 280px;
    font-size: 14px;
  }
  .hero-progress {
    width: 320px;
  }
  .hero-progress-label {
    font-size: 12px;
  }
}
.hero-reference .hero-overline {
  margin-top: 10px;
}
@media (max-width: 800px) {
  .hero-reference .hero-overline {
    margin-top: 10px;
  }
}
.hero-reference .hero-lead {
  font-family: Figtree, Manrope, sans-serif;
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin-top: 16px !important;
}
.hero-ticker {
  height: 50px;
  padding: 0;
  font-size: 15px;
  line-height: 1;
}
.hero-ticker-top {
  z-index: 4;
  margin-top: 42px;
  background: linear-gradient(90deg, #8f6033, #b98343 48%, #8f6033);
  transform: rotate(-1.2deg) !important;
  box-shadow: 0 8px 24px rgba(73, 44, 20, 0.26);
}
.hero-ticker-bottom {
  z-index: 5;
  margin-top: -30px;
  background: linear-gradient(90deg, #d29a50, #e4b86d 48%, #d29a50);
  transform: rotate(1.2deg) !important;
  box-shadow: 0 10px 28px rgba(91, 58, 26, 0.4);
}
.ticker-track {
  height: 50px;
  padding: 0 28px;
}
.hero-ticker-top .ticker-track {
  animation-duration: 26s;
}
.hero-ticker-bottom .ticker-track {
  animation-duration: 22s;
}
@media (max-width: 800px) {
  .hero-ticker {
    height: 42px;
    font-size: 10px;
  }
  .ticker-track {
    height: 42px;
    padding: 0 18px;
  }
  .hero-ticker-top {
    margin-top: 32px;
  }
  .hero-ticker-bottom {
    margin-top: -24px;
  }
}
.hero-reference .hero-lead {
  font-size: 17px !important;
}
.hero-reference .hero-cta {
  min-width: 280px;
  font-size: 15px;
}
.hero-reference .hero-overline {
  font-size: clamp(16px, 1.8vw, 26px);
}
@media (min-width: 801px) {
  .hero-reference .hero-lead {
    font-size: 18px !important;
    max-width: 900px;
  }
  .hero-ticker-top,
  .hero-ticker-bottom {
    height: 50px;
    transform-origin: 50% 50% !important;
  }
  .hero-ticker-top {
    transform: rotate(-1.15deg) !important;
  }
  .hero-ticker-bottom {
    transform: rotate(1.15deg) !important;
  }
  .hero-ticker-top,
  .hero-ticker-bottom {
    left: 0;
    right: 0;
  }
}
.hero-ticker-top {
  opacity: 0.42;
  z-index: 4;
}
.hero-ticker-bottom {
  opacity: 1;
  z-index: 5;
  margin-top: -50px;
}
.hero-ticker-top,
.hero-ticker-bottom {
  transform-origin: 50% 50% !important;
}
.hero-ticker-top {
  transform: rotate(-1.15deg) !important;
}
.hero-ticker-bottom {
  transform: rotate(1.15deg) !important;
}
@media (max-width: 800px) {
  .hero-ticker-bottom {
    margin-top: -42px;
  }
}
.hero-ticker-top {
  transform: rotate(-1.8deg) !important;
}
.hero-ticker-bottom {
  transform: rotate(1.8deg) !important;
}
.hero-reference .hero-overline {
  font-size: clamp(16px, 1.65vw, 24px);
}
@media (max-width: 800px) {
  .hero-ticker-top {
    transform: rotate(-1.5deg) !important;
  }
  .hero-ticker-bottom {
    transform: rotate(1.5deg) !important;
  }
}
.hero-reference .hero-cta {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.hero-reference .hero-lead {
  width: calc(100% - 24px);
  max-width: 820px;
  overflow-wrap: normal;
}
.hero-ticker {
  min-height: 66px;
}
.ticker-track {
  height: 66px;
  padding: 20px 28px;
}
@media (max-width: 800px) {
  .hero-reference .hero-lead {
    width: calc(100% - 20px);
    max-width: 360px;
  }
  .hero-ticker {
    min-height: 54px;
  }
  .ticker-track {
    height: 54px;
    padding: 16px 18px;
  }
}
.hero-reference .hero-lead {
  max-width: 760px;
}
@media (max-width: 800px) {
  .hero-reference .hero-lead {
    max-width: 340px;
  }
}
.hero-reference .hero-meta span {
  font-weight: 600;
}
.hero-reference .hero-meta b {
  font-weight: 700;
}
.hero-reference .hero-meta b svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}
.hero-reference .hero-meta span:nth-child(2) b {
  font-size: 29px;
}
@media (max-width: 800px) {
  .hero-reference .hero-meta span {
    font-weight: 600;
  }
  .hero-reference .hero-meta b svg {
    width: 18px;
    height: 18px;
  }
}
.hero-reference .hero-feature-image {
  width: min(1400px, 96vw);
  height: auto;
  aspect-ratio: 1882 / 875;
  border-radius: 16px 16px 0 0;
}
.hero-reference .hero-feature-image img {
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 800px) {
  .hero-reference .hero-feature-image {
    width: 96vw;
    height: auto;
    aspect-ratio: 1882 / 875;
    border-radius: 14px 14px 0 0;
  }
}
.hero-ticker-top {
  margin-top: -20px;
}
.hero-ticker-bottom {
  margin-top: -50px;
}
@media (max-width: 800px) {
  .hero-ticker-top {
    margin-top: -14px;
  }
  .hero-ticker-bottom {
    margin-top: -42px;
  }
}
.hero-ticker-top,
.hero-ticker-bottom {
  transform: rotate(0deg) !important;
}
.hero-ticker-bottom {
  margin-top: -66px;
}
.hero-reference .hero-meta span {
  font-size: 12px;
}
.hero-reference .hero-meta span:nth-child(2) {
  transform: translateY(12px);
}
@media (max-width: 800px) {
  .hero-ticker-top,
  .hero-ticker-bottom {
    transform: rotate(0deg) !important;
  }
  .hero-ticker-bottom {
    margin-top: -54px;
  }
  .hero-reference .hero-meta span {
    font-size: 10px;
  }
  .hero-reference .hero-meta span:nth-child(2) {
    transform: translateY(7px);
  }
}
.hero-ticker-bottom {
  margin-top: -50px;
}
@media (max-width: 800px) {
  .hero-ticker-bottom {
    margin-top: -42px;
  }
}
.hero-reference .hero-feature-image {
  margin-top: 20px;
}
.hero-ticker-top {
  transform: rotate(-1.8deg) !important;
}
.hero-ticker-bottom {
  transform: rotate(1.8deg) !important;
}
@media (max-width: 800px) {
  .hero-reference .hero-feature-image {
    margin-top: 20px;
  }
  .hero-ticker-top {
    transform: rotate(-1.5deg) !important;
  }
  .hero-ticker-bottom {
    transform: rotate(1.5deg) !important;
  }
}
.hero-reference .hero-feature-image {
  margin-top: 68px;
}
@media (max-width: 800px) {
  .hero-reference .hero-feature-image {
    margin-top: 62px;
  }
}
.hero-ribbons {
  --intersection-y: 50%;
  position: relative;
  width: 100vw;
  height: 132px;
  margin: 20px 0 0 calc(50% - 50vw);
  overflow: visible;
}
.hero-ribbons .ribbon {
  position: absolute;
  top: var(--intersection-y);
  left: 50%;
  width: calc(100vw + 200px);
  height: 66px;
  min-height: 66px;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  transform-origin: center center;
  will-change: auto;
}
.hero-ribbons .ribbon--back {
  z-index: 4;
  opacity: 0.42;
  background: linear-gradient(90deg, #8f6033, #b98343 48%, #8f6033);
  transform: translate(-50%, -50%) rotate(-1.8deg) !important;
}
.hero-ribbons .ribbon--front {
  z-index: 5;
  opacity: 1;
  background: linear-gradient(90deg, #d29a50, #e4b86d 48%, #d29a50);
  transform: translate(-50%, -50%) rotate(1.8deg) !important;
}
.hero-ribbons .ribbon__track {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  min-width: 100%;
  height: 66px;
  padding: 20px 28px;
  white-space: nowrap;
  animation: tower-ticker-forward 26s linear infinite;
  will-change: transform;
}
.hero-ribbons .ribbon--front .ribbon__track {
  animation-name: tower-ticker-reverse;
  animation-duration: 22s;
}
.hero-ribbons .ribbon__track span {
  flex: 0 0 auto;
}
.hero-ribbons .ribbon__track b {
  flex: 0 0 auto;
  color: #76502b;
}
@media (prefers-reduced-motion: reduce) {
  .hero-ribbons .ribbon__track {
    animation: none;
  }
}
@media (max-width: 800px) {
  .hero-ribbons {
    --intersection-y: 50%;
    height: 108px;
    margin-top: 20px;
  }
  .hero-ribbons .ribbon {
    height: 54px;
    min-height: 54px;
  }
  .hero-ribbons .ribbon--back {
    transform: translate(-50%, -50%) rotate(-1.5deg) !important;
  }
  .hero-ribbons .ribbon--front {
    transform: translate(-50%, -50%) rotate(1.5deg) !important;
  }
  .hero-ribbons .ribbon__track {
    height: 54px;
    gap: 20px;
    padding: 16px 18px;
    font-size: 10px;
  }
}
.hero-ribbons {
  margin-top: -20px;
}
@media (max-width: 800px) {
  .hero-ribbons {
    margin-top: -16px;
  }
}
.hero-reference .hero-feature-image {
  z-index: 1;
}
.hero-ribbons {
  z-index: 5;
  margin-top: -35px;
}
.hero-ribbons .ribbon {
  z-index: 6;
}
.hero-ribbons .ribbon--front {
  z-index: 7;
}
@media (max-width: 800px) {
  .hero-ribbons {
    margin-top: -28px;
  }
}
.hero-ribbons .ribbon--back {
  opacity: 1;
  background: #4a351e;
}
.hero-ribbons .ribbon--back .ribbon__track,
.hero-ribbons .ribbon--back .ribbon__track span,
.hero-ribbons .ribbon--back .ribbon__track b {
  color: #4a351e;
}
.hero-ribbons .ribbon--back .ribbon__track,
.hero-ribbons .ribbon--back .ribbon__track span,
.hero-ribbons .ribbon--back .ribbon__track b {
  color: #332615;
}
.hero-ribbons .ribbon--back {
  background: #5d452a;
}
.hero-ribbons .ribbon--back .ribbon__track,
.hero-ribbons .ribbon--back .ribbon__track span,
.hero-ribbons .ribbon--back .ribbon__track b {
  color: #2c2011;
}
.hero-reference .hero-cta svg{stroke-width:2.7}
.hero-reference .hero-cta{color:#4A351E!important}
.hero-copy-mobile{display:none}@media(max-width:1000px){.hero-copy-desktop{display:none}.hero-copy-mobile{display:inline}.hero-reference .hero-actions{display:flex;justify-content:center;align-items:center;width:100%}.hero-reference .hero-cta{margin-inline:auto}.hero-reference .hero-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;justify-items:center;gap:12px;width:100%;margin-inline:auto}.hero-reference .hero-meta span{width:100%;font-size:10px;text-align:center}.hero-reference .hero-meta span:nth-child(2){transform:translateY(7px)}.hero-reference .hero-meta span:nth-child(3){transform:none}}
.hero-reference{min-height:0!important;height:auto}@media(max-width:1000px){.hero-reference{min-height:0!important;height:auto}}
.hero-reference{background-image:linear-gradient(rgba(178,143,83,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(178,143,83,.07) 1px,transparent 1px),radial-gradient(ellipse at 50% 40%,rgba(139,93,42,.08),transparent 42%)}.hero-reference h1{ text-shadow:0 0 8px rgba(217,178,106,.22)!important}.hero-reference .hero-feature-image,.hero-reference .hero-cta,.hero-reference .topbar .nav-play,.hero-reference .hero-ribbons .ribbon,.hero-reference .hero-ribbons .ribbon__track{box-shadow:none!important}.hero-reference .hero-cta{box-shadow:0 0 10px rgba(217,178,106,.18)!important}.hero-reference .hero-ribbons .ribbon{box-shadow:none!important}
.hero-ribbons .ribbon__track::after{content:'✦  DEFESAS ESTRATÉGICAS   ✦  ROTAS RESPONSIVAS   ✦  UPGRADES DE TORRES   ✦  RECORDES POR MODO   ✦  MAPAS MOBILE   ✦  CARTAS DE UPGRADE   ✦  DEFESAS ESTRATÉGICAS   ✦  ROTAS RESPONSIVAS   ✦  UPGRADES DE TORRES   ✦  RECORDES POR MODO';display:block;flex:0 0 auto;white-space:nowrap}.hero-ribbons .ribbon{backface-visibility:hidden;-webkit-backface-visibility:hidden}.hero-ribbons .ribbon__track{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}@media(max-width:1200px){.hero-reference{min-height:0!important;height:auto}}@media(max-width:1000px){.hero-ribbons .ribbon--back{transform:translate3d(-50%,-50%,0) rotate(-1.15deg)!important}.hero-ribbons .ribbon--front{transform:translate3d(-50%,-50%,0) rotate(1.15deg)!important}.hero-ribbons .ribbon{height:54px;min-height:54px}.hero-ribbons .ribbon__track{height:54px;padding-block:16px;font-size:10px}}
.hero-ribbons .ribbon{backface-visibility:visible;-webkit-backface-visibility:visible}.hero-ribbons .ribbon__track{-webkit-font-smoothing:auto;text-rendering:auto}@media(max-width:1000px){.hero-ribbons .ribbon--back{transform:translate(-50%,-50%) rotate(-1.5deg)!important}.hero-ribbons .ribbon--front{transform:translate(-50%,-50%) rotate(1.5deg)!important}}
.hero-ribbons .ribbon__track::after{word-spacing:18px;letter-spacing:.01em}@media(max-width:1000px){.hero-ribbons .ribbon__track::after{word-spacing:12px}}
.hero-ribbons .ribbon__track b{opacity:.78;text-shadow:none;filter:none}.hero-ribbons .ribbon__track::after{opacity:.78;text-shadow:none;filter:none}
@media (max-width: 1000px) {

  .hero-ribbons .ribbon {
    transform-origin: 50% 50%;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    will-change: auto;
  }

  .hero-ribbons .ribbon--back {
    transform: translate(-50%, -50%) rotate(-1.5deg) !important;
  }

  .hero-ribbons .ribbon--front {
    transform: translate(-50%, -50%) rotate(1.5deg) !important;
  }

  .hero-ribbons .ribbon__track {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    will-change: transform;
  }
}
@media (max-width: 1000px) {
  .hero-reference {
    min-height: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-ribbons {
    height: 88px !important;
    margin-bottom: 0 !important;
    position: relative;
    top: 10px;
  }

  .hero-ribbons .ribbon {
    top: var(--intersection-y);
    left: 50%;
    width: calc(100vw + 180px);
    height: 54px;
    min-height: 54px;
    padding: 0;
    margin: 0;
    overflow: visible;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: flat;
    will-change: auto;
  }

  .hero-ribbons .ribbon::before {
    content: '';
    position: absolute;
    inset: -2px;
    z-index: -1;
    background: inherit;
    pointer-events: none;
  }

  .hero-ribbons .ribbon--back {
    transform: translate3d(-50%, calc(-50% + 7px), 0) !important;
  }

  .hero-ribbons .ribbon--front {
    transform: translate3d(-50%, -50%, 0) !important;
  }

  .hero-ribbons .ribbon__track,
  .hero-ribbons .ribbon__track span,
  .hero-ribbons .ribbon__track b,
  .hero-ribbons .ribbon__track::after {
    background: transparent !important;
  }

  .hero-ribbons .ribbon__track {
    height: 54px;
    min-height: 54px;
    padding: 16px 18px;
    gap: 20px;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}
