.home2-model {
  background: #111;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

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

.home2-model a {
  text-decoration: none;
}

.home2-slider {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #111;
}

.home2-slide {
  min-height: 560px;
  display: none;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.home2-slide.is-active {
  display: flex;
}

.home2-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .48), rgba(0, 0, 0, .18)),
    linear-gradient(0deg, rgba(0, 0, 0, .34), transparent 52%);
}

.home2-slide-copy {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 70px 0 115px;
}

.home2-slide-copy span,
.home2-head span,
.home2-sport-band span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #67d44a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home2-slide-copy h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(40px, 5.8vw, 72px);
  line-height: .96;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-slide-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.6;
}

.home2-slide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home2-slide-actions a,
.home2-search button,
.home2-head > a,
.home2-event-card div > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(#67d44a, #2f8f1f);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .45);
}

.home2-slide-actions a + a {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .38);
}

.home2-search {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 34px;
  width: min(1180px, calc(100% - 36px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  border-radius: 4px;
  background: rgba(35, 35, 35, .95);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .35);
}

.home2-search label {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-search div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.home2-search input {
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  background: #fff;
  color: #232323;
  font-size: 15px;
}

.home2-events,
.home2-news,
.home2-coupons,
.home2-banner-row {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.home2-events,
.home2-news,
.home2-coupons {
  padding: 62px 0;
}

.home2-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.home2-head h2,
.home2-news h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.home2-event-card {
  background: #202020;
  border-bottom: 4px solid #67d44a;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.home2-event-card.is-hidden {
  display: none;
}

.home2-load-more-row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.home2-load-more-btn {
  min-height: 46px;
  padding: 0 28px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(#67d44a, #2f8f1f);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .45);
  cursor: pointer;
}

.home2-load-more-btn:hover {
  filter: brightness(1.08);
}

.home2-event-media {
  position: relative;
  display: block;
  overflow: hidden;
}

.home2-event-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .25s ease;
}

.home2-event-card:hover .home2-event-media img {
  transform: scale(1.04);
}

.home2-event-media span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 10px;
  background: #67d44a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.home2-event-card div {
  padding: 18px;
}

.home2-event-card strong {
  display: block;
  min-height: 52px;
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  text-transform: uppercase;
}

.home2-event-card p {
  margin: 10px 0 6px;
  color: #c9c9c9;
  font-size: 14px;
}

.home2-event-card small {
  display: block;
  color: #67d44a;
  font-weight: 900;
}

.home2-event-card div > a {
  width: 100%;
  margin-top: 16px;
}

.home2-empty {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 36px 18px;
  border: 1px dashed #555;
  background: #202020;
  color: #c9c9c9;
  text-align: center;
}

.home2-empty a {
  color: #67d44a;
  font-weight: 900;
}

.home2-sport-band {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: center;
  padding: 78px max(18px, calc((100vw - 1180px) / 2));
  background-color: #171717;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, .42);
}

.home2-sport-band h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 5vw, 66px);
  line-height: .96;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-sport-band p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
  line-height: 1.65;
}

.home2-modality-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home2-modality-list a {
  position: relative;
  min-height: 155px;
  overflow: hidden;
  background: #111;
}

.home2-modality-list img {
  width: 100%;
  height: 100%;
  min-height: 155px;
  object-fit: cover;
  opacity: .78;
}

.home2-modality-list strong {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-banner-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 62px 0 0;
}

.home2-ad {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  color: #fff;
  background: #202020;
}

.home2-ad img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  opacity: .68;
}

.home2-ad span,
.home2-ad strong,
.home2-ad em {
  position: absolute;
  left: 24px;
  right: 24px;
}

.home2-ad span {
  top: 22px;
  width: fit-content;
  padding: 7px 10px;
  background: #67d44a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-ad strong {
  bottom: 52px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-ad em {
  bottom: 24px;
  font-style: normal;
  font-weight: 900;
}

.home2-coupon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home2-coupon-grid article {
  padding: 24px;
  background: #202020;
  border-left: 5px solid #67d44a;
}

.home2-coupon-grid span {
  color: #c9c9c9;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-coupon-grid strong {
  display: block;
  margin: 10px 0;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.home2-coupon-grid p {
  margin: 0;
  color: #67d44a;
  font-weight: 900;
}

.home2-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.home2-news h3 {
  margin-bottom: 20px;
  font-size: 28px;
}

.home2-news-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #333;
}

.home2-news-card img {
  width: 130px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.home2-news-card span {
  display: inline-flex;
  margin-bottom: 5px;
  color: #67d44a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-news-card strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
}

.home2-news-card p {
  margin: 6px 0 0;
  color: #bdbdbd;
  font-size: 13px;
  line-height: 1.45;
}

.home2-closed {
  padding-top: 0;
}

.home2-event-card.is-closed {
  border-bottom-color: #727272;
  opacity: .92;
}

.home2-content-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 62px 0;
}

.home2-news-section {
  width: 100%;
  margin: 0;
  padding: 76px max(18px, calc((100vw - 1180px) / 2)) 84px;
  background: #0f0f0f;
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), inset 0 -1px 0 rgba(0, 0, 0, .30);
}

.home2-news-section .home2-head,
.home2-news-section .home2-feature-layout {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.home2-news-section .home2-feature-card,
.home2-news-section .home2-side-card {
  background: #1f1f1f;
  border-color: #2f8f1f;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .30);
}

.home2-video-section {
  width: 100%;
  margin: 0;
  padding: 76px max(18px, calc((100vw - 1180px) / 2)) 84px;
  background: #151515;
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.home2-video-section .home2-head,
.home2-video-section .home2-feature-layout {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.home2-video-section .home2-feature-card,
.home2-video-section .home2-side-card {
  background: #202020;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .26);
}

.home2-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .82fr);
  gap: 28px;
  align-items: stretch;
}

.home2-feature-card {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  background: #202020;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.home2-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, .84));
}

.home2-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform .25s ease;
}

.home2-feature-card:hover img {
  transform: scale(1.035);
}

.home2-feature-card > div {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.home2-feature-card span,
.home2-side-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #67d44a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-feature-card strong {
  display: block;
  max-width: 760px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.home2-feature-card p {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  line-height: 1.55;
}

.home2-side-list {
  display: grid;
  gap: 16px;
}

.home2-side-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  min-height: 130px;
  padding: 12px;
  background: #202020;
  border-left: 4px solid #67d44a;
  color: #fff;
}

.home2-side-card img {
  width: 160px;
  height: 106px;
  object-fit: cover;
  border-radius: 0;
}

.home2-side-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.18;
}

.home2-side-card p {
  margin: 7px 0 0;
  color: #bdbdbd;
  font-size: 13px;
  line-height: 1.45;
}

.home2-video-card .home2-play {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #67d44a;
  color: #fff;
  font-size: 34px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.home2-video-small {
  border-left-color: #727272;
}

@media (max-width: 980px) {
  .home2-event-grid,
  .home2-coupon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home2-sport-band,
  .home2-news-grid,
  .home2-feature-layout,
  .home2-banner-row {
    grid-template-columns: 1fr;
  }

  .home2-search {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home2-slider,
  .home2-slide {
    min-height: 620px;
  }

  .home2-slide-copy {
    padding-top: 44px;
  }

  .home2-slide-copy h1 {
    font-size: 33px;
  }

  .home2-slide-copy p {
    font-size: 15px;
  }

  .home2-slide-actions a {
    width: 100%;
  }

  .home2-search {
    bottom: 18px;
  }

  .home2-search div,
  .home2-event-grid,
  .home2-modality-list,
  .home2-coupon-grid {
    grid-template-columns: 1fr;
  }

  .home2-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home2-news-card {
    grid-template-columns: 96px 1fr;
  }

  .home2-news-card img {
    width: 96px;
    height: 86px;
  }

  .home2-feature-card,
  .home2-feature-card img {
    min-height: 330px;
  }

  .home2-side-card {
    grid-template-columns: 112px 1fr;
  }

  .home2-side-card img {
    width: 112px;
    height: 92px;
  }
}

/* Public pages aligned with the model theme */
.public-route {
  background: #111;
  color: #fff;
}

.public-route main {
  background: #111;
}

.public-route .topbar {
  background: #fff;
}

.public-route .page-head {
  width: 100%;
  margin: 0;
  padding: 76px max(18px, calc((100vw - 1180px) / 2)) 46px;
  box-sizing: border-box;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .46)),
    url('../img/hero.png') center/cover;
  border-bottom: 4px solid #67d44a;
}

.public-route .page-head .eyebrow,
.public-route .eyebrow,
.public-route .tag {
  background: transparent;
  color: #67d44a;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

.public-route .page-head h1 {
  max-width: 760px;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.public-route .page-head p {
  max-width: 720px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
}

.public-route .filters,
.public-route .results-category-pills {
  padding-top: 28px;
}

.public-route .filters a,
.public-route .results-category-pills a {
  border: 1px solid #333;
  background: #202020;
  color: #fff;
  font-weight: 900;
}

.public-route .filters a.active,
.public-route .results-category-pills a.active,
.public-route .filters a:hover,
.public-route .results-category-pills a:hover {
  border-color: #67d44a;
  background: linear-gradient(#67d44a, #2f8f1f);
  color: #fff;
}

.public-route .event-grid,
.public-route .results-event-grid {
  padding-top: 32px;
}

.public-route .event-card,
.public-route .home-event-card {
  background: #202020;
  border: 1px solid #333;
  border-bottom: 4px solid #67d44a;
  border-radius: 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.public-route .event-card h3,
.public-route .home-event-card h3,
.public-route .event-card strong,
.public-route .home-event-body h3 {
  color: #fff;
}

.public-route .event-card p,
.public-route .event-card small,
.public-route .muted,
.public-route .home-event-body p {
  color: #bdbdbd;
}

.public-route .event-card-meta,
.public-route .event-card-price,
.public-route .stat-results {
  color: #67d44a;
}

.public-route .stat,
.public-route .status-badge {
  background: #2c2c2c;
  color: #ddd;
}

.public-route .empty-state,
.public-route .home2-empty {
  border: 1px dashed #555;
  border-radius: 0;
  background: #202020;
  color: #ddd;
  box-shadow: none;
}

.public-route .empty-state p {
  color: #ddd;
}

.public-route .empty-state a {
  color: #67d44a;
}

.public-route .event-show {
  padding: 58px 0 72px;
  color: #fff;
}

.public-route .event-main h1 {
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: .98;
  text-transform: uppercase;
}

.public-route .event-organizer,
.public-route .event-copy-section,
.public-route .event-side-card,
.public-route .results-certificate-summary,
.public-route .results-ranking-card,
.public-route .results-event-side,
.public-route .orders-page,
.public-route .auth-page,
.public-route .terms-page,
.public-route .contact-form {
  background: #202020;
  border: 1px solid #333;
  border-radius: 0;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.public-route .event-organizer {
  padding: 16px 18px;
}

.public-route .event-copy-section {
  padding: 30px;
}

.public-route .event-side-card {
  padding: 32px;
}

.public-route .event-copy-section h2,
.public-route .event-side-card h2 {
  margin-top: 0;
}

.public-route .event-copy-section p:last-child,
.public-route .event-side-card p:last-child {
  margin-bottom: 0;
}

.public-route .event-category-list {
  margin: 18px 0;
}

.public-route .quick-links {
  gap: 12px;
}

.public-route .event-copy-section h2,
.public-route .event-side-card h2,
.public-route .results-ranking-card h2,
.public-route .terms-page h2,
.public-route .contact-form label {
  color: #fff;
}

.public-route .event-copy-section p,
.public-route .event-side-card p,
.public-route .quick-links p,
.public-route .terms-page p,
.public-route .contact-form .help {
  color: #c9c9c9;
}

.public-route .event-banner,
.public-route .event-asset-gallery figure,
.public-route .results-hero-banner,
.public-route .results-event-side img {
  border-radius: 0;
}

.public-route .event-category-list div,
.public-route table,
.public-route th,
.public-route td {
  border-color: #333;
}

.public-route .event-category-list div,
.public-route .result-metric-grid div,
.public-route .faster-bar,
.public-route .results-ad-banner {
  background: #181818;
  color: #fff;
}

.public-route .event-join-btn,
.public-route .btn-primary,
.public-route .results-search button,
.public-route .results-certificate-search button,
.public-route .choose-result,
.public-route .clean-submit,
.public-route .progress-submit,
.public-route .contact-form .btn.btn-primary {
  border: 0;
  border-radius: 3px;
  background: linear-gradient(#67d44a, #2f8f1f);
  color: #fff;
  font-weight: 900;
}

.public-route .btn-outline {
  background: transparent;
  border: 1px solid #555;
  color: #fff;
}

.public-route input,
.public-route select,
.public-route textarea,
.public-route .results-search input,
.public-route .results-certificate-search input,
.public-route .contact-form input,
.public-route .contact-form textarea {
  background: #101721;
  border: 1px solid #344155;
  color: #f4f7fb;
}

.public-route input::placeholder,
.public-route textarea::placeholder {
  color: #7f8ca1;
}

.route-contato .page-head .contact-page-lead + p {
  display: none;
}

.public-route .progress-register-head h1,
.public-route .progress-register-head b,
.public-route .field-link,
.public-route .progress-consents a {
  color: #67d44a;
}

.public-route .progress-register-head aside > a,
.public-route .progress-submit {
  background: linear-gradient(#67d44a, #2f8f1f);
  color: #07110d;
}

.public-route .progress-submit:disabled {
  background: #29352b;
  color: #6f8f70;
  cursor: not-allowed;
}

.public-route .person-type-toggle input:checked + span {
  border-color: #67d44a;
  background: #67d44a;
  box-shadow: inset 0 0 0 7px #101721;
}

.public-route .person-type-toggle span {
  border-color: #526071;
  background: #f4f7fb;
}

.public-route .results-event-side {
  position: relative;
}

.public-route .results-event-side .home-event-date {
  left: 16px;
  top: 207px;
  bottom: auto;
  background: #f4f7fb;
  color: #101828;
}

.public-route .results-certificate-summary header > strong {
  background: linear-gradient(#67d44a, #2f8f1f);
  color: #07110d;
}

.public-route .metric-icon {
  color: #67d44a;
}

.public-route .faster-bar {
  border-top-color: rgba(103, 212, 74, .30);
  background: #151f18;
}

.public-route .faster-bar span {
  background: #122313;
  box-shadow: inset 0 0 0 6px #18271a, 0 0 0 1px rgba(103, 212, 74, .35);
}

.public-route .faster-bar i {
  background: linear-gradient(90deg, #2f8f1f, #67d44a);
}

.public-route .faster-bar b {
  color: #67d44a;
}

.public-route .results-list-page,
.public-route .results-ranking-page,
.public-route .results-detail-page,
.public-route .page-contact,
.public-route .progress-register,
.public-route .clean-register,
.public-route .entry-checkout {
  color: #fff;
}

.public-route .results-breadcrumb,
.public-route .results-search label,
.public-route .results-certificate-search h1,
.public-route .results-certificate-search label,
.public-route .results-certificate-summary h1,
.public-route .results-certificate-summary span,
.public-route .results-event-side h2,
.public-route .clean-title h1,
.public-route .entry-head h1,
.public-route .clean-block h2,
.public-route .entry-data h2 {
  color: #fff;
}

.public-route .contact-head {
  display: none;
}

body.route-login.public-route main {
  min-height: calc(100vh - 96px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .40) 48%, rgba(13, 19, 29, .74)),
    linear-gradient(0deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .08) 46%, rgba(0, 0, 0, .52)),
    url('../img/hero.png') center/cover;
}

.public-route .login-page {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 96px);
  margin: 0;
  padding: 82px max(18px, calc((100vw - 1180px) / 2)) 96px;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.login-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  width: min(1180px, 100%);
  min-height: 540px;
  margin: 0 auto;
}

.login-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 440px;
  color: #fff;
}

.login-visual img {
  display: none;
}

.login-visual::after {
  display: none;
}

.login-visual > div {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  padding: 0;
}

.login-visual span,
.login-card .eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: #67d44a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.login-visual strong {
  display: block;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: .96;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 10px 34px rgba(0, 0, 0, .55);
}

.login-visual p {
  max-width: 460px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.55;
}

.public-route .login-card {
  align-self: center;
  width: 100%;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: rgba(17, 24, 39, .78);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
  backdrop-filter: blur(12px);
}

.login-card h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 36px;
  line-height: 1;
}

.login-card .login-intro {
  margin: 0 0 18px;
  color: #aebbd0;
}

.public-route .login-card label {
  color: #fff;
}

.public-route .login-card input {
  min-height: 50px;
  background: rgba(255, 255, 255, .94);
  border-color: rgba(255, 255, 255, .20);
  border-radius: 4px;
  color: #101828;
}

.public-route .login-card input:focus {
  border-color: #67d44a;
  box-shadow: 0 0 0 3px rgba(103, 212, 74, .18);
  outline: none;
}

.public-route .login-card input::placeholder {
  color: #718097;
}

.public-route .login-card .btn {
  min-height: 50px;
  margin-top: 16px;
}

.public-route .login-card p:last-child {
  margin: 18px 0 0;
  color: #aebbd0;
}

.public-route .login-card a {
  color: #67d44a;
  font-weight: 900;
}

.public-route .footer {
  background: #0d1622;
  border-top: 1px solid #243247;
  color: #c9d4e3;
}

.public-route .footer p,
.public-route .footer a {
  color: #c9d4e3;
}

.public-route .news-detail-page {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 46px 0 72px;
  color: #fff;
}

.public-route .news-breadcrumb,
.public-route .news-breadcrumb a,
.public-route .news-breadcrumb span {
  color: #c9c9c9;
}

.public-route .news-breadcrumb a:hover {
  color: #67d44a;
}

.public-route .news-detail-hero {
  overflow: hidden;
  border: 1px solid #333;
  border-bottom: 4px solid #67d44a;
  border-radius: 0;
  background: #202020;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.public-route .news-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
  border-left: 5px solid #67d44a;
  background:
    linear-gradient(135deg, rgba(103, 212, 74, .12), rgba(23, 30, 42, .96) 38%, rgba(17, 24, 39, .98)),
    #171e2a;
  color: #fff;
}

.public-route .news-detail-copy > span {
  background: transparent;
  color: #67d44a;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.public-route .news-detail-copy h1 {
  color: #fff;
  max-width: 760px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.03;
  text-transform: uppercase;
}

.public-route .news-detail-copy p,
.public-route .news-detail-meta strong {
  color: rgba(255, 255, 255, .84);
}

.public-route .news-detail-content,
.public-route .news-detail-side {
  border: 1px solid #333;
  border-radius: 0;
  background: #202020;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.public-route .news-detail-content p,
.public-route .news-detail-side p {
  color: #c9c9c9;
}

.public-route .news-detail-side strong {
  color: #fff;
}

.public-route .news-related-list {
  border-top-color: #333;
}

.public-route .news-related-card {
  border-color: #333;
  border-radius: 0;
  background: #171e2a;
}

.public-route .news-related-card:hover {
  border-color: var(--viper-accent);
  background: rgba(103, 212, 74, .10);
}

.public-route .news-related-card img {
  border-radius: 0;
}

.public-route .news-related-card small {
  color: #c9c9c9;
}

.public-route .news-related-card strong {
  color: #fff;
}

:root[data-theme="dark"] .public-route .nav-cta,
:root[data-theme="dark"] .public-route .filters a.active,
:root[data-theme="dark"] .public-route .results-category-pills a.active,
:root[data-theme="dark"] .public-route .filters a:hover,
:root[data-theme="dark"] .public-route .results-category-pills a:hover {
  border-color: #67d44a;
  background: linear-gradient(#67d44a, #2f8f1f);
  color: #fff !important;
}

:root[data-theme="dark"] .public-route .home2-search input {
  background: #fff;
  color: #111827;
}

:root[data-theme="dark"] .public-route .home2-search input::placeholder {
  color: #697386;
}

/* VIPERUN green accent override */
.home2-model,
.public-route {
  --viper-accent: #67d44a;
  --viper-accent-strong: #49bd2f;
  --viper-accent-dark: #2f8f1f;
}

.home2-slide-copy span,
.home2-head span,
.home2-sport-band span,
.home2-event-card small,
.home2-empty a,
.home2-coupon-grid p,
.home2-news-card span,
.home2-feature-card span,
.home2-side-card span,
.public-route .page-head .eyebrow,
.public-route .event-card-meta,
.public-route .event-card-price,
.public-route .news-detail-copy > span,
.public-route .news-breadcrumb a,
.public-route .results-breadcrumb a {
  color: var(--viper-accent) !important;
}

.home2-slide-actions a,
.home2-search button,
.home2-head > a,
.home2-event-card div > a,
.home2-load-more-btn,
.public-route .nav-cta,
.public-route .btn-primary,
.public-route .load-more-btn,
.public-route .contact-form .btn.btn-primary,
.public-route .results-search button,
.public-route .results-certificate-search button,
.public-route .choose-result,
.public-route .events-all-link,
:root[data-theme="dark"] .public-route .nav-cta,
:root[data-theme="dark"] .public-route .filters a.active,
:root[data-theme="dark"] .public-route .results-category-pills a.active,
:root[data-theme="dark"] .public-route .filters a:hover,
:root[data-theme="dark"] .public-route .results-category-pills a:hover {
  border-color: var(--viper-accent-strong) !important;
  background: linear-gradient(var(--viper-accent), var(--viper-accent-dark)) !important;
  color: #07110d !important;
}

.home2-slide-actions a + a {
  background: rgba(255, 255, 255, .14) !important;
  border-color: rgba(255, 255, 255, .38) !important;
  color: #fff !important;
}

.home2-event-card,
.public-route .page-head,
.public-route .event-card,
.public-route .news-detail-hero,
.public-route .news-detail-side,
.public-route .home2-side-card {
  border-bottom-color: var(--viper-accent) !important;
}

.home2-side-card,
.home2-coupon-grid article {
  border-left-color: var(--viper-accent) !important;
}

.home2-event-media span,
.home2-ad span,
.home2-video-card .home2-play {
  background: var(--viper-accent) !important;
  color: #07110d !important;
}

.public-route .filters a.active,
.public-route .results-category-pills a.active {
  color: #07110d !important;
}

:root[data-theme="light"] body.route-contato {
  background: #f3f6f8;
}

:root[data-theme="light"] body.route-contato .page-contact {
  color: #101828;
}

:root[data-theme="light"] body.route-contato .contact-form {
  background: #ffffff;
  border-color: #d8dee8;
  color: #101828;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .10);
}

:root[data-theme="light"] body.route-contato .contact-form label {
  color: #101828;
}

:root[data-theme="light"] body.route-contato .contact-form .help {
  color: #5f6b7c;
}

:root[data-theme="light"] body.route-contato .contact-form input,
:root[data-theme="light"] body.route-contato .contact-form textarea {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #111827;
}

:root[data-theme="light"] body.route-contato .contact-form input:focus,
:root[data-theme="light"] body.route-contato .contact-form textarea:focus {
  border-color: #67d44a;
  box-shadow: 0 0 0 3px rgba(103, 212, 74, .18);
  outline: none;
}

:root[data-theme="light"] body.route-contato .contact-form input::placeholder,
:root[data-theme="light"] body.route-contato .contact-form textarea::placeholder {
  color: #697386;
}

:root[data-theme="light"] body.route-resultados {
  background: #f3f6f8;
  color: #101828;
}

:root[data-theme="light"] body.route-resultados .results-list-page,
:root[data-theme="light"] body.route-resultados .results-ranking-page,
:root[data-theme="light"] body.route-resultados .results-detail-page {
  color: #101828;
}

:root[data-theme="light"] body.route-resultados .results-breadcrumb,
:root[data-theme="light"] body.route-resultados .results-search label,
:root[data-theme="light"] body.route-resultados .results-certificate-search h1,
:root[data-theme="light"] body.route-resultados .results-certificate-search label,
:root[data-theme="light"] body.route-resultados .results-certificate-summary h1,
:root[data-theme="light"] body.route-resultados .results-certificate-summary span,
:root[data-theme="light"] body.route-resultados .results-event-side h2 {
  color: #101828;
}

:root[data-theme="light"] body.route-resultados .results-breadcrumb strong {
  color: #101828;
}

:root[data-theme="light"] body.route-resultados .results-search input,
:root[data-theme="light"] body.route-resultados .results-certificate-search input {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #111827;
}

:root[data-theme="light"] body.route-resultados .results-search input::placeholder,
:root[data-theme="light"] body.route-resultados .results-certificate-search input::placeholder {
  color: #697386;
}

:root[data-theme="light"] body.route-resultados .results-category-pills a {
  background: #ffffff;
  border-color: #d8dee8;
  color: #101828;
}

:root[data-theme="light"] body.route-resultados .results-category-pills a.active,
:root[data-theme="light"] body.route-resultados .results-category-pills a:hover {
  border-color: #67d44a;
  background: linear-gradient(#67d44a, #2f8f1f);
  color: #07110d;
}

:root[data-theme="light"] body.route-resultados .results-ad-banner,
:root[data-theme="light"] body.route-resultados .home-event-card,
:root[data-theme="light"] body.route-resultados .results-certificate-search,
:root[data-theme="light"] body.route-resultados .results-ranking-card,
:root[data-theme="light"] body.route-resultados .results-certificate-summary,
:root[data-theme="light"] body.route-resultados .results-event-side {
  background: #ffffff;
  border-color: #d8dee8;
  color: #101828;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .10);
}

:root[data-theme="light"] body.route-resultados .results-ad-banner,
:root[data-theme="light"] body.route-resultados .home-event-card h3,
:root[data-theme="light"] body.route-resultados .home-event-body h3,
:root[data-theme="light"] body.route-resultados .results-ranking-card h2,
:root[data-theme="light"] body.route-resultados .results-ranking-card th,
:root[data-theme="light"] body.route-resultados .results-ranking-card td,
:root[data-theme="light"] body.route-resultados .results-certificate-summary strong,
:root[data-theme="light"] body.route-resultados .results-event-side strong {
  color: #101828;
}

:root[data-theme="light"] body.route-resultados .home-event-body p,
:root[data-theme="light"] body.route-resultados .results-ranking-card small,
:root[data-theme="light"] body.route-resultados .results-event-side p,
:root[data-theme="light"] body.route-resultados .result-metric-grid small {
  color: #5f6b7c;
}

:root[data-theme="light"] body.route-resultados .result-metric-grid div,
:root[data-theme="light"] body.route-resultados .faster-bar {
  background: #f8fafc;
  border-color: #d8dee8;
  color: #101828;
}

:root[data-theme="light"] body.route-resultados .results-ranking-card table,
:root[data-theme="light"] body.route-resultados .results-ranking-card th,
:root[data-theme="light"] body.route-resultados .results-ranking-card td {
  border-color: #d8dee8;
}

:root[data-theme="light"] body.route-resultados .btn-outline {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #101828;
}

@media (max-width: 620px) {
  .public-route .page-head {
    padding: 42px 18px 34px;
  }

  .public-route .page-head h1,
  .public-route .event-main h1 {
    font-size: 34px;
  }

  .public-route .login-page {
    width: min(100% - 24px, 1180px);
    padding: 30px 0 56px;
  }

  .login-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .login-visual {
    min-height: 260px;
  }

  .login-visual > div {
    padding: 28px;
  }

  .login-visual strong {
    font-size: 32px;
  }

  .public-route .login-card {
    width: 100%;
    padding: 28px;
  }
}
