.elementor-29984 .elementor-element.elementor-element-2220b92{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-29984 .elementor-element.elementor-element-1d6cf75{width:var( --container-widget-width, 100.743% );max-width:100.743%;--container-widget-width:100.743%;--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;
    }
}

  .convert-hero {
    --traq-green: #8dc63f;
    --traq-black: #070b0c;

    position: relative;
    min-height: 780px;
    overflow: hidden;
    background: var(--traq-black);
    color: #fff;
    display: flex;
    align-items: center;
  }

  .convert-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .convert-hero__video--mobile {
    display: none;
  }

  .convert-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(
        90deg,
        rgba(4, 8, 9, 0.96) 0%,
        rgba(4, 8, 9, 0.91) 30%,
        rgba(4, 8, 9, 0.66) 52%,
        rgba(4, 8, 9, 0.20) 74%,
        rgba(4, 8, 9, 0.05) 100%
      );
  }

  .convert-hero__inner {
    position: relative;
    z-index: 2;
    width: min(1440px, calc(100% - 80px));
    margin: 0 auto;
    padding: 110px 0 90px;
  }

  .convert-hero__content {
    width: min(670px, 48vw);
  }

  .convert-hero__eyebrow {
    margin-bottom: 18px;
    color: var(--traq-green);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .convert-hero__title {
    margin: 0;
    color: #fff;
    font-size: clamp(54px, 5vw, 84px);
    line-height: 0.95;
    letter-spacing: -0.035em;
    font-weight: 900;
    text-transform: uppercase;
  }

  .convert-hero__title span {
    color: var(--traq-green);
  }

  .convert-hero__lead {
    max-width: 610px;
    margin: 28px 0 0;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 700;
  }

  .convert-hero__body {
    max-width: 610px;
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
  }

  .convert-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
  }

  .convert-hero__btn {
    min-height: 58px;
    padding: 0 28px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.015em;
    transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      border-color 0.2s ease;
  }

  .convert-hero__btn:hover {
    transform: translateY(-2px);
  }

  .convert-hero__btn--primary {
    background: var(--traq-green);
    border: 2px solid var(--traq-green);
    color: #fff;
  }

  .convert-hero__btn--primary:hover {
    background: #7cb832;
    border-color: #7cb832;
  }

  .convert-hero__btn--primary span {
    font-size: 30px;
    line-height: 1;
    margin-top: -3px;
  }

  .convert-hero__btn--secondary {
    background: rgba(0, 0, 0, 0.16);
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
  }

  .convert-hero__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
  }

  @media (max-width: 1024px) {
    .convert-hero {
      min-height: 720px;
    }

    .convert-hero__inner {
      width: min(100% - 48px, 1200px);
    }

    .convert-hero__content {
      width: min(650px, 62vw);
    }

    .convert-hero__title {
      font-size: clamp(50px, 7vw, 72px);
    }
  }

  @media (max-width: 767px) {
    .convert-hero {
      min-height: 780px;
      align-items: flex-end;
    }

    .convert-hero__video--desktop {
      display: none;
    }

    .convert-hero__video--mobile {
      display: block;
    }

    .convert-hero__overlay {
      background:
        linear-gradient(
          180deg,
          rgba(4, 8, 9, 0.06) 0%,
          rgba(4, 8, 9, 0.22) 32%,
          rgba(4, 8, 9, 0.80) 61%,
          rgba(4, 8, 9, 0.97) 100%
        );
    }

    .convert-hero__inner {
      width: calc(100% - 36px);
      padding: 260px 0 52px;
    }

    .convert-hero__content {
      width: 100%;
      max-width: 620px;
    }

    .convert-hero__eyebrow {
      font-size: 16px;
      margin-bottom: 12px;
    }

    .convert-hero__title {
      font-size: clamp(42px, 12vw, 62px);
      line-height: 0.96;
    }

    .convert-hero__lead {
      margin-top: 22px;
      font-size: 18px;
      line-height: 1.45;
    }

    .convert-hero__body {
      font-size: 16px;
      line-height: 1.55;
    }

    .convert-hero__actions {
      flex-direction: column;
      gap: 12px;
      margin-top: 28px;
    }

    .convert-hero__btn {
      width: 100%;
      min-height: 56px;
      padding: 0 20px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .convert-hero__video {
      display: none;
    }

    .convert-hero {
      background: #070b0c;
    }

    .convert-hero__btn {
      transition: none;
    }
  }


/* =========================================================
   SECTION 2 — CONVERT YOUR UTV SYSTEM
========================================================= */

.utv-system {
  --traq-green: #8dc63f;
  --traq-green-dark: #6fae25;
  --traq-dark: #091011;
  --traq-text: #101617;
  --traq-muted: #5d6668;
  --traq-border: #e2e6e6;

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 36%,
      rgba(141, 198, 63, 0.05),
      transparent 32%
    ),
    #ffffff;

  color: var(--traq-text);
  padding: 60px 0 55px;
}

.utv-system *,
.utv-system *::before,
.utv-system *::after {
  box-sizing: border-box;
}

.utv-system__inner {
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}


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

.utv-system__heading {
  max-width: 850px;
  margin: 0 auto 32px;
  text-align: center;
}

.utv-system__eyebrow {
  margin-bottom: 7px;
  color: var(--traq-green-dark);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.utv-system__title {
  margin: 0;
  color: var(--traq-dark);
  font-size: clamp(38px, 3.2vw, 56px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.utv-system__title span {
  color: var(--traq-green-dark);
}

.utv-system__intro {
  max-width: 700px;
  margin: 15px auto 0;
  color: var(--traq-muted);
  font-size: 17px;
  line-height: 1.5;
}


/* =========================================================
   COMPONENT CALLOUTS
========================================================= */

.utv-system__components {
  position: relative;
  z-index: 4;

  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: start;

  margin-top: 28px;
}

.utv-component {
  position: relative;
  text-align: center;
}

.utv-component__image-wrap {
  width: 92px;
  height: 92px;

  margin: 0 auto 12px;

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

  border: 2px solid var(--traq-green);
  border-radius: 50%;

  background: #ffffff;
  padding: 12px;
}

.utv-component__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.utv-component__title {
  margin: 0 0 5px;

  color: var(--traq-dark);

  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;

  text-transform: uppercase;
}

.utv-component__text {
  max-width: 205px;
  margin: 0 auto;

  color: var(--traq-muted);

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


/* =========================================================
   CONNECTOR LINES
========================================================= */

.utv-system__connector {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;

  height: 52px;
  margin-top: 2px;
}

.utv-system__connector span {
  position: relative;
}

.utv-system__connector span::before {
  content: "";

  position: absolute;
  left: 50%;
  top: 0;

  width: 1px;
  height: 44px;

  background: var(--traq-green);
}

.utv-system__connector span::after {
  content: "";

  position: absolute;
  left: calc(50% - 3px);
  bottom: 3px;

  width: 7px;
  height: 7px;

  border-radius: 50%;
  background: var(--traq-green);
}


/* =========================================================
   MAIN MACHINE IMAGE
========================================================= */

.utv-system__vehicle {
  position: relative;
  z-index: 2;

  width: min(50vw, 520px);
  max-width: none;

  margin: -8px auto 22px;

  text-align: center;
}

.utv-system__vehicle::after {
  content: "";

  position: absolute;
  z-index: -1;

  left: 14%;
  right: 14%;
  bottom: 3%;

  height: 26px;

  border-radius: 50%;
  background: rgba(0, 0, 0, 0.14);

  filter: blur(16px);
}

.utv-system__vehicle-image {
  display: block;

  width: 100%;
  height: auto;

  max-height: none;

  object-fit: contain;
  margin: 0 auto;
}


/* =========================================================
   INFORMATION / LOGO CARD
========================================================= */

.utv-system__card {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    1px
    minmax(0, 1.15fr);

  gap: 32px;
  align-items: stretch;

  padding: 28px 34px;

  border: 1px solid var(--traq-border);
  border-radius: 10px;

  background: #f7f8f8;
}

.utv-system__card-copy,
.utv-system__brands {
  min-width: 0;
}

.utv-system__card-eyebrow {
  margin-bottom: 8px;

  color: var(--traq-green-dark);

  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;

  text-transform: uppercase;
}

.utv-system__card-copy h3 {
  margin: 0 0 12px;

  color: var(--traq-dark);

  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;

  text-transform: uppercase;
}

.utv-system__card-copy p {
  margin: 0 0 11px;

  color: var(--traq-muted);

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

.utv-system__card-copy .utv-system__strong {
  margin-bottom: 0;

  color: var(--traq-dark);
  font-weight: 800;
}

.utv-system__divider {
  width: 1px;
  background: #d7dcdc;
}


/* =========================================================
   BRAND LOGOS
========================================================= */

.utv-system__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 18px 24px;
  align-items: center;

  margin-top: 17px;
}

.utv-logo {
  min-height: 46px;

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

.utv-logo img {
  display: block;

  width: 100%;

  max-width: 115px;
  max-height: 42px;

  object-fit: contain;
}

.utv-system__more {
  margin-top: 15px;

  color: var(--traq-dark);

  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;

  text-align: center;
  text-transform: uppercase;
}


/* =========================================================
   CTA
========================================================= */

.utv-system__cta {
  margin-top: 14px;

  padding: 20px 28px;

  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;

  border-radius: 8px;

  background: var(--traq-dark);
}

.utv-system__cta-copy {
  min-width: 0;
}

.utv-system__cta-title {
  color: #ffffff;

  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;

  text-transform: uppercase;
}

.utv-system__cta-text {
  margin-top: 4px;

  color: var(--traq-green);

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

.utv-system__cta-button {
  flex: 0 0 auto;

  min-height: 50px;
  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  border: 2px solid var(--traq-green);
  border-radius: 3px;

  background: var(--traq-green);
  color: #ffffff;

  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.015em;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.utv-system__cta-button:hover {
  transform: translateY(-2px);

  background: var(--traq-green-dark);
  border-color: var(--traq-green-dark);

  color: #ffffff;
}

.utv-system__cta-button span {
  margin-top: -3px;

  font-size: 27px;
  line-height: 1;
}


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

@media (max-width: 1100px) {

  .utv-system {
    padding: 70px 0 60px;
  }

  .utv-system__inner {
    width: min(100% - 48px, 1200px);
  }

  .utv-system__heading {
    max-width: 850px;
    margin-bottom: 40px;
  }

  .utv-system__title {
    font-size: clamp(40px, 5vw, 60px);
  }

  .utv-system__intro {
    font-size: 17px;
  }

  .utv-system__components {
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 35px 28px;

    margin-top: 35px;
  }

  .utv-component__image-wrap {
    width: 110px;
    height: 110px;
    padding: 15px;
  }

  .utv-component__title {
    font-size: 18px;
  }

  .utv-component__text {
    max-width: 230px;

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

  .utv-system__connector {
    display: none;
  }

  .utv-system__vehicle {
    width: min(80vw, 850px);

    margin-top: 45px;
  }

  .utv-system__card {
    grid-template-columns: 1fr;

    gap: 30px;

    padding: 32px;
  }

  .utv-system__divider {
    width: 100%;
    height: 1px;
  }

  .utv-system__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .utv-system__cta {
    padding: 24px 28px;
  }
}


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

@media (max-width: 767px) {

  .utv-system {
    padding: 65px 0 55px;
  }

  .utv-system__inner {
    width: calc(100% - 34px);
  }

  .utv-system__heading {
    margin-bottom: 40px;
  }

  .utv-system__eyebrow {
    font-size: 15px;
  }

  .utv-system__title {
    font-size: clamp(37px, 10vw, 52px);
  }

  .utv-system__intro {
    margin-top: 18px;

    font-size: 16px;
    line-height: 1.55;
  }

  .utv-system__components {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 35px 18px;

    margin-top: 35px;
  }

  .utv-component:last-child {
    grid-column: 1 / -1;

    max-width: 260px;
    margin: 0 auto;
  }

  .utv-component__image-wrap {
    width: 104px;
    height: 104px;

    padding: 14px;
  }

  .utv-component__title {
    font-size: 17px;
  }

  .utv-component__text {
    max-width: 210px;

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

  .utv-system__vehicle {
    width: 100%;

    margin: 45px auto 25px;
  }

  .utv-system__card {
    padding: 28px 22px;

    border-radius: 7px;
  }

  .utv-system__card-eyebrow {
    font-size: 15px;
  }

  .utv-system__card-copy h3 {
    font-size: 25px;
  }

  .utv-system__card-copy p {
    font-size: 15px;
  }

  .utv-system__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 22px;
  }

  .utv-logo img {
    max-width: 120px;
    max-height: 48px;
  }

  .utv-system__cta {
    flex-direction: column;
    align-items: stretch;

    padding: 25px 22px;
  }

  .utv-system__cta-title {
    font-size: 20px;
  }

  .utv-system__cta-text {
    font-size: 16px;
  }

  .utv-system__cta-button {
    width: 100%;
  }
}


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

@media (max-width: 480px) {

  .utv-system__components {
    grid-template-columns: 1fr;
  }

  .utv-component:last-child {
    grid-column: auto;
  }

  .utv-component {
    max-width: 300px;
    margin: 0 auto;
  }

  .utv-component__image-wrap {
    width: 115px;
    height: 115px;
  }

  .utv-system__logos {
    gap: 18px 20px;
  }

  .utv-logo img {
    max-width: 110px;
  }
}


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

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

  .utv-system__cta-button {
    transition: none;
  }
}



/* ==========================================================
   SOFTWARE WALKTHROUGH — TRAQNOLOGY GREEN VERSION
========================================================== */

.kubota-software-tour,
.kubota-software-tour * {
  box-sizing: border-box;
}

.kubota-software-tour {
  --traq-green: #8dc63f;
  --traq-green-rgb: 141, 198, 63;

  position: relative;
  left: 50%;
  isolation: isolate;

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

  margin-left: -50vw;
  padding: 46px 28px 48px;

  overflow: hidden;

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

  background:
    radial-gradient(
      circle at 50% -8%,
      #0d3958 0%,
      #082337 31%,
      #041725 60%,
      #020b13 82%,
      #01060b 100%
    );
}


/* ==========================================================
   BACKGROUND EFFECTS
========================================================== */

.kubota-software-tour::before {
  content: "";

  position: absolute;
  z-index: 0;

  top: -280px;
  left: 50%;

  width: 980px;
  height: 560px;

  transform: translateX(-50%);

  border-radius: 50%;

  pointer-events: none;

  background:
    radial-gradient(
      circle,
      rgba(var(--traq-green-rgb), 0.19) 0%,
      rgba(var(--traq-green-rgb), 0.075) 40%,
      transparent 74%
    );

  filter: blur(72px);
}

.kubota-software-tour::after {
  content: "";

  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025) 0%,
      transparent 17%,
      transparent 78%,
      rgba(0, 0, 0, 0.28) 100%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );

  background-size:
    auto,
    58px 58px,
    58px 58px;

  opacity: 0.72;
}

.software-tour-inner {
  position: relative;
  z-index: 2;

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

  margin: 0 auto;
}


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

.software-tour-heading {
  position: relative;
  z-index: 3;

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

  margin: 0 auto;

  text-align: center;
}

.software-tour-heading h2 {
  margin: 0;

  color: #ffffff;

  font-size: 42px;
  line-height: 1;
  font-weight: 900;

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

  text-shadow:
    0 5px 18px rgba(0, 0, 0, 0.36);
}

.software-tour-heading h2 span {
  color: var(--traq-green);
}

.software-tour-heading p {
  max-width: 620px;

  margin: 10px auto 0;

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

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


/* ==========================================================
   IPAD STAGE
========================================================== */

.software-ipad-stage {
  position: relative;

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

  margin: -4px auto 0;
}

.software-ipad-stage::before {
  content: "";

  position: absolute;
  z-index: 0;

  top: 17%;
  left: 50%;

  width: 78%;
  height: 65%;

  transform: translateX(-50%);

  border-radius: 50%;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse,
      rgba(32, 113, 168, 0.24) 0%,
      rgba(16, 75, 113, 0.10) 42%,
      transparent 75%
    );

  filter: blur(28px);
}

.software-ipad-glow {
  position: absolute;
  z-index: 0;

  left: 50%;
  bottom: 1%;

  width: 64%;
  height: 20%;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(0, 0, 0, 0.48) 0%,
      rgba(0, 0, 0, 0.20) 42%,
      transparent 74%
    );

  filter: blur(18px);
}

.software-ipad {
  position: relative;
  z-index: 2;

  width: 100%;

  margin: 0 auto;
}


/* ==========================================================
   IPAD BACKGROUND IMAGE
========================================================== */

.software-ipad-frame {
  position: relative;
  z-index: 1;

  display: block;

  width: 100%;
  height: auto;

  pointer-events: none;

  filter:
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 18px rgba(38, 114, 165, 0.12));
}


/* ==========================================================
   SCREENSHOT PLACEMENT
========================================================== */

.software-ipad-screen {
  position: absolute;
  z-index: 4;

  top: 21%;
  right: 17%;
  bottom: 15%;
  left: 22%;

  overflow: hidden;

  border-radius: 7px;

  background: #ffffff;

  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.10),
    0 0 13px rgba(0, 0, 0, 0.16);
}

.software-ipad-screen img {
  display: block;

  width: 100%;
  height: 100%;

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

  opacity: 1;

  transform: translateX(0);

  transition:
    opacity 260ms ease,
    transform 260ms ease;
}


/* Slide transitions */

.software-ipad-screen img.is-leaving-left {
  opacity: 0;

  transform: translateX(-22px);
}

.software-ipad-screen img.is-leaving-right {
  opacity: 0;

  transform: translateX(22px);
}

.software-ipad-screen img.is-entering-left {
  opacity: 0;

  transform: translateX(-22px);
}

.software-ipad-screen img.is-entering-right {
  opacity: 0;

  transform: translateX(22px);
}


/* ==========================================================
   CURRENT SCREEN INFORMATION
========================================================== */

.software-screen-information {
  width: 100%;
  max-width: 650px;

  margin: 8px auto 0;

  text-align: center;
}

.software-screen-information h3 {
  margin: 0;

  color: #ffffff;

  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;

  letter-spacing: 0.015em;
  text-transform: uppercase;

  text-shadow:
    0 3px 10px rgba(0, 0, 0, 0.30);

  transition:
    opacity 200ms ease,
    transform 200ms ease;
}

.software-screen-information p {
  margin: 5px 0 0;

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

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

  transition:
    opacity 200ms ease,
    transform 200ms ease;
}

.software-screen-information.is-changing h3,
.software-screen-information.is-changing p {
  opacity: 0;

  transform: translateY(5px);
}


/* ==========================================================
   SCREENSHOT NAVIGATION
========================================================== */

.software-screen-navigation {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 28px;

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

  margin: 12px auto 20px;
}

.software-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.035) 100%
    );

  color: #ffffff;

  cursor: pointer;

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

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

.software-arrow span {
  display: block;

  margin-top: -3px;

  font-family: Arial, sans-serif;
  font-size: 31px;
  line-height: 1;
  font-weight: 300;
}

.software-arrow:hover,
.software-arrow:focus {
  transform: translateY(-2px);

  border-color: var(--traq-green);

  background: var(--traq-green);
  color: #ffffff;

  box-shadow:
    0 9px 20px rgba(0, 0, 0, 0.27),
    0 0 19px rgba(var(--traq-green-rgb), 0.30);
}

.software-arrow:active {
  transform: translateY(0);
}


/* ==========================================================
   PROGRESS DOTS
========================================================== */

.software-progress {
  min-width: 170px;

  text-align: center;
}

.software-progress-dots {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 15px;

  min-height: 15px;
}

.software-progress-dot {
  position: relative;

  display: block;

  width: 10px;
  height: 10px;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

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

.software-progress-dot:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 50%;
  left: 100%;

  width: 16px;
  height: 1px;

  transform: translateY(-50%);

  background: rgba(255, 255, 255, 0.25);
}

.software-progress-dot.is-active {
  border-color: var(--traq-green);

  background: var(--traq-green);

  transform: scale(1.15);

  box-shadow:
    0 0 0 3px rgba(var(--traq-green-rgb), 0.14),
    0 0 11px rgba(var(--traq-green-rgb), 0.30);
}

.software-progress-count {
  margin: 8px 0 0;

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

  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}


/* ==========================================================
   WORKFLOW SELECTORS
========================================================== */

.software-workflows {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  width: 100%;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075) 0%,
      rgba(255, 255, 255, 0.022) 100%
    );

  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.software-workflow {
  position: relative;

  min-height: 112px;

  padding: 16px 20px 17px;

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

  background: transparent;
  color: #ffffff;

  text-align: center;

  cursor: pointer;

  transition:
    background 220ms ease,
    box-shadow 220ms ease;
}

.software-workflow:last-child {
  border-right: 0;
}

.software-workflow::before {
  content: "";

  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 4px;

  transform: scaleX(0);
  transform-origin: center;

  background:
    linear-gradient(
      90deg,
      rgba(var(--traq-green-rgb), 0.18) 0%,
      var(--traq-green) 25%,
      #9bd64a 50%,
      var(--traq-green) 75%,
      rgba(var(--traq-green-rgb), 0.18) 100%
    );

  box-shadow:
    0 0 14px rgba(var(--traq-green-rgb), 0.44);

  transition:
    transform 220ms ease;
}

.software-workflow:hover {
  background:
    linear-gradient(
      180deg,
      rgba(var(--traq-green-rgb), 0.09) 0%,
      rgba(var(--traq-green-rgb), 0.018) 70%,
      transparent 100%
    );
}

.software-workflow.is-active {
  background:
    linear-gradient(
      180deg,
      rgba(var(--traq-green-rgb), 0.14) 0%,
      rgba(var(--traq-green-rgb), 0.035) 60%,
      transparent 100%
    );

  box-shadow:
    inset 0 0 24px rgba(var(--traq-green-rgb), 0.035);
}

.software-workflow.is-active::before {
  transform: scaleX(1);
}

.software-workflow-number {
  display: block;

  margin-bottom: 5px;

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

  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.software-workflow.is-active .software-workflow-number {
  color: var(--traq-green);
}

.software-workflow strong {
  display: block;

  color: #ffffff;

  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;

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

.software-workflow.is-active strong {
  color: var(--traq-green);
}

.software-workflow small {
  display: block;

  max-width: 290px;

  margin: 7px auto 0;

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

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


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

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

  .kubota-software-tour {
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .software-tour-inner {
    max-width: 980px;
  }

  .software-tour-heading h2 {
    font-size: 38px;
  }

  .software-ipad-stage {
    max-width: 650px;
  }

  .software-workflow {
    min-height: 108px;

    padding-right: 15px;
    padding-left: 15px;
  }

}


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

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

  .kubota-software-tour {
    left: auto;

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

    margin-left: 0;
    padding: 46px 20px 52px;
  }

  .software-tour-heading h2 {
    font-size: 36px;
  }

  .software-tour-heading p {
    font-size: 15px;
  }

  .software-ipad-stage {
    max-width: 640px;
  }

  .software-workflow {
    min-height: 122px;
  }

}


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

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

  .kubota-software-tour {
    padding: 42px 14px 48px;

    background:
      radial-gradient(
        circle at 50% -3%,
        #0d3958 0%,
        #082337 31%,
        #041725 60%,
        #020b13 82%,
        #01060b 100%
      );
  }

  .kubota-software-tour::before {
    top: -190px;

    width: 620px;
    height: 390px;

    opacity: 0.76;
  }

  .kubota-software-tour::after {
    background-size:
      auto,
      44px 44px,
      44px 44px;

    opacity: 0.54;
  }

  .software-tour-heading {
    margin-bottom: 18px;
  }

  .software-tour-heading h2 {
    font-size: 32px;
    line-height: 1.02;
  }

  .software-tour-heading h2 span {
    display: block;
  }

  .software-tour-heading p {
    max-width: 350px;

    margin-top: 10px;

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

    font-size: 14px;
  }


  /* Complete iPad image */

  .software-ipad-stage {
    width: 130%;
    max-width: none;

    margin-left: -18%;
  }

  .software-ipad-frame {
    filter:
      drop-shadow(0 13px 20px rgba(0, 0, 0, 0.38))
      drop-shadow(0 0 12px rgba(38, 114, 165, 0.10));
  }


  /* Screenshot inside iPad */

  .software-ipad-screen {
    top: 22%;
    right: 18%;
    bottom: 16%;
    left: 22%;

    border-radius: 4px;
  }

  .software-screen-information {
    margin-top: 10px;

    padding: 0 8px;
  }

  .software-screen-information h3 {
    font-size: 17px;
  }

  .software-screen-information p {
    max-width: 340px;

    margin-right: auto;
    margin-left: auto;

    font-size: 13px;
  }

  .software-screen-navigation {
    gap: 17px;

    margin-top: 14px;
    margin-bottom: 23px;
  }

  .software-arrow {
    width: 40px;
    height: 40px;

    flex-basis: 40px;
  }

  .software-arrow span {
    font-size: 29px;
  }

  .software-progress {
    min-width: 145px;
  }

  .software-progress-dots {
    gap: 12px;
  }

  .software-progress-dot:not(:last-child)::after {
    width: 13px;
  }


  /* Stacked workflows */

  .software-workflows {
    grid-template-columns: 1fr;
  }

  .software-workflow {
    min-height: 0;

    padding: 17px 16px 18px;

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

  .software-workflow:last-child {
    border-bottom: 0;
  }

  .software-workflow::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;

    width: 4px;
    height: auto;

    transform: scaleY(0);
  }

  .software-workflow.is-active::before {
    transform: scaleY(1);
  }

  .software-workflow strong {
    font-size: 16px;
  }

  .software-workflow small {
    margin-top: 5px;

    font-size: 12px;
  }

}


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

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

  .kubota-software-tour {
    padding-right: 10px;
    padding-left: 10px;
  }

  .software-tour-heading h2 {
    font-size: 28px;
  }

  .software-ipad-stage {
    width: 112%;

    margin-left: -6%;
  }

  .software-screen-navigation {
    gap: 11px;
  }

  .software-progress {
    min-width: 132px;
  }

}


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

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

  .software-ipad-screen img,
  .software-screen-information h3,
  .software-screen-information p,
  .software-arrow,
  .software-progress-dot,
  .software-workflow,
  .software-workflow::before {
    transition: none;
  }

}
/* ==========================================================
   GRACO XT495 — WHITE PREMIUM PRODUCT SECTION
   TRAQNOLOGY GREEN ACCENT VERSION
========================================================== */

.graco-xt-section,
.graco-xt-section * {
  box-sizing: border-box;
}

.graco-xt-section {
  --traq-green: #8dc63f;
  --traq-green-rgb: 141, 198, 63;

  position: relative;
  left: 50%;
  isolation: isolate;

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

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

  overflow: hidden;

  color: #171b1f;
  font-family: "Source Sans Pro", Arial, sans-serif;

  background:
    radial-gradient(
      circle at 48% 42%,
      #ffffff 0%,
      #fbfbfc 48%,
      #f1f3f5 100%
    );
}


/* ==========================================================
   SOFT BACKGROUND DETAIL
========================================================== */

.graco-xt-section::before {
  content: "";

  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  pointer-events: none;

  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(0, 65, 150, 0.045) 0%,
      transparent 35%
    ),
    radial-gradient(
      circle at 72% 48%,
      rgba(var(--traq-green-rgb), 0.035) 0%,
      transparent 28%
    );
}

.graco-xt-section::after {
  content: "";

  position: absolute;
  z-index: 0;

  right: 0;
  bottom: 0;
  left: 0;

  height: 160px;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(218, 222, 226, 0.24) 100%
    );
}

.graco-xt-inner {
  position: relative;
  z-index: 2;

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

  margin: 0 auto;
}


/* ==========================================================
   MAIN GRID
========================================================== */

.graco-xt-main {
  display: grid;

  grid-template-columns:
    minmax(250px, 0.82fr)
    minmax(390px, 1.18fr)
    minmax(330px, 0.92fr);

  align-items: center;

  gap: 24px;
}


/* ==========================================================
   LEFT INTRODUCTION
========================================================== */

.graco-xt-intro {
  position: relative;
  z-index: 5;

  align-self: center;

  padding: 0 0 18px;
}

.graco-xt-kicker {
  position: relative;

  display: inline-block;

  margin-bottom: 15px;
  padding-bottom: 7px;

  color: var(--traq-green);

  font-size: 13px;
  line-height: 1;
  font-weight: 900;

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

.graco-xt-kicker::after {
  content: "";

  position: absolute;

  bottom: 0;
  left: 0;

  width: 86px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      var(--traq-green) 0%,
      rgba(var(--traq-green-rgb), 0.12) 100%
    );
}


/* ==========================================================
   HEADING — SMALLER / MOCKUP PLACEMENT
========================================================== */

.graco-xt-intro h2 {
  margin: 0;

  color: #171b1f;

  font-size: 43px;
  line-height: 0.98;
  font-weight: 900;

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

.graco-xt-intro h2 span {
  display: block;

  margin-top: 5px;

  color: var(--traq-green);
}

.graco-xt-description {
  width: 100%;
  max-width: 345px;

  margin: 21px 0 0;

  color: #333a42;

  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}


/* ==========================================================
   GRACO LOGOS
========================================================== */

.graco-brand-lockup {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-top: 27px;
}

.graco-brand-icon {
  display: block;

  width: 52px;
  height: 52px;

  object-fit: contain;

  filter:
    drop-shadow(0 5px 9px rgba(20, 27, 34, 0.12));
}

.graco-brand-wordmark {
  display: block;

  width: 165px;
  max-width: 66%;
  height: auto;

  object-fit: contain;

  filter:
    drop-shadow(0 5px 9px rgba(20, 27, 34, 0.10));
}


/* ==========================================================
   CENTER PRODUCT
========================================================== */

.graco-xt-product {
  position: relative;
  isolation: isolate;

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

  min-height: 500px;

  overflow: hidden;
}


/* Soft blue glow behind sprayer */

.graco-product-backlight {
  position: absolute;
  z-index: 0;

  left: 50%;
  bottom: 40px;

  width: 105%;
  height: 62%;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(35, 95, 185, 0.14) 0%,
      rgba(35, 95, 185, 0.05) 38%,
      transparent 72%
    );

  filter: blur(24px);
}


/* Floor shadow */

.graco-product-floor {
  position: absolute;
  z-index: 1;

  left: 50%;
  bottom: 10px;

  width: 90%;
  height: 95px;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.07) 45%,
      transparent 78%
    );

  filter: blur(10px);
}


/* PRODUCT */

.graco-product-image {
  position: relative;
  z-index: 2;

  display: block;

  width: 100%;
  max-width: 520px;
  height: auto;

  margin: 0 auto;

  object-fit: contain;

  filter:
    drop-shadow(0 24px 28px rgba(0, 0, 0, 0.20));

  animation: gracoProductFloat 6s ease-in-out infinite;
}


/* ==========================================================
   WHITE EDGE FADE
========================================================== */

.graco-xt-product::after {
  content: "";

  position: absolute;
  z-index: 3;

  inset: 0;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 52%,
      rgba(255, 255, 255, 0.06) 62%,
      rgba(255, 255, 255, 0.22) 72%,
      rgba(255, 255, 255, 0.55) 82%,
      rgba(255, 255, 255, 0.88) 92%,
      #ffffff 100%
    );
}

.graco-xt-product::before {
  content: "";

  position: absolute;
  z-index: 2;

  inset: -8%;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse at center,
      transparent 0%,
      transparent 48%,
      rgba(255, 255, 255, 0.18) 68%,
      rgba(255, 255, 255, 0.55) 82%,
      rgba(255, 255, 255, 0.90) 96%,
      #ffffff 100%
    );

  filter: blur(28px);
}


/* ==========================================================
   RIGHT FEATURE PANEL
========================================================== */

.graco-feature-panel {
  position: relative;
  z-index: 5;

  overflow: hidden;

  border: 1px solid rgba(27, 32, 37, 0.09);
  border-radius: 12px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(247, 248, 249, 0.96) 100%
    );

  box-shadow:
    0 18px 36px rgba(30, 37, 44, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.90);
}

.graco-feature-row {
  position: relative;

  display: grid;

  grid-template-columns: 78px minmax(0, 1fr);

  align-items: center;

  gap: 14px;

  min-height: 96px;

  padding: 13px 17px 13px 13px;

  border-bottom: 1px solid rgba(27, 32, 37, 0.09);

  transition:
    background 240ms ease,
    box-shadow 240ms ease;
}

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

.graco-feature-row::before {
  content: "";

  position: absolute;

  top: 20%;
  bottom: 20%;
  left: 0;

  width: 3px;

  background: var(--traq-green);

  box-shadow:
    0 0 8px rgba(var(--traq-green-rgb), 0.22);

  transition:
    top 240ms ease,
    bottom 240ms ease,
    box-shadow 240ms ease;
}

.graco-feature-row:hover,
.graco-feature-row.is-active {
  background:
    linear-gradient(
      90deg,
      rgba(var(--traq-green-rgb), 0.075) 0%,
      rgba(var(--traq-green-rgb), 0.018) 64%,
      transparent 100%
    );

  box-shadow:
    inset 14px 0 24px rgba(var(--traq-green-rgb), 0.025);
}

.graco-feature-row:hover::before,
.graco-feature-row.is-active::before {
  top: 8%;
  bottom: 8%;

  box-shadow:
    0 0 12px rgba(var(--traq-green-rgb), 0.52);
}

.graco-feature-image {
  position: relative;

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

  width: 78px;
  height: 70px;
}

.graco-feature-image::before {
  content: "";

  position: absolute;

  width: 58px;
  height: 58px;

  border-radius: 50%;

  opacity: 0;

  background:
    radial-gradient(
      circle,
      rgba(var(--traq-green-rgb), 0.17) 0%,
      rgba(var(--traq-green-rgb), 0.04) 48%,
      transparent 74%
    );

  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.graco-feature-row:hover .graco-feature-image::before,
.graco-feature-row.is-active .graco-feature-image::before {
  opacity: 1;

  transform: scale(1.14);
}

.graco-feature-image img {
  position: relative;
  z-index: 2;

  display: block;

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

  object-fit: contain;

  filter:
    drop-shadow(0 7px 9px rgba(25, 32, 39, 0.16));

  transition:
    transform 240ms ease,
    filter 240ms ease;
}

.graco-feature-row:hover .graco-feature-image img,
.graco-feature-row.is-active .graco-feature-image img {
  transform: scale(1.05);

  filter:
    drop-shadow(0 8px 11px rgba(25, 32, 39, 0.20))
    drop-shadow(0 0 8px rgba(var(--traq-green-rgb), 0.18));
}

.graco-feature-copy h3 {
  margin: 0 0 5px;

  color: #171b1f;

  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;

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

.graco-feature-copy p {
  margin: 0;

  color: #4e5760;

  font-size: 12px;
  line-height: 1.38;
}


/* ==========================================================
   BOTTOM VALUE STRIP
========================================================== */

.graco-value-strip {
  position: relative;
  z-index: 6;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    58px
    minmax(0, 1fr)
    58px
    minmax(0, 1fr);

  align-items: center;

  gap: 10px;

  margin-top: 26px;
  padding: 17px 24px;

  overflow: hidden;

  border: 1px solid rgba(27, 32, 37, 0.08);
  border-radius: 12px;

  background:
    rgba(255, 255, 255, 0.92);

  box-shadow:
    0 15px 32px rgba(30, 37, 44, 0.07);
}

.graco-value-strip::before {
  content: "";

  position: absolute;

  top: 0;
  right: 20%;
  bottom: 0;
  left: 20%;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse at center,
      rgba(var(--traq-green-rgb), 0.035) 0%,
      transparent 72%
    );
}

.graco-value-item {
  position: relative;
  z-index: 2;

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

  gap: 14px;

  min-width: 0;
}

.graco-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  flex: 0 0 58px;
}

.graco-value-icon img {
  display: block;

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

  object-fit: contain;

  filter:
    drop-shadow(0 5px 8px rgba(25, 32, 39, 0.12));
}

.graco-value-icon-logo img {
  max-width: 62px;
  max-height: 54px;
}

.graco-value-copy {
  min-width: 0;
}

.graco-value-copy strong,
.graco-value-copy span {
  display: block;

  color: #171b1f;

  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;

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

.graco-value-copy span {
  color: #4b545d;
}

.graco-value-arrow {
  position: relative;
  z-index: 2;

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

  height: 58px;

  border-left: 1px solid rgba(var(--traq-green-rgb), 0.38);
}

.graco-value-arrow span {
  position: relative;

  display: block;

  width: 23px;
  height: 2px;

  margin-left: 11px;

  background: var(--traq-green);
}

.graco-value-arrow span::after {
  content: "";

  position: absolute;

  top: 50%;
  right: 0;

  width: 8px;
  height: 8px;

  border-top: 2px solid var(--traq-green);
  border-right: 2px solid var(--traq-green);

  transform:
    translateY(-50%)
    rotate(45deg);
}


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

.graco-xt-intro,
.graco-xt-product,
.graco-feature-panel,
.graco-value-strip {
  opacity: 0;

  transform: translateY(18px);

  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.graco-xt-section.is-visible .graco-xt-intro,
.graco-xt-section.is-visible .graco-xt-product,
.graco-xt-section.is-visible .graco-feature-panel,
.graco-xt-section.is-visible .graco-value-strip {
  opacity: 1;

  transform: translateY(0);
}

.graco-xt-section.is-visible .graco-xt-product {
  transition-delay: 80ms;
}

.graco-xt-section.is-visible .graco-feature-panel {
  transition-delay: 150ms;
}

.graco-xt-section.is-visible .graco-value-strip {
  transition-delay: 220ms;
}


/* ==========================================================
   MEDIUM DESKTOP
========================================================== */

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

  .graco-xt-inner {
    max-width: 1040px;
  }

  .graco-xt-main {
    grid-template-columns:
      minmax(225px, 0.80fr)
      minmax(330px, 1.05fr)
      minmax(310px, 0.93fr);

    gap: 18px;
  }

  .graco-xt-intro h2 {
    font-size: 37px;
  }

  .graco-xt-description {
    font-size: 14px;
  }

  .graco-xt-product {
    min-height: 440px;
  }

  .graco-product-image {
    max-width: 450px;
  }

  .graco-feature-row {
    grid-template-columns: 70px minmax(0, 1fr);

    min-height: 90px;

    padding-right: 13px;
    padding-left: 11px;
  }

  .graco-feature-image {
    width: 70px;
    height: 64px;
  }

  .graco-feature-image img {
    max-height: 60px;
  }
}


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

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

  .graco-xt-section {
    left: auto;

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

    margin-left: 0;
    padding: 52px 20px 54px;
  }

  .graco-xt-main {
    grid-template-columns: 0.92fr 1.08fr;

    align-items: center;

    gap: 22px;
  }

  .graco-xt-intro {
    grid-column: 1;
    grid-row: 1;
  }

  .graco-xt-product {
    grid-column: 2;
    grid-row: 1;

    min-height: 420px;
  }

  .graco-feature-panel {
    grid-column: 1 / -1;
    grid-row: 2;

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .graco-feature-row {
    border-right: 1px solid rgba(27, 32, 37, 0.09);
  }

  .graco-feature-row:nth-child(even) {
    border-right: 0;
  }

  .graco-feature-row:last-child {
    grid-column: 1 / -1;
  }

  .graco-value-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;
  }

  .graco-value-arrow {
    display: none;
  }

  .graco-value-item {
    flex-direction: column;

    gap: 8px;

    text-align: center;
  }
}


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

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

  .graco-xt-section {
    padding: 44px 14px 48px;
  }

  .graco-xt-main {
    display: flex;
    flex-direction: column;

    gap: 15px;
  }

  .graco-xt-intro {
    width: 100%;

    padding-bottom: 0;

    text-align: center;
  }

  .graco-xt-kicker {
    margin-bottom: 12px;
  }

  .graco-xt-kicker::after {
    left: 50%;

    transform: translateX(-50%);
  }

  .graco-xt-intro h2 {
    font-size: 33px;
    line-height: 0.99;
  }

  .graco-xt-description {
    max-width: 365px;

    margin: 17px auto 0;

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

  .graco-brand-lockup {
    justify-content: center;

    margin-top: 20px;
  }

  .graco-brand-icon {
    width: 45px;
    height: 45px;
  }

  .graco-brand-wordmark {
    width: 145px;
  }


  /* Product */

  .graco-xt-product {
    width: 110%;
    min-height: 365px;

    margin-left: -5%;
  }

  .graco-product-image {
    width: 100%;
    max-width: 430px;
  }

  .graco-product-backlight {
    width: 108%;
    height: 58%;

    bottom: 32px;
  }


  /* Feature panel */

  .graco-feature-panel {
    display: block;

    width: 100%;
  }

  .graco-feature-row {
    grid-template-columns: 74px minmax(0, 1fr);

    min-height: 92px;

    padding: 13px 13px 13px 10px;

    border-right: 0;
  }

  .graco-feature-image {
    width: 74px;
    height: 66px;
  }

  .graco-feature-image img {
    max-width: 94%;
    max-height: 62px;
  }

  .graco-feature-copy h3 {
    font-size: 13px;
  }

  .graco-feature-copy p {
    font-size: 11px;
    line-height: 1.36;
  }


  /* Bottom value strip */

  .graco-value-strip {
    grid-template-columns: 1fr;

    gap: 0;

    margin-top: 22px;
    padding: 0 16px;
  }

  .graco-value-item {
    flex-direction: row;
    justify-content: flex-start;

    min-height: 90px;

    padding: 14px 0;

    border-bottom: 1px solid rgba(27, 32, 37, 0.09);

    text-align: left;
  }

  .graco-value-item:last-child {
    border-bottom: 0;
  }

  .graco-value-icon {
    width: 52px;
    height: 52px;

    flex-basis: 52px;
  }

  .graco-value-icon img {
    max-height: 49px;
  }

  .graco-value-copy strong,
  .graco-value-copy span {
    font-size: 14px;
  }
}


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

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

  .graco-xt-section {
    padding-right: 11px;
    padding-left: 11px;
  }

  .graco-xt-intro h2 {
    font-size: 29px;
  }

  .graco-xt-description {
    font-size: 13px;
  }

  .graco-xt-product {
    min-height: 325px;
  }

  .graco-feature-row {
    grid-template-columns: 65px minmax(0, 1fr);
  }

  .graco-feature-image {
    width: 65px;
    height: 59px;
  }

  .graco-feature-image img {
    max-height: 56px;
  }

  .graco-feature-copy h3 {
    font-size: 12px;
  }

  .graco-value-copy strong,
  .graco-value-copy span {
    font-size: 13px;
  }
}


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

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

  .graco-product-image {
    animation: none;
  }

  .graco-xt-intro,
  .graco-xt-product,
  .graco-feature-panel,
  .graco-value-strip,
  .graco-feature-row,
  .graco-feature-image::before,
  .graco-feature-image img {
    transition: none;
  }
}
/* ==========================================================
   OPTIONAL EQUIPMENT — TRAQNOLOGY GREEN VERSION
========================================================== */

.kubota-options,
.kubota-options * {
  box-sizing: border-box;
}

.kubota-options {
  --traq-green: #8dc63f;
  --traq-green-light: #9bd64a;
  --traq-green-rgb: 141, 198, 63;

  position: relative;
  left: 50%;
  isolation: isolate;

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

  margin-left: -50vw;
  padding: 68px 28px 74px;

  overflow: hidden;

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

  background:
    radial-gradient(
      circle at 50% 4%,
      rgba(17, 76, 116, 0.72) 0%,
      rgba(8, 35, 55, 0.48) 28%,
      transparent 58%
    ),
    linear-gradient(
      180deg,
      #061a2b 0%,
      #03111e 54%,
      #010812 100%
    );
}


/* ==========================================================
   BACKGROUND EFFECTS
========================================================== */

.kubota-options::before {
  content: "";

  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  pointer-events: none;
  opacity: 0.34;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 58px 58px;
}

.kubota-options::after {
  content: "";

  position: absolute;
  z-index: 0;

  right: -8%;
  bottom: -180px;
  left: -8%;

  height: 360px;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse at center,
      rgba(15, 105, 175, 0.22) 0%,
      rgba(8, 65, 110, 0.10) 38%,
      transparent 72%
    );

  filter: blur(28px);
}

.kubota-options-inner {
  position: relative;
  z-index: 2;

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

  margin: 0 auto;
}


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

.kubota-options-heading {
  width: 100%;
  max-width: 910px;

  margin: 0 auto 38px;

  text-align: center;
}

.kubota-options-kicker {
  position: relative;

  display: inline-block;

  margin-bottom: 15px;
  padding-bottom: 9px;

  color: var(--traq-green);

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

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

.kubota-options-kicker::after {
  content: "";

  position: absolute;

  right: 0;
  bottom: 0;
  left: 0;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--traq-green) 50%,
      transparent 100%
    );
}

.kubota-options-heading h2 {
  margin: 0;

  color: #ffffff;

  font-size: 54px;
  line-height: 1;
  font-weight: 900;

  letter-spacing: -0.035em;
  text-transform: uppercase;

  text-shadow:
    0 5px 18px rgba(0, 0, 0, 0.36);
}

.kubota-options-heading h2 span {
  color: var(--traq-green);
}

.kubota-options-heading p {
  max-width: 720px;

  margin: 17px auto 0;

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

  font-size: 18px;
  line-height: 1.45;
}


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

.kubota-options-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;
}


/* ==========================================================
   EQUIPMENT CARD
========================================================== */

.kubota-option-card {
  position: relative;
  isolation: isolate;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 510px;

  overflow: hidden;

  border: 1px solid rgba(49, 133, 198, 0.52);
  border-radius: 13px;

  background:
    linear-gradient(
      150deg,
      rgba(16, 53, 83, 0.82) 0%,
      rgba(5, 24, 41, 0.94) 48%,
      rgba(2, 13, 24, 0.98) 100%
    );

  box-shadow:
    0 20px 38px rgba(0, 0, 0, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);

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


/* Green line across top of card */

.kubota-option-card::before {
  content: "";

  position: absolute;
  z-index: 5;

  top: 0;
  right: 10%;
  left: 10%;

  height: 2px;

  opacity: 0;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--traq-green) 50%,
      transparent 100%
    );

  box-shadow:
    0 0 16px rgba(var(--traq-green-rgb), 0.60);

  transform: scaleX(0.45);

  transition:
    opacity 320ms ease,
    transform 320ms ease;
}


/* Green card hover */

.kubota-option-card:hover {
  transform: translateY(-7px);

  border-color: rgba(var(--traq-green-rgb), 0.70);

  box-shadow:
    0 26px 46px rgba(0, 0, 0, 0.38),
    0 0 24px rgba(var(--traq-green-rgb), 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.kubota-option-card:hover::before {
  opacity: 1;

  transform: scaleX(1);
}


/* ==========================================================
   CARD IMAGE AREA
========================================================== */

.kubota-option-media {
  position: relative;
  isolation: isolate;

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

  width: 100%;
  height: 270px;

  padding: 20px 18px 8px;

  overflow: hidden;
}

.kubota-option-media::after {
  content: "";

  position: absolute;
  z-index: 3;

  right: 0;
  bottom: 0;
  left: 0;

  height: 36%;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(3, 17, 30, 0.78) 100%
    );
}

.kubota-option-glow {
  position: absolute;
  z-index: 0;

  left: 50%;
  bottom: 18px;

  width: 82%;
  height: 52%;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(26, 118, 183, 0.36) 0%,
      rgba(14, 77, 126, 0.15) 44%,
      transparent 74%
    );

  filter: blur(18px);

  transition:
    transform 340ms ease,
    opacity 340ms ease;
}

.kubota-option-media img {
  position: relative;
  z-index: 2;

  display: block;

  width: 100%;
  max-width: 390px;
  max-height: 235px;

  object-fit: contain;

  filter:
    drop-shadow(0 20px 22px rgba(0, 0, 0, 0.48));

  transition:
    transform 420ms ease,
    filter 420ms ease;
}

.kubota-option-card:hover .kubota-option-glow {
  opacity: 1;

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

.kubota-option-card:hover .kubota-option-media img {
  transform: scale(1.045);

  filter:
    drop-shadow(0 22px 25px rgba(0, 0, 0, 0.54))
    drop-shadow(0 0 13px rgba(var(--traq-green-rgb), 0.18));
}


/* Individual image sizing */

.kubota-option-media-hash img {
  max-width: 430px;
}

.kubota-option-media-tank img {
  max-width: 320px;
}

.kubota-option-media-parking img {
  max-width: 350px;
}


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

.kubota-option-content {
  position: relative;
  z-index: 4;

  display: flex;
  flex-direction: column;

  flex: 1 1 auto;

  padding: 17px 22px 22px;
}

.kubota-option-label {
  margin-bottom: 10px;

  color: var(--traq-green);

  font-size: 13px;
  line-height: 1;
  font-weight: 900;

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

.kubota-option-content h3 {
  margin: 0;

  color: #ffffff;

  font-size: 23px;
  line-height: 1.08;
  font-weight: 900;

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


/* Green accent line */

.kubota-option-line {
  width: 42px;
  height: 3px;

  margin: 14px 0 15px;

  background:
    linear-gradient(
      90deg,
      var(--traq-green) 0%,
      var(--traq-green-light) 100%
    );

  box-shadow:
    0 0 10px rgba(var(--traq-green-rgb), 0.26);

  transition:
    width 300ms ease;
}

.kubota-option-card:hover .kubota-option-line {
  width: 68px;
}

.kubota-option-content p {
  margin: 0;

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

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


/* ==========================================================
   VIEW DETAILS LINK
========================================================== */

.kubota-option-link {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 16px;

  width: 100%;

  margin-top: auto;
  padding-top: 24px;

  color: var(--traq-green);

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

  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    color 220ms ease;
}

.kubota-option-arrow {
  display: block;

  font-family: Arial, sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 300;

  transition:
    transform 240ms ease;
}

.kubota-option-link:hover {
  color: var(--traq-green-light);
}

.kubota-option-link:hover .kubota-option-arrow,
.kubota-option-card:hover .kubota-option-arrow {
  transform: translateX(6px);
}


/* ==========================================================
   MEDIUM DESKTOP
========================================================== */

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

  .kubota-options-inner {
    max-width: 1050px;
  }

  .kubota-options-heading h2 {
    font-size: 46px;
  }

  .kubota-option-card {
    min-height: 490px;
  }

  .kubota-option-media {
    height: 240px;
  }

  .kubota-option-content h3 {
    font-size: 20px;
  }

  .kubota-option-content p {
    font-size: 14px;
  }

}


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

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

  .kubota-options {
    left: auto;

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

    margin-left: 0;
    padding: 58px 22px 62px;
  }

  .kubota-options-heading h2 {
    font-size: 42px;
  }

  .kubota-options-heading p {
    max-width: 650px;

    font-size: 16px;
  }

  .kubota-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kubota-option-card:last-child {
    grid-column: 1 / -1;

    width: calc(50% - 9px);

    margin: 0 auto;
  }

}


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

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

  .kubota-options {
    padding: 48px 14px 52px;

    background:
      radial-gradient(
        circle at 50% 1%,
        rgba(17, 76, 116, 0.70) 0%,
        rgba(8, 35, 55, 0.42) 28%,
        transparent 55%
      ),
      linear-gradient(
        180deg,
        #061a2b 0%,
        #03111e 54%,
        #010812 100%
      );
  }

  .kubota-options::before {
    background-size: 44px 44px;

    opacity: 0.24;
  }

  .kubota-options-heading {
    margin-bottom: 28px;
  }

  .kubota-options-kicker {
    font-size: 12px;
  }

  .kubota-options-heading h2 {
    max-width: 390px;

    margin-right: auto;
    margin-left: auto;

    font-size: 35px;
    line-height: 1.02;
  }

  .kubota-options-heading h2 span {
    display: block;
  }

  .kubota-options-heading p {
    max-width: 370px;

    margin-top: 14px;

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

  .kubota-options-grid {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .kubota-option-card,
  .kubota-option-card:last-child {
    width: 100%;
    min-height: 0;

    margin: 0;
  }

  .kubota-option-card:hover {
    transform: none;
  }

  .kubota-option-media {
    height: 225px;

    padding: 14px 12px 4px;
  }

  .kubota-option-media img {
    max-height: 205px;
  }

  .kubota-option-media-hash img {
    max-width: 390px;
  }

  .kubota-option-media-tank img {
    max-width: 285px;
  }

  .kubota-option-media-parking img {
    max-width: 310px;
  }

  .kubota-option-content {
    padding: 15px 18px 20px;
  }

  .kubota-option-label {
    font-size: 12px;
  }

  .kubota-option-content h3 {
    font-size: 20px;
  }

  .kubota-option-content p {
    font-size: 14px;
  }

  .kubota-option-link {
    padding-top: 20px;

    font-size: 13px;
  }

}


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

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

  .kubota-options {
    padding-right: 11px;
    padding-left: 11px;
  }

  .kubota-options-heading h2 {
    font-size: 31px;
  }

  .kubota-option-media {
    height: 205px;
  }

  .kubota-option-media img {
    max-height: 185px;
  }

  .kubota-option-content h3 {
    font-size: 18px;
  }

  .kubota-option-content p {
    font-size: 13px;
  }

}


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

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

  .kubota-option-card,
  .kubota-option-card::before,
  .kubota-option-glow,
  .kubota-option-media img,
  .kubota-option-line,
  .kubota-option-arrow {
    transition: none;
  }

}

/* ==========================================================
   PAINT BEYOND LINES
   WHITE SECTION + BLUE GLASS CARDS
========================================================== */

.kubota-beyond-lines,
.kubota-beyond-lines * {
  box-sizing: border-box;
}

.kubota-beyond-lines {
  position: relative;
  left: 50%;
  isolation: isolate;

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

  margin-left: -50vw;
  padding: 66px 28px 72px;

  overflow: hidden;

  color: #171b1f;
  font-family: "Source Sans Pro", Arial, sans-serif;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fbfcfd 58%,
      #f3f5f7 100%
    );
}


/* ==========================================================
   SUBTLE WHITE BACKGROUND DETAIL
========================================================== */

.kubota-beyond-lines::before {
  content: "";

  position: absolute;
  z-index: 0;

  top: -210px;
  left: 50%;

  width: 940px;
  height: 430px;

  transform: translateX(-50%);

  border-radius: 50%;

  pointer-events: none;

  background:
    radial-gradient(
      circle,
      rgba(93, 193, 60, 0.07) 0%,
      rgba(93, 193, 60, 0.022) 42%,
      transparent 73%
    );
}

.kubota-beyond-lines::after {
  content: "";

  position: absolute;
  z-index: 0;

  right: 0;
  bottom: 0;
  left: 0;

  height: 130px;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(222, 226, 230, 0.23) 100%
    );
}

.beyond-lines-inner {
  position: relative;
  z-index: 2;

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

  margin: 0 auto;
}


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

.beyond-lines-heading {
  width: 100%;
  max-width: 1050px;

  margin: 0 auto 34px;

  text-align: center;
}

.beyond-lines-kicker {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 17px;

  margin-bottom: 17px;
}

.beyond-lines-kicker span {
  display: block;

  width: 155px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(76, 145, 43, 0.72) 100%
    );
}

.beyond-lines-kicker span:last-child {
  background:
    linear-gradient(
      90deg,
      rgba(76, 145, 43, 0.72) 0%,
      transparent 100%
    );
}

.beyond-lines-kicker p {
  margin: 0;

  color: #4c912b;

  font-size: 18px;
  line-height: 1;
  font-weight: 900;

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

.beyond-lines-heading h2 {
  margin: 0;

  color: #17191c;

  font-size: 62px;
  line-height: 0.98;
  font-weight: 900;

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

.beyond-lines-heading h2 span {
  color: #8dc63f;
  font-style: italic;
}

.beyond-lines-intro {
  max-width: 760px;

  margin: 18px auto 0;

  color: #3e454c;

  font-size: 19px;
  line-height: 1.48;
}


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

.beyond-lines-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;
}


/* ==========================================================
   BLUE GLASS CARD
========================================================== */

.beyond-lines-card {
  position: relative;
  isolation: isolate;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 580px;

  padding: 24px 12px 0;

  overflow: hidden;

  border: 1px solid rgba(98, 170, 218, 0.32);
  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      rgba(13, 57, 88, 0.96) 0%,
      rgba(8, 35, 55, 0.94) 44%,
      rgba(4, 23, 37, 0.97) 72%,
      rgba(2, 11, 19, 0.98) 100%
    );

  box-shadow:
    0 20px 40px rgba(17, 31, 43, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(0, 0, 0, 0.30);

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


/* Glass reflection */

.beyond-lines-card::before {
  content: "";

  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
  left: 0;

  height: 48%;

  pointer-events: none;

  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.045) 35%,
      transparent 72%
    );
}


/* Blue-green internal atmosphere */

.beyond-lines-card::after {
  content: "";

  position: absolute;
  z-index: 0;

  top: -85px;
  left: 50%;

  width: 340px;
  height: 250px;

  transform: translateX(-50%);

  border-radius: 50%;

  pointer-events: none;

  background:
    radial-gradient(
      circle,
      rgba(93, 193, 60, 0.15) 0%,
      rgba(45, 123, 166, 0.09) 38%,
      transparent 72%
    );

  filter: blur(8px);
}

.beyond-lines-card:hover {
  transform: translateY(-7px);

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

  background:
    linear-gradient(
      145deg,
      rgba(15, 66, 101, 0.98) 0%,
      rgba(8, 39, 61, 0.96) 45%,
      rgba(4, 24, 39, 0.98) 73%,
      rgba(2, 11, 19, 1) 100%
    );

  box-shadow:
    0 27px 50px rgba(17, 31, 43, 0.28),
    0 0 25px rgba(93, 193, 60, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}


/* Keep actual card content above effects */

.beyond-lines-card-heading,
.beyond-lines-accent,
.beyond-lines-video-wrap,
.beyond-lines-card-copy {
  position: relative;
  z-index: 2;
}


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

.beyond-lines-card-heading {
  display: grid;

  grid-template-columns: 105px minmax(0, 1fr);

  align-items: center;

  gap: 16px;

  min-height: 116px;

  padding: 0 16px 8px;
}

.beyond-lines-icon {
  position: relative;

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

  width: 105px;
  height: 95px;
}

.beyond-lines-icon::before {
  content: "";

  position: absolute;

  width: 82px;
  height: 82px;

  border-radius: 50%;

  opacity: 0;

  background:
    radial-gradient(
      circle,
      rgba(93, 193, 60, 0.22) 0%,
      rgba(93, 193, 60, 0.06) 45%,
      transparent 74%
    );

  transition:
    opacity 320ms ease,
    transform 320ms ease;
}

.beyond-lines-card:hover .beyond-lines-icon::before {
  opacity: 1;

  transform: scale(1.16);
}

.beyond-lines-icon img {
  position: relative;
  z-index: 2;

  display: block;

  max-width: 96px;
  max-height: 88px;

  object-fit: contain;

  filter:
    drop-shadow(0 7px 10px rgba(0, 0, 0, 0.32))
    drop-shadow(0 0 8px rgba(93, 193, 60, 0.12));

  transition:
    transform 320ms ease,
    filter 320ms ease;
}

.beyond-lines-card:hover .beyond-lines-icon img {
  transform: scale(1.07);

  filter:
    drop-shadow(0 8px 12px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 14px rgba(93, 193, 60, 0.30));
}

.beyond-lines-heading-copy {
  min-width: 0;
}

.beyond-lines-heading-copy h3 {
  margin: 0 0 6px;

  color: #ffffff;

  font-size: 26px;
  line-height: 1.05;
  font-weight: 900;

  letter-spacing: -0.01em;
  text-transform: uppercase;

  text-shadow:
    0 3px 10px rgba(0, 0, 0, 0.28);
}

.beyond-lines-heading-copy p {
  margin: 0;

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

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


/* ==========================================================
   GREEN ACCENT LINE
========================================================== */

.beyond-lines-accent {
  width: 126px;
  height: 1px;

  margin: 0 auto 20px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(93, 193, 60, 0.92) 50%,
      transparent 100%
    );

  box-shadow:
    0 0 10px rgba(93, 193, 60, 0.26);

  transition:
    width 300ms ease,
    box-shadow 300ms ease;
}

.beyond-lines-card:hover .beyond-lines-accent {
  width: 180px;

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


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

.beyond-lines-video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;

  background: #020b13;

  box-shadow:
    0 13px 25px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.beyond-lines-video {
  display: block;

  width: 100%;
  height: 100%;

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

  transform: scale(1.002);

  transition:
    transform 800ms ease,
    filter 360ms ease;
}

.beyond-lines-card:hover .beyond-lines-video {
  transform: scale(1.035);

  filter:
    saturate(1.06)
    contrast(1.03);
}

.beyond-lines-video-shade {
  position: absolute;
  z-index: 2;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(1, 8, 14, 0.03) 0%,
      transparent 60%,
      rgba(1, 8, 14, 0.23) 100%
    );
}


/* ==========================================================
   CARD DESCRIPTION
========================================================== */

.beyond-lines-card-copy {
  flex: 1 1 auto;

  padding: 21px 15px 25px;
}

.beyond-lines-card-copy p {
  margin: 0;

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

  font-size: 16px;
  line-height: 1.5;
}


/* ==========================================================
   MEDIUM DESKTOP
========================================================== */

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

  .beyond-lines-inner {
    max-width: 1080px;
  }

  .beyond-lines-heading h2 {
    font-size: 51px;
  }

  .beyond-lines-card {
    min-height: 525px;
  }

  .beyond-lines-card-heading {
    grid-template-columns: 83px minmax(0, 1fr);

    gap: 12px;

    padding-right: 10px;
    padding-left: 10px;
  }

  .beyond-lines-icon {
    width: 83px;
    height: 80px;
  }

  .beyond-lines-icon::before {
    width: 68px;
    height: 68px;
  }

  .beyond-lines-icon img {
    max-width: 77px;
    max-height: 75px;
  }

  .beyond-lines-heading-copy h3 {
    font-size: 21px;
  }

  .beyond-lines-heading-copy p {
    font-size: 14px;
  }

  .beyond-lines-card-copy p {
    font-size: 14px;
  }

}


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

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

  .kubota-beyond-lines {
    left: auto;

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

    margin-left: 0;
    padding: 56px 21px 60px;
  }

  .beyond-lines-heading h2 {
    font-size: 44px;
  }

  .beyond-lines-intro {
    max-width: 650px;

    font-size: 17px;
  }

  .beyond-lines-kicker span {
    width: 95px;
  }

  .beyond-lines-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beyond-lines-card:last-child {
    grid-column: 1 / -1;

    width: calc(50% - 9px);

    margin: 0 auto;
  }

}


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

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

  .kubota-beyond-lines {
    padding: 46px 14px 50px;

    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        #fafbfd 58%,
        #f1f4f6 100%
      );
  }

  .kubota-beyond-lines::before {
    top: -130px;

    width: 560px;
    height: 280px;

    opacity: 0.70;
  }

  .beyond-lines-heading {
    margin-bottom: 27px;
  }

  .beyond-lines-kicker {
    gap: 11px;

    margin-bottom: 13px;
  }

  .beyond-lines-kicker span {
    width: 42px;
  }

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

  .beyond-lines-heading h2 {
    max-width: 390px;

    margin-right: auto;
    margin-left: auto;

    font-size: 36px;
    line-height: 1.01;
  }

  .beyond-lines-heading h2 span {
    display: block;

    margin-top: 3px;
  }

  .beyond-lines-intro {
    max-width: 375px;

    margin-top: 14px;

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

  .beyond-lines-grid {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .beyond-lines-card,
  .beyond-lines-card:last-child {
    width: 100%;
    min-height: 0;

    margin: 0;
    padding-top: 18px;
  }

  .beyond-lines-card:hover {
    transform: none;
  }

  .beyond-lines-card-heading {
    grid-template-columns: 78px minmax(0, 1fr);

    min-height: 90px;

    padding: 0 12px 6px;

    text-align: left;
  }

  .beyond-lines-icon {
    width: 78px;
    height: 72px;
  }

  .beyond-lines-icon::before {
    width: 62px;
    height: 62px;
  }

  .beyond-lines-icon img {
    max-width: 69px;
    max-height: 68px;
  }

  .beyond-lines-heading-copy h3 {
    font-size: 22px;
  }

  .beyond-lines-heading-copy p {
    font-size: 13px;
  }

  .beyond-lines-accent {
    margin-bottom: 15px;
  }

  .beyond-lines-card-copy {
    padding: 18px 14px 21px;
  }

  .beyond-lines-card-copy p {
    font-size: 14px;
  }

}


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

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

  .kubota-beyond-lines {
    padding-right: 11px;
    padding-left: 11px;
  }

  .beyond-lines-heading h2 {
    font-size: 32px;
  }

  .beyond-lines-card-heading {
    grid-template-columns: 69px minmax(0, 1fr);

    gap: 9px;
  }

  .beyond-lines-icon {
    width: 69px;
    height: 66px;
  }

  .beyond-lines-icon img {
    max-width: 62px;
    max-height: 62px;
  }

  .beyond-lines-heading-copy h3 {
    font-size: 19px;
  }

}


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

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

  .beyond-lines-video,
  .beyond-lines-card,
  .beyond-lines-icon::before,
  .beyond-lines-icon img,
  .beyond-lines-accent {
    transition: none;
  }

}

/* ==========================================================
   MULTI-FIELD PRODUCTIVITY
========================================================== */

.kubota-multifield,
.kubota-multifield * {
  box-sizing: border-box;
}

.kubota-multifield {
  position: relative;
  left: 50%;
  isolation: isolate;

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

  margin-left: -50vw;
  padding: 68px 28px 72px;

  overflow: hidden;

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

  background:
    radial-gradient(
      circle at 65% 28%,
      rgba(14, 76, 116, 0.52) 0%,
      rgba(8, 35, 55, 0.18) 32%,
      transparent 58%
    ),
    radial-gradient(
      circle at 18% 55%,
      rgba(7, 63, 101, 0.30) 0%,
      transparent 44%
    ),
    linear-gradient(
      180deg,
      #061a2b 0%,
      #03111e 52%,
      #010812 100%
    );
}


/* ==========================================================
   BACKGROUND DETAILS
========================================================== */

.kubota-multifield::before {
  content: "";

  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );

  background-size: 58px 58px;
  opacity: 0.26;
}

.kubota-multifield::after {
  content: "";

  position: absolute;
  z-index: 0;

  right: -8%;
  bottom: -190px;
  left: -8%;

  height: 390px;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse at center,
      rgba(27, 118, 184, 0.20) 0%,
      rgba(12, 75, 123, 0.07) 42%,
      transparent 72%
    );

  filter: blur(30px);
}

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

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

  margin: 0 auto;
}


/* ==========================================================
   HERO LAYOUT
========================================================== */

.multifield-hero {
  display: grid;

  grid-template-columns:
    minmax(360px, 0.80fr)
    minmax(540px, 1.20fr);

  align-items: center;

  gap: 54px;
}


/* ==========================================================
   LEFT COPY
========================================================== */

.multifield-copy {
  position: relative;
  z-index: 3;

  padding-left: 36px;
}

.multifield-kicker {
  display: flex;
  align-items: center;

  gap: 13px;

  margin-bottom: 22px;
}

.multifield-kicker span {
  display: block;

  width: 42px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(93, 193, 60, 0.15) 0%,
      #5dc13c 100%
    );
}

.multifield-kicker span:last-child {
  width: 74px;

  background:
    linear-gradient(
      90deg,
      #5dc13c 0%,
      transparent 100%
    );
}

.multifield-kicker p {
  margin: 0;

  color: #7acb42;

  font-size: 17px;
  line-height: 1;
  font-weight: 900;

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

.multifield-copy h2 {
  margin: 0;

  color: #ffffff;

  font-size: 57px;
  line-height: 0.99;
  font-weight: 900;

  letter-spacing: -0.035em;
  text-transform: uppercase;

  text-shadow:
    0 6px 20px rgba(0, 0, 0, 0.34);
}

.multifield-copy h2 span {
  display: block;

  margin-top: 8px;

  color: #8dc63f;
  font-style: italic;
}

.multifield-heading-line {
  width: 105px;
  height: 2px;

  margin: 27px 0 22px;

  background:
    linear-gradient(
      90deg,
      #5dc13c 0%,
      rgba(93, 193, 60, 0.12) 100%
    );

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

.multifield-intro {
  max-width: 500px;

  margin: 0;

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

  font-size: 19px;
  line-height: 1.55;
}


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

.multifield-video-column {
  position: relative;
}

.multifield-video-glow {
  position: absolute;
  z-index: 0;

  top: 50%;
  left: 50%;

  width: 108%;
  height: 112%;

  transform: translate(-50%, -50%);

  border-radius: 28px;

  pointer-events: none;

  background:
    radial-gradient(
      ellipse,
      rgba(31, 132, 199, 0.27) 0%,
      rgba(31, 132, 199, 0.08) 50%,
      transparent 76%
    );

  filter: blur(24px);
}

.multifield-video-frame {
  position: relative;
  z-index: 2;

  width: 100%;
  aspect-ratio: 16 / 9;

  overflow: hidden;

  border: 1px solid rgba(126, 203, 240, 0.68);
  border-radius: 15px;

  background: #020b13;

  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.44),
    0 0 22px rgba(36, 143, 208, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);

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

.multifield-video-frame:hover {
  transform: translateY(-4px);

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

  box-shadow:
    0 28px 50px rgba(0, 0, 0, 0.48),
    0 0 28px rgba(93, 193, 60, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.multifield-video {
  position: relative;
  z-index: 1;

  display: block;

  width: 100%;
  height: 100%;

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

  background: #020b13;
}

.multifield-video-overlay {
  position: absolute;
  z-index: 2;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(1, 8, 14, 0.035) 0%,
      transparent 64%,
      rgba(1, 8, 14, 0.18) 100%
    );
}


/* ==========================================================
   BENEFITS PANEL
========================================================== */

.multifield-benefits {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  margin-top: 34px;
  padding: 26px 20px;

  overflow: hidden;

  border: 1px solid rgba(80, 161, 214, 0.43);
  border-radius: 14px;

  background:
    linear-gradient(
      145deg,
      rgba(13, 57, 88, 0.72) 0%,
      rgba(8, 35, 55, 0.60) 48%,
      rgba(3, 18, 31, 0.78) 100%
    );

  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.multifield-benefit {
  position: relative;

  min-width: 0;

  padding: 6px 30px 9px;

  border-right: 1px solid rgba(255, 255, 255, 0.20);

  transition:
    background 280ms ease;
}

.multifield-benefit:first-child {
  padding-left: 20px;
}

.multifield-benefit:last-child {
  padding-right: 20px;

  border-right: 0;
}

.multifield-benefit:hover {
  background:
    linear-gradient(
      180deg,
      rgba(93, 193, 60, 0.06) 0%,
      transparent 100%
    );
}

.multifield-benefit h3 {
  margin: 0;

  color: #ffffff;

  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;

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

.multifield-benefit-line {
  width: 54px;
  height: 2px;

  margin: 14px 0 16px;

  background:
    linear-gradient(
      90deg,
      #5dc13c 0%,
      rgba(93, 193, 60, 0.16) 100%
    );

  box-shadow:
    0 0 9px rgba(93, 193, 60, 0.22);

  transition:
    width 260ms ease;
}

.multifield-benefit:hover .multifield-benefit-line {
  width: 78px;
}

.multifield-benefit p {
  margin: 0;

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

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


/* ==========================================================
   RESULT STATEMENT
========================================================== */

.multifield-result {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(440px, 0.95fr)
    1px
    minmax(420px, 1.05fr);

  align-items: center;

  gap: 34px;

  margin-top: 24px;
  padding: 25px 34px;

  overflow: hidden;

  border: 1px solid rgba(93, 193, 60, 0.58);
  border-radius: 14px;

  background:
    linear-gradient(
      105deg,
      rgba(10, 48, 76, 0.92) 0%,
      rgba(7, 35, 56, 0.90) 50%,
      rgba(3, 18, 31, 0.94) 100%
    );

  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.31),
    0 0 18px rgba(93, 193, 60, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.multifield-result::before {
  content: "";

  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 1px;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(93, 193, 60, 0.10) 0%,
      rgba(87, 188, 235, 0.85) 50%,
      rgba(93, 193, 60, 0.10) 100%
    );

  box-shadow:
    0 0 14px rgba(87, 188, 235, 0.42);
}

.multifield-result-main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;

  gap: 7px 12px;
}

.multifield-result-label {
  width: 100%;

  color: #ffffff;

  font-size: 18px;
  line-height: 1;
  font-weight: 900;

  text-transform: uppercase;
}

.multifield-result-main strong {
  color: #73c63b;

  font-size: 42px;
  line-height: 1;
  font-weight: 900;

  letter-spacing: -0.025em;
  text-transform: uppercase;
  font-style: italic;

  text-shadow:
    0 0 16px rgba(93, 193, 60, 0.12);
}

.multifield-result-ending {
  color: #ffffff;

  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;

  text-transform: uppercase;
}

.multifield-result-divider {
  width: 1px;
  height: 82px;

  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(255, 255, 255, 0.42) 50%,
      transparent 100%
    );
}

.multifield-result-copy p {
  margin: 0;

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

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

.multifield-result-copy small {
  display: block;

  margin-top: 8px;

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

  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
}


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

.multifield-copy,
.multifield-video-column,
.multifield-benefits,
.multifield-result {
  opacity: 0;

  transform: translateY(22px);

  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.kubota-multifield.is-visible .multifield-copy,
.kubota-multifield.is-visible .multifield-video-column,
.kubota-multifield.is-visible .multifield-benefits,
.kubota-multifield.is-visible .multifield-result {
  opacity: 1;

  transform: translateY(0);
}

.kubota-multifield.is-visible .multifield-video-column {
  transition-delay: 100ms;
}

.kubota-multifield.is-visible .multifield-benefits {
  transition-delay: 190ms;
}

.kubota-multifield.is-visible .multifield-result {
  transition-delay: 270ms;
}


/* ==========================================================
   MEDIUM DESKTOP
========================================================== */

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

  .multifield-inner {
    max-width: 1080px;
  }

  .multifield-hero {
    grid-template-columns:
      minmax(320px, 0.82fr)
      minmax(480px, 1.18fr);

    gap: 34px;
  }

  .multifield-copy {
    padding-left: 24px;
  }

  .multifield-copy h2 {
    font-size: 48px;
  }

  .multifield-intro {
    font-size: 17px;
  }

  .multifield-benefit {
    padding-right: 20px;
    padding-left: 20px;
  }

  .multifield-benefit h3 {
    font-size: 17px;
  }

  .multifield-result-main strong {
    font-size: 36px;
  }

}


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

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

  .kubota-multifield {
    left: auto;

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

    margin-left: 0;
    padding: 58px 22px 62px;
  }

  .multifield-hero {
    grid-template-columns: 1fr;

    gap: 30px;
  }

  .multifield-copy {
    max-width: 720px;

    margin: 0 auto;
    padding-left: 0;

    text-align: center;
  }

  .multifield-kicker {
    justify-content: center;
  }

  .multifield-copy h2 {
    font-size: 48px;
  }

  .multifield-heading-line {
    margin-right: auto;
    margin-left: auto;
  }

  .multifield-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .multifield-video-column {
    width: 100%;
    max-width: 820px;

    margin: 0 auto;
  }

  .multifield-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    padding: 12px;
  }

  .multifield-benefit {
    padding: 22px;

    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .multifield-benefit:nth-child(even) {
    border-right: 0;
  }

  .multifield-benefit:nth-child(n+3) {
    border-bottom: 0;
  }

  .multifield-benefit:first-child,
  .multifield-benefit:last-child {
    padding: 22px;
  }

  .multifield-result {
    grid-template-columns: 1fr;

    gap: 18px;

    text-align: center;
  }

  .multifield-result-main {
    justify-content: center;
  }

  .multifield-result-divider {
    width: 70%;
    height: 1px;

    margin: 0 auto;

    background:
      linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.38) 50%,
        transparent 100%
      );
  }

}


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

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

  .kubota-multifield {
    padding: 48px 14px 52px;

    background:
      radial-gradient(
        circle at 50% 18%,
        rgba(14, 76, 116, 0.42) 0%,
        transparent 48%
      ),
      linear-gradient(
        180deg,
        #061a2b 0%,
        #03111e 52%,
        #010812 100%
      );
  }

  .kubota-multifield::before {
    background-size: 44px 44px;

    opacity: 0.20;
  }

  .multifield-kicker {
    gap: 9px;

    margin-bottom: 17px;
  }

  .multifield-kicker span {
    width: 24px;
  }

  .multifield-kicker span:last-child {
    width: 34px;
  }

  .multifield-kicker p {
    font-size: 12px;
  }

  .multifield-copy h2 {
    max-width: 390px;

    margin-right: auto;
    margin-left: auto;

    font-size: 37px;
    line-height: 1;
  }

  .multifield-copy h2 span {
    margin-top: 5px;
  }

  .multifield-heading-line {
    margin-top: 20px;
    margin-bottom: 17px;
  }

  .multifield-intro {
    max-width: 390px;

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

  .multifield-video-frame {
    border-radius: 11px;
  }

  .multifield-video-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .multifield-benefits {
    grid-template-columns: 1fr;

    gap: 0;

    margin-top: 24px;
    padding: 0 17px;
  }

  .multifield-benefit,
  .multifield-benefit:first-child,
  .multifield-benefit:last-child {
    padding: 20px 3px;

    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .multifield-benefit:last-child {
    border-bottom: 0;
  }

  .multifield-benefit h3 {
    font-size: 17px;
  }

  .multifield-benefit-line {
    margin-top: 11px;
    margin-bottom: 12px;
  }

  .multifield-benefit p {
    font-size: 14px;
  }

  .multifield-result {
    margin-top: 18px;
    padding: 23px 17px;
  }

  .multifield-result-label {
    font-size: 15px;
  }

  .multifield-result-main strong {
    width: 100%;

    font-size: 34px;
  }

  .multifield-result-ending {
    width: 100%;

    font-size: 15px;
  }

  .multifield-result-copy p {
    font-size: 14px;
  }

  .multifield-result-copy small {
    font-size: 11px;
  }

}


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

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

  .kubota-multifield {
    padding-right: 11px;
    padding-left: 11px;
  }

  .multifield-copy h2 {
    font-size: 33px;
  }

  .multifield-result-main strong {
    font-size: 30px;
  }

}


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

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

  .multifield-copy,
  .multifield-video-column,
  .multifield-benefits,
  .multifield-result,
  .multifield-video-frame,
  .multifield-benefit-line {
    transition: none;
  }

}

/* ==========================================================
   AVERAGE PAINT USAGE + SAVINGS
========================================================== */

.xt-paint-usage,
.xt-paint-usage * {
  box-sizing: border-box;
}

.xt-paint-usage {
  position: relative;
  left: 50%;

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

  margin-left: -50vw;
  padding: 52px 28px;

  overflow: hidden;

  color: #071c2f;
  font-family: "Source Sans Pro", Arial, sans-serif;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f9fafb 100%
    );
}


/* ==========================================================
   MAIN PANEL
========================================================== */

.xt-paint-usage-inner {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(310px, 0.65fr)
    minmax(230px, 0.42fr)
    minmax(600px, 1.30fr);

  align-items: stretch;

  width: 100%;
  max-width: 1420px;
  min-height: 520px;

  margin: 0 auto;

  overflow: hidden;

  border: 1px solid rgba(17, 45, 68, 0.08);
  border-radius: 18px;

  background: #ffffff;

  box-shadow:
    0 22px 46px rgba(22, 40, 55, 0.09);
}


/* ==========================================================
   HERO IMAGE
========================================================== */

.xt-paint-photo {
  position: relative;

  min-width: 0;
  min-height: 520px;

  overflow: hidden;

  background: #dae9f1;
}

.xt-paint-photo img {
  position: absolute;

  inset: 0;

  display: block;

  width: 125%;
  height: 100%;

  object-fit: cover;

  /*
   Adjust this to move the woman left / right.
  */
  object-position: 38% center;

  filter:
    saturate(1.03)
    contrast(1.02);
}


/* ==========================================================
   IMAGE TO WHITE FADE
========================================================== */

.xt-paint-photo-fade {
  position: absolute;

  z-index: 2;

  top: 0;
  right: -2px;
  bottom: 0;

  width: 51%;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 13%,
      rgba(255, 255, 255, 0.18) 31%,
      rgba(255, 255, 255, 0.48) 54%,
      rgba(255, 255, 255, 0.82) 78%,
      #ffffff 100%
    );
}


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

.xt-paint-summary {
  position: relative;
  z-index: 3;

  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;

  margin-left: -34px;

  padding: 32px 8px 32px 0;

  background: transparent;
}

.xt-paint-save {
  display: block;

  color: #579a22;

  font-size: 37px;
  line-height: 0.95;
  font-weight: 900;

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

.xt-paint-summary > strong {
  display: block;

  margin: 5px 0 7px;

  color: #f26822;

  font-size: clamp(86px, 8vw, 118px);
  line-height: 0.82;
  font-weight: 900;

  letter-spacing: -0.07em;

  text-shadow:
    0 4px 12px rgba(242, 104, 34, 0.08);
}

.xt-paint-on {
  display: block;

  color: #071c2f;

  font-size: 36px;
  line-height: 1;
  font-weight: 900;

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

.xt-paint-summary-line {
  width: 76px;
  height: 3px;

  margin: 24px 0 20px;

  background:
    linear-gradient(
      90deg,
      #5da326 0%,
      rgba(93, 163, 38, 0.10) 100%
    );
}

.xt-paint-summary p {
  max-width: 245px;

  margin: 0;

  color: #4d5861;

  font-size: 16px;
  line-height: 1.48;
}


/* ==========================================================
   DATA AREA
========================================================== */

.xt-paint-data {
  position: relative;
  z-index: 4;

  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;

  padding: 31px 30px 23px;
}


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

.xt-paint-heading {
  margin-bottom: 17px;

  text-align: center;
}

.xt-paint-heading-line {
  width: 100%;

  height: 2px;

  margin: 0 auto 16px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      #5da326 18%,
      #5da326 82%,
      transparent 100%
    );
}

.xt-paint-heading h2 {
  margin: 0;

  color: #071c2f;

  font-size: 31px;
  line-height: 1.02;
  font-weight: 900;

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

.xt-paint-heading h2 span {
  display: block;
}


/* ==========================================================
   TABLE WRAPPER
========================================================== */

.xt-paint-table-wrap {
  width: 100%;

  overflow: hidden;

  border: 1px solid rgba(9, 36, 58, 0.10);
  border-radius: 13px;

  box-shadow:
    0 12px 26px rgba(22, 40, 55, 0.08);
}


/* ==========================================================
   TABLE
========================================================== */

.xt-paint-table {
  width: 100%;

  border-collapse: collapse;
  table-layout: fixed;

  background: #ffffff;
}

.xt-paint-table th,
.xt-paint-table td {
  border-right: 1px solid rgba(13, 42, 65, 0.11);
  border-bottom: 1px solid rgba(13, 42, 65, 0.11);

  vertical-align: middle;
}

.xt-paint-table th:last-child,
.xt-paint-table td:last-child {
  border-right: 0;
}

.xt-paint-table tbody tr:last-child th,
.xt-paint-table tbody tr:last-child td {
  border-bottom: 0;
}


/* ==========================================================
   TABLE HEADER
========================================================== */

.xt-paint-table thead th {
  height: 63px;

  padding: 10px 16px;

  color: #ffffff;

  font-size: 15px;
  line-height: 1.16;
  font-weight: 900;

  text-align: center;
  text-transform: uppercase;

  background:
    linear-gradient(
      180deg,
      #082d4a 0%,
      #031b2d 100%
    );
}


/* ==========================================================
   FIELD NAME
========================================================== */

.xt-paint-table tbody th {
  width: 34%;

  padding: 14px 22px;

  color: #071c2f;

  font-size: 17px;
  line-height: 1.15;
  font-weight: 900;

  text-align: left;
  text-transform: uppercase;

  background: #ffffff;
}


/* ==========================================================
   TABLE VALUES
========================================================== */

.xt-paint-table tbody td {
  height: 76px;

  padding: 9px 12px;

  text-align: center;

  background: #ffffff;
}

.xt-paint-table tbody tr:nth-child(even) th,
.xt-paint-table tbody tr:nth-child(even) td {
  background: #fafbfb;
}

.xt-paint-table td strong {
  display: block;

  font-size: 34px;
  line-height: 0.95;
  font-weight: 900;

  letter-spacing: -0.03em;
}

.xt-paint-table td span {
  display: block;

  margin-top: 5px;

  color: #071c2f;

  font-size: 13px;
  line-height: 1;
  font-weight: 900;

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


/* Paint usage */

.xt-paint-table td:nth-child(2) strong {
  color: #579a22;
}


/* Paint time */

.xt-paint-table td:nth-child(3) strong {
  color: #f26822;
}


/* ==========================================================
   RESULTS BAR
========================================================== */

.xt-paint-result {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  align-items: center;

  margin-top: 15px;

  overflow: hidden;

  border-radius: 10px;

  color: #ffffff;

  background:
    linear-gradient(
      100deg,
      #477f15 0%,
      #5da326 52%,
      #4d8c18 100%
    );

  box-shadow:
    0 12px 24px rgba(74, 133, 25, 0.18);
}

.xt-paint-result span,
.xt-paint-result strong {
  position: relative;

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

  min-height: 60px;

  padding: 10px 15px;

  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;

  text-align: center;
  text-transform: uppercase;
}

.xt-paint-result span:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 17%;
  right: 0;
  bottom: 17%;

  width: 1px;

  background:
    rgba(255, 255, 255, 0.25);
}

.xt-paint-result strong {
  color: #ff6a1a;
}


/* ==========================================================
   FOOTNOTE
========================================================== */

.xt-paint-footnote {
  max-width: 650px;

  margin: 12px auto 0;

  color: #737b81;

  font-size: 11px;
  line-height: 1.4;
  font-style: italic;

  text-align: center;
}


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

.xt-paint-photo,
.xt-paint-summary,
.xt-paint-data {
  opacity: 0;

  transform: translateY(20px);

  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.xt-paint-usage.is-visible .xt-paint-photo,
.xt-paint-usage.is-visible .xt-paint-summary,
.xt-paint-usage.is-visible .xt-paint-data {
  opacity: 1;

  transform: translateY(0);
}

.xt-paint-usage.is-visible .xt-paint-summary {
  transition-delay: 80ms;
}

.xt-paint-usage.is-visible .xt-paint-data {
  transition-delay: 150ms;
}


/* ==========================================================
   MEDIUM DESKTOP
========================================================== */

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

  .xt-paint-usage-inner {
    max-width: 1080px;

    grid-template-columns:
      minmax(255px, 0.60fr)
      minmax(185px, 0.38fr)
      minmax(500px, 1.28fr);

    min-height: 475px;
  }

  .xt-paint-photo {
    min-height: 475px;
  }

  .xt-paint-save {
    font-size: 29px;
  }

  .xt-paint-summary > strong {
    font-size: 82px;
  }

  .xt-paint-on {
    font-size: 28px;
  }

  .xt-paint-summary p {
    max-width: 190px;

    font-size: 14px;
  }

  .xt-paint-heading h2 {
    font-size: 25px;
  }

  .xt-paint-table thead th {
    font-size: 12px;
  }

  .xt-paint-table tbody th {
    padding-right: 14px;
    padding-left: 14px;

    font-size: 14px;
  }

  .xt-paint-table td strong {
    font-size: 28px;
  }

}


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

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

  .xt-paint-usage {
    left: auto;

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

    margin-left: 0;
    padding: 38px 20px;
  }

  .xt-paint-usage-inner {
    grid-template-columns:
      minmax(260px, 0.55fr)
      minmax(190px, 0.40fr)
      minmax(420px, 1.05fr);

    min-height: 450px;
  }

  .xt-paint-photo {
    min-height: 450px;
  }

  .xt-paint-photo img {
    width: 135%;
  }

  .xt-paint-photo-fade {
    width: 57%;
  }

  .xt-paint-summary {
    margin-left: -42px;
  }

  .xt-paint-data {
    padding-right: 15px;
    padding-left: 15px;
  }

  .xt-paint-heading h2 {
    font-size: 21px;
  }

  .xt-paint-table tbody td {
    height: 65px;
  }

  .xt-paint-result span,
  .xt-paint-result strong {
    min-height: 52px;

    font-size: 13px;
  }

}


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

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

  .xt-paint-usage {
    padding: 18px 10px 40px;
  }

  .xt-paint-usage-inner {
    display: block;

    min-height: 0;

    border-radius: 14px;
  }


  /* Hero photo */

  .xt-paint-photo {
    height: 330px;
    min-height: 0;
  }

  .xt-paint-photo img {
    width: 100%;

    object-position: 34% center;
  }

  .xt-paint-photo-fade {
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;

    width: 100%;
    height: 48%;

    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.20) 30%,
        rgba(255, 255, 255, 0.75) 70%,
        #ffffff 100%
      );
  }


  /* Savings */

  .xt-paint-summary {
    align-items: center;

    margin: -34px 0 0;
    padding: 0 20px 28px;

    text-align: center;
  }

  .xt-paint-save {
    font-size: 26px;
  }

  .xt-paint-summary > strong {
    font-size: 78px;
  }

  .xt-paint-on {
    font-size: 29px;
  }

  .xt-paint-summary-line {
    margin-right: auto;
    margin-left: auto;
  }

  .xt-paint-summary p {
    max-width: 340px;

    font-size: 14px;
  }


  /* Data */

  .xt-paint-data {
    padding: 22px 11px 20px;
  }

  .xt-paint-heading-line {
    max-width: 300px;
  }

  .xt-paint-heading h2 {
    font-size: 22px;
  }


  /* ==========================================================
   MOBILE TABLE — FULLY VISIBLE, NO HORIZONTAL SCROLL
========================================================== */

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

  .xt-paint-table-wrap {
    overflow: visible;
  }

  .xt-paint-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  /* Add these width rules */

  .xt-paint-table thead th:nth-child(1),
  .xt-paint-table tbody th {
    width: 40%;
  }

  .xt-paint-table thead th:nth-child(2),
  .xt-paint-table tbody td:nth-child(2) {
    width: 30%;
  }

  .xt-paint-table thead th:nth-child(3),
  .xt-paint-table tbody td:nth-child(3) {
    width: 30%;
  }

  /* Keep the rest of the mobile sizing */

  .xt-paint-table thead th {
    font-size: 10px;
    padding: 10px 5px;
  }

  .xt-paint-table tbody th {
    font-size: 11px;
    padding: 11px 6px;
  }

  .xt-paint-table td strong {
    font-size: 22px;
  }

  .xt-paint-table td span {
    font-size: 9px;
  }

}

  /* Results */

  .xt-paint-result {
    grid-template-columns: 1fr;

    margin-top: 13px;
  }

  .xt-paint-result span,
  .xt-paint-result strong {
    min-height: 42px;

    padding: 8px 12px;

    font-size: 14px;
  }

  .xt-paint-result span:not(:last-child)::after {
    top: auto;
    right: 15%;
    bottom: 0;
    left: 15%;

    width: auto;
    height: 1px;

    background:
      rgba(255, 255, 255, 0.20);
  }

}


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

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

  .xt-paint-photo {
    height: 295px;
  }

  .xt-paint-summary > strong {
    font-size: 68px;
  }

  .xt-paint-heading h2 {
    font-size: 19px;
  }

}


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

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

  .xt-paint-photo,
  .xt-paint-summary,
  .xt-paint-data {
    transition: none;
  }

}

/* ==========================================================
   SECTION 8 — EVENTS / CAMPERS / TEMPORARY PARKING
   TRAQNOLOGY GREEN VERSION
========================================================== */

.kubota-event-applications,
.kubota-event-applications * {
  box-sizing: border-box;
}

.kubota-event-applications {
  --traq-green: #8dc63f;
  --traq-green-light: #9bd64a;
  --traq-green-dark: #78ad32;
  --traq-green-rgb: 141, 198, 63;

  position: relative;
  left: 50%;
  isolation: isolate;

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

  margin-left: -50vw;

  min-height: 880px;

  overflow: hidden;

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

  background: #020406;
}


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

.event-app-video-wrap {
  position: absolute;
  z-index: 0;

  inset: 0;

  overflow: hidden;

  background: #020406;
}

.event-app-video {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 100%;
  height: 100%;

  transform: translate(-50%, -50%);

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

  filter:
    saturate(0.94)
    contrast(1.07)
    brightness(0.79);
}


/* Overall dark treatment */

.event-app-video-overlay {
  position: absolute;
  z-index: 1;

  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.90) 0%,
      rgba(0, 0, 0, 0.78) 30%,
      rgba(0, 0, 0, 0.35) 56%,
      rgba(0, 0, 0, 0.12) 82%,
      rgba(0, 0, 0, 0.25) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.46) 0%,
      rgba(0, 0, 0, 0.08) 37%,
      rgba(0, 0, 0, 0.32) 68%,
      rgba(0, 0, 0, 0.94) 100%
    );
}


/* Cinematic edge vignette */

.event-app-video-vignette {
  position: absolute;
  z-index: 2;

  inset: 0;

  pointer-events: none;

  box-shadow:
    inset 0 0 150px rgba(0, 0, 0, 0.82),
    inset 0 -140px 120px rgba(0, 0, 0, 0.72);
}


/* ==========================================================
   INNER WIDTH
========================================================== */

.event-app-inner {
  position: relative;
  z-index: 4;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 100%;
  max-width: 1420px;
  min-height: 880px;

  margin: 0 auto;
  padding: 58px 34px 34px;
}


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

.event-app-heading {
  width: 100%;
  max-width: 870px;

  padding-left: 8px;
}

.event-app-kicker {
  display: flex;
  align-items: center;

  gap: 18px;

  margin-bottom: 23px;
}

.event-app-kicker span {
  display: block;

  width: 92px;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--traq-green) 100%
    );
}

.event-app-kicker span:last-child {
  background:
    linear-gradient(
      90deg,
      var(--traq-green) 0%,
      transparent 100%
    );
}

.event-app-kicker p {
  margin: 0;

  color: var(--traq-green);

  font-size: 17px;
  line-height: 1;
  font-weight: 900;

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

.event-app-heading h2 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(48px, 4.55vw, 72px);
  line-height: 0.94;
  font-weight: 900;

  letter-spacing: -0.035em;
  text-transform: uppercase;

  text-shadow:
    0 6px 18px rgba(0, 0, 0, 0.42);
}

.event-app-heading h2 span {
  display: block;

  margin-top: 8px;

  color: var(--traq-green);
}

.event-app-intro {
  max-width: 710px;

  margin: 24px 0 0;

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

  font-size: 19px;
  line-height: 1.5;

  text-shadow:
    0 3px 12px rgba(0, 0, 0, 0.50);
}


/* ==========================================================
   APPLICATION CARDS
========================================================== */

.event-app-cards {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 14px;

  width: 100%;

  margin-top: 52px;
}

.event-app-card {
  position: relative;
  isolation: isolate;

  min-width: 0;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;

  background:
    linear-gradient(
      180deg,
      rgba(29, 31, 31, 0.94) 0%,
      rgba(12, 13, 13, 0.98) 100%
    );

  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);

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


/* ==========================================================
   GREEN BOTTOM EDGE
========================================================== */

.event-app-card::after {
  content: "";

  position: absolute;
  z-index: 6;

  right: 0;
  bottom: 0;
  left: 0;

  height: 5px;

  background:
    linear-gradient(
      90deg,
      var(--traq-green-dark) 0%,
      var(--traq-green) 50%,
      var(--traq-green-light) 100%
    );

  box-shadow:
    0 -2px 12px rgba(var(--traq-green-rgb), 0.20);

  transition:
    height 280ms ease,
    box-shadow 280ms ease;
}

.event-app-card:hover {
  transform: translateY(-7px);

  border-color: rgba(var(--traq-green-rgb), 0.44);

  box-shadow:
    0 24px 42px rgba(0, 0, 0, 0.43),
    0 0 25px rgba(var(--traq-green-rgb), 0.10);
}

.event-app-card:hover::after {
  height: 7px;

  box-shadow:
    0 -4px 18px rgba(var(--traq-green-rgb), 0.38);
}


/* ==========================================================
   CARD IMAGE
========================================================== */

.event-card-image {
  position: relative;

  width: 100%;
  aspect-ratio: 16 / 8.2;

  overflow: hidden;

  background: #141515;
}

.event-card-image img {
  display: block;

  width: 100%;
  height: 100%;

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

  filter:
    saturate(0.92)
    contrast(1.04);

  transform: scale(1.002);

  transition:
    transform 650ms ease,
    filter 350ms ease;
}

.event-app-card:hover .event-card-image img {
  transform: scale(1.045);

  filter:
    saturate(1.05)
    contrast(1.04);
}

.event-card-image-shade {
  position: absolute;

  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.03) 0%,
      rgba(0, 0, 0, 0.04) 55%,
      rgba(0, 0, 0, 0.32) 100%
    );
}


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

.event-card-content {
  min-height: 135px;

  padding: 20px 25px 25px;
}

.event-card-content h3 {
  margin: 0;

  color: #ffffff;

  font-size: 23px;
  line-height: 1;
  font-weight: 900;

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

.event-card-content p {
  max-width: 360px;

  margin: 12px 0 0;

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

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


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

.event-app-heading,
.event-app-card {
  opacity: 0;

  transform: translateY(24px);

  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.kubota-event-applications.is-visible .event-app-heading,
.kubota-event-applications.is-visible .event-app-card {
  opacity: 1;

  transform: translateY(0);
}

.kubota-event-applications.is-visible .event-app-card:nth-child(1) {
  transition-delay: 100ms;
}

.kubota-event-applications.is-visible .event-app-card:nth-child(2) {
  transition-delay: 175ms;
}

.kubota-event-applications.is-visible .event-app-card:nth-child(3) {
  transition-delay: 250ms;
}


/* ==========================================================
   LARGE DESKTOP
========================================================== */

@media screen and (min-width: 1500px) {

  .event-app-inner {
    max-width: 1460px;

    padding-right: 38px;
    padding-left: 38px;
  }

  .event-app-heading {
    max-width: 920px;
  }

}


/* ==========================================================
   MEDIUM DESKTOP
========================================================== */

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

  .kubota-event-applications,
  .event-app-inner {
    min-height: 800px;
  }

  .event-app-inner {
    max-width: 1080px;

    padding: 50px 28px 28px;
  }

  .event-app-heading {
    max-width: 760px;
  }

  .event-app-heading h2 {
    font-size: 53px;
  }

  .event-app-intro {
    max-width: 620px;

    font-size: 17px;
  }

  .event-app-kicker span {
    width: 65px;
  }

  .event-card-content {
    min-height: 128px;

    padding: 18px 20px 23px;
  }

  .event-card-content h3 {
    font-size: 20px;
  }

  .event-card-content p {
    font-size: 14px;
  }

}


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

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

  .kubota-event-applications {
    left: auto;

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

    margin-left: 0;
  }

  .kubota-event-applications,
  .event-app-inner {
    min-height: auto;
  }

  .kubota-event-applications {
    background: #020406;
  }

  .event-app-video-wrap {
    position: absolute;

    height: 560px;
  }

  .event-app-inner {
    padding: 50px 22px 36px;
  }

  .event-app-heading {
    max-width: 700px;

    margin: 0 auto;

    text-align: center;
  }

  .event-app-kicker {
    justify-content: center;
  }

  .event-app-heading h2 {
    font-size: 48px;
  }

  .event-app-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .event-app-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));

    margin-top: 245px;
  }

  .event-card-image {
    aspect-ratio: 16 / 10;
  }

  .event-card-content {
    min-height: 145px;

    padding: 18px 17px 22px;
  }

  .event-card-content h3 {
    font-size: 18px;
  }

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

}


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

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

  .event-app-video-wrap {
    height: 515px;
  }

  .event-app-video {
    object-position: 62% center;
  }

  .event-app-video-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.22) 0%,
        rgba(0, 0, 0, 0.08) 35%,
        rgba(0, 0, 0, 0.03) 70%,
        rgba(0, 0, 0, 0.10) 100%
      );
  }

  .event-app-inner {
    padding: 42px 14px 34px;
  }

  .event-app-kicker {
    gap: 8px;

    margin-bottom: 16px;
  }

  .event-app-kicker span {
    width: 26px;
  }

  .event-app-kicker span:last-child {
    width: 36px;
  }

  .event-app-kicker p {
    font-size: 11px;
  }

  .event-app-heading h2 {
    max-width: 410px;

    margin-right: auto;
    margin-left: auto;

    font-size: 36px;
    line-height: 0.99;
  }

  .event-app-heading h2 span {
    margin-top: 5px;
  }

  .event-app-intro {
    max-width: 390px;

    margin-top: 17px;

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

  .event-app-cards {
    grid-template-columns: 1fr;

    gap: 12px;

    margin-top: 265px;
  }

  .event-app-card:hover {
    transform: none;
  }

  .event-card-image {
    aspect-ratio: 16 / 8.2;
  }

  .event-card-content {
    min-height: 0;

    padding: 17px 18px 21px;
  }

  .event-card-content h3 {
    font-size: 19px;
  }

  .event-card-content p {
    margin-top: 8px;

    font-size: 13px;
  }

}


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

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

  .event-app-inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .event-app-heading h2 {
    font-size: 32px;
  }

  .event-app-video-wrap {
    height: 490px;
  }

  .event-app-cards {
    margin-top: 250px;
  }

}


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

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

  .event-app-heading,
  .event-app-card,
  .event-card-image img {
    transition: none;
  }

}

/* ==========================================================
   FINAL CTA — READY TO PAINT SMARTER
   TRAQNOLOGY GREEN VERSION
========================================================== */

.xt-final-cta,
.xt-final-cta * {
  box-sizing: border-box;
}

.xt-final-cta {
  --traq-green: #8dc63f;
  --traq-green-light: #9bd64a;
  --traq-green-dark: #6fae25;
  --traq-green-deep: #5d9722;
  --traq-green-rgb: 141, 198, 63;

  position: relative;
  left: 50%;

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

  margin-left: -50vw;
  padding: 68px 28px 0;

  overflow: hidden;

  color: #071c2f;
  font-family: "Source Sans Pro", Arial, sans-serif;

  background:
    radial-gradient(
      circle at 50% 47%,
      rgba(var(--traq-green-rgb), 0.045) 0%,
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fafb 68%,
      #f1f4f6 100%
    );
}

.xt-final-inner {
  position: relative;
  z-index: 2;

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

  margin: 0 auto;
}


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

.xt-final-heading {
  max-width: 980px;

  margin: 0 auto 38px;

  text-align: center;
}

.xt-final-kicker {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 15px;

  margin-bottom: 16px;
}

.xt-final-kicker span {
  display: block;

  width: 100px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--traq-green)
    );
}

.xt-final-kicker span:last-child {
  background:
    linear-gradient(
      90deg,
      var(--traq-green),
      transparent
    );
}

.xt-final-kicker p {
  margin: 0;

  color: var(--traq-green);

  font-size: 15px;
  line-height: 1;
  font-weight: 900;

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

.xt-final-heading h2 {
  margin: 0;

  color: #071c2f;

  font-size: clamp(50px, 5vw, 72px);
  line-height: 0.95;
  font-weight: 900;

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

.xt-final-heading h2 span {
  color: var(--traq-green);
}

.xt-final-intro {
  max-width: 730px;

  margin: 17px auto 0;

  color: #48545d;

  font-size: 19px;
  line-height: 1.45;
}


/* ==========================================================
   PRIMARY CTA BUTTONS
========================================================== */

.xt-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 20px;

  margin-top: 26px;
}

.xt-final-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 17px;

  min-width: 300px;

  padding: 17px 28px;

  border-radius: 8px;

  font-size: 19px;
  line-height: 1;
  font-weight: 900;

  text-decoration: none;
  text-transform: uppercase;

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

.xt-final-button b {
  font-size: 25px;
  line-height: 0.8;
  font-weight: 400;

  transition:
    transform 280ms ease;
}

.xt-final-button:hover b {
  transform: translateX(5px);
}


/* ==========================================================
   PRIMARY GREEN BUTTON
========================================================== */

.xt-final-button-primary {
  position: relative;
  z-index: 3;

  border: 2px solid var(--traq-green);

  color: #ffffff !important;

  background:
    linear-gradient(
      135deg,
      var(--traq-green) 0%,
      var(--traq-green-dark) 100%
    );

  box-shadow:
    0 13px 25px rgba(var(--traq-green-rgb), 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.xt-final-button-primary:hover,
.xt-final-button-primary:focus {
  transform: translateY(-3px);

  border-color: var(--traq-green-deep);

  color: #ffffff !important;

  background:
    linear-gradient(
      135deg,
      var(--traq-green-dark) 0%,
      var(--traq-green-deep) 100%
    );

  box-shadow:
    0 18px 32px rgba(var(--traq-green-rgb), 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}


/* ==========================================================
   SECONDARY OUTLINE BUTTON
========================================================== */

.xt-final-button-secondary {
  border: 2px solid #092947;

  color: #092947;

  background:
    rgba(255, 255, 255, 0.86);
}

.xt-final-button-secondary:hover,
.xt-final-button-secondary:focus {
  transform: translateY(-3px);

  color: #ffffff;

  border-color: #092947;

  background: #092947;

  box-shadow:
    0 16px 30px rgba(9, 41, 71, 0.16);
}


/* ==========================================================
   PRODUCT POINTS
========================================================== */

.xt-final-product-points {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 28px;

  margin-top: 24px;
}

.xt-final-product-points span {
  color: #092947;

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

  text-transform: uppercase;
}

.xt-final-product-points i {
  display: block;

  width: 1px;
  height: 22px;

  background: var(--traq-green);
}


/* ==========================================================
   PRODUCT / FINANCING GRID
========================================================== */

.xt-final-feature {
  display: grid;

  grid-template-columns:
    minmax(550px, 1.15fr)
    minmax(420px, 0.85fr);

  align-items: center;

  gap: 30px;

  margin-top: 24px;
}


/* ==========================================================
   MACHINE VISUAL
========================================================== */

.xt-final-machine {
  position: relative;

  min-height: 410px;

  overflow: hidden;
}

.xt-final-machine-glow {
  position: absolute;

  z-index: 0;

  left: 50%;
  bottom: 20px;

  width: 75%;
  height: 100px;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(56, 101, 133, 0.16) 0%,
      rgba(56, 101, 133, 0.05) 45%,
      transparent 72%
    );

  filter: blur(22px);
}

.xt-final-machine img {
  position: absolute;
  z-index: 2;

  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;

  filter:
    drop-shadow(0 18px 18px rgba(15, 31, 43, 0.16));
}


/* ==========================================================
   FINANCING CARD
========================================================== */

.xt-financing-card {
  position: relative;

  overflow: hidden;

  padding: 38px 40px 34px;

  border: 1px solid rgba(77, 156, 214, 0.26);
  border-radius: 18px;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(19, 103, 158, 0.46) 0%,
      transparent 42%
    ),
    linear-gradient(
      145deg,
      #08345a 0%,
      #052744 48%,
      #021828 100%
    );

  box-shadow:
    0 22px 44px rgba(13, 39, 59, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);

  transition:
    transform 320ms ease,
    box-shadow 320ms ease;
}

.xt-financing-card:hover {
  transform: translateY(-5px);

  box-shadow:
    0 28px 50px rgba(13, 39, 59, 0.27),
    0 0 25px rgba(var(--traq-green-rgb), 0.10);
}

.xt-financing-accent {
  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 3px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--traq-green),
      transparent
    );
}

.xt-financing-label {
  margin: 0 0 9px;

  color: var(--traq-green);

  font-size: 13px;
  line-height: 1;
  font-weight: 900;

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

.xt-financing-card h3 {
  margin: 0;

  color: #ffffff;

  font-size: 38px;
  line-height: 0.98;
  font-weight: 900;

  text-transform: uppercase;
}

.xt-financing-card h3 span {
  color: var(--traq-green);
}

.xt-financing-line {
  width: 92px;
  height: 2px;

  margin: 18px 0 22px;

  background:
    linear-gradient(
      90deg,
      var(--traq-green),
      transparent
    );
}

.xt-financing-card ul {
  display: grid;

  gap: 15px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.xt-financing-card li {
  display: flex;
  align-items: center;

  gap: 13px;
}

.xt-finance-check {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 26px;
  height: 26px;

  flex: 0 0 26px;

  border-radius: 50%;

  color: #ffffff;

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

  background: var(--traq-green);

  box-shadow:
    0 0 10px rgba(var(--traq-green-rgb), 0.22);
}

.xt-financing-card li p {
  margin: 0;

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

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


/* ==========================================================
   FINANCING BUTTON
========================================================== */

.xt-financing-button {
  position: relative;
  z-index: 5;

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

  gap: 12px;

  width: auto;
  min-width: 240px;

  margin-top: auto;
  margin-right: auto;
  margin-left: auto;

  transform: translateY(25px);

  padding: 13px 22px;

  border: 2px solid var(--traq-green);
  border-radius: 8px;

  color: #ffffff !important;

  font-size: 13px;
  line-height: 1;
  font-weight: 900;

  text-decoration: none;
  text-transform: uppercase;

  background:
    linear-gradient(
      135deg,
      var(--traq-green) 0%,
      var(--traq-green-dark) 100%
    );

  box-shadow:
    0 10px 22px rgba(var(--traq-green-rgb), 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);

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

.xt-financing-button:hover,
.xt-financing-button:focus {
  color: #ffffff !important;

  background:
    linear-gradient(
      135deg,
      var(--traq-green-dark) 0%,
      var(--traq-green-deep) 100%
    );

  border-color: var(--traq-green-deep);

  transform: translateY(15px);

  box-shadow:
    0 14px 26px rgba(var(--traq-green-rgb), 0.36);
}

.xt-financing-button b {
  color: #ffffff;

  font-size: 21px;
  font-weight: 400;
}


/* ==========================================================
   CONTACT STRIP
========================================================== */

.xt-final-contact {
  display: grid;

  grid-template-columns:
    minmax(500px, 1fr)
    1px
    minmax(320px, 0.65fr);

  align-items: center;

  gap: 34px;

  margin-top: 30px;
  padding: 23px 34px;

  border-top: 1px solid rgba(11, 44, 70, 0.11);
  border-bottom: 1px solid rgba(11, 44, 70, 0.11);

  background:
    rgba(255, 255, 255, 0.70);
}

.xt-final-contact-copy {
  display: flex;
  align-items: center;

  gap: 22px;
}

.xt-contact-mark {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 70px;
  height: 70px;

  flex: 0 0 70px;

  border-radius: 50%;

  color: #ffffff;

  font-size: 36px;
  line-height: 1;
  font-weight: 900;

  background:
    linear-gradient(
      145deg,
      var(--traq-green),
      var(--traq-green-deep)
    );
}

.xt-final-contact-copy h3 {
  margin: 0;

  color: #092947;

  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;

  text-transform: uppercase;
}

.xt-final-contact-copy p {
  max-width: 560px;

  margin: 7px 0 0;

  color: #505b64;

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

.xt-final-contact-divider {
  width: 1px;
  height: 78px;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(9, 41, 71, 0.25),
      transparent
    );
}


/* ==========================================================
   CONTACT BUTTON
========================================================== */

.xt-contact-button {
  position: relative;
  z-index: 5;

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

  gap: 15px;

  width: 100%;

  padding: 18px 24px;

  border: 2px solid var(--traq-green);
  border-radius: 8px;

  color: #ffffff !important;

  font-size: 18px;
  line-height: 1;
  font-weight: 900;

  text-decoration: none;
  text-transform: uppercase;

  background:
    linear-gradient(
      135deg,
      var(--traq-green) 0%,
      var(--traq-green-dark) 100%
    );

  box-shadow:
    0 12px 23px rgba(var(--traq-green-rgb), 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);

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

.xt-contact-button:hover,
.xt-contact-button:focus {
  transform: translateY(-3px);

  color: #ffffff !important;

  border-color: var(--traq-green-deep);

  background:
    linear-gradient(
      135deg,
      var(--traq-green-dark) 0%,
      var(--traq-green-deep) 100%
    );

  box-shadow:
    0 18px 30px rgba(var(--traq-green-rgb), 0.34);
}

.xt-contact-button b {
  font-size: 24px;
  font-weight: 400;
}


/* ==========================================================
   BOTTOM INFO BAR
========================================================== */

.xt-final-info {
  display: grid;

  grid-template-columns:
    1fr
    1px
    1fr
    1px
    1fr;

  align-items: center;

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);

  padding: 24px max(34px, calc((100vw - 1400px) / 2));

  background:
    linear-gradient(
      90deg,
      #062b48 0%,
      #083a62 50%,
      #062b48 100%
    );
}

.xt-final-info-item {
  display: flex;

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

  gap: 18px;

  text-align: left;
}

.xt-final-info-item img {
  width: 58px;
  height: 58px;

  object-fit: contain;

  flex-shrink: 0;
}

.xt-final-info-text strong {
  display: block;

  color: var(--traq-green);

  font-size: 16px;

  font-weight: 800;

  text-transform: uppercase;

  line-height: 1.1;
}

.xt-final-info-text span {
  display: block;

  margin-top: 5px;

  color: #ffffff;

  font-size: 15px;

  font-weight: 500;

  line-height: 1.3;
}

.xt-final-info-divider {
  width: 1px;
  height: 54px;

  background: rgba(255, 255, 255, 0.18);
}


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

.xt-final-heading,
.xt-final-machine,
.xt-financing-card,
.xt-final-contact {
  opacity: 0;

  transform: translateY(22px);

  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.xt-final-cta.is-visible .xt-final-heading,
.xt-final-cta.is-visible .xt-final-machine,
.xt-final-cta.is-visible .xt-financing-card,
.xt-final-cta.is-visible .xt-final-contact {
  opacity: 1;

  transform: translateY(0);
}

.xt-final-cta.is-visible .xt-final-machine {
  transition-delay: 100ms;
}

.xt-final-cta.is-visible .xt-financing-card {
  transition-delay: 180ms;
}

.xt-final-cta.is-visible .xt-final-contact {
  transition-delay: 260ms;
}


/* ==========================================================
   MEDIUM DESKTOP
========================================================== */

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

  .xt-final-inner {
    max-width: 1080px;
  }

  .xt-final-heading h2 {
    font-size: 57px;
  }

  .xt-final-feature {
    grid-template-columns:
      minmax(470px, 1.1fr)
      minmax(380px, 0.9fr);
  }

  .xt-final-machine {
    min-height: 360px;
  }

  .xt-financing-card {
    padding: 31px 30px 29px;
  }

  .xt-financing-card h3 {
    font-size: 33px;
  }

}


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

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

  .xt-final-cta {
    left: auto;

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

    margin-left: 0;
    padding: 56px 22px 0;
  }

  .xt-final-feature {
    grid-template-columns: 1fr;

    gap: 15px;
  }

  .xt-final-machine {
    min-height: 390px;
  }

  .xt-final-machine-fade {
    display: none;
  }

  .xt-financing-card {
    max-width: 650px;

    margin: 0 auto;
  }

  .xt-final-contact {
    grid-template-columns: 1fr;

    gap: 19px;

    text-align: center;
  }

  .xt-final-contact-copy {
    justify-content: center;
  }

  .xt-final-contact-divider {
    width: 70%;
    height: 1px;

    margin: 0 auto;

    background:
      linear-gradient(
        90deg,
        transparent,
        rgba(9, 41, 71, 0.25),
        transparent
      );
  }

  .xt-contact-button {
    max-width: 480px;

    margin: 0 auto;
  }

}


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

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

  .xt-final-cta {
    padding: 46px 14px 0;
  }

  .xt-final-kicker {
    gap: 9px;
  }

  .xt-final-kicker span {
    width: 38px;
  }

  .xt-final-kicker p {
    font-size: 11px;
  }

  .xt-final-heading h2 {
    font-size: 38px;
    line-height: 0.98;
  }

  .xt-final-heading h2 span {
    display: block;

    margin-top: 4px;
  }

  .xt-final-intro {
    max-width: 370px;

    font-size: 14px;
  }

  .xt-final-actions {
    flex-direction: column;

    gap: 10px;
  }

  .xt-final-button {
    width: 100%;
    min-width: 0;
    max-width: 390px;

    padding: 15px 20px;

    font-size: 15px;
  }

  .xt-final-product-points {
    flex-wrap: wrap;

    gap: 8px 13px;
  }

  .xt-final-product-points span {
    font-size: 11px;
  }

  .xt-final-product-points i {
    height: 16px;
  }

  .xt-final-machine {
    min-height: 280px;
  }

  .xt-final-machine img {
    object-position: center;
  }

  .xt-financing-card {
    padding: 27px 22px 25px;
  }

  .xt-financing-card h3 {
    font-size: 29px;
  }

  .xt-financing-card li p {
    font-size: 14px;
  }

  .xt-financing-button {
    font-size: 13px;
  }

  .xt-final-contact {
    margin-top: 22px;

    padding: 25px 16px;
  }

  .xt-final-contact-copy {
    flex-direction: column;

    gap: 13px;
  }

  .xt-contact-mark {
    width: 55px;
    height: 55px;

    flex-basis: 55px;

    font-size: 28px;
  }

  .xt-final-contact-copy h3 {
    font-size: 20px;
  }

  .xt-final-contact-copy p {
    font-size: 13px;
  }

  .xt-contact-button {
    font-size: 15px;
  }

  .xt-final-info {
    grid-template-columns: 1fr;

    gap: 14px;

    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xt-final-info-divider {
    width: 60%;
    height: 1px;

    margin: 0 auto;

    background:
      rgba(255, 255, 255, 0.15);
  }

}


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

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

  .xt-final-heading h2 {
    font-size: 34px;
  }

  .xt-final-machine {
    min-height: 250px;
  }

}

/* CENTER FINANCING BUTTON */
.xt-financing-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.xt-financing-button {
  align-self: center;
  width: auto !important;
  min-width: 240px;
  margin: 28px auto 0 !important;
}

/* MOBILE */
@media screen and (max-width: 767px) {
  .xt-financing-button {
    align-self: center;
    width: auto !important;
    min-width: 240px;
    max-width: 100%;
    margin: 24px auto 0 !important;
  }
}


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

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

  .xt-final-heading,
  .xt-final-machine,
  .xt-financing-card,
  .xt-final-contact,
  .xt-final-button,
  .xt-contact-button,
  .xt-financing-button {
    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;
}



.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;
}
/* ==========================================================
   CONTACT FORM POPUP — EXACT MATCH TO OTHER DEV PAGE
========================================================== */

.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;
}


/* OPEN STATE */

.contact-popup.open {
  display: flex;
}


/* ==========================================================
   POPUP BACKGROUND
========================================================== */

.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;
}


/* DARK OVERLAY OVER BACKGROUND IMAGE */

.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 BUTTON
========================================================== */

.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;
}


.close-popup::before,
.close-popup::after {
  display: none;

  content: none;
}


/* ==========================================================
   POPUP GRID
========================================================== */

.tn-popup-content {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    0.9fr
    1.1fr;

  min-height: 520px;
}


/* ==========================================================
   LEFT COPY
========================================================== */

.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;
}


/* ==========================================================
   CONTACT FORM AREA
========================================================== */

#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;
}


/* ==========================================================
   CONTACT FORM FIELDS
========================================================== */

#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);
}


/* ==========================================================
   SUBMIT BUTTON
========================================================== */

#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;
}


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

@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 ORIGINAL ELEMENTOR FORM LOCATION
========================================================== */

.elementor-element.tn-contact-form-source {
  display: none;
}

/* ==========================================================
   INPUT FIELDS
========================================================== */

#tn-contact-form-holder input[type="text"],
#tn-contact-form-holder input[type="email"],
#tn-contact-form-holder input[type="tel"],
#tn-contact-form-holder input[type="url"],
#tn-contact-form-holder textarea,
#tn-contact-form-holder select {
  display: block;

  width: 100% !important;
  max-width: 100% !important;

  height: 50px;

  margin: 0;

  padding: 0 16px;

  border: 1px solid #d7dde2;
  border-radius: 8px;

  outline: none;

  color: #10283c;

  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;

  background: #ffffff;

  box-shadow:
    0 4px 12px rgba(10,35,54,0.035);

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


#tn-contact-form-holder textarea {
  height: 100px;

  padding-top: 13px;

  resize: vertical;
}


/* placeholder */

#tn-contact-form-holder input::placeholder,
#tn-contact-form-holder textarea::placeholder {
  color: #7b858c;

  opacity: 1;
}


/* focus */

#tn-contact-form-holder input:focus,
#tn-contact-form-holder textarea:focus,
#tn-contact-form-holder select:focus {
  border-color: #5da326;

  background: #ffffff;

  box-shadow:
    0 0 0 3px rgba(93,163,38,0.11),
    0 7px 18px rgba(10,35,54,0.06);
}


/* ==========================================================
   CF7 RADIO / CHECKBOX AREAS
========================================================== */

#tn-contact-form-holder .wpcf7-list-item {
  margin: 0 15px 8px 0;
}

#tn-contact-form-holder .wpcf7-list-item-label {
  color: #304353;

  font-size: 14px;
  font-weight: 600;
}


/* ==========================================================
   SUBMIT BUTTON
========================================================== */

#tn-contact-form-holder input[type="submit"] {
  width: 100%;

  min-height: 52px;

  margin-top: 5px;
  padding: 15px 22px;

  border: 0;
  border-radius: 8px;

  color: #ffffff !important;

  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;

  letter-spacing: 0.035em;
  text-transform: uppercase;

  cursor: pointer;

  background:
    linear-gradient(
      135deg,
      #f26822 0%,
      #e85212 100%
    ) !important;

  box-shadow:
    0 12px 24px rgba(242,104,34,0.20);

  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    background 200ms ease;
}


#tn-contact-form-holder input[type="submit"]:hover {
  transform: translateY(-2px);

  background:
    linear-gradient(
      135deg,
      #ff762d 0%,
      #f05a15 100%
    ) !important;

  box-shadow:
    0 16px 30px rgba(242,104,34,0.28);
}


/* ==========================================================
   CLOSE BUTTON
========================================================== */

.close-popup {
  position: absolute;
  z-index: 20;

  top: 16px;
  right: 16px;

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

  width: 38px;
  height: 38px;

  padding: 0;

  border: 1px solid rgba(9,41,71,0.08);
  border-radius: 50%;

  color: #092947;

  font-size: 27px;
  line-height: 1;

  cursor: pointer;

  background: rgba(255,255,255,0.92);

  box-shadow:
    0 5px 15px rgba(0,0,0,0.08);

  transition:
    transform 200ms ease,
    color 200ms ease,
    background 200ms ease;
}


.close-popup:hover {
  color: #ffffff;

  background: #f26822;

  transform: rotate(90deg);
}


/* ==========================================================
   CF7 RESPONSE / VALIDATION
========================================================== */

#tn-contact-form-holder .wpcf7-not-valid-tip {
  margin-top: 5px;

  color: #d9482b;

  font-size: 12px;
}


#tn-contact-form-holder .wpcf7-response-output {
  margin: 15px 0 0 !important;
  padding: 10px 13px !important;

  border-radius: 6px;

  font-size: 13px;
}


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

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

  .contact-popup {
    padding: 12px;
  }


  .contact-popup-inner {
    width: 100%;
    max-height: 94vh;

    overflow-y: auto;

    border-radius: 15px;
  }


  .tn-popup-content {
    display: block;

    min-height: 0;
  }


  .tn-popup-left {
    padding: 34px 24px 30px;

    text-align: center;
  }


  .tn-popup-left::after {
    right: 0;
    bottom: 17px;
    left: 0;

    margin: auto;
  }


  .tn-popup-kicker {
    font-size: 11px;
  }


  .tn-popup-left h2 {
    font-size: 34px;
  }


  .tn-popup-left p {
    max-width: 340px;

    margin-right: auto;
    margin-left: auto;

    font-size: 13px;
  }


  #tn-contact-form-holder {
    display: block;

    padding: 25px 18px 20px;
  }


  #tn-contact-form-holder input[type="text"],
  #tn-contact-form-holder input[type="email"],
  #tn-contact-form-holder input[type="tel"],
  #tn-contact-form-holder input[type="url"],
  #tn-contact-form-holder select {
    height: 46px;
  }


  .close-popup {
    top: 10px;
    right: 10px;

    width: 34px;
    height: 34px;

    font-size: 24px;
  }

}/* 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 */