.elementor-28990 .elementor-element.elementor-element-2220b92{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-28990 .elementor-element.elementor-element-1d6cf75{width:var( --container-widget-width, 96.653% );max-width:96.653%;--container-widget-width:96.653%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-1d6cf75 */html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

body {
  background: #000;
}

* {
  box-sizing: border-box;
}

.tn-header-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Source Sans Pro", sans-serif;
}

.tn-header-inner {
  width: 100%;
  min-height: 105px;
  padding: 18px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.tn-header-logo img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

.tn-header-nav-custom ul {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tn-header-nav-custom a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.tn-header-nav-custom a:hover {
  color: #5dc13c;
}

.tn-menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.tn-menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px 0;
  background: #ffffff;
}

@media (max-width: 767px) {

    .tn-header-custom {
        display: none !important;
    }

}

@media (max-width: 767px) {
    .tn-header-custom {
        display: none !important;
    }
}



/* ==========================================
   SPORTSTRAQ HERO SECTION
========================================== */

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.sportstraq-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: flex-end;
  font-family: "Source Sans Pro", sans-serif;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-video {
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.86) 0%,
      rgba(0,0,0,.72) 30%,
      rgba(0,0,0,.34) 60%,
      rgba(0,0,0,.08) 100%
    ),
    linear-gradient(
      to top,
      rgba(0,0,0,.78) 0%,
      rgba(0,0,0,.46) 38%,
      rgba(0,0,0,.18) 100%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px 54px;
    box-sizing: border-box;
  color: #fff;
}

.hero-logo {
  width: 290px;
  max-width: 82%;
  margin-bottom: 24px;
}

.hero-content h1 {
  margin: 0 0 18px;
  max-width: 760px;
  color: #fff;
  font-size: 72px;
  line-height: .96;
  letter-spacing: -.04em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.hero-content h1 span {
  color: #5dc13c;
}

.hero-content p {
  max-width: 620px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.hero-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 54px;
  padding: 0 18px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  box-sizing: border-box;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.btn span {
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
}

.btn-primary {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000;
}

.btn-primary:hover {
  background: transparent;
  border-color: #5dc13c;
  color: #fff;
}

.btn-secondary:hover {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000;
  box-shadow: 0 0 18px rgba(93,193,60,.35);
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 52px;
  }

  .hero-content p {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sportstraq-hero {
    height: 100vh;
    min-height: 720px;
    align-items: center;
    padding-top: 0;
  }

  .hero-video,
  .mobile-video {
    object-position: center center;
  }

  .hero-overlay {
    background:
      linear-gradient(
        to bottom,
        rgba(0,0,0,.18) 0%,
        rgba(0,0,0,.26) 35%,
        rgba(0,0,0,.58) 100%
      ),
      linear-gradient(
        90deg,
        rgba(0,0,0,.42) 0%,
        rgba(0,0,0,.22) 55%,
        rgba(0,0,0,.08) 100%
      );
  }

  .hero-content {
    margin: 0;
    padding: 0 22px;
    transform: translateY(70px);
  }

  .hero-logo {
    width: 145px;
    margin-bottom: 18px;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: .94;
    margin-bottom: 18px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 24px;
  }

  .hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
  }

  .btn {
    width: calc(50% - 6px);
    min-width: 0;
    height: 52px;
    padding: 0 12px;
    font-size: 12px;
  }
}
/* ==========================================================
   SECTION 2 - THE OLD WAY
   CLEAN 90-DEGREE CALLOUT REBUILD
========================================================== */

.sportstraq-problem {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: 100vw;

  margin-left: -50vw;
  padding: 46px 24px 24px;

  background:
    radial-gradient(
      circle at 50% 25%,
      rgba(18, 44, 65, 0.28),
      transparent 62%
    ),
    linear-gradient(
      180deg,
      #030a11 0%,
      #02070c 58%,
      #010407 100%
    );

  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;

  box-sizing: border-box;
  overflow: hidden;
}

.problem-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1400px;

  margin: 0 auto;
}


/* ==========================================================
   HEADING
========================================================== */

.problem-heading {
  max-width: 1080px;
  margin: 0 auto 20px;
  text-align: center;
}

.problem-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  margin-bottom: 10px;

  color: #ef3c31;

  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.problem-title {
  margin: 0;

  color: #f4f4f4;

  font-size: 39px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.problem-title span {
  display: block;
  margin-top: 4px;

  color: #ef3b31;
  font-size: 41px;
}

.problem-intro {
  max-width: 720px;
  margin: 12px auto 0;

  color: rgba(255, 255, 255, 0.78);

  font-size: 17px;
  line-height: 1.4;
}


/* ==========================================================
   MAIN LAYOUT
========================================================== */

.problem-layout {
  display: grid;
  grid-template-columns:
    minmax(580px, 1.22fr)
    minmax(430px, 0.88fr);

  align-items: stretch;
  gap: 20px;
}


/* ==========================================================
   FIELD VISUAL
========================================================== */

.problem-field {
  position: relative;

  min-height: 420px;

  border: 1px solid rgba(50, 126, 164, 0.34);
  border-radius: 18px;

  background: #020609;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 42px rgba(0, 0, 0, 0.34);

  overflow: hidden;
}

.problem-field::after {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.02) 48%,
      rgba(0, 0, 0, 0.46)
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.18),
      transparent 30%,
      transparent 70%,
      rgba(0, 0, 0, 0.18)
    );

  pointer-events: none;
}

.problem-field-picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  display: block;
  width: 100%;
  height: 100%;
}

.problem-field-image {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;

  transform: scale(1.015);
  transition: transform 6s ease;
}

.problem-field-image-desktop {
  display: block;
}

.problem-field-image-mobile {
  display: none;
}

.sportstraq-problem.is-visible .problem-field-image {
  transform: scale(1.04);
}

/* ==========================================================
   MARKER BASE
========================================================== */

.problem-marker {
  position: absolute;
  z-index: 5;

  display: block;
  width: 88px;
  height: 88px;

  padding: 0;
  margin: 0;

  appearance: none;
  -webkit-appearance: none;

  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;

  color: #ffffff;
  font: inherit;
  text-align: left;

  cursor: pointer;

  transform: scale(0.73);
}

.problem-marker:hover,
.problem-marker:focus,
.problem-marker:focus-visible,
.problem-marker:active {
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.problem-marker::-moz-focus-inner {
  padding: 0;
  border: 0;
}


/* ==========================================================
   MARKER LOCATIONS
========================================================== */

.problem-marker-1 {
  top: 4%;
  left: 14%;
  transform-origin: top left;
}

.problem-marker-2 {
  top: 18%;
  left: 61%;
  transform-origin: top left;
}

.problem-marker-3 {
  left: 14%;
  bottom: 8%;
  transform-origin: bottom left;
}

.problem-marker-4 {
  left: 60%;
  bottom: 5%;
  transform-origin: bottom left;
}


/* ==========================================================
   ICON CIRCLE
========================================================== */

.problem-icon {
  position: relative;
  z-index: 6;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 88px;
  height: 88px;

  background: rgba(1, 4, 7, 0.92);

  border: 1px solid rgba(240, 49, 39, 0.88);
  border-radius: 50%;

  box-shadow:
    0 0 0 1px rgba(240, 49, 39, 0.12),
    0 0 22px rgba(240, 49, 39, 0.28);

  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease;
}

.problem-icon img {
  display: block;

  width: 51px;
  height: 51px;

  object-fit: contain;
}

.problem-marker:hover .problem-icon,
.problem-marker.is-active .problem-icon {
  transform: scale(1.08);

  box-shadow:
    0 0 0 5px rgba(240, 49, 39, 0.08),
    0 0 26px rgba(240, 49, 39, 0.54),
    0 0 44px rgba(240, 49, 39, 0.18);
}


/* ==========================================================
   MARKER COPY
========================================================== */

.problem-marker-copy {
  position: absolute;
  z-index: 8;

  display: block;
  width: 245px;
}

.problem-marker-1 .problem-marker-copy {
  top: 8px;
  left: 152px;
}

.problem-marker-2 .problem-marker-copy {
  top: -20px;
  left: 105px;
}

.problem-marker-3 .problem-marker-copy {
  top: 20px;
  left: 105px;
}

.problem-marker-4 .problem-marker-copy {
  top: 18px;
  left: 105px;
}

.problem-marker-heading {
  display: flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

  color: #ffffff;

  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.problem-marker-heading strong {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;
  flex: 0 0 34px;

  border-radius: 50%;
  background: #ce2119;

  font-size: 14px;
}

.problem-marker-description {
  display: block;

  margin: 6px 0 0 43px;

  color: rgba(255, 255, 255, 0.86);

  font-size: 14px;
  line-height: 1.4;
}


/* ==========================================================
   90-DEGREE LEADER BASE
========================================================== */

.problem-leader {
  position: absolute;
  z-index: 4;

  display: block;

  pointer-events: none;
}

.problem-leader i {
  position: absolute;
  display: block;
}

.leader-horizontal,
.leader-vertical {
  background: #f04438;

  box-shadow:
    0 0 6px rgba(240, 68, 56, 0.64);
}

.leader-horizontal {
  height: 2px;
}

.leader-vertical {
  width: 2px;
}

.leader-dot {
  width: 10px;
  height: 10px;

  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;

  background: #f04438;

  box-shadow:
    0 0 0 5px rgba(240, 68, 56, 0.14),
    0 0 14px rgba(240, 68, 56, 0.72);

  box-sizing: border-box;
}


/* ==========================================================
   LEADER 1 - RIGHT, THEN DOWN
========================================================== */

.problem-marker-1 .problem-leader {
  top: 66px;
  left: 70px;

  width: 120px;
  height: 90px;
}

.problem-marker-1 .leader-horizontal {
  top: 0;
  left: 0;

  width: 120px;
}

.problem-marker-1 .leader-vertical {
  top: 0;
  right: 0;

  height: 90px;
}

.problem-marker-1 .leader-dot {
  right: -4px;
  bottom: -4px;
}


/* ==========================================================
   LEADER 2 - RIGHT, THEN DOWN
========================================================== */

.problem-marker-2 .problem-leader {
  top: 66px;
  left: 70px;

  width: 112px;
  height: 103px;
}

.problem-marker-2 .leader-horizontal {
  top: 0;
  left: 0;

  width: 112px;
}

.problem-marker-2 .leader-vertical {
  top: 0;
  right: 0;

  height: 103px;
}

.problem-marker-2 .leader-dot {
  right: -4px;
  bottom: -4px;
}


/* ==========================================================
   LEADER 3 - RIGHT, THEN UP
========================================================== */

.problem-marker-3 .problem-leader {
  left: 68px;
  bottom: 66px;

  width: 105px;
  height: 88px;
}

.problem-marker-3 .leader-horizontal {
  right: 0;
  bottom: 0;

  width: 105px;
}

.problem-marker-3 .leader-vertical {
  top: 0;
  right: 0;

  height: 88px;
}

.problem-marker-3 .leader-dot {
  top: -4px;
  right: -4px;
}


/* ==========================================================
   LEADER 4 - RIGHT, THEN UP
========================================================== */

.problem-marker-4 .problem-leader {
  left: 68px;
  bottom: 66px;

  width: 112px;
  height: 82px;
}

.problem-marker-4 .leader-horizontal {
  right: 0;
  bottom: 0;

  width: 112px;
}

.problem-marker-4 .leader-vertical {
  top: 0;
  right: 0;

  height: 82px;
}

.problem-marker-4 .leader-dot {
  top: -4px;
  right: -4px;
}


/* ==========================================================
   ACTIVE LEADER EFFECT
========================================================== */

.problem-marker .problem-leader {
  opacity: 0.72;

  transition:
    opacity 0.3s ease,
    filter 0.3s ease;
}

.problem-marker:hover .problem-leader,
.problem-marker.is-active .problem-leader {
  opacity: 1;

  filter:
    drop-shadow(0 0 5px rgba(240, 68, 56, 0.42));
}


/* ==========================================================
   RIGHT PROBLEM LIST
========================================================== */

.problem-list {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 420px;

  border-left: 1px solid rgba(238, 54, 44, 0.5);

  background:
    linear-gradient(
      90deg,
      rgba(68, 8, 10, 0.16),
      rgba(5, 10, 15, 0.92) 12%,
      rgba(3, 8, 12, 0.88)
    );

  box-shadow:
    inset 18px 0 34px rgba(205, 29, 22, 0.06);

  overflow: hidden;
}

.problem-list::before {
  content: "";

  position: absolute;
  top: 0;
  left: -1px;
  z-index: 5;

  width: 2px;
  height: 25%;

  background:
    linear-gradient(
      180deg,
      transparent,
      #ff3b32,
      transparent
    );

  box-shadow:
    0 0 12px rgba(255, 59, 50, 0.78);

  transform:
    translateY(
      calc(var(--active-problem, 0) * 100%)
    );

  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.problem-row {
  position: relative;

  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;

  flex: 1;
  min-height: 100px;

  padding: 13px 22px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.11);

  opacity: 0.56;

  box-sizing: border-box;

  transition:
    opacity 0.32s ease,
    background-color 0.32s ease,
    transform 0.32s ease;
}

.problem-row:last-child {
  border-bottom: 0;
}

.problem-row:hover,
.problem-row.is-active {
  opacity: 1;

  background:
    linear-gradient(
      90deg,
      rgba(148, 17, 19, 0.18),
      rgba(35, 9, 13, 0.07) 46%,
      transparent
    );
}

.problem-row.is-active {
  transform: translateX(6px);
}

.problem-row-number {
  color: transparent;

  font-size: 56px;
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: -0.06em;

  -webkit-text-stroke:
    1px rgba(242, 53, 43, 0.92);
}

.problem-row-label {
  margin-bottom: 5px;

  color: #f23d33;

  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.problem-row-copy h3 {
  margin: 0 0 5px;

  color: #ffffff;

  font-size: 15px;
  line-height: 1.14;
  font-weight: 900;
  text-transform: uppercase;
}

.problem-row-copy p {
  margin: 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 14px;
  line-height: 1.3;
}


/* ==========================================================
   SECTION 2 BOTTOM TRANSITION
========================================================== */

.problem-transition {
  position: relative;

  width: 100%;
  margin-top: 30px;
  padding-top: 4px;

  text-align: center;
  overflow: visible;
}


/* ==========================================================
   HORIZONTAL LINE + DOWNWARD CENTER POINT
========================================================== */

.problem-transition-line {
  position: relative;

  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: start;

  width: 100%;
  height: 34px;
  margin-bottom: 6px;

  overflow: visible;
}

.transition-left,
.transition-right {
  position: relative;

  display: block;
  width: 100%;
  height: 2px;

  background: rgba(93, 193, 60, 0.45);
  overflow: hidden;
}


/* ==========================================================
   CENTER TRIANGLE
========================================================== */

.transition-notch {
  position: relative;

  display: block;
  width: 72px;
  height: 30px;

  overflow: visible;
}

/* Short horizontal sections connecting the triangle to the line */

.transition-notch::before,
.transition-notch::after {
  content: "";

  position: absolute;
  top: 0;

  width: 17px;
  height: 2px;

  background: #5dc13c;

  box-shadow:
    0 0 7px rgba(93, 193, 60, 0.48),
    0 0 14px rgba(93, 193, 60, 0.22);
}

.transition-notch::before {
  left: 0;
}

.transition-notch::after {
  right: 0;
}


/* Two angled sides meet once at the bottom */

.transition-notch i,
.transition-notch b {
  position: absolute;
  top: 0;

  display: block;
  width: 29px;
  height: 2px;

  background: #5dc13c;

  box-shadow:
    0 0 7px rgba(93, 193, 60, 0.55),
    0 0 14px rgba(93, 193, 60, 0.24);
}

.transition-notch i {
  left: 15px;

  transform-origin: left center;
  transform: rotate(43deg);
}

.transition-notch b {
  right: 15px;

  transform-origin: right center;
  transform: rotate(-43deg);
}


/* ==========================================================
   MOVING GREEN ENERGY
========================================================== */

.transition-left::after,
.transition-right::after {
  content: "";

  position: absolute;
  top: -2px;

  width: 34%;
  min-width: 85px;
  height: 6px;

  background: linear-gradient(
    90deg,
    rgba(93, 193, 60, 0),
    rgba(93, 193, 60, 0.2),
    #5dc13c,
    #d4ffb0,
    #5dc13c,
    rgba(93, 193, 60, 0.2),
    rgba(93, 193, 60, 0)
  );

  box-shadow:
    0 0 8px rgba(93, 193, 60, 0.8),
    0 0 18px rgba(93, 193, 60, 0.42);

  opacity: 0;
}

.transition-left::after {
  left: -38%;
  animation: problemBeamLeft 3.2s ease-in-out infinite;
}

.transition-right::after {
  right: -38%;
  animation: problemBeamRight 3.2s ease-in-out infinite;
}


/* ==========================================================
   CENTER ARRIVAL GLOW
========================================================== */

.transition-notch span {
  position: absolute;
  left: 50%;
  bottom: 7px;

  display: block;
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #c9ff9f;

  transform: translateX(-50%) scale(0);
  opacity: 0;

  box-shadow:
    0 0 10px rgba(93, 193, 60, 0.95),
    0 0 24px rgba(93, 193, 60, 0.65),
    0 0 40px rgba(93, 193, 60, 0.35);

  animation: problemCenterArrival 3.2s ease-in-out infinite;
}


/* ==========================================================
   TRANSITION TEXT
========================================================== */

.problem-transition p {
  position: relative;
  z-index: 2;

  margin: 0 0 4px;

  color: #5dc13c;

  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  text-shadow:
    0 0 10px rgba(93, 193, 60, 0.25),
    0 0 20px rgba(93, 193, 60, 0.1);
}

.problem-transition h3 {
  position: relative;
  z-index: 2;

  margin: 0;

  color: #ffffff;

  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.12),
    0 0 24px rgba(93, 193, 60, 0.08);
}


/* ==========================================================
   ANIMATIONS
========================================================== */

@keyframes problemBeamLeft {

  0% {
    left: -38%;
    opacity: 0;
  }

  14% {
    opacity: 1;
  }

  48% {
    left: 82%;
    opacity: 1;
  }

  58% {
    left: 82%;
    opacity: 0;
  }

  100% {
    left: 82%;
    opacity: 0;
  }
}

@keyframes problemBeamRight {

  0% {
    right: -38%;
    opacity: 0;
  }

  14% {
    opacity: 1;
  }

  48% {
    right: 82%;
    opacity: 1;
  }

  58% {
    right: 82%;
    opacity: 0;
  }

  100% {
    right: 82%;
    opacity: 0;
  }
}

@keyframes problemCenterArrival {

  0%,
  43% {
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }

  51% {
    transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }

  68% {
    transform: translateX(-50%) scale(2.2);
    opacity: 0;
  }

  100% {
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
}

/* ==========================================
   GREEN HIGHLIGHT BEHIND TRANSITION TEXT
========================================== */

.problem-transition {
  position: relative;
  isolation: isolate;
}

.problem-transition::before {
  content: "";

  position: absolute;
  left: 50%;
  bottom: -30px;

  width: 420px;
  max-width: 82%;
  height: 130px;

  transform: translateX(-50%);

  background:
    radial-gradient(
      ellipse at center,
      rgba(93, 193, 60, 0.28) 0%,
      rgba(93, 193, 60, 0.16) 35%,
      rgba(93, 193, 60, 0.06) 58%,
      rgba(93, 193, 60, 0) 76%
    );

  filter: blur(10px);
  opacity: 0.9;

  z-index: 0;
  pointer-events: none;

  animation: problemTextGlow 3.2s ease-in-out infinite;
}

.problem-transition p,
.problem-transition h3,
.problem-transition-line {
  position: relative;
  z-index: 2;
}

@keyframes problemTextGlow {
  0%,
  38% {
    opacity: 0.22;
    transform: translateX(-50%) scale(0.82);
  }

  52% {
    opacity: 1;
    transform: translateX(-50%) scale(1.08);
  }

  72% {
    opacity: 0.45;
    transform: translateX(-50%) scale(1);
  }

  100% {
    opacity: 0.22;
    transform: translateX(-50%) scale(0.82);
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media screen and (max-width: 767px) {

  .problem-transition {
    margin-top: 17px;
  }

  .problem-transition-line {
    grid-template-columns: 1fr 58px 1fr;
    height: 29px;
    margin-bottom: 5px;
  }

  .transition-notch {
    width: 58px;
    height: 25px;
  }

  .transition-notch::before,
  .transition-notch::after {
    width: 13px;
  }

  .transition-notch i,
  .transition-notch b {
    width: 24px;
  }

  .transition-notch i {
    left: 11px;
    transform: rotate(43deg);
  }

  .transition-notch b {
    right: 11px;
    transform: rotate(-43deg);
  }

  .transition-notch span {
    bottom: 5px;
  }

  .problem-transition p {
    font-size: 13px;
  }

  .problem-transition h3 {
    font-size: 23px;
  }
}




/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

  .transition-left::after,
  .transition-right::after,
  .transition-notch span {
    animation: none;
  }

  .transition-left::after,
  .transition-right::after {
    display: none;
  }
}

/* ==========================================================
   REVEAL
========================================================== */

.problem-heading,
.problem-field,
.problem-list,
.problem-transition {
  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.sportstraq-problem.is-visible .problem-heading,
.sportstraq-problem.is-visible .problem-field,
.sportstraq-problem.is-visible .problem-list,
.sportstraq-problem.is-visible .problem-transition {
  opacity: 1;
  transform: translateY(0);
}

.sportstraq-problem.is-visible .problem-field {
  transition-delay: 0.1s;
}

.sportstraq-problem.is-visible .problem-list {
  transition-delay: 0.18s;
}

.sportstraq-problem.is-visible .problem-transition {
  transition-delay: 0.28s;
}


/* ==========================================================
   SMALL DESKTOP
========================================================== */

@media screen and (max-width: 1280px) {

  .problem-inner {
    max-width: 1210px;
  }

  .problem-layout {
    grid-template-columns:
      minmax(540px, 1.15fr)
      minmax(410px, 0.9fr);
  }

  .problem-field,
  .problem-list {
    min-height: 400px;
  }

  .problem-marker {
    transform: scale(0.68);
  }

  .problem-row {
    min-height: 95px;

    grid-template-columns: 72px 1fr;

    padding: 12px 17px;
  }

  .problem-row-number {
    font-size: 49px;
  }

  .problem-row-label {
    font-size: 12px;
  }

  .problem-row-copy h3 {
    font-size: 13px;
  }

  .problem-row-copy p {
    font-size: 12.5px;
  }
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1024px) {

  .problem-title {
    font-size: 35px;
  }

  .problem-title span {
    font-size: 37px;
  }

  .problem-layout {
    grid-template-columns: 1fr;
  }

  .problem-field {
    min-height: 430px;
  }

  .problem-list {
    min-height: auto;

    border-top: 1px solid rgba(238, 54, 44, 0.5);
    border-left: 0;
  }

  .problem-list::before {
    display: none;
  }

  .problem-row {
    min-height: 100px;
  }
}


/* ==========================================================
   MOBILE
========================================================== */

@media screen and (max-width: 767px) {

  .sportstraq-problem {
    position: relative;
    left: auto;

    width: 100%;
    max-width: 100%;

    margin-left: 0;
    padding: 40px 16px 24px;

    overflow: hidden;
  }

  .problem-heading {
    margin-bottom: 18px;
  }

  .problem-kicker {
    font-size: 12px;
  }

  .problem-title {
    font-size: 27px;
  }

  .problem-title span {
    font-size: 28px;
  }

  .problem-intro {
    margin-top: 10px;
    font-size: 14px;
  }

  .problem-layout {
    grid-template-columns: 1fr;
    gap: 15px;
  }


  /* ======================================
     PORTRAIT MOBILE FIELD
  ====================================== */

  .sportstraq-problem .problem-field {
    position: relative;

    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;

    aspect-ratio: 1080 / 1600;

    background-color: #020609;
    background-image:
      url("https://www.traqnology-na.com/wp-content/uploads/2026/07/sect2_mobile.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    border-radius: 13px;
    overflow: hidden;
  }

  /* Remove both desktop and mobile HTML image layers on mobile */
  .sportstraq-problem .problem-field-picture {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .sportstraq-problem .problem-field-picture img,
  .sportstraq-problem .problem-field-image,
  .sportstraq-problem .problem-field-image-desktop,
  .sportstraq-problem .problem-field-image-mobile {
    display: none !important;
  }


  /* ======================================
     MOBILE MARKERS
  ====================================== */

  .problem-marker {
    transform: scale(0.50);
  }

  .problem-marker-1 {
    top: 5%;
    left: 4%;
    bottom: auto;

    transform-origin: top left;
  }

  .problem-marker-2 {
    top: 27%;
    left: 52%;
    bottom: auto;

    transform-origin: top left;
  }

  .problem-marker-3 {
    top: 53%;
    left: 4%;
    bottom: auto;

    transform-origin: top left;
  }

  .problem-marker-4 {
    top: 72%;
    left: 52%;
    bottom: auto;

    transform-origin: top left;
  }

  .problem-leader {
    display: none;
  }

  .problem-marker-copy {
    width: 210px;
  }

  .problem-marker-heading {
    font-size: 13px;
  }

  .problem-marker-description {
    font-size: 13px;
    line-height: 1.3;
  }


  /* ======================================
     MOBILE PROBLEM LIST
  ====================================== */

  .problem-list {
    min-height: auto;

    border-top: 1px solid rgba(238, 54, 44, 0.5);
    border-left: 0;
  }

  .problem-list::before {
    display: none;
  }

  .problem-row {
    min-height: 94px;

    grid-template-columns: 48px 1fr;

    padding: 13px 11px;
  }

  .problem-row-number {
    font-size: 37px;
  }

  .problem-row-label {
    font-size: 10px;
  }

  .problem-row-copy h3 {
    font-size: 12px;
  }

  .problem-row-copy p {
    font-size: 12px;
  }


  /* ======================================
     MOBILE TRANSITION
  ====================================== */

  .problem-transition {
    margin-top: 17px;
  }

  .problem-transition-line {
    grid-template-columns: 1fr 58px 1fr;
    height: 24px;
  }

  .transition-notch {
    width: 58px;
    height: 21px;
  }

  .transition-notch i,
  .transition-notch b {
    width: 35px;
  }

  .transition-notch i {
    transform: rotate(34deg);
  }

  .transition-notch b {
    top: 19px;
    left: 29px;

    transform: rotate(-34deg);
  }

  .problem-transition p {
    font-size: 13px;
  }

  .problem-transition h3 {
    font-size: 23px;
  }
}



/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

  .problem-heading,
  .problem-field,
  .problem-list,
  .problem-transition {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .problem-field-image,
  .problem-icon,
  .problem-row,
  .problem-list::before {
    transition: none;
  }
}
/* ==========================================================
   MOBILE TRANSITION TRIANGLE FIX
   Add after all existing Section 2 CSS
========================================================== */

@media screen and (max-width: 767px) {

  .sportstraq-problem .problem-transition-line {
    grid-template-columns: 1fr 58px 1fr;
    height: 31px;
    margin-bottom: 5px;
  }

  .sportstraq-problem .transition-notch {
    position: relative;

    width: 58px;
    height: 25px;

    overflow: visible;
  }

  /*
   Hide the original mobile diagonal elements.
   The new V is created with the two pseudo-elements below.
  */

  .sportstraq-problem .transition-notch i,
  .sportstraq-problem .transition-notch b {
    display: none;
  }

  /*
   Create one clean downward V.
   Both lines begin at the horizontal divider and meet once.
  */

  .sportstraq-problem .transition-notch::before,
  .sportstraq-problem .transition-notch::after {
    content: "";

    position: absolute;
    top: 0;

    display: block;
    width: 37px;
    height: 2px;

    background: #5dc13c;

    box-shadow:
      0 0 7px rgba(93, 193, 60, 0.55),
      0 0 14px rgba(93, 193, 60, 0.24);
  }

  .sportstraq-problem .transition-notch::before {
    left: 0;

    transform-origin: left center;
    transform: rotate(38deg);
  }

  .sportstraq-problem .transition-notch::after {
    right: 0;

    transform-origin: right center;
    transform: rotate(-38deg);
  }

  /*
   Position the animated glow at the bottom point.
  */

  .sportstraq-problem .transition-notch span {
    position: absolute;
    left: 50%;
    bottom: 1px;

    width: 7px;
    height: 7px;

    transform: translateX(-50%) scale(0);
  }

  /*
   Preserve the requested mobile text colors.
  */

  .sportstraq-problem .problem-transition p {
    color: #5dc13c;
    font-size: 13px;
  }

  .sportstraq-problem .problem-transition h3 {
    color: #ffffff;
    font-size: 23px;
  }
}

/* ==========================================
   SECTION 3 - HOW IT WORKS
========================================== */

.sportstraq-steps{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    background:
        radial-gradient(
            circle at top center,
            #082337 0%,
            #020b13 58%,
            #01060b 100%
        );

    color:#fff;
    padding:78px 30px 86px;
    font-family:"Source Sans Pro",sans-serif;

    border-top:2px solid rgba(93,193,60,.65);
    box-shadow:0 -18px 40px rgba(93,193,60,.12);
}

.steps-inner{
    max-width:1320px;
    width:100%;
    margin:0 auto;
}

.steps-heading{
    text-align:center;
    margin-bottom:58px;
}

.steps-kicker{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:18px;
}

.steps-kicker span{
    width:52px;
    height:2px;
    background:#5dc13c;
}

.steps-kicker p{
    margin:0;
    color:#5dc13c;
    font-size:16px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.steps-heading h2{
    margin:0;
    color:#fff;
    font-size:clamp(2.8rem,4vw,4.6rem);
    line-height:.96;
    letter-spacing:-.04em;
    font-weight:900;
}

.steps-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;

    padding-top:40px;
    padding-left:0;
    padding-right:0;
}

/* ==========================================
   STEP CARD
========================================== */

.step-card{

    position:relative;

    min-height:505px;

    padding:42px 22px 30px;

    border:1px solid rgba(255,255,255,.20);
    border-radius:14px;

    background:rgba(2,13,22,.62);

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.03);

    overflow:visible;

    opacity:0;

    transform:
        translateY(45px);

    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.22,1,.36,1),
        background .5s ease,
        border-color .5s ease,
        box-shadow .5s ease;

}

/* Revealed */

.step-card.visible{

    opacity:1;

    transform:translateY(0);

    background:rgba(93,193,60,.06);

    border-color:rgba(93,193,60,.28);

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.05),
        0 0 24px rgba(93,193,60,.08);

}

/* ==========================================
   ARROW
========================================== */

.step-card:not(:last-child)::after{

    content:"→";

    position:absolute;

    top:24px;

    right:-18px;

    z-index:5;

    color:rgba(93,193,60,.45);

    font-size:38px;

    transition:
        color .4s ease,
        transform .4s ease;

}

.step-card.visible::after{

    color:#5dc13c;

    transform:translateX(8px);

}

/* ==========================================
   NUMBER
========================================== */

.step-number{
    position:absolute;

    top:-27px;
    left:0;
    right:0;

    margin:auto;

    width:56px;
    height:56px;

    border-radius:50%;

    background:#5dc13c;
    color:#fff;

    display:grid;
    place-items:center;

    font-size:23px;
    font-weight:900;

    z-index:10;
}

/* ==========================================
   CONTENT
========================================== */

.step-card h3{

    margin:0 0 28px;

    color:#fff;

    font-size:19px;

    text-align:center;

    font-weight:900;

    text-transform:uppercase;

}

.step-card img{

    display:block;

    width:100%;
    height:210px;

    object-fit:cover;

    border-radius:8px;

    margin-bottom:28px;

}

.step-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.step-card li{

    position:relative;

    padding-left:27px;

    margin-bottom:12px;

    color:rgba(255,255,255,.95);

    font-size:18px;

    line-height:1.25;

}

.step-card li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#5dc13c;

    font-weight:900;

}

@media (max-width: 1100px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 22px;
  }

  .step-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .sportstraq-steps {
    padding: 64px 20px 72px;
  }

  .steps-heading {
    margin-bottom: 48px;
  }

  .steps-kicker span {
    width: 34px;
  }

  .steps-kicker p {
    font-size: 13px;
  }

  .steps-heading h2{
    max-width: 340px;
    margin: 0 auto;
    font-size: 2.05rem;
    line-height: 1.05;
    letter-spacing: -.03em;
    text-wrap: balance;
}

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .step-card {
    min-height: auto;
  }

  .step-card img {
    height: 220px;
  }
}

.step-number {
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.step-card:hover .step-number {
    transform: translateX(-50%) scale(1.12);

    box-shadow:
      0 0 25px rgba(93,193,60,.55);
}

.step-card {
    overflow: hidden;
}

.step-card img {
    transition:
      transform .6s ease;
}

.step-card:hover img {
    transform: scale(1.05);
}

.step-card::after {
    transition:
      transform .4s ease,
      color .4s ease;
}

.step-card:hover::after {
    transform: translateX(8px);
    color: #81d742;
}

.step-card {
    opacity: 0;
    transform: translateY(40px);
}

.step-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.step-card {
    transition:
      opacity .8s ease,
      transform .8s ease;
}

/* Force Section 3 overflow visibility through Elementor wrappers */
.sportstraq-steps,
.steps-inner,
.steps-grid,
.step-card {
  overflow: visible;
}

.steps-grid {
  padding-top: 40px !important;
  padding-left:0 !important;
    padding-right:0 !important;
}

.step-number {
  top: -22px !important;
}

.step-card:not(:last-child)::after {
  right: -16px !important;
}

@media (max-width: 767px) {
  .sportstraq-steps {
    text-align: center;
  }

  .steps-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .steps-grid {
    display: grid;
    grid-template-columns: minmax(0, 340px);
    justify-content: center;
    justify-items: center;
    gap: 44px;
    
  }

  .step-card {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .step-card ul {
    text-align: left;
    display: inline-block;
  }
}



/* ==========================================
   SECTION 4 - FEATURES / BENEFITS
========================================== */

.sportstraq-features {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  background: #ffffff;
  color: #333333;
  padding: 64px 30px 72px;
  font-family: "Source Sans Pro", sans-serif;
  overflow: hidden;
}

.features-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.features-heading {
  text-align: center;
  margin-bottom: 42px;
}

.features-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
}

.features-kicker span {
  display: block;
  width: 52px;
  height: 2px;
  background: #5dc13c;
}

.features-kicker p {
  margin: 0;
  color: #5dc13c;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features-heading h2 {
  margin: 0;
  color: #333333;
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card {
  min-height: 155px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.08);
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.055);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(93, 193, 60, 0.32);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(93, 193, 60, 0.12);
}

.feature-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

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

.feature-card h3 {
  margin: 0 0 6px;
  color: #333333;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 0;
  color: #333333;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(
    circle,
    rgba(93,193,60,.18) 0%,
    rgba(93,193,60,.08) 34%,
    transparent 68%
  );
  opacity: 0;
  transform: scale(.75);
  transition: opacity .6s ease, transform .8s ease;
  z-index: 0;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-card.is-highlighted {
  border-color: rgba(93,193,60,.45);
  box-shadow:
    0 18px 42px rgba(0,0,0,.10),
    0 0 26px rgba(93,193,60,.18);
}

.feature-card.is-highlighted::before {
  opacity: 1;
  transform: scale(1);
}

/* Progressive Green Glass */

.feature-card {
    position: relative;
    overflow: hidden;

    transition:
        background .8s ease,
        border-color .8s ease,
        box-shadow .8s ease,
        transform .35s ease;
}

.feature-card::before{
    content:"";
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            135deg,
            rgba(93,193,60,.16) 0%,
            rgba(93,193,60,.08) 45%,
            rgba(255,255,255,.03) 100%
        );

    opacity:0;
    transition:opacity .8s ease;

    pointer-events:none;
}

.feature-card.is-highlighted{

    background:rgba(93,193,60,.08);

    border-color:rgba(93,193,60,.35);

    box-shadow:
        0 18px 40px rgba(0,0,0,.10),
        inset 0 1px 0 rgba(255,255,255,.12);

}

.feature-card.is-highlighted::before{
    opacity:1;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feature-card img{

    transition:
        transform .45s ease,
        filter .8s ease,
        opacity .8s ease;

    opacity:.78;

    filter:grayscale(15%);
}

.feature-card.is-highlighted img{

    opacity:1;

    filter:none;

    transform:scale(1.05);

}

.feature-card h3,
.feature-card p{

    transition:
        color .8s ease,
        opacity .8s ease;

}

.feature-card.is-highlighted h3{

    color:#5dc13c;

}

.feature-card.is-highlighted p{

    opacity:1;

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {
  .sportstraq-features {
    width: 100%;
    max-width: 100%;
    left: 0;
    margin-left: 0;
    padding: 58px 20px 64px;
  }

  .features-heading {
    margin-bottom: 34px;
  }

  .features-kicker {
    gap: 10px;
  }

  .features-kicker span {
    width: 28px;
  }

  .features-kicker p {
    font-size: 12px;
    line-height: 1.25;
  }

  .features-heading h2 {
    font-size: 2.35rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-card {
    min-height: auto;
    grid-template-columns: 62px 1fr;
    gap: 16px;
    padding: 18px 20px;
  }

  .feature-card img {
    width: 56px;
    height: 56px;
  }

  .feature-card h3 {
    font-size: 16px;
  }

  .feature-card p {
    font-size: 13px;
  }

  .sportstraq-features .feature-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    opacity: 1;
    transform: none;
    transition:
      background 0.8s ease,
      border-color 0.8s ease,
      box-shadow 0.8s ease,
      transform 0.45s ease;
  }

  .sportstraq-features .feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
      linear-gradient(
        135deg,
        rgba(93,193,60,.16) 0%,
        rgba(93,193,60,.08) 48%,
        rgba(255,255,255,.03) 100%
      );
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
    z-index: 0;
  }

  .sportstraq-features .feature-card > * {
    position: relative;
    z-index: 1;
  }

  .sportstraq-features .feature-card.is-highlighted {
    background: rgba(93,193,60,.12);
    border-color: rgba(93,193,60,.45);
    box-shadow:
      0 12px 30px rgba(0,0,0,.12),
      0 0 22px rgba(93,193,60,.16),
      inset 0 1px 0 rgba(255,255,255,.15);
    transform: translateY(-2px);
  }

  .sportstraq-features .feature-card.is-highlighted::before {
    opacity: 1;
  }

  .sportstraq-features .feature-card.is-highlighted img {
    opacity: 1;
    transform: scale(1.08);
    filter: brightness(1.15) saturate(1.15);
  }

  .sportstraq-features .feature-card.is-highlighted h3 {
    color: #5dc13c;
  }
}

/* ==========================================
   SECTION 4 - AUTOMATIC GREEN ACTIVATION
========================================== */

.sportstraq-features .feature-card {
  position: relative;

  transition:
    transform 0.45s ease,
    background 0.55s ease,
    border-color 0.55s ease,
    box-shadow 0.55s ease;
}

.sportstraq-features .feature-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 0;
  pointer-events: none;

  background:
    radial-gradient(
      circle at 24% 50%,
      rgba(93, 193, 60, 0.30) 0%,
      rgba(93, 193, 60, 0.13) 32%,
      rgba(93, 193, 60, 0) 72%
    );

  opacity: 0;

  transition: opacity 0.55s ease;
}

.sportstraq-features .feature-card > * {
  position: relative;
  z-index: 1;
}


/* Automatically illuminated card */

.sportstraq-features .feature-card.is-highlighted {
  transform: translateY(-7px);

  background:
    linear-gradient(
      135deg,
      rgba(93, 193, 60, 0.18) 0%,
      rgba(93, 193, 60, 0.09) 45%,
      rgba(255, 255, 255, 1) 100%
    );

  border-color: rgba(93, 193, 60, 0.72);

  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(93, 193, 60, 0.20),
    0 0 28px rgba(93, 193, 60, 0.28),
    0 0 58px rgba(93, 193, 60, 0.12);
}

.sportstraq-features .feature-card.is-highlighted::before {
  opacity: 1;
}

.sportstraq-features .feature-card.is-highlighted img {
  opacity: 1;

  transform: scale(1.12);

  filter:
    drop-shadow(0 0 8px rgba(93, 193, 60, 0.70))
    drop-shadow(0 0 18px rgba(93, 193, 60, 0.36));
}

.sportstraq-features .feature-card.is-highlighted h3 {
  color: #4aa92d;

  text-shadow:
    0 0 12px rgba(93, 193, 60, 0.18);
}


/* Final state after sequence */

.sportstraq-features.sequence-complete .feature-card {
  border-color: rgba(93, 193, 60, 0.25);
}

.sportstraq-features.sequence-complete .feature-card::before {
  opacity: 0.32;
}


/* Maintain normal hover */

.sportstraq-features .feature-card:hover {
  transform: translateY(-7px);

  border-color: rgba(93, 193, 60, 0.72);

  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.12),
    0 0 28px rgba(93, 193, 60, 0.24);
}

@media screen and (max-width: 767px) {
  .sportstraq-features .feature-card.is-highlighted {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sportstraq-features .feature-card,
  .sportstraq-features .feature-card::before,
  .sportstraq-features .feature-card img {
    transition: none;
  }
}
/* ==========================================
   SECTION 5 - PROVEN PERFORMANCE
========================================== */

.sportstraq-results {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  background: url("https://www.traqnology-na.com/wp-content/uploads/2026/06/sect5_background.png") center center / cover no-repeat;
  overflow: hidden;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
}

.results-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 18, 31, 0.42);
}

.results-inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 78px 40px;
}

.results-heading {
  text-align: center;
  margin-bottom: 58px;
}

.results-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
}

.results-kicker span {
  width: 56px;
  height: 2px;
  background: #5dc13c;
}

.results-kicker p {
  margin: 0;
  color: #5dc13c;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.results-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.04em;
}

/* ==========================================
   FLOATING GLASS STAT CARDS
========================================== */

.results-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    align-items:stretch;
}

.result-item{

    position:relative;

    display:flex;
    flex-direction:column;
    align-items:center;

    text-align:center;

    height:100%;
    min-height:360px;

    padding:38px 26px;

    border-radius:20px;

    border:1px solid rgba(255,255,255,.08);

    background:rgba(255,255,255,.025);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    box-shadow:
        0 14px 32px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.05);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease,
        background .35s ease;

}

.result-item img{
    margin-bottom:22px;
}

.result-number{
    margin-bottom:10px;
}

.result-small{
    margin-top:4px;
    margin-bottom:10px;
}

.result-item p{
    margin-top:auto;
    padding-top:18px;
}
/* Hover */

.result-item:hover{

    transform:
        translateY(-10px)
        scale(1.02);

    background:rgba(255,255,255,.075);

    border-color:rgba(93,193,60,.35);

    box-shadow:
        0 30px 70px rgba(0,0,0,.28),
        0 0 35px rgba(93,193,60,.18);

}

.result-item:last-child {
  border-right: 0;
}

.result-item:hover{

    transform:translateY(-10px);

    border-color:rgba(93,193,60,.35);

    box-shadow:
        0 30px 60px rgba(0,0,0,.28),
        0 0 30px rgba(93,193,60,.14);

}

.result-item img{

    display:block;

    width:72px;
    height:72px;

    object-fit:contain;

    margin:0 auto 22px;

    filter:
        drop-shadow(0 10px 18px rgba(0,0,0,.32));

    transition:
        transform .35s ease,
        filter .35s ease;

}

.result-item:hover img{

    transform:scale(1.12);

    filter:
        drop-shadow(0 18px 30px rgba(0,0,0,.45));

}

.result-number {
  color: #5dc13c;
  text-shadow:
        0 0 18px rgba(93,193,60,.18);
  font-size: 40px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.result-item:hover .result-number {
  text-shadow: 0 0 24px rgba(93, 193, 60, 0.45);
}

.result-number .count-up{
    color:#5dc13c;
    font-size:inherit;
    font-weight:900;
    line-height:1;
}

.result-number span:not(.count-up){
    color:#5dc13c;
    font-size:26px;
    text-transform:uppercase;
}

.result-small {
  margin-top: -8px;
  margin-bottom: 12px;
  color: #5dc13c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-item p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.results-footer {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.results-footer span {
  width: 220px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.results-footer p {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
}

.result-unit{
    color:#5dc13c;
    font-size:26px;
    font-weight:700;
    text-transform:uppercase;
}

.count-up-prefix{
    font-size:inherit;
    font-weight:900;
    color:#5dc13c;
    line-height:1;
}


/* Tablet */

@media (max-width: 1100px) {
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .result-item:nth-child(2) {
    border-right: 0;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .sportstraq-results {
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .results-overlay {
    background: rgba(2, 18, 31, 0.46);
  }

  .results-inner {
    padding: 60px 24px;
  }

  .results-heading h2 {
    font-size: 2.3rem;
  }

  .results-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .result-item {
    border-right: 0;
    padding: 0;
  }

  .result-item img {
    width: 58px;
    height: 58px;
  }

  .result-number {
    font-size: 40px;
  }

  .result-number span {
    font-size: 20px;
  }

  .result-item p {
    font-size: 17px;
  }

  .results-footer {
    flex-direction: column;
    gap: 14px;
  }

  .results-footer span {
    width: 120px;
  }

  .results-footer p {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sportstraq-results {
    background-image:
      url("https://www.traqnology-na.com/wp-content/uploads/2026/06/sect5_mobile.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .results-overlay {
    background:
      linear-gradient(
        to bottom,
        rgba(2,18,31,.46) 0%,
        rgba(2,18,31,.68) 45%,
        rgba(2,18,31,.88) 100%
      );
  }

  .results-grid {
    gap: 18px;
  }

  .result-item {
    position: relative;
    padding: 26px 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    background: rgba(0,0,0,.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 18px 36px rgba(0,0,0,.25);
  }

  .result-item img {
    margin-bottom: 16px;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
  }

  .result-number {
    font-size: 48px;
    text-shadow: 0 0 22px rgba(93,193,60,.32);
  }

  .result-number .count-up {
    font-size: inherit;
  }

  .result-number .result-unit,
  .result-number span:not(.count-up):not(.count-up-prefix) {
    font-size: 18px;
  }

  .result-item p {
    max-width: 260px;
    margin: 0 auto;
    color: rgba(255,255,255,.92);
  }

  .results-footer {
    margin-top: 34px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(93,193,60,.12);
    border: 1px solid rgba(93,193,60,.24);
  }
}

@media(max-width:1100px){

    .results-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
    }

    .result-item{
        margin-top:0 !important;
    }

}

@media(max-width:767px){

    .results-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .result-item{
        margin-top:0 !important;
        background:rgba(255,255,255,.06);
    }

}

/* ==========================================
   SECTION 5 - MOBILE COMPACT RESULTS
========================================== */

@media screen and (max-width: 767px) {

  .sportstraq-results {
    padding: 50px 18px 45px;
  }

  .sportstraq-results .results-heading {
    margin-bottom: 28px;
  }

  .sportstraq-results .results-grid {
    gap: 14px;
  }

  .sportstraq-results .result-item {
    padding: 18px 14px;
    min-height: 150px;      /* was much taller */
    border-radius: 14px;
  }

  .sportstraq-results .result-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }

  .sportstraq-results .result-number {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
  }

 .sportstraq-results .result-number .count-up{
    font-size: inherit;
}

  .sportstraq-results .result-small {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .sportstraq-results .result-item p {
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
  }

  .sportstraq-results .results-footer {
    margin-top: 24px;
  }

  .sportstraq-results .results-footer p {
    font-size: 15px;
  }
}
.sportstraq-results .result-number .count-up,
.sportstraq-results .result-number span{
    font-size:inherit;
}

/* ==========================================
   SECTIONS 6–8 — CLEAN REPLACEMENT CSS
   Remove the old CSS for Sections 6, 7 and 8
   before pasting this block.
========================================== */


/* ==========================================
   SECTION 6 — APPLICATION CATALOG
========================================== */

.sportstraq-applications {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  padding: 72px 30px 92px;
  box-sizing: border-box;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 50% 10%,
      #12384f 0%,
      #0a2536 30%,
      #041621 62%,
      #01070b 88%,
      #000000 100%
    );

  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
}

.sportstraq-applications::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  width: 760px;
  height: 420px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(93, 193, 60, 0.08);
  filter: blur(70px);
  pointer-events: none;
}

.sportstraq-applications::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 220px;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.38) 48%,
      #000000 100%
    );
  pointer-events: none;
  z-index: 1;
}

.sportstraq-applications .applications-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.sportstraq-applications .applications-heading {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
}

.sportstraq-applications .applications-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
}

.sportstraq-applications .applications-kicker span {
  width: 52px;
  height: 2px;
  background: #5dc13c;
}

.sportstraq-applications .applications-kicker p {
  margin: 0;
  color: #5dc13c;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sportstraq-applications .applications-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 54px;
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.sportstraq-applications .applications-heading > p {
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.45;
}

.sportstraq-applications .applications-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.sportstraq-applications .application-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.06) 100%
    );

  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);

  text-align: center;
  opacity: 0;
  transform: translateY(28px);

  transition:
    opacity 0.7s ease,
    transform 0.75s cubic-bezier(.22, 1, .36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.sportstraq-applications .application-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sportstraq-applications .application-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 4;
  width: 55%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.24),
      transparent
    );
  transform: skewX(-18deg);
  opacity: 0;
  pointer-events: none;
  transition: left 0.85s ease, opacity 0.4s ease;
}

.sportstraq-applications .application-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(93, 193, 60, 0.95),
      transparent
    );
  opacity: 0.75;
}

.sportstraq-applications .application-card:hover,
.sportstraq-applications .application-card.is-highlighted,
.sportstraq-applications .application-card.is-mobile-active {
  transform: translateY(-6px);
  border-color: rgba(93, 193, 60, 0.48);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(93, 193, 60, 0.08) 100%
    );

  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(93, 193, 60, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.sportstraq-applications .application-card:hover::before,
.sportstraq-applications .application-card.is-highlighted::before,
.sportstraq-applications .application-card.is-mobile-active::before {
  left: 130%;
  opacity: 1;
}

.sportstraq-applications .application-photo-wrap {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  background: #06121c;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.2);
}

.sportstraq-applications .application-photo {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.sportstraq-applications .application-card:hover .application-photo,
.sportstraq-applications .application-card.is-highlighted .application-photo,
.sportstraq-applications .application-card.is-mobile-active .application-photo {
  transform: scale(1.06);
}

.sportstraq-applications .application-icon {
  position: relative;
  z-index: 3;
  width: 64px;
  height: 64px;
  margin: -32px auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #071523;
  border-radius: 999px;

  background:
    linear-gradient(180deg, #071523 0%, #10283d 100%);

  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.sportstraq-applications .application-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.sportstraq-applications .application-card:hover .application-icon,
.sportstraq-applications .application-card.is-highlighted .application-icon,
.sportstraq-applications .application-card.is-mobile-active .application-icon {
  transform: translateY(-6px) scale(1.04);
  background:
    linear-gradient(180deg, #5dc13c 0%, #3fae27 100%);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(93, 193, 60, 0.32);
}

.sportstraq-applications .application-card h3 {
  margin: auto 0 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
}

/* ==========================================
   SECTION 6 — MOBILE
========================================== */

@media screen and (max-width: 767px) {

  .sportstraq-applications {
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;

    padding: 54px 14px 64px;
    overflow: hidden;
  }

  .sportstraq-applications .applications-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .sportstraq-applications .applications-heading {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 28px;
  }

  .sportstraq-applications .applications-kicker {
    gap: 10px;
    margin-bottom: 12px;
  }

  .sportstraq-applications .applications-kicker span {
    width: 30px;
  }

  .sportstraq-applications .applications-kicker p {
    font-size: 12px;
    letter-spacing: 0.07em;
  }

  .sportstraq-applications .applications-heading h2 {
    max-width: 340px;
    margin: 0 auto;

    font-size: 32px;
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  .sportstraq-applications .applications-heading > p {
    max-width: 330px;
    margin: 12px auto 0;

    font-size: 15px;
    line-height: 1.4;
  }

  .sportstraq-applications .applications-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }

  .sportstraq-applications .application-card {
    width: 100%;
    min-width: 0;
    min-height: 190px;

    padding: 8px 8px 14px;
    border-radius: 12px;

    opacity: 1;
    transform: none;
  }

  .sportstraq-applications .application-card.is-visible,
  .sportstraq-applications .application-card.is-highlighted,
  .sportstraq-applications .application-card.is-mobile-active {
    opacity: 1;
    transform: none;
  }

  .sportstraq-applications .application-photo-wrap {
    height: 100px;
    border-radius: 8px;
  }

  .sportstraq-applications .application-photo {
    height: 100px;
  }

  .sportstraq-applications .application-icon {
    width: 46px;
    height: 46px;
    margin: -23px auto 8px;
    border-width: 2px;
  }

  .sportstraq-applications .application-icon img {
    width: 27px;
    height: 27px;
  }

  .sportstraq-applications .application-card h3 {
    margin: auto 4px 2px;

    font-size: 15px;
    line-height: 1.12;
    font-weight: 700;
  }

  .sportstraq-applications .application-card::after {
    right: 10px;
    left: 10px;
    height: 2px;
  }

  .sportstraq-applications .application-card::before {
    display: none;
  }
}

/* ==========================================
   SECTION 7 — EQUIPMENT OPTIONS
========================================== */

.sportstraq-equipment {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  padding: 74px 30px 104px;
  box-sizing: border-box;
  overflow: hidden;

  background:
    radial-gradient(
      ellipse at 50% 28%,
      rgba(10, 57, 82, 0.72) 0%,
      rgba(4, 27, 40, 0.82) 40%,
      #01070b 76%,
      #000000 100%
    );

  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
}

.sportstraq-equipment::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  width: 900px;
  height: 420px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(93, 193, 60, 0.05);
  filter: blur(90px);
  pointer-events: none;
}

.sportstraq-equipment::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 260px;
  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 48%,
      #000000 100%
    );
}

.equipment-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.equipment-heading {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

.equipment-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
}

.equipment-kicker span {
  width: 52px;
  height: 2px;
  background: #5dc13c;
}

.equipment-kicker p {
  margin: 0;
  color: #5dc13c;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.equipment-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 54px;
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.equipment-heading > p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.4;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.equipment-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: #06111a;

  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.equipment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(93, 193, 60, 0.42);
  box-shadow:
    0 30px 64px rgba(0, 0, 0, 0.48),
    0 0 26px rgba(93, 193, 60, 0.12);
}

.equipment-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.8s ease;
}

.equipment-card:hover .equipment-bg {
  transform: scale(1.045);
}

.equipment-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.91) 20%,
      rgba(255, 255, 255, 0.72) 32%,
      rgba(255, 255, 255, 0.30) 46%,
      rgba(255, 255, 255, 0) 65%
    );
}

.equipment-content {
  position: relative;
  z-index: 2;
  width: 46%;
  padding: 52px 0 42px 34px;
  box-sizing: border-box;
}

.equipment-content h3 {
  margin: 0 0 22px;
  color: #071523;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.equipment-intro {
  margin: 0 0 26px;
  color: #071523;
  font-size: 16px;
  line-height: 1.45;
}

.equipment-content ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.equipment-content li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  color: #071523;
  font-size: 14px;
  line-height: 1.25;
}

.equipment-content li::before {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #5dc13c;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.equipment-btn {
  min-width: 188px;
  height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5dc13c;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  color: #3fae27;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.equipment-btn span {
  margin-left: 14px;
  font-size: 20px;
}

.equipment-btn:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #071523;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.equipment-btn-primary {
  background: #5dc13c;
  color: #000000;
}

/* ==========================================
   SECTION 7 — FEATURED CARD BADGE
========================================== */

.sportstraq-equipment
.equipment-card-featured
.equipment-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;

  display: flex;
  align-items: center;
  justify-content: center;

  width: auto;
  height: 34px;
  margin: 0;
  padding: 0 28px 0 18px;

  background: #5dc13c;
  color: #000000;

  border: 0;
  border-radius: 0;

  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;

  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: none;

  clip-path: polygon(
    0 0,
    calc(100% - 12px) 0,
    100% 50%,
    calc(100% - 12px) 100%,
    0 100%
  );
}
/* ==========================================
   SECTION 7 — MOBILE EQUIPMENT OPTIONS
========================================== */

@media screen and (max-width: 767px) {

  .sportstraq-equipment {
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;

    padding: 54px 14px 66px;
    overflow: hidden;
  }

  .equipment-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  /* ======================================
     MOBILE HEADING
  ====================================== */

  .equipment-heading {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 28px;
  }

  .equipment-kicker {
    gap: 10px;
    margin-bottom: 12px;
  }

  .equipment-kicker span {
    width: 30px;
  }

  .equipment-kicker p {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.07em;
  }

  .equipment-heading h2 {
    max-width: 340px;
    margin: 0 auto;

    font-size: 32px;
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  .equipment-heading > p {
    max-width: 330px;
    margin: 12px auto 0;

    font-size: 15px;
    line-height: 1.4;
  }

  /* ======================================
     MOBILE CARD GRID
  ====================================== */

  .equipment-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
  }

  .equipment-card {
    width: 100%;
    min-width: 0;
    min-height: 490px;

    opacity: 1;
    visibility: visible;
    transform: none;

    border-radius: 14px;
  }

  /* Make sure any animation classes cannot hide cards */

  .equipment-card.is-visible,
  .equipment-card.visible,
  .equipment-card.is-highlighted,
  .equipment-card.is-mobile-active {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  /* ======================================
     MOBILE BACKGROUND IMAGE
  ====================================== */

  .equipment-bg {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: 68% center;

    transform: none;
  }

  .equipment-card:hover .equipment-bg {
    transform: none;
  }

  /* Stronger mobile overlay behind text */

  .equipment-card::before {
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.82) 0%,
        rgba(255,255,255,.65) 46%,
        rgba(255,255,255,.35) 67%,
        rgba(255,255,255,.06) 100%
      );
  }

  /* ======================================
     MOBILE CARD CONTENT
  ====================================== */

  .equipment-content {
    width: 66%;
    min-width: 0;

    padding: 52px 8px 30px 20px;
  }

  .equipment-content h3 {
    margin-bottom: 16px;

    font-size: 27px;
    line-height: 1;
    letter-spacing: -0.035em;
  }

  .equipment-intro {
    margin-bottom: 18px;

    font-size: 14px;
    line-height: 1.35;
  }

  .equipment-content ul {
    margin-bottom: 22px;
  }

  .equipment-content li {
    margin-bottom: 9px;
    padding-left: 22px;

    font-size: 13px;
    line-height: 1.3;
  }

  .equipment-content li::before {
    width: 14px;
    height: 14px;

    font-size: 9px;
  }

  /* ======================================
     MOBILE BUTTON
  ====================================== */

  .equipment-btn {
    min-width: 0;
    width: 100%;
    max-width: 190px;
    height: 44px;

    padding: 0 12px;

    font-size: 11px;
    line-height: 1.1;
  }

  .equipment-btn span {
    margin-left: 9px;
    font-size: 17px;
  }

  /* ======================================
     MOBILE BADGE
  ====================================== */

  .equipment-badge {
    padding: 9px 32px 9px 16px;

    font-size: 11px;
  }
}

/* ==========================================
   SECTION 8 — RTK NETWORK ADVANTAGE V2
========================================== */

.sportstraq-rtk-v2 {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: 100vw;

  margin-left: -50vw;

  padding: 64px 30px 0;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 50% 24%,
      rgba(14, 50, 67, 0.68) 0%,
      rgba(2, 15, 25, 0.96) 44%,
      #01070c 76%
    );

  color: #ffffff;

  font-family: "Source Sans Pro", sans-serif;
  box-sizing: border-box;

  border-top: 1px solid rgba(93, 193, 60, 0.42);
}

.sportstraq-rtk-v2 *,
.sportstraq-rtk-v2 *::before,
.sportstraq-rtk-v2 *::after {
  box-sizing: border-box;
}

.rtk-v2-inner {
  width: 100%;
  max-width: 1440px;

  margin: 0 auto;
}


/* ==========================================
   HEADING
========================================== */

.rtk-v2-heading {
  position: relative;
  z-index: 10;

  max-width: 920px;

  margin: 0 auto 42px;

  text-align: center;
}

.rtk-v2-kicker {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 14px;

  margin-bottom: 13px;
}

.rtk-v2-kicker span {
  width: 48px;
  height: 1px;

  background: linear-gradient(
    90deg,
    rgba(93, 193, 60, 0),
    rgba(93, 193, 60, 0.9)
  );
}

.rtk-v2-kicker span:last-child {
  background: linear-gradient(
    90deg,
    rgba(93, 193, 60, 0.9),
    rgba(93, 193, 60, 0)
  );
}

.rtk-v2-kicker p {
  margin: 0;

  color: #5dc13c;

  font-size: 14px;
  line-height: 1;
  font-weight: 800;

  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rtk-v2-heading h2 {
  margin: 0;

  color: #ffffff;

  font-size: 50px;
  line-height: 1.04;
  font-weight: 900;

  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.rtk-v2-heading h2 span {
  color: #5dc13c;
}

.rtk-v2-intro {
  max-width: 700px;

  margin: 16px auto 0;

  color: rgba(255, 255, 255, 0.78);

  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}


/* ==========================================
   DESKTOP STAGE
========================================== */

.rtk-v2-stage {
  position: relative;

  min-height: 590px;

  margin-top: 10px;
}


/* ==========================================
   VIDEO
========================================== */

.rtk-v2-video-shell {
  position: absolute;
  top: 36px;
  left: 50%;

  width: 72%;
  max-width: 980px;
  aspect-ratio: 16 / 9;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 13px;

  background: #02080d;

  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.58),
    0 0 60px rgba(93, 193, 60, 0.08);

  transform: translateX(-50%);
}

.rtk-v2-video-glow {
  position: absolute;
  top: 8%;
  left: 10%;

  width: 80%;
  height: 80%;

  z-index: 1;

  border-radius: 50%;

  background: rgba(93, 193, 60, 0.1);

  filter: blur(60px);

  pointer-events: none;
}

.rtk-v2-video {
  position: relative;
  z-index: 2;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.rtk-v2-video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 3;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(0, 4, 8, 0.42) 0%,
      rgba(0, 4, 8, 0) 22%,
      rgba(0, 4, 8, 0) 78%,
      rgba(0, 4, 8, 0.42) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 4, 8, 0.12) 48%,
      rgba(0, 4, 8, 0.82) 100%
    );
}

.rtk-v2-video-control {
  position: absolute;
  top: 50%;
  left: 50%;

  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 76px;
  height: 76px;

  padding: 0;

  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;

  background: rgba(0, 7, 12, 0.45);

  cursor: pointer;

  transform: translate(-50%, -50%);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.rtk-v2-video-control:hover {
  border-color: #5dc13c;

  background: rgba(0, 8, 12, 0.72);

  box-shadow: 0 0 28px rgba(93, 193, 60, 0.36);

  transform: translate(-50%, -50%) scale(1.07);
}

.rtk-v2-pause-icon {
  display: flex;

  gap: 7px;
}

.rtk-v2-pause-icon i {
  display: block;

  width: 6px;
  height: 24px;

  border-radius: 2px;

  background: #ffffff;
}

.rtk-v2-play-icon {
  display: none;

  width: 0;
  height: 0;

  margin-left: 5px;

  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #ffffff;
}

.rtk-v2-video-control.is-paused .rtk-v2-pause-icon {
  display: none;
}

.rtk-v2-video-control.is-paused .rtk-v2-play-icon {
  display: block;
}

.rtk-v2-video-label {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;

  z-index: 4;
}

.rtk-v2-video-label p {
  margin: 0;

  color: #ffffff;

  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rtk-v2-video-label span {
  display: block;

  margin-top: 4px;

  color: #5dc13c;

  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}


/* ==========================================
   FLOATING CARDS
========================================== */

/* ==========================================
   SECTION 8 — BLACK GLASS TILES
========================================== */

.rtk-v2-card {
  position: absolute;
  z-index: 8;

  display: flex;
  align-items: flex-start;

  width: 238px;
  padding: 22px 20px;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;

  background:
    linear-gradient(
      145deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.68) 55%,
      rgba(8, 12, 14, 0.76) 100%
    );

  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03),
    0 0 24px rgba(93, 193, 60, 0.05);

  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);

  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.rtk-v2-card::before {
  position: absolute;
  top: 1px;
  right: 12px;
  left: 12px;

  height: 1px;

  content: "";

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.22),
      rgba(255, 255, 255, 0)
    );

  pointer-events: none;
}

.rtk-v2-card:hover {
  border-color: rgba(93, 193, 60, 0.72);

  background:
    linear-gradient(
      145deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(2, 8, 5, 0.82) 60%,
      rgba(6, 18, 10, 0.78) 100%
    );

  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 30px rgba(93, 193, 60, 0.16);

  transform: translateY(-5px);
}

.rtk-v2-card::after {
  position: absolute;

  height: 2px;

  content: "";

  background: linear-gradient(
    90deg,
    rgba(93, 193, 60, 0.92),
    rgba(93, 193, 60, 0.12)
  );

  box-shadow: 0 0 11px rgba(93, 193, 60, 0.66);
}

.rtk-v2-card-satellite {
  top: 0;
  left: 0;
}

.rtk-v2-card-satellite::after {
  top: 46px;
  left: 100%;

  width: 68px;
}

.rtk-v2-card-network {
  top: 20px;
  right: 0;
}

.rtk-v2-card-network::after {
  top: 90px;
  right: 100%;

  width: 68px;

  background: linear-gradient(
    90deg,
    rgba(93, 193, 60, 0.12),
    rgba(93, 193, 60, 0.92)
  );
}

.rtk-v2-card-cellular {
  bottom: 78px;
  left: 0;
}

.rtk-v2-card-cellular::after {
  top: 45px;
  left: 100%;

  width: 68px;
}

.rtk-v2-card-machine {
  right: 0;
  bottom: 52px;
}

.rtk-v2-card-machine::after {
  top: 76px;
  right: 100%;

  width: 68px;

  background: linear-gradient(
    90deg,
    rgba(93, 193, 60, 0.12),
    rgba(93, 193, 60, 0.92)
  );
}

.rtk-v2-card-icon {
  flex: 0 0 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  margin-right: 14px;
}

.rtk-v2-card-icon img {
  display: block;

  width: 100%;
  max-width: 58px;
  max-height: 58px;

  object-fit: contain;

  filter: drop-shadow(0 0 10px rgba(93, 193, 60, 0.22));
}

.rtk-v2-card-machine .rtk-v2-card-icon {
  flex-basis: 70px;

  width: 70px;
}

.rtk-v2-card-machine .rtk-v2-card-icon img {
  max-width: 70px;
  max-height: 62px;
}

.rtk-v2-card-content {
  min-width: 0;
}

.rtk-v2-card-number {
  display: block;

  margin-bottom: 5px;

  color: #5dc13c;

  font-size: 12px;
  line-height: 1;
  font-weight: 800;

  letter-spacing: 0.12em;
}

.rtk-v2-card h3 {
  margin: 0 0 7px;

  color: #ffffff;

  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;

  text-transform: uppercase;
}

.rtk-v2-card p {
  margin: 0;

  color: rgba(255, 255, 255, 0.76);

  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}


/* ==========================================
   PROCESS TIMELINE
========================================== */

.rtk-v2-process {
  position: relative;
  z-index: 10;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    48px
    minmax(0, 1fr)
    48px
    minmax(0, 1fr)
    48px
    minmax(0, 1fr);

  align-items: center;

  margin: 0 -30px;
  padding: 30px 54px 34px;

  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);

  background:
    linear-gradient(
      180deg,
      rgba(8, 23, 31, 0.8),
      rgba(2, 10, 15, 0.96)
    );
}

.rtk-v2-process-step {
  position: relative;

  min-width: 0;

  text-align: center;
}

.rtk-v2-process-number {
  position: absolute;
  top: -17px;
  left: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 26px;
  height: 26px;

  border-radius: 50%;

  background: #5dc13c;
  color: #071006;

  font-size: 13px;
  line-height: 1;
  font-weight: 900;

  box-shadow: 0 0 18px rgba(93, 193, 60, 0.48);

  transform: translateX(-50%);
}

.rtk-v2-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 84px;

  margin: 8px auto 4px;
}

.rtk-v2-process-icon img {
  display: block;

  width: 72px;
  height: 72px;

  object-fit: contain;

  filter: drop-shadow(0 0 10px rgba(93, 193, 60, 0.2));
}

.rtk-v2-machine-icon img {
  width: 100px;
  height: 75px;
}

.rtk-v2-process-copy h3 {
  margin: 0 0 7px;

  color: #ffffff;

  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;

  text-transform: uppercase;
}

.rtk-v2-process-copy p {
  max-width: 210px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.69);

  font-size: 13px;
  line-height: 1.42;
}

.rtk-v2-process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rtk-v2-process-arrow span {
  position: relative;

  display: block;

  width: 30px;
  height: 2px;

  background: #5dc13c;

  box-shadow: 0 0 12px rgba(93, 193, 60, 0.72);
}

.rtk-v2-process-arrow span::after {
  position: absolute;
  top: 50%;
  right: -1px;

  width: 10px;
  height: 10px;

  content: "";

  border-top: 2px solid #5dc13c;
  border-right: 2px solid #5dc13c;

  transform: translateY(-50%) rotate(45deg);
}


/* ==========================================
   BOTTOM STATEMENT
========================================== */

.rtk-v2-statement{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:28px;

    max-width:980px;
    margin:0 auto;

    padding:34px 20px;

    text-align:left;
}

.rtk-v2-statement-icon{
    flex:0 0 78px;

    width:78px;
    height:78px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.rtk-v2-statement-icon img{
    width:100%;
    height:100%;

    object-fit:contain;

    filter:
        drop-shadow(0 0 10px rgba(93,193,60,.30))
        drop-shadow(0 0 22px rgba(93,193,60,.14));
}

.rtk-v2-statement-text{
    flex:1;
    max-width:760px;
    
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.rtk-v2-statement-text p{
    margin:0 0 6px;

    color:#ffffff;

    font-size:22px;
    line-height:1.35;
    font-weight:900;

    letter-spacing:.01em;
    text-transform:uppercase;
}

.rtk-v2-statement-text strong{
    display:block;
    margin:0;
    

    color:#5dc13c;

    font-size:22px;
    line-height:1.35;
    font-weight:900;

    letter-spacing:.01em;
    text-transform:uppercase;
}

/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 1180px) {

  .sportstraq-rtk-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .rtk-v2-stage {
    min-height: 550px;
  }

  .rtk-v2-video-shell {
    width: 68%;
  }

  .rtk-v2-card {
    width: 210px;

    padding: 18px 16px;
  }

  .rtk-v2-card-icon {
    flex-basis: 48px;

    width: 48px;
    height: 48px;

    margin-right: 10px;
  }

  .rtk-v2-card-icon img {
    max-width: 48px;
    max-height: 48px;
  }

  .rtk-v2-card-machine .rtk-v2-card-icon {
    flex-basis: 58px;

    width: 58px;
  }

  .rtk-v2-card-machine .rtk-v2-card-icon img {
    max-width: 58px;
  }

  .rtk-v2-card h3 {
    font-size: 14px;
  }

  .rtk-v2-card p {
    font-size: 12px;
  }

  .rtk-v2-card::after {
    width: 46px;
  }

  .rtk-v2-process {
    margin-right: -24px;
    margin-left: -24px;

    padding-right: 34px;
    padding-left: 34px;
  }

  .rtk-v2-statement {
    margin-right: -24px;
    margin-left: -24px;
  }

}


/* ==========================================
   SMALL TABLET
========================================== */

@media screen and (max-width: 960px) {

  .rtk-v2-heading h2 {
    font-size: 42px;
  }

  .rtk-v2-stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;

    min-height: 0;
  }

  .rtk-v2-video-shell {
    position: relative;
    top: auto;
    left: auto;

    grid-column: 1 / -1;

    width: 100%;
    max-width: none;

    transform: none;
  }

  .rtk-v2-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;

    width: 100%;
    min-height: 150px;
  }

  .rtk-v2-card::after {
    display: none;
  }

  .rtk-v2-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px 20px;

    margin-top: 36px;
  }

  .rtk-v2-process-arrow {
    display: none;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 767px) {

  .sportstraq-rtk-v2 {
    left: auto;

    width: 100%;
    max-width: 100%;

    margin-left: 0;
    padding: 46px 16px 0;
  }

  .rtk-v2-heading {
    margin-bottom: 26px;
  }

  .rtk-v2-kicker {
    gap: 9px;

    margin-bottom: 10px;
  }

  .rtk-v2-kicker span {
    width: 28px;
  }

  .rtk-v2-kicker p {
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .rtk-v2-heading h2 {
    max-width: 360px;

    margin: 0 auto;

    font-size: 30px;
    line-height: 1.06;
  }

  .rtk-v2-heading h2 span {
    display: block;
  }

  .rtk-v2-intro {
    max-width: 340px;

    margin-top: 12px;

    font-size: 14px;
    line-height: 1.48;
  }


  /* Mobile stage */

  .rtk-v2-stage {
    display: flex;
    flex-direction: column;

    gap: 13px;

    margin-top: 0;
  }

  .rtk-v2-video-shell {
    order: -1;

    aspect-ratio: 16 / 10;

    margin-bottom: 5px;

    border-radius: 9px;
  }

  .rtk-v2-video {
    object-fit: cover;
  }

  .rtk-v2-video-control {
    width: 58px;
    height: 58px;
  }

  .rtk-v2-pause-icon {
    gap: 5px;
  }

  .rtk-v2-pause-icon i {
    width: 5px;
    height: 19px;
  }

  .rtk-v2-play-icon {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
  }

  .rtk-v2-video-label {
    right: 14px;
    bottom: 13px;
    left: 14px;
  }

  .rtk-v2-video-label p {
    font-size: 12px;
  }

  .rtk-v2-video-label span {
    font-size: 11px;
  }


  /* Mobile cards become timeline */

 @media screen and (max-width: 767px) {

  .rtk-v2-card {
    background:
      linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.74) 58%,
        rgba(7, 12, 9, 0.8) 100%
      );

    border-color: rgba(255, 255, 255, 0.14);

    box-shadow:
      0 14px 32px rgba(0, 0, 0, 0.58),
      inset 0 1px 0 rgba(255, 255, 255, 0.07),
      0 0 18px rgba(93, 193, 60, 0.04);

    -webkit-backdrop-filter: blur(12px) saturate(115%);
    backdrop-filter: blur(12px) saturate(115%);
  }

}

  .rtk-v2-card::before {
    position: absolute;
    top: 100%;
    left: 41px;

    width: 1px;
    height: 14px;

    content: "";

    background:
      linear-gradient(
        180deg,
        rgba(93, 193, 60, 0.7),
        rgba(93, 193, 60, 0.05)
      );
  }

  .rtk-v2-card-machine::before {
    display: none;
  }

  .rtk-v2-card-icon,
  .rtk-v2-card-machine .rtk-v2-card-icon {
    flex-basis: auto;

    width: 50px;
    height: 54px;

    margin: 0;
  }

  .rtk-v2-card-icon img,
  .rtk-v2-card-machine .rtk-v2-card-icon img {
    max-width: 50px;
    max-height: 54px;
  }

  .rtk-v2-card-machine .rtk-v2-card-icon img {
    max-width: 56px;
  }

  .rtk-v2-card-content {
    padding-left: 9px;
  }

  .rtk-v2-card-number {
    margin-bottom: 4px;

    font-size: 10px;
  }

  .rtk-v2-card h3 {
    margin-bottom: 4px;

    font-size: 14px;
  }

  .rtk-v2-card p {
    font-size: 12px;
    line-height: 1.4;
  }


  /* Hide duplicated desktop process on mobile */

  .rtk-v2-process {
    display: none;
  }


  /* Bottom statement */

    .rtk-v2-statement{
        gap:16px;

        padding:28px 18px;

        max-width:100%;
    }

    .rtk-v2-statement-icon{
        flex:0 0 58px;

        width:58px;
        height:58px;
    }

    .rtk-v2-statement-text p,
    .rtk-v2-statement-text strong{
        font-size:15px;
        line-height:1.4;
    }

}

/* ==========================================
   VERY SMALL MOBILE
========================================== */

@media screen and (max-width: 390px) {

  .rtk-v2-heading h2 {
    font-size: 27px;
  }

  .rtk-v2-video-shell {
    aspect-ratio: 4 / 3;
  }

  .rtk-v2-card {
    grid-template-columns: 50px minmax(0, 1fr);

    padding-right: 12px;
    padding-left: 12px;
  }

  .rtk-v2-card-icon,
  .rtk-v2-card-machine .rtk-v2-card-icon {
    width: 44px;
  }

  .rtk-v2-card-icon img,
  .rtk-v2-card-machine .rtk-v2-card-icon img {
    max-width: 44px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .rtk-v2-card,
  .rtk-v2-video-control {
    transition: none;
  }

}
/* ==========================================
   SECTION 9 — ROI CALCULATOR
========================================== */

.sportstraq-roi {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  padding: 84px 30px 92px;
  box-sizing: border-box;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 76% 45%,
      rgba(93, 193, 60, 0.07) 0%,
      rgba(93, 193, 60, 0) 38%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faf8 100%
    );

  color: #101a28;
  font-family: "Source Sans Pro", sans-serif;
}

.roi-section-inner {
  position: relative;
  z-index: 2;

  width: 100%;
   max-width: 1320px;
    grid-template-columns: 520px 1fr;
    gap: 40px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(600px, 1.3fr);
  gap: 56px;
  align-items: center;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.roi-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 520px;
    margin-left: 60px;
}

.roi-kicker {
  display: flex;
  align-items: center;
  justify-content: center;   /* Center the kicker */
  gap: 16px;
  margin: 0 auto 15px;
  width: fit-content;
}

.roi-kicker span {
  width: 68px;
  height: 2px;
  background: #5dc13c;
}

.roi-kicker p {
  margin: 0;

  color: #5dc13c;

  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.roi-content h2 {
  margin: 0 0 20px;

  color: #101a28;

  font-size: 58px;
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: none;
}

.roi-intro {
  max-width: 500px;
  margin: 0 0 42px;

  color: #48505c;

  font-size: 24px;
  line-height: 1.42;
  font-weight: 400;
}


/* ==========================================
   BENEFIT ICONS
========================================== */

.roi-benefits {
  width: 100%;
  margin-bottom: 42px;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.roi-benefit {
  position: relative;
  min-width: 0;
  padding: 0 16px;

  text-align: center;
}

.roi-benefit:first-child {
  padding-left: 0;
}

.roi-benefit:last-child {
  padding-right: 0;
}

.roi-benefit:not(:last-child)::after {
  content: "";

  position: absolute;
  top: 3px;
  right: 0;

  width: 1px;
  height: 108px;

  background: rgba(16, 26, 40, 0.18);
}

.roi-icon {
  height: 70px;
  margin-bottom: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.roi-icon img {
  display: block;
  width: auto;
  max-width: 66px;
  max-height: 66px;
  object-fit: contain;
}

.roi-benefit h3 {
  margin: 0;

  color: #101a28;

  font-size: 18px;
  line-height: 1.16;
  font-weight: 700;
}


/* ==========================================
   BUTTON
========================================== */

.roi-button {
  width: 280px;
  max-width: 280px;
  min-height: 68px;
  padding: 0 26px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  margin-top: 10px;

  border-radius: 7px;

  background: linear-gradient(
    90deg,
    #4aa523 0%,
    #6cc02c 100%
  );

  color: #111111;
  text-decoration: none;

  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;

  box-shadow:
    0 16px 30px rgba(70,160,35,.20),
    inset 0 1px 
}

.roi-button:hover {
  transform: translateY(-3px);

  background:
    linear-gradient(
      90deg,
      #58b52a 0%,
      #79ca34 100%
    );

  box-shadow:
    0 20px 36px rgba(70, 160, 35, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.roi-button-arrow {
  display: inline-block;

  font-size: 38px;
  line-height: 1;
  font-weight: 400;

  transition: transform 0.25s ease;
}

.roi-button:hover .roi-button-arrow {
  transform: translateX(7px);
}


/* ==========================================
   RIGHT LAPTOP IMAGE
========================================== */

.roi-visual {
  position: relative;
  z-index: 2;

  width: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-end;
    padding-left: 0;
    padding-right: 40px;
}

.roi-visual::before {
  content: "";

  position: absolute;
  left: 50%;
  bottom: 1%;

  width: 82%;
  height: 38px;

  transform: translateX(-50%);

  border-radius: 50%;

  background: rgba(0, 0, 0, 0.14);
  filter: blur(18px);
}

.roi-visual img {
  position: relative;
  z-index: 2;

  display: block;
  width: 74%;
  max-width: 620px;
  height: auto;

  object-fit: contain;
}


/* ==========================================
   LARGE TABLET / SMALL DESKTOP
========================================== */

@media screen and (max-width: 1200px) {

  .sportstraq-roi {
    padding: 76px 24px 82px;
  }

  .roi-section-inner {
    grid-template-columns: minmax(380px, 0.9fr) minmax(500px, 1.15fr);
    gap: 30px;
  }

  .roi-content h2 {
    font-size: 50px;
  }

  .roi-intro {
    font-size: 21px;
  }

  .roi-kicker span {
    width: 50px;
  }

  .roi-benefit {
    padding: 0 10px;
  }

  .roi-benefit h3 {
    font-size: 16px;
  }

  .roi-icon img {
    max-width: 58px;
    max-height: 58px;
  }

  .roi-button {
    max-width: 410px;
    min-height: 66px;
    font-size: 19px;
  }

  .roi-visual img {
    width: 108%;
  }
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .roi-section-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .roi-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }

  .roi-kicker {
    justify-content: center;
  }

  .roi-intro {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .roi-benefits {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .roi-button {
    margin-right: auto;
    margin-left: auto;
  }

  .roi-visual {
    max-width: 850px;
    margin: 0 auto;
  }

  .roi-visual img {
    width: 100%;
  }
}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 767px) {

  .sportstraq-roi {
    position: relative;
    left: 50%;

    width: 100vw;
    max-width: 100vw;

    margin-left: -50vw;
    margin-right: -50vw;

    padding: 62px 18px 68px;
    box-sizing: border-box;
  }

  .roi-section-inner {
    width: 100%;
    max-width: 100%;
    gap: 38px;
  }

  .roi-kicker {
    gap: 10px;
    margin-bottom: 14px;
  }

  .roi-kicker span {
    width: 30px;
  }

  .roi-kicker p {
    font-size: 13px;
  }

  .roi-content h2 {
    margin-bottom: 17px;

    font-size: 40px;
    line-height: 1;
  }

  .roi-intro {
    margin-bottom: 34px;

    font-size: 18px;
    line-height: 1.42;
  }

  .roi-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
    margin-bottom: 36px;
  }

  .roi-benefit {
    padding: 0 18px;
  }

  .roi-benefit:first-child {
    padding-left: 18px;
  }

  .roi-benefit:last-child {
    padding-right: 18px;
  }

  .roi-benefit:nth-child(2)::after,
  .roi-benefit:last-child::after {
    display: none;
  }

  .roi-benefit:not(:last-child)::after {
    height: 92px;
  }

  .roi-icon {
    height: 60px;
    margin-bottom: 11px;
  }

  .roi-icon img {
    max-width: 55px;
    max-height: 55px;
  }

  .roi-benefit h3 {
    font-size: 16px;
  }

  .roi-button {
    width: 100%;
    max-width: 100%;
    min-height: 64px;
    padding: 0 22px;

    font-size: 17px;
  }

  .roi-button-arrow {
    font-size: 32px;
  }

  .roi-visual {
    width: calc(100% + 28px);
    margin-left: -14px;
  }

  .roi-visual img {
    width: 100%;
  }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 420px) {

  .roi-content h2 {
    font-size: 36px;
  }

  .roi-benefit {
    padding: 0 12px;
  }

  .roi-benefit:first-child {
    padding-left: 12px;
  }

  .roi-benefit:last-child {
    padding-right: 12px;
  }

  .roi-button {
    font-size: 15px;
  }
}

/* ==========================================
   SECTION 9 — ICON HOVER MOTION
========================================== */

.roi-benefit {
  transition:
    transform 0.28s ease,
    filter 0.28s ease;
}

.roi-icon img {
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
  transform-origin: center;
}

.roi-benefit:hover {
  transform: translateY(-5px);
}

.roi-benefit:hover .roi-icon img {
  transform: scale(1.22);

  filter:
    drop-shadow(0 0 7px rgba(93, 193, 60, 0.72))
    drop-shadow(0 0 16px rgba(93, 193, 60, 0.46));
}

/* ==========================================
   SECTION 9 — LAPTOP BREATHING ANIMATION
========================================== */

.roi-visual img {
  transform-origin: center center;
  animation: roiLaptopFloat 7s ease-in-out infinite;
  will-change: transform;
}

@keyframes roiLaptopFloat {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.045);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .roi-visual img {
    animation: none;
  }

  .roi-benefit,
  .roi-icon img {
    transition: none;
  }
}

/* ==========================================
   SECTION 10 - LONG-TERM VALUE
   BLUE GLASS REDESIGN
========================================== */

.sportstraq-value {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: 100vw;

  margin-left: -50vw;
  padding: 72px 30px 68px;

  background:
    radial-gradient(
      circle at 50% 5%,
      rgba(24, 94, 145, 0.30) 0%,
      rgba(7, 35, 57, 0.42) 30%,
      transparent 62%
    ),
    radial-gradient(
      circle at 15% 55%,
      rgba(17, 67, 105, 0.18) 0%,
      transparent 42%
    ),
    radial-gradient(
      circle at 85% 70%,
      rgba(93, 193, 60, 0.07) 0%,
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #071b2b 0%,
      #03101b 50%,
      #01070d 100%
    );

  border-top: 1px solid rgba(93, 193, 60, 0.34);

  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;

  box-sizing: border-box;
  overflow: hidden;
}


/* ==========================================
   BACKGROUND DETAILS
========================================== */

.sportstraq-value::before {
  content: "";

  position: absolute;
  top: 120px;
  left: 50%;

  width: 1000px;
  height: 560px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(33, 109, 160, 0.12) 0%,
      rgba(20, 72, 110, 0.05) 42%,
      transparent 70%
    );

  transform: translateX(-50%);
  pointer-events: none;
}

.sportstraq-value::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 210px;

  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.18) 70%,
      rgba(0, 0, 0, 0.32) 100%
    );

  pointer-events: none;
}


/* ==========================================
   INNER CONTAINER
========================================== */

.value-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1320px;

  margin: 0 auto;
  padding: 0 50px;

  box-sizing: border-box;
}


/* ==========================================
   SECTION HEADING
========================================== */

.value-heading {
  max-width: 850px;

  margin: 0 auto 38px;

  text-align: center;
}

.value-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-bottom: 18px;

  color: #6fce3d;

  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.value-kicker-number {
  color: #5dc13c;
}

.value-title {
  margin: 0 0 17px;

  color: #ffffff;

  font-size: 49px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.value-title span {
  display: block;

  margin-top: 7px;

  color: #5dc13c;
}

.value-intro {
  max-width: 720px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.68);

  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}


/* ==========================================
   BENEFIT GRID
========================================== */

.value-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 14px;
}


/* ==========================================
   GLASS BENEFIT CARDS
========================================== */

.value-card {
  position: relative;

  min-height: 226px;

  padding: 23px 17px 20px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.09) 0%,
      rgba(255, 255, 255, 0.035) 48%,
      rgba(0, 0, 0, 0.08) 100%
    );

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.02),
    0 16px 34px rgba(0, 0, 0, 0.24);

  text-align: center;

  box-sizing: border-box;
  overflow: hidden;

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.value-card::before {
  content: "";

  position: absolute;
  top: -85px;
  left: 50%;

  width: 190px;
  height: 145px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(93, 193, 60, 0.18) 0%,
      rgba(93, 193, 60, 0.06) 42%,
      transparent 72%
    );

  transform: translateX(-50%);
  opacity: 0;

  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.value-card::after {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 48%;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.045),
      transparent
    );

  pointer-events: none;
}

.value-card:hover {
  border-color: rgba(93, 193, 60, 0.60);

  background:
    linear-gradient(
      145deg,
      rgba(93, 193, 60, 0.11) 0%,
      rgba(255, 255, 255, 0.055) 48%,
      rgba(0, 0, 0, 0.08) 100%
    );

  transform: translateY(-6px);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 20px 40px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(93, 193, 60, 0.10);
}

.value-card:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(20px);
}


/* ==========================================
   15+ YEAR CARD
========================================== */

.value-card-lifetime {
  border-color: rgba(93, 193, 60, 0.42);

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(93, 193, 60, 0.13) 0%,
      transparent 45%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.10) 0%,
      rgba(255, 255, 255, 0.035) 52%,
      rgba(0, 0, 0, 0.08) 100%
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 16px 34px rgba(0, 0, 0, 0.25),
    0 0 22px rgba(93, 193, 60, 0.07);
}


/* ==========================================
   CARD ICONS
========================================== */

.value-card-icon {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 66px;
  height: 58px;

  margin: 0 auto 14px;
}

.value-card-icon img {
  display: block;

  width: auto;
  max-width: 62px;

  height: auto;
  max-height: 54px;

  object-fit: contain;

  filter:
    drop-shadow(0 0 7px rgba(93, 193, 60, 0.22));

  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.value-card:hover .value-card-icon img {
  transform: scale(1.10);

  filter:
    drop-shadow(0 0 8px rgba(93, 193, 60, 0.58))
    drop-shadow(0 0 18px rgba(93, 193, 60, 0.24));
}


/* ==========================================
   CARD TYPOGRAPHY
========================================== */

.value-card h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 10px;

  color: #ffffff;

  font-size: 15px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

.value-card h3 span {
  display: block;

  margin-top: 3px;

  color: #68ca37;
}

.value-card p {
  position: relative;
  z-index: 2;

  max-width: 235px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.62);

  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}


/* ==========================================
   15-YEAR ROI GLASS PANEL
========================================== */

.value-roi-panel {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(260px, 0.93fr)
    minmax(470px, 1.42fr)
    minmax(190px, 0.60fr);

  align-items: center;
  gap: 26px;

  margin-top: 22px;
  padding: 29px 30px;

  background:
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.095) 0%,
      rgba(255, 255, 255, 0.035) 48%,
      rgba(93, 193, 60, 0.055) 100%
    );

  border: 1px solid rgba(93, 193, 60, 0.42);
  border-radius: 14px;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.02),
    0 24px 52px rgba(0, 0, 0, 0.34);

  box-sizing: border-box;
  overflow: hidden;
}

.value-roi-panel::before {
  content: "";

  position: absolute;
  top: -125px;
  right: -85px;

  width: 340px;
  height: 340px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(93, 193, 60, 0.18) 0%,
      rgba(93, 193, 60, 0.055) 42%,
      transparent 70%
    );

  pointer-events: none;
}

.value-roi-panel::after {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 45%;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.035),
      transparent
    );

  pointer-events: none;
}


/* ==========================================
   ROI COPY
========================================== */

.value-roi-copy {
  position: relative;
  z-index: 2;

  padding-right: 28px;

  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.value-roi-eyebrow {
  display: block;

  margin-bottom: 9px;

  color: #69cd38;

  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.value-roi-copy h3 {
  margin: 0 0 11px;

  color: #ffffff;

  font-size: 28px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.value-roi-copy h3 span {
  display: block;

  margin-top: 5px;

  color: #62c833;
}

.value-roi-copy p {
  margin: 0;

  color: rgba(255, 255, 255, 0.61);

  font-size: 15px;
  line-height: 1.45;
}


/* ==========================================
   ROI DRIVERS
========================================== */

.value-roi-drivers {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-roi-driver {
  min-height: 96px;

  padding: 7px 16px;

  border-right: 1px solid rgba(255, 255, 255, 0.12);

  box-sizing: border-box;
}

.value-roi-driver:last-child {
  border-right: 0;
}

.value-driver-number {
  display: block;

  margin-bottom: 9px;

  color: #5dc13c;

  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.10em;
}

.value-roi-driver strong {
  display: block;

  margin-bottom: 5px;

  color: #ffffff;

  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
}

.value-roi-driver small {
  display: block;

  color: rgba(255, 255, 255, 0.52);

  font-size: 13px;
  line-height: 1.28;
}


/* ==========================================
   ROI ACTION
========================================== */

.value-roi-action {
  position: relative;
  z-index: 3;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.value-year-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  width: 146px;
  min-height: 74px;

  padding: 8px 15px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.09),
      rgba(93, 193, 60, 0.07)
    );

  border: 1px solid rgba(93, 193, 60, 0.58);
  border-radius: 50px;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 21px rgba(93, 193, 60, 0.11);

  box-sizing: border-box;
}

.value-year-number {
  color: #ffffff;

  font-size: 45px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.value-year-copy {
  display: flex;
  flex-direction: column;
}

.value-year-copy strong {
  color: #6bd438;

  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.value-year-copy small {
  margin-top: 4px;

  color: rgba(255, 255, 255, 0.74);

  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* ==========================================
   ROI BUTTON
========================================== */

.value-roi-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  width: 100%;
  max-width: 225px;
  min-height: 54px;

  padding: 0 18px;

  background:
    linear-gradient(
      90deg,
      #4da828 0%,
      #72d83a 100%
    );

  border: 1px solid #6bd438;
  border-radius: 7px;

  color: #071006;
  text-decoration: none;

  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.015em;
  text-transform: uppercase;

  box-sizing: border-box;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.value-roi-button:hover {
  color: #071006;

  transform: translateY(-3px);

  box-shadow:
    0 14px 28px rgba(93, 193, 60, 0.24);
}

.value-roi-arrow {
  font-size: 23px;
  line-height: 1;

  transition: transform 0.25s ease;
}

.value-roi-button:hover .value-roi-arrow {
  transform: translateX(4px);
}


/* ==========================================
   FOOTER MESSAGE
========================================== */

.value-footer-message {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  margin-top: 25px;
}

.value-footer-line {
  width: 75px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(93, 193, 60, 0.65)
    );
}

.value-footer-line:last-child {
  background:
    linear-gradient(
      90deg,
      rgba(93, 193, 60, 0.65),
      transparent
    );
}

.value-footer-message p {
  margin: 0;

  color: rgba(255, 255, 255, 0.54);

  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}


/* ==========================================
   SMALL DESKTOP / LAPTOP
========================================== */

@media screen and (max-width: 1180px) {

  .value-inner {
    padding: 0 34px;
  }

  .value-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-card {
    min-height: 210px;
  }

  .value-roi-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .value-roi-copy {
    padding-right: 0;
    padding-bottom: 24px;

    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    text-align: center;
  }

  .value-roi-copy p {
    max-width: 660px;
    margin: 0 auto;
  }

  .value-roi-action {
    flex-direction: row;
    justify-content: center;
  }

  .value-roi-button {
    max-width: 275px;
  }
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 900px) {

  .sportstraq-value {
    padding: 64px 24px 60px;
  }

  .value-inner {
    padding: 0 20px;
  }

  .value-title {
    font-size: 43px;
  }

  .value-roi-drivers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-roi-driver {
    padding: 15px 18px;

    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .value-roi-driver:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.11);
  }

  .value-roi-driver:nth-child(3),
  .value-roi-driver:nth-child(4) {
    border-bottom: 0;
  }
}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 767px) {

  .sportstraq-value {
    left: auto;

    width: 100%;
    max-width: 100%;

    margin-left: 0;
    padding: 55px 17px 52px;

    background:
      radial-gradient(
        circle at 50% 3%,
        rgba(24, 94, 145, 0.28) 0%,
        rgba(7, 35, 57, 0.34) 32%,
        transparent 60%
      ),
      linear-gradient(
        180deg,
        #071b2b 0%,
        #03101b 52%,
        #01070d 100%
      );
  }

  .value-inner {
    padding: 0;
  }

  .value-heading {
    margin-bottom: 29px;
  }

  .value-kicker {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .value-title {
    font-size: 37px;
    line-height: 0.99;
  }

  .value-intro {
    max-width: 560px;

    font-size: 16px;
    line-height: 1.48;
  }

  .value-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px;
  }

  .value-card {
    min-height: 242px;

    padding: 20px 10px 18px;

    border-radius: 10px;

    background:
      linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.085),
        rgba(255, 255, 255, 0.025)
      );
  }

  .value-card:hover {
    transform: none;
  }

  .value-card-icon {
    width: 58px;
    height: 51px;

    margin-bottom: 12px;
  }

  .value-card-icon img {
    max-width: 55px;
    max-height: 48px;
  }

  .value-card h3 {
    font-size: 14px;
    line-height: 1.13;
  }

  .value-card p {
    font-size: 12.5px;
    line-height: 1.38;
  }

  .value-roi-panel {
    display: block;

    margin-top: 16px;
    padding: 25px 17px;
  }

  .value-roi-copy {
    padding-bottom: 22px;
  }

  .value-roi-copy h3 {
    font-size: 25px;
  }

  .value-roi-copy p {
    font-size: 14px;
  }

  .value-roi-drivers {
    margin: 17px 0 22px;
  }

  .value-roi-driver {
    min-height: 105px;

    padding: 14px 10px;
  }

  .value-roi-driver strong {
    font-size: 16px;
  }

  .value-roi-driver small {
    font-size: 12px;
  }

  .value-roi-action {
    flex-direction: column;
  }

  .value-roi-button {
    max-width: 100%;
  }

  .value-footer-message {
    gap: 10px;
  }

  .value-footer-line {
    width: 30px;
  }

  .value-footer-message p {
    max-width: 245px;

    font-size: 12.5px;
  }
}


/* ==========================================
   VERY SMALL MOBILE
========================================== */

@media screen and (max-width: 420px) {

  .value-title {
    font-size: 34px;
  }

  .value-card {
    min-height: 255px;

    padding-left: 8px;
    padding-right: 8px;
  }

  .value-card h3 {
    font-size: 13.5px;
  }

  .value-card p {
    font-size: 12px;
  }
}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .value-card,
  .value-card::before,
  .value-card-icon img,
  .value-roi-button,
  .value-roi-arrow {
    transition: none;
  }
}

/* ==========================================================
   SPORTSTRAQ PREMIUM MOTION SYSTEM
   Add after all existing Sportstraq CSS
========================================================== */


/* ==========================================================
   GLOBAL MOTION VARIABLES
========================================================== */

.sportstraq-hero,
.sportstraq-challenges,
.sportstraq-intro,
.sportstraq-steps,
.sportstraq-benefits,
.sportstraq-results,
.sportstraq-applications,
.sportstraq-equipment,
.sportstraq-rtk,
.sportstraq-roi,
.sportstraq-value {
  --motion-green: #5dc13c;
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-soft-ease: cubic-bezier(0.25, 0.8, 0.25, 1);
}


/* ==========================================================
   GENERAL REVEAL STATES
========================================================== */

.sportstraq-motion-ready .motion-reveal {
  opacity: 0;
  transform: translateY(24px);

  transition:
    opacity 0.78s var(--motion-ease),
    transform 0.78s var(--motion-ease);

  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.sportstraq-motion-ready .motion-reveal.motion-reveal-small {
  transform: translateY(15px);
}

.sportstraq-motion-ready .motion-reveal.motion-reveal-left {
  transform: translateX(-28px);
}

.sportstraq-motion-ready .motion-reveal.motion-reveal-right {
  transform: translateX(28px);
}

.sportstraq-motion-ready .motion-reveal.motion-reveal-scale {
  transform: translateY(16px) scale(0.975);
}

.sportstraq-motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}


/* ==========================================================
   HEADING ACCENT LINE
========================================================== */

.motion-heading-line {
  position: relative;
}

.motion-heading-line::after {
  content: "";

  display: block;

  width: 82px;
  height: 2px;

  margin: 18px auto 0;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(93, 193, 60, 0.38) 18%,
      #5dc13c 50%,
      rgba(93, 193, 60, 0.38) 82%,
      transparent 100%
    );

  transform: scaleX(0);
  transform-origin: center;

  box-shadow:
    0 0 10px rgba(93, 193, 60, 0.30);

  transition:
    transform 0.9s var(--motion-ease) 0.18s;
}

.motion-heading-line.is-visible::after,
.is-motion-active .motion-heading-line::after {
  transform: scaleX(1);
}


/* ==========================================================
   PREMIUM CARD MOTION
========================================================== */

.motion-card {
  transition:
    transform 0.34s var(--motion-ease),
    border-color 0.34s ease,
    box-shadow 0.34s ease,
    background-color 0.34s ease,
    filter 0.34s ease;
}

.motion-card img {
  transition:
    transform 0.55s var(--motion-ease),
    filter 0.4s ease;
}

@media screen and (min-width: 768px) {

  .motion-card:hover {
    transform: translateY(-6px);
  }

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


/* ==========================================================
   HERO LOAD ANIMATION
========================================================== */

.sportstraq-motion-ready .sportstraq-hero .motion-hero-item {
  opacity: 0;
  transform: translateY(24px);

  transition:
    opacity 0.9s var(--motion-ease),
    transform 0.9s var(--motion-ease);

  transition-delay: var(--motion-delay, 0ms);
}

.sportstraq-motion-ready.motion-page-loaded
.sportstraq-hero
.motion-hero-item {
  opacity: 1;
  transform: translateY(0);
}


/* HERO LOGO */

.sportstraq-motion-ready .sportstraq-hero .motion-hero-logo {
  opacity: 0;
  transform: translateY(12px) scale(0.96);

  transition:
    opacity 0.9s var(--motion-ease),
    transform 0.9s var(--motion-ease);

  transition-delay: 100ms;
}

.sportstraq-motion-ready.motion-page-loaded
.sportstraq-hero
.motion-hero-logo {
  opacity: 1;
  transform: translateY(0) scale(1);
}


/* HERO LIGHT SWEEP */

.motion-hero-title {
  position: relative;
  overflow: hidden;
}

.motion-hero-title::after {
  content: "";

  position: absolute;
  top: -35%;
  left: -35%;

  width: 24%;
  height: 170%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.20),
      rgba(93, 193, 60, 0.20),
      transparent
    );

  transform: skewX(-18deg) translateX(-230%);
  pointer-events: none;
}

.sportstraq-motion-ready.motion-page-loaded
.motion-hero-title::after {
  animation: sportstraqHeroSweep 1.5s ease 1.25s 1 forwards;
}

@keyframes sportstraqHeroSweep {

  0% {
    transform: skewX(-18deg) translateX(-230%);
  }

  100% {
    transform: skewX(-18deg) translateX(720%);
  }
}


/* HERO SCROLL CUE */

.motion-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;

  width: 28px;
  height: 54px;

  transform: translateX(-50%);

  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.motion-page-loaded .motion-scroll-cue {
  opacity: 1;
}

.motion-scroll-cue::before {
  content: "";

  position: absolute;
  left: 50%;
  top: 0;

  width: 1px;
  height: 54px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.10),
      rgba(93, 193, 60, 0.72),
      rgba(255, 255, 255, 0.05)
    );

  transform: translateX(-50%);
}

.motion-scroll-cue::after {
  content: "";

  position: absolute;
  top: 5px;
  left: 50%;

  width: 5px;
  height: 5px;

  border-radius: 50%;
  background: #5dc13c;

  box-shadow:
    0 0 8px rgba(93, 193, 60, 0.75),
    0 0 16px rgba(93, 193, 60, 0.35);

  transform: translateX(-50%);

  animation: sportstraqScrollDot 1.9s ease-in-out infinite;
}

@keyframes sportstraqScrollDot {

  0% {
    top: 5px;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    top: 45px;
    opacity: 0;
  }
}

body.has-started-scrolling .motion-scroll-cue {
  opacity: 0;
}


/* ==========================================================
   SECTION 2 - CHALLENGE CARDS
========================================================== */

.sportstraq-challenges .motion-card {
  overflow: hidden;
}

.sportstraq-challenges .motion-card::after {
  content: "";

  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;

  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(204, 51, 51, 0.80),
      transparent
    );

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.55s var(--motion-ease);
}

.sportstraq-challenges .motion-card.is-visible::after,
.sportstraq-challenges .motion-card:hover::after {
  transform: scaleX(1);
}


/* ==========================================================
   SECTION 3 - PRODUCT / DEVICE AMBIENT GLOW
========================================================== */

.motion-device-wrap {
  position: relative;
}

.motion-device-wrap::before {
  content: "";

  position: absolute;
  left: 50%;
  top: 52%;

  width: 78%;
  height: 66%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(93, 193, 60, 0.16) 0%,
      rgba(93, 193, 60, 0.06) 38%,
      transparent 70%
    );

  transform: translate(-50%, -50%) scale(0.88);
  opacity: 0;

  transition:
    opacity 1s ease,
    transform 1.2s var(--motion-ease);

  pointer-events: none;
}

.motion-device-wrap.is-visible::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.motion-device-wrap img {
  position: relative;
  z-index: 2;
}

.motion-device-wrap.motion-ambient img {
  animation: sportstraqDeviceFloat 8s ease-in-out infinite;
}

@keyframes sportstraqDeviceFloat {

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

  50% {
    transform: translateY(-7px) scale(1.012);
  }
}


/* ==========================================================
   SECTION 4 - PROCESS LINE
========================================================== */

.sportstraq-steps .steps-grid,
.sportstraq-steps .process-grid,
.sportstraq-steps .motion-process-grid {
  position: relative;
}

@media screen and (min-width: 901px) {

  .sportstraq-steps .steps-grid::before,
  .sportstraq-steps .process-grid::before,
  .sportstraq-steps .motion-process-grid::before {
    content: "";

    position: absolute;
    left: 10%;
    right: 10%;
    top: 52px;
    z-index: 0;

    height: 2px;

    background:
      linear-gradient(
        90deg,
        rgba(93, 193, 60, 0.05),
        rgba(93, 193, 60, 0.82),
        rgba(93, 193, 60, 0.05)
      );

    transform: scaleX(0);
    transform-origin: left center;

    box-shadow:
      0 0 12px rgba(93, 193, 60, 0.24);

    transition:
      transform 1.35s var(--motion-ease) 0.15s;
  }

  .sportstraq-steps.is-motion-active .steps-grid::before,
  .sportstraq-steps.is-motion-active .process-grid::before,
  .sportstraq-steps.is-motion-active .motion-process-grid::before {
    transform: scaleX(1);
  }
}


/* PROCESS NUMBER */

.sportstraq-steps .step-number,
.sportstraq-steps .process-number {
  transition:
    transform 0.45s var(--motion-ease),
    background-color 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.sportstraq-steps .motion-card.is-visible .step-number,
.sportstraq-steps .motion-card.is-visible .process-number {
  transform: scale(1.04);

  box-shadow:
    0 0 0 6px rgba(93, 193, 60, 0.06),
    0 0 18px rgba(93, 193, 60, 0.24);
}


/* ==========================================================
   BENEFIT ICON ACTIVATION
========================================================== */

.motion-icon {
  transition:
    transform 0.42s var(--motion-ease),
    filter 0.42s ease;
}

.motion-icon.is-visible,
.motion-card:hover .motion-icon {
  transform: translateY(-3px) scale(1.06);

  filter:
    drop-shadow(0 0 8px rgba(93, 193, 60, 0.48))
    drop-shadow(0 0 18px rgba(93, 193, 60, 0.16));
}


/* ==========================================================
   RESULTS / STATISTIC CARDS
========================================================== */

.motion-stat-value {
  display: inline-block;

  transform-origin: center bottom;

  transition:
    transform 0.42s var(--motion-ease),
    text-shadow 0.42s ease;
}

.motion-stat-value.is-counted {
  transform: scale(1.035);

  text-shadow:
    0 0 16px rgba(93, 193, 60, 0.20);
}

.motion-stat-progress {
  display: block;

  width: 78px;
  height: 2px;

  margin: 14px auto 0;

  background:
    linear-gradient(
      90deg,
      rgba(93, 193, 60, 0.15),
      #5dc13c,
      rgba(93, 193, 60, 0.15)
    );

  transform: scaleX(0);
  transform-origin: left;

  box-shadow:
    0 0 10px rgba(93, 193, 60, 0.25);

  transition:
    transform 0.9s var(--motion-ease);
}

.motion-stat-card.is-visible .motion-stat-progress {
  transform: scaleX(1);
}


/* ==========================================================
   APPLICATION CARDS
========================================================== */

.sportstraq-applications .motion-card {
  position: relative;
}

.sportstraq-applications .motion-card::after {
  content: "";

  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;

  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #5dc13c,
      transparent
    );

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.48s var(--motion-ease);
}

.sportstraq-applications .motion-card:hover::after {
  transform: scaleX(1);
}


/* ==========================================================
   EQUIPMENT CARDS
========================================================== */

.sportstraq-equipment .motion-card {
  transform-origin: center;
}

.sportstraq-equipment .motion-card img {
  transform: scale(1.035);
}

.sportstraq-equipment .motion-card.is-visible img {
  transform: scale(1);
}

@media screen and (min-width: 768px) {

  .sportstraq-equipment .motion-card:hover {
    transform: translateY(-7px);
  }

  .sportstraq-equipment .motion-card:hover img {
    transform: scale(1.035);
  }
}

.sportstraq-equipment .equipment-badge,
.sportstraq-equipment .popular-badge,
.sportstraq-equipment .most-popular {
  transform: translateY(-12px);
  opacity: 0;

  transition:
    opacity 0.6s var(--motion-ease) 0.35s,
    transform 0.6s var(--motion-ease) 0.35s;
}

.sportstraq-equipment.is-motion-active .equipment-badge,
.sportstraq-equipment.is-motion-active .popular-badge,
.sportstraq-equipment.is-motion-active .most-popular {
  transform: translateY(0);
  opacity: 1;
}


/* ==========================================================
   RTK TECHNICAL SIGNAL ANIMATION
========================================================== */

.sportstraq-rtk {
  --rtk-sequence-duration: 4.8s;
}

.motion-rtk-node {
  position: relative;
}

.motion-rtk-node::before {
  content: "";

  position: absolute;
  left: 50%;
  top: 50%;

  width: 8px;
  height: 8px;

  border-radius: 50%;
  background: #5dc13c;

  transform: translate(-50%, -50%) scale(0.35);
  opacity: 0;

  box-shadow:
    0 0 0 0 rgba(93, 193, 60, 0.42);

  pointer-events: none;
}

.sportstraq-rtk.is-motion-active .motion-rtk-node::before {
  animation:
    sportstraqRtkNode 2.4s ease-in-out infinite;
}

.motion-rtk-node:nth-child(2)::before {
  animation-delay: 0.45s;
}

.motion-rtk-node:nth-child(3)::before {
  animation-delay: 0.9s;
}

@keyframes sportstraqRtkNode {

  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35);
    box-shadow: 0 0 0 0 rgba(93, 193, 60, 0.38);
  }

  22% {
    opacity: 1;
  }

  48% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 12px rgba(93, 193, 60, 0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.55);
    box-shadow: 0 0 0 17px rgba(93, 193, 60, 0);
  }
}


/* RTK CARD SEQUENCE */

.sportstraq-motion-ready
.sportstraq-rtk
.motion-rtk-step {
  opacity: 0.48;
  transform: translateY(5px);

  transition:
    opacity 0.5s ease,
    transform 0.5s var(--motion-ease),
    border-color 0.5s ease,
    box-shadow 0.5s ease;
}

.sportstraq-rtk.is-motion-active
.motion-rtk-step.is-rtk-active {
  opacity: 1;
  transform: translateY(0);

  border-color: rgba(93, 193, 60, 0.55);

  box-shadow:
    0 0 24px rgba(93, 193, 60, 0.10);
}


/* ==========================================================
   ROI LAPTOP AMBIENT MOVEMENT
========================================================== */

.motion-roi-device {
  transform-origin: center center;
}

.motion-roi-device.is-visible {
  animation:
    sportstraqRoiBreath 8s ease-in-out 0.8s infinite;
}

@keyframes sportstraqRoiBreath {

  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 18px 25px rgba(0, 0, 0, 0.24));
  }

  50% {
    transform: translateY(-5px) scale(1.015);
    filter:
      drop-shadow(0 22px 30px rgba(0, 0, 0, 0.30))
      drop-shadow(0 0 16px rgba(93, 193, 60, 0.08));
  }
}


/* ==========================================================
   SECTION 10 - ROI BORDER DRAW
========================================================== */

.value-roi-panel {
  isolation: isolate;
}

.value-roi-panel .motion-border-line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;

  width: 100%;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #5dc13c,
      transparent
    );

  transform: scaleX(0);
  transform-origin: left;

  box-shadow:
    0 0 12px rgba(93, 193, 60, 0.30);

  transition:
    transform 1.1s var(--motion-ease) 0.2s;

  pointer-events: none;
}

.value-roi-panel.is-visible .motion-border-line {
  transform: scaleX(1);
}


/* ROI DRIVER ACTIVATION */

.value-roi-driver {
  transition:
    opacity 0.45s ease,
    transform 0.45s var(--motion-ease),
    background-color 0.45s ease;
}

.sportstraq-motion-ready .value-roi-driver {
  opacity: 0.48;
  transform: translateY(7px);
}

.sportstraq-motion-ready
.value-roi-panel.is-visible
.value-roi-driver {
  opacity: 1;
  transform: translateY(0);
}

.value-roi-panel.is-visible .value-roi-driver:nth-child(1) {
  transition-delay: 250ms;
}

.value-roi-panel.is-visible .value-roi-driver:nth-child(2) {
  transition-delay: 360ms;
}

.value-roi-panel.is-visible .value-roi-driver:nth-child(3) {
  transition-delay: 470ms;
}

.value-roi-panel.is-visible .value-roi-driver:nth-child(4) {
  transition-delay: 580ms;
}


/* ==========================================================
   BUTTON MOTION
========================================================== */

.motion-button {
  position: relative;
  overflow: hidden;

  transition:
    transform 0.28s var(--motion-ease),
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.motion-button::before {
  content: "";

  position: absolute;
  top: -45%;
  left: -38%;

  width: 22%;
  height: 190%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.34),
      transparent
    );

  transform: skewX(-18deg) translateX(-260%);
  pointer-events: none;
}

.motion-button.motion-button-sweep::before {
  animation: sportstraqButtonSweep 1.15s ease 0.9s 1 forwards;
}

@keyframes sportstraqButtonSweep {

  0% {
    transform: skewX(-18deg) translateX(-260%);
  }

  100% {
    transform: skewX(-18deg) translateX(760%);
  }
}

.motion-button:hover {
  transform: translateY(-3px);
}

.motion-button .value-roi-arrow,
.motion-button .roi-button-arrow,
.motion-button .button-arrow,
.motion-button .arrow {
  transition: transform 0.28s var(--motion-ease);
}

.motion-button:hover .value-roi-arrow,
.motion-button:hover .roi-button-arrow,
.motion-button:hover .button-arrow,
.motion-button:hover .arrow {
  transform: translateX(5px);
}


/* ==========================================================
   STICKY HEADER SCROLL STATE
========================================================== */

.tn-header-custom,
.sportstraq-header,
header.elementor-location-header {
  transition:
    background-color 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    padding 0.32s ease;
}

body.sportstraq-header-scrolled .tn-header-custom,
body.sportstraq-header-scrolled .sportstraq-header,
body.sportstraq-header-scrolled header.elementor-location-header {
  background: rgba(2, 11, 19, 0.90);

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 9px 28px rgba(0, 0, 0, 0.22);
}

.tn-header-custom img,
.sportstraq-header img,
header.elementor-location-header img {
  transition: transform 0.32s var(--motion-ease);
}

body.sportstraq-header-scrolled .tn-header-custom img,
body.sportstraq-header-scrolled .sportstraq-header img,
body.sportstraq-header-scrolled header.elementor-location-header img {
  transform: scale(0.92);
}


/* ==========================================================
   MOBILE REFINEMENTS
========================================================== */

@media screen and (max-width: 767px) {

  .sportstraq-motion-ready .motion-reveal,
  .sportstraq-motion-ready .motion-reveal.motion-reveal-left,
  .sportstraq-motion-ready .motion-reveal.motion-reveal-right,
  .sportstraq-motion-ready .motion-reveal.motion-reveal-scale {
    transform: translateY(18px);
  }

  .motion-heading-line::after {
    width: 64px;
    margin-top: 14px;
  }

  .motion-scroll-cue {
    bottom: 18px;
  }

  .motion-card:hover {
    transform: none;
  }

  .motion-device-wrap.motion-ambient img,
  .motion-roi-device.is-visible {
    animation-duration: 10s;
  }

  .sportstraq-motion-ready
  .sportstraq-rtk
  .motion-rtk-step {
    opacity: 0.55;
  }
}


/* ==========================================================
   REDUCED MOTION ACCESSIBILITY
========================================================== */

@media (prefers-reduced-motion: reduce) {

  .sportstraq-motion-ready .motion-reveal,
  .sportstraq-motion-ready .motion-hero-item,
  .sportstraq-motion-ready .motion-hero-logo,
  .sportstraq-motion-ready .value-roi-driver {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .motion-heading-line::after,
  .sportstraq-steps .steps-grid::before,
  .sportstraq-steps .process-grid::before,
  .sportstraq-steps .motion-process-grid::before,
  .motion-stat-progress,
  .value-roi-panel .motion-border-line {
    transform: scaleX(1);
    transition: none;
  }

  .motion-scroll-cue,
  .motion-hero-title::after {
    display: none;
  }

  .motion-device-wrap.motion-ambient img,
  .motion-roi-device.is-visible,
  .sportstraq-rtk.is-motion-active .motion-rtk-node::before {
    animation: none;
  }

  .motion-card,
  .motion-card img,
  .motion-button,
  .motion-icon {
    transition: none;
  }
}

/* ==========================================
   SECTION 11 - FINAL CTA
   SHORTER LAYOUT + CENTERED BENEFITS
========================================== */

.sportstraq-final-cta {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: 100vw;

  min-height: 540px;

  margin-left: -50vw;
  padding: 52px 30px 40px;

  background-color: #000000;

  background-image:
    url("https://www.traqnology-na.com/wp-content/uploads/2026/07/section11_background.png");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;

  box-sizing: border-box;
  overflow: hidden;
}


/* ==========================================
   BACKGROUND OVERLAY
========================================== */

.final-cta-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.98) 0%,
      rgba(0, 0, 0, 0.91) 25%,
      rgba(0, 0, 0, 0.58) 48%,
      rgba(0, 0, 0, 0.24) 70%,
      rgba(0, 0, 0, 0.52) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.30) 0%,
      rgba(0, 0, 0, 0.05) 48%,
      rgba(0, 0, 0, 0.84) 100%
    );

  pointer-events: none;
}


/* ==========================================
   SOFT GREEN GLOW
========================================== */

.sportstraq-final-cta::before {
  content: "";

  position: absolute;
  left: 10%;
  bottom: -160px;
  z-index: 1;

  width: 760px;
  height: 290px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(93, 193, 60, 0.13) 0%,
      rgba(93, 193, 60, 0.04) 42%,
      transparent 70%
    );

  pointer-events: none;
}


/* ==========================================
   DARK BOTTOM TRANSITION
========================================== */

.sportstraq-final-cta::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  height: 110px;

  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.92) 100%
    );

  pointer-events: none;
}


/* ==========================================
   INNER CONTAINER
========================================== */

.final-cta-inner {
  position: relative;
  z-index: 3;

  display: flex;
  flex-direction: column;

  width: 100%;
  max-width: 1320px;
  min-height: 448px;

  margin: 0 auto;
  padding: 0 50px;

  box-sizing: border-box;
}


/* ==========================================
   MAIN TWO-COLUMN AREA
========================================== */

.final-cta-main {
  display: grid;
  grid-template-columns:
    minmax(430px, 0.92fr)
    minmax(360px, 0.70fr);

  align-items: center;
  justify-content: space-between;

  gap: 110px;

  width: 100%;
}


/* ==========================================
   LEFT COPY
========================================== */

.final-cta-copy {
  max-width: 630px;
}

.final-cta-title {
  margin: 0 0 17px;

  color: #ffffff;

  font-size: 62px;
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;

  text-shadow:
    0 4px 18px rgba(0, 0, 0, 0.46);
}

.final-cta-title span {
  display: block;

  margin-top: 9px;

  color: #5dc13c;

  font-size: 43px;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: none;
}

.final-cta-title span + span {
  margin-top: 4px;
}

.final-cta-description {
  max-width: 575px;

  margin: 0;

  color: rgba(255, 255, 255, 0.84);

  font-size: 18px;
  line-height: 1.48;
  font-weight: 400;

  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.55);
}


/* ==========================================
   CTA BUTTON COLUMN
========================================== */

.final-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;

  width: 100%;
  max-width: 390px;

  margin-left: auto;
}


/* ==========================================
   BUTTON BASE
========================================== */

.final-cta-button {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  width: 100%;
  min-height: 68px;

  padding: 0 27px;

  border-radius: 9px;

  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;

  box-sizing: border-box;
  overflow: hidden;

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}


/* ==========================================
   PRIMARY BUTTON
========================================== */

.final-cta-button-primary {
  background:
    linear-gradient(
      90deg,
      #65c928 0%,
      #82e12f 100%
    );

  border: 1px solid #83e533;

  color: #071005;

  box-shadow:
    0 15px 34px rgba(83, 190, 35, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.final-cta-button-primary:hover {
  color: #071005;

  transform: translateY(-4px);

  box-shadow:
    0 19px 40px rgba(83, 190, 35, 0.32),
    0 0 23px rgba(93, 193, 60, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}


/* ==========================================
   SECONDARY BUTTON
========================================== */

.final-cta-button-secondary {
  background:
    linear-gradient(
      110deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(6, 18, 10, 0.88) 100%
    );

  border: 1px solid rgba(93, 193, 60, 0.75);

  color: #ffffff;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 13px 28px rgba(0, 0, 0, 0.30);
}

.final-cta-button-secondary:hover {
  color: #ffffff;

  border-color: #73d43b;

  background:
    linear-gradient(
      110deg,
      rgba(7, 20, 10, 0.96) 0%,
      rgba(22, 50, 17, 0.94) 100%
    );

  transform: translateY(-4px);

  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.38),
    0 0 23px rgba(93, 193, 60, 0.13);
}


/* ==========================================
   BUTTON LIGHT SWEEP
========================================== */

.final-cta-button::before {
  content: "";

  position: absolute;
  top: -50%;
  left: -45%;

  width: 24%;
  height: 200%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.29),
      transparent
    );

  transform:
    skewX(-18deg)
    translateX(-250%);

  transition:
    transform 0.7s ease;

  pointer-events: none;
}

.final-cta-button:hover::before {
  transform:
    skewX(-18deg)
    translateX(760%);
}


/* ==========================================
   BUTTON ARROW
========================================== */

.final-cta-button-arrow {
  display: block;

  color: #071005;

  font-size: 36px;
  line-height: 1;
  font-weight: 400;

  transition:
    transform 0.28s ease;
}

.final-cta-button-primary:hover .final-cta-button-arrow {
  transform: translateX(6px);
}


/* ==========================================
   CALCULATOR ICON
========================================== */

.final-cta-calculator {
  display: flex;
  flex-direction: column;

  width: 23px;
  height: 29px;

  padding: 3px;

  border: 2px solid #ffffff;
  border-radius: 3px;

  box-sizing: border-box;

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.calculator-screen {
  display: block;

  width: 100%;
  height: 6px;

  margin-bottom: 3px;

  border: 1px solid rgba(255, 255, 255, 0.80);

  box-sizing: border-box;
}

.calculator-keys {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 2px;

  flex-grow: 1;
}

.calculator-keys i {
  display: block;

  background: rgba(255, 255, 255, 0.88);

  border-radius: 1px;
}

.final-cta-button-secondary:hover .final-cta-calculator {
  transform: scale(1.08);

  border-color: #73d43b;

  box-shadow:
    0 0 12px rgba(93, 193, 60, 0.28);
}


/* ==========================================
   CENTERED BOTTOM BENEFITS
========================================== */

.final-cta-benefits {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 90px;

  width: 100%;
  max-width: 760px;

  margin: 38px auto 0;
  padding-top: 18px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.final-cta-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;

  width: 100%;
  max-width: 320px;
  min-width: 0;
}

.final-cta-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 66px;
  height: 66px;

  flex: 0 0 66px;
}

.final-cta-benefit-icon img {
  display: block;

  width: 66px;
  height: 66px;

  object-fit: contain;

  filter:
    drop-shadow(0 0 9px rgba(93, 193, 60, 0.30));

  transition:
    transform 0.32s ease,
    filter 0.32s ease;
}

.final-cta-benefit:hover .final-cta-benefit-icon img {
  transform: scale(1.10);

  filter:
    drop-shadow(0 0 10px rgba(93, 193, 60, 0.62))
    drop-shadow(0 0 22px rgba(93, 193, 60, 0.24));
}

.final-cta-benefit-copy h3 {
  margin: 0 0 6px;

  color: #ffffff;

  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.final-cta-benefit-copy p {
  margin: 0;

  color: rgba(255, 255, 255, 0.61);

  font-size: 14px;
  line-height: 1.3;
}


/* ==========================================
   INITIAL REVEAL ANIMATION
========================================== */

.sportstraq-final-cta .final-cta-copy,
.sportstraq-final-cta .final-cta-actions,
.sportstraq-final-cta .final-cta-benefit {
  opacity: 0;

  transform: translateY(24px);

  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.sportstraq-final-cta.is-visible .final-cta-copy {
  opacity: 1;
  transform: translateY(0);

  transition-delay: 0.05s;
}

.sportstraq-final-cta.is-visible .final-cta-actions {
  opacity: 1;
  transform: translateY(0);

  transition-delay: 0.18s;
}

.sportstraq-final-cta.is-visible
.final-cta-benefit:nth-child(1) {
  opacity: 1;
  transform: translateY(0);

  transition-delay: 0.31s;
}

.sportstraq-final-cta.is-visible
.final-cta-benefit:nth-child(2) {
  opacity: 1;
  transform: translateY(0);

  transition-delay: 0.42s;
}


/* ==========================================
   MEDIUM DESKTOP
========================================== */

@media screen and (max-width: 1180px) {

  .sportstraq-final-cta {
    min-height: 520px;
    padding: 48px 30px 36px;
  }

  .final-cta-inner {
    min-height: 430px;
    padding: 0 34px;
  }

  .final-cta-main {
    grid-template-columns:
      minmax(390px, 1fr)
      minmax(330px, 0.72fr);

    gap: 65px;
  }

  .final-cta-title {
    font-size: 54px;
  }

  .final-cta-title span {
    font-size: 38px;
  }

  .final-cta-benefits {
    gap: 55px;
    margin-top: 32px;
  }
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 900px) {

  .sportstraq-final-cta {
    min-height: auto;

    padding: 55px 24px 42px;

    background-position: 57% center;
  }

  .final-cta-inner {
    min-height: auto;

    padding: 0 20px;
  }

  .final-cta-main {
    grid-template-columns: 1fr;

    gap: 32px;
  }

  .final-cta-copy {
    max-width: 650px;
  }

  .final-cta-title {
    font-size: 55px;
  }

  .final-cta-title span {
    font-size: 39px;
  }

  .final-cta-actions {
    max-width: 440px;

    margin: 0 auto;
  }

  .final-cta-benefits {
    justify-content: center;

    gap: 42px;

    width: 100%;
    max-width: 700px;

    margin: 42px auto 0;
  }

  .final-cta-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.96) 0%,
        rgba(0, 0, 0, 0.82) 52%,
        rgba(0, 0, 0, 0.48) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.16) 0%,
        rgba(0, 0, 0, 0.44) 64%,
        rgba(0, 0, 0, 0.96) 100%
      );
  }
}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 767px) {

  .sportstraq-final-cta {
    left: auto;

    width: 100%;
    max-width: 100%;

    min-height: auto;

    margin-left: 0;
    padding: 45px 17px 36px;

    background-position: 62% center;
    background-size: cover;
  }

  .final-cta-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.62) 28%,
        rgba(0, 0, 0, 0.82) 60%,
        rgba(0, 0, 0, 0.98) 100%
      ),
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.48) 100%
      );
  }

  .final-cta-inner {
    min-height: auto;

    padding: 0;
  }

  .final-cta-main {
    grid-template-columns: 1fr;

    gap: 28px;
  }

  .final-cta-copy {
    max-width: 100%;
  }

  .final-cta-title {
    margin-bottom: 21px;

    font-size: 42px;
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  .final-cta-title span {
    margin-top: 9px;

    font-size: 31px;
    line-height: 1;
  }

  .final-cta-title span + span {
    margin-top: 3px;
  }

  .final-cta-description {
    max-width: 520px;

    font-size: 16px;
    line-height: 1.48;
  }

  .final-cta-actions {
    max-width: 100%;
  }

  .final-cta-button {
    min-height: 64px;

    padding: 0 20px;

    font-size: 15px;
  }

  .final-cta-button-arrow {
    font-size: 31px;
  }

  .final-cta-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 20px;

    width: 100%;
    max-width: 430px;

    margin: 38px auto 0;
    padding-top: 20px;
  }

  .final-cta-benefit {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    width: 100%;
    max-width: none;

    gap: 10px;

    text-align: center;
  }

  .final-cta-benefit-icon {
    width: 58px;
    height: 58px;

    flex-basis: 58px;
  }

  .final-cta-benefit-icon img {
    width: 58px;
    height: 58px;
  }

  .final-cta-benefit-copy h3 {
    min-height: 32px;

    margin-bottom: 4px;

    font-size: 12px;
    line-height: 1.22;
  }

  .final-cta-benefit-copy p {
    font-size: 12.5px;
  }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 420px) {

  .final-cta-title {
    font-size: 38px;
  }

  .final-cta-title span {
    font-size: 28px;
  }

  .final-cta-button {
    min-height: 61px;

    padding: 0 17px;

    font-size: 14px;
  }

  .final-cta-benefits {
    gap: 18px 10px;
  }

  .final-cta-benefit-copy h3 {
    font-size: 11px;
  }

  .final-cta-benefit-copy p {
    font-size: 12px;
  }
}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .sportstraq-final-cta .final-cta-copy,
  .sportstraq-final-cta .final-cta-actions,
  .sportstraq-final-cta .final-cta-benefit {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .final-cta-button,
  .final-cta-button::before,
  .final-cta-button-arrow,
  .final-cta-calculator,
  .final-cta-benefit-icon img {
    transition: none;
  }
}

/* =========================
   FOOTER
========================= */

.tn-footer {
    background: #05070b;
    color: #ffffff;
    padding-top: 70px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.tn-footer-container {
    width: min(1400px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 50px;
}

.tn-footer-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 24px;
}

.tn-footer-brand p {
    color: #bfc3c8;
    line-height: 1.8;
    max-width: 300px;
}

.tn-footer-col h3 {
    color: #8cc63f;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 1rem;
    margin-bottom: 28px;
    position: relative;
}

.tn-footer-col h3::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #8cc63f;
    margin-top: 12px;
}

.tn-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tn-footer-col li {
    margin-bottom: 18px;
}

.tn-footer-col a {
    color: #ffffff;
    text-decoration: none;
    transition: .25s ease;
}

.tn-footer-col a:hover {
    color: #8cc63f;
}

.tn-contact-list a {
    color: #ffffff;
}

.tn-footer-bottom {
    width: min(1400px, 92%);
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,.08);

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tn-footer-copy,
.tn-footer-links a {
    color: #a6adb6;
    text-decoration: none;
}

.tn-footer-links a:hover {
    color: #8cc63f;
}

/* =========================
   SOCIALS
========================= */

.tn-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tn-social a {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;

    color: #ffffff;
    text-decoration: none;

    transition: .3s ease;
}

.tn-social a:hover {
    background: #8cc63f;
    border-color: #8cc63f;
    color: #05070b;
    transform: translateY(-3px);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 992px) {

    .tn-footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {

    .tn-footer-container {
        grid-template-columns: 1fr;
    }

    .tn-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
.tn-footer {
    position: relative;
    overflow: hidden;

    color: #fff;

    background-image:
        url('https://www.traqnology-na.com/wp-content/uploads/2024/03/contact_form_background_line.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Hero-style dark overlay */
.tn-footer::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        rgba(5, 7, 11, 0.88);

    z-index: 1;
}

/* Left & right fade gradients */
.tn-footer::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5,7,11,0.95) 0%,
            rgba(5,7,11,0.35) 18%,
            rgba(5,7,11,0.15) 50%,
            rgba(5,7,11,0.35) 82%,
            rgba(5,7,11,0.95) 100%
        );

    z-index: 2;
}

/* Keep footer content above overlays */
.tn-footer-container,
.tn-footer-bottom {
    position: relative;
    z-index: 3;
}

.tn-footer::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(140,198,63,.10) 0%,
            rgba(140,198,63,0) 45%
        ),
        linear-gradient(
            90deg,
            rgba(5,7,11,1) 0%,
            rgba(5,7,11,.75) 15%,
            rgba(5,7,11,.20) 50%,
            rgba(5,7,11,.75) 85%,
            rgba(5,7,11,1) 100%
        );

    z-index: 2;
}

/* ==========================================================
   SPORTSTRAQ PAGE - GLOBAL WIDTH AND ALIGNMENT FIX
   Place at the very bottom of the page CSS
========================================================== */

/* Prevent horizontal page drift */

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
}


/* Remove Elementor width restrictions around custom sections */

body .elementor,
body .elementor-section,
body .elementor-container,
body .elementor-column,
body .elementor-widget-wrap,
body .elementor-widget,
body .elementor-widget-container {
  max-width: 100%;
  box-sizing: border-box;
}


/* The main Elementor page content must remain centered */

body .elementor-location-single,
body .elementor-location-archive,
body .elementor-page {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   RESET CUSTOM FULL-WIDTH SECTIONS
========================================================== */

.sportstraq-hero,
.sportstraq-problem,
.sportstraq-steps,
.sportstraq-features,
.sportstraq-results,
.sportstraq-applications,
.sportstraq-equipment,
.sportstraq-rtk,
.sportstraq-roi,
.sportstraq-value,
.sportstraq-final-cta,
.sportstraq-footer {
  position: relative;

  left: auto;
  right: auto;

  width: 100%;
  max-width: 100%;

  margin-left: 0;
  margin-right: 0;

  box-sizing: border-box;
}


/* Also reset sections identified by IDs */

#sportstraqHero,
#sportstraqProblem,
#sportstraqSteps,
#sportstraqFeatures,
#sportstraqResults,
#sportstraqApplications,
#sportstraqEquipment,
#sportstraqRtk,
#sportstraqRoi,
#sportstraqValue,
#sportstraqFinalCta {
  position: relative;

  left: auto;
  right: auto;

  width: 100%;
  max-width: 100%;

  margin-left: 0;
  margin-right: 0;

  box-sizing: border-box;
}


/* ==========================================================
   FORCE THE ELEMENTOR HTML WIDGET FULL WIDTH
========================================================== */

body .elementor-widget-html,
body .elementor-widget-html > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;

  box-sizing: border-box;
}


/* ==========================================================
   INNER CONTENT REMAINS CENTERED
========================================================== */

.problem-inner,
.steps-inner,
.features-inner,
.results-inner,
.applications-inner,
.equipment-inner,
.rtk-inner,
.roi-inner,
.value-inner,
.final-cta-inner {
  width: calc(100% - 60px);
  max-width: 1400px;

  margin-left: auto;
  margin-right: auto;

  box-sizing: border-box;
}


/* ==========================================================
   DESKTOP
========================================================== */

@media screen and (min-width: 768px) {

  body {
    position: relative;
  }

  /*
   Remove any legacy 100vw positioning from the major sections.
   This is intentionally repeated with stronger specificity.
  */

  body .sportstraq-problem,
  body .sportstraq-steps,
  body .sportstraq-features,
  body .sportstraq-results,
  body .sportstraq-applications,
  body .sportstraq-equipment,
  body .sportstraq-rtk,
  body .sportstraq-roi,
  body .sportstraq-value,
  body .sportstraq-final-cta {
    left: auto;
    right: auto;

    width: 100%;
    max-width: none;

    margin-left: 0;
    margin-right: 0;
  }
}


/* ==========================================================
   MOBILE
========================================================== */

@media screen and (max-width: 767px) {

  .problem-inner,
  .steps-inner,
  .features-inner,
  .results-inner,
  .applications-inner,
  .equipment-inner,
  .rtk-inner,
  .roi-inner,
  .value-inner,
  .final-cta-inner {
    width: calc(100% - 32px);
  }
}

.contact-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.contact-popup.open {
  display: flex;
}

.contact-popup-inner {
  background: #111;
  max-width: 900px;
  width: 92%;
  min-height: 520px;
  padding: 0;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-image: url('https://www.traqnology-na.com/wp-content/uploads/2024/03/contact_form_background_line.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-popup-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.58);
  z-index: 1;
}

.close-popup {
  position: absolute;
  top: 18px;
  right: 18px;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;

  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  font-weight: 300;

  cursor: pointer;
  z-index: 20;

  transition: color .25s ease, transform .25s ease;
}

.close-popup:hover {
  color: #5dc13c;
  transform: rotate(90deg) scale(1.1);
}

.close-popup:focus,
.close-popup:active {
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
}

.tn-popup-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 520px;
}

.tn-popup-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 42px;
  color: #fff;
  text-align: left;
}

.tn-popup-kicker {
  color: #f8c200;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.tn-popup-left h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 52px;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.tn-popup-left p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 16px;
  line-height: 1.55;
  max-width: 300px;
}

#tn-contact-form-holder {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 42px;
  text-align: center;
}

#tn-contact-form-holder .wpcf7 {
  width: 100%;
  max-width: 420px;
}

#tn-contact-form-holder input,
#tn-contact-form-holder textarea,
#tn-contact-form-holder select {
  width: 100%;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0,0,0,0.18);
  padding: 14px 16px;
  box-sizing: border-box;
  font-size: 15px;
}

#tn-contact-form-holder input::placeholder,
#tn-contact-form-holder textarea::placeholder {
  color: rgba(0,0,0,0.58);
}

#tn-contact-form-holder .wpcf7-submit {
  width: auto;
  min-width: 220px;
  height: 54px;
  background: #f8c200;
  border: 2px solid #f8c200;
  color: #000;
  margin: 10px auto 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 767px) {
  .tn-popup-content {
    grid-template-columns: 1fr;
  }

  .tn-popup-left {
    padding: 48px 24px 10px;
    text-align: center;
    align-items: center;
  }

  .tn-popup-left h2 {
    font-size: 36px;
  }

  #tn-contact-form-holder {
    padding: 20px 24px 36px;
  }
}

/* Hide the original Elementor shortcode location */
.elementor-element.tn-contact-form-source {
  display: none;
}

.close-popup::before,
.close-popup::after {
    display: none;
    content: none;
}/* End custom CSS */
/* Start custom CSS *//* =========================
   CLEAN HEADER (PAGE 27782)
   ========================= */
/* NAV TEXT + HAMBURGER COLOR */
body.page-id-27782 #main-nav .elementor-nav-menu a,
body.page-id-27782 #main-nav .elementor-item,
body.page-id-27782 #main-nav .elementor-menu-toggle,
body.page-id-27782 #main-nav .elementor-menu-toggle i {
  color: #fff;
  fill: #fff;
}
body.page-id-27782 {
  background: #000;
  overflow-x: hidden;
}

/* HEADER BASE */
body.page-id-27782 #main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
}

/* REMOVE ADMIN BAR OFFSET (for testing) */
body.page-id-27782.admin-bar #main-nav {
  top: 0;
}

/* CONTAINER */
body.page-id-27782 #main-nav .elementor-container {
  min-height: 72px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* LOGO CENTERED */
body.page-id-27782 #main-nav .elementor-widget-image {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* HAMBURGER POSITION */
@media (max-width: 767px) {
  body.page-id-27782 #main-nav .elementor-menu-toggle {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10001;
  }
}

/* REMOVE DUPLICATE TOGGLES */
@media (max-width: 767px) {
  body.page-id-27782 #main-nav .elementor-widget-nav-menu .elementor-menu-toggle {
    display: block;
  }

  /* hide any extra ones (if they exist) */
  body.page-id-27782 #main-nav .elementor-menu-toggle:not(:first-of-type) {
    display: none;
  }
}

/* DROPDOWN FULL WIDTH */
body.page-id-27782 #main-nav .elementor-nav-menu--dropdown {
  width: 100%;
  left: 0;
  top: 100%;
}
/* =========================
   HERO TEXT + BUTTONS
========================= */

body.page-id-27782 .tn-hero-title {
  margin: 0 0 20px 0;
  color: #ffffff;
  letter-spacing: -3px;
  line-height: 0.9;
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 900px;
}

body.page-id-27782 .tn-hero-title span {
  display: block;
}

body.page-id-27782 .tn-hero-title .tn-green {
  color: #5dc13c;
}

body.page-id-27782 .tn-hero-subline {
  margin: 0 0 12px 0;
  max-width: 680px;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 600;
  color: #ffffff;
}

body.page-id-27782 .tn-hero-description {
  margin: 0 0 30px 0;
  max-width: 720px;
  font-size: 20px;
  line-height: 1.45;
  color: #ffffff;
}

/* BASE BUTTON */
body.page-id-27782 .tn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 54px;
  padding: 0 18px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

/* CONTACT FORM BUTTON: green by default */
body.page-id-27782 .tn-btn-contact {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000000;
}

/* CONTACT FORM HOVER: clear */
body.page-id-27782 .tn-btn-contact:hover {
  background: transparent;
  border-color: #5dc13c;
  color: #ffffff;
  transform: translateY(-1px);
}

/* SECOND BUTTON: clear by default */
body.page-id-27782 .tn-btn-secondary {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

/* SECOND BUTTON HOVER: green */
body.page-id-27782 .tn-btn-secondary:hover {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000000;
  transform: translateY(-1px);
}

/* TABLET */
@media (max-width: 1024px) {
  body.page-id-27782 .tn-hero-title {
    font-size: 58px;
    letter-spacing: -2px;
  }

  body.page-id-27782 .tn-hero-subline {
    font-size: 24px;
  }

  body.page-id-27782 .tn-hero-description {
    font-size: 18px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  body.page-id-27782 .tn-hero-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }

  body.page-id-27782 .tn-hero-subline {
    font-size: 20px;
  }

  body.page-id-27782 .tn-hero-description {
    font-size: 16px;
  }

  body.page-id-27782 .tn-btn {
    width: calc(50% - 5px);
    min-width: 0;
    height: 48px;
    font-size: 12px;
  }
}

/* CONTACT BUTTON */
.tn-btn-contact {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000;
}

.tn-btn-contact:hover {
  background: transparent;
  border-color: #5dc13c;
  color: #ffffff;
  transform: translateY(-1px);
}

/* SECONDARY BUTTON */
.tn-btn-secondary {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.tn-btn-secondary:hover {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000;
  transform: translateY(-1px);
}

/* =========================
   SECTION 2 - PROBLEM FULL SCREEN
========================= */

#tnProblemSection {
  width: 100%;
  min-height: 100vh;
  background: #050505;
  color: #ffffff;
  padding: 110px 56px 70px 56px;
  box-sizing: border-box;
  overflow: hidden;
}

.tn-problem-inner {
  max-width: 1500px;
  height: 100%;
  min-height: calc(100vh - 180px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* LEFT TEXT */
.tn-problem-left {
  width: 42%;
  max-width: 620px;
}

.tn-problem-kicker {
  color: #5dc13c;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
  display: block;
}

.tn-problem-left h2 {
  margin: 0 0 24px 0;
  color: #ffffff;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -2px;
  font-weight: 900;
}

.tn-problem-red {
  color: #ff3b3b;
  display: block;
}

.tn-problem-left p {
  margin: 0;
  max-width: 460px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

/* RIGHT IMAGE AREA */
.tn-problem-right {
  width: 58%;
}

.tn-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
}

/* CARD */
.tn-problem-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  overflow: visible;
}

/* IMAGE TILE */
.tn-problem-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.08) brightness(0.78);
}

/* TEXT UNDER IMAGE */
.tn-problem-card-text {
  padding-top: 14px;
}

.tn-problem-card-text h3 {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 800;
}

.tn-problem-card-text p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

/* TABLET */
@media (max-width: 1024px) {
  #tnProblemSection {
    padding: 90px 34px 80px 34px;
  }

  .tn-problem-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
  }

  .tn-problem-left,
  .tn-problem-right {
    width: 100%;
    max-width: none;
  }

  .tn-problem-left h2 {
    font-size: 44px;
  }

  .tn-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tn-problem-card img {
    height: 220px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  #tnProblemSection {
    padding: 78px 22px 70px 22px;
  }

  .tn-problem-left h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .tn-problem-left p {
    font-size: 16px;
  }

  .tn-problem-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .tn-problem-card img {
    height: 210px;
  }
}

.tn-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #ff3b30; /* red */
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.tn-x::before,
.tn-x::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #ff3b30;
}

.tn-x::before {
  transform: rotate(45deg);
}

.tn-x::after {
  transform: rotate(-45deg);
}

/* MOBILE FIX - STOP ELEMENTOR WRAPPER FROM CLIPPING SECTION 6 */
@media screen and (max-width: 767px) {
  .elementor-element-1d6cf75,
  .elementor-element-1d6cf75 .elementor-widget-container,
  .elementor-element-dc3d0d5,
  .elementor-element-dc3d0d5 .elementor-widget-wrap,
  .elementor-section,
  .elementor-container,
  .elementor-column {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .sportstraq-results {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .sportstraq-applications {
    display: block;
    position: relative;
    clear: both;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 50;
  }

  .sportstraq-applications .application-card {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}/* End custom CSS */