.elementor-2963 .elementor-element.elementor-element-4db4a4c{width:var( --container-widget-width, 101.359% );max-width:101.359%;--container-widget-width:101.359%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-a6dbb4a *//* =====================================================
   GSP OEM HERO — COMPACT PREMIUM VERSION
   Scoped / Responsive / No JavaScript Required
===================================================== */

.gsp-oem-hero,
.gsp-oem-hero *{
  box-sizing:border-box;
}

.gsp-oem-hero{
  --oem-navy:#061a35;
  --oem-deep:#031329;
  --oem-blue:#14417a;
  --oem-lime:#cfff04;
  --oem-white:#ffffff;
  --oem-soft:#d4e0f1;
  --oem-muted:#afbed3;
  --oem-line:rgba(255,255,255,0.15);

  position:relative;
  isolation:isolate;

  width:100vw;
  max-width:100vw;
  min-height:560px;

  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  display:flex;
  align-items:center;

  overflow:hidden;

  color:var(--oem-white);
  background:
    linear-gradient(135deg, #061a35 0%, #092547 100%);

  font-family:
    Inter,
    "Segoe UI",
    Arial,
    sans-serif;
}


/* Remove global theme link effects */

.gsp-oem-hero a,
.gsp-oem-hero a:hover,
.gsp-oem-hero a:focus,
.gsp-oem-hero a:active{
  text-decoration:none !important;
  background-image:none !important;
  box-shadow:none;
  outline-offset:4px;
}

.gsp-oem-hero a::before,
.gsp-oem-hero a::after{
  display:none !important;
  content:none !important;
}


/* =====================================================
   BACKGROUND IMAGE
===================================================== */

.gsp-oem-hero-picture{
  position:absolute;
  inset:0;
  z-index:-5;

  display:block;
  width:100%;
  height:100%;
}

.gsp-oem-hero-picture img{
  display:block;

  width:100%;
  height:100%;

  object-fit:cover;
  object-position:center;

  filter:
    saturate(0.92)
    contrast(1.04);
}

/* Hide unfinished placeholder image */
.gsp-oem-hero-picture img[src^="YOUR-"]{
  display:none;
}


/* =====================================================
   BACKGROUND OVERLAY
===================================================== */

.gsp-oem-hero-overlay{
  position:absolute;
  inset:0;
  z-index:-4;

  background:
    linear-gradient(
      90deg,
      rgba(3,16,35,0.99) 0%,
      rgba(4,20,43,0.96) 38%,
      rgba(5,25,51,0.78) 67%,
      rgba(5,25,51,0.32) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3,16,35,0.10) 0%,
      rgba(3,16,35,0.56) 100%
    );

  pointer-events:none;
}


/* Technical grid */

.gsp-oem-hero-grid-pattern{
  position:absolute;
  inset:0;
  z-index:-3;

  background-image:
    linear-gradient(
      rgba(255,255,255,0.032) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,0.032) 1px,
      transparent 1px
    );

  background-size:72px 72px;

  -webkit-mask-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.80),
      rgba(0,0,0,0.08)
    );

  mask-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.80),
      rgba(0,0,0,0.08)
    );

  pointer-events:none;
}


/* Subtle lime glow */

.gsp-oem-hero::before{
  content:"";

  position:absolute;
  left:-250px;
  bottom:-480px;
  z-index:-2;

  width:850px;
  height:850px;

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(207,255,4,0.12) 0%,
      rgba(207,255,4,0) 67%
    );

  pointer-events:none;
}


/* =====================================================
   CONTAINER
===================================================== */

.gsp-oem-hero-container{
  width:100%;
  max-width:1440px;

  margin:0 auto;
  padding:43px 48px 37px;
}


/* =====================================================
   BREADCRUMB
===================================================== */

.gsp-oem-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;

  margin:0 0 28px;

  font-size:11px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:0.07em;
  text-transform:uppercase;

  color:#92a6c1;
}

.gsp-oem-breadcrumb a{
  color:#c5d1e1 !important;

  transition:color 0.2s ease;
}

.gsp-oem-breadcrumb a:hover{
  color:var(--oem-lime) !important;
}

.gsp-oem-breadcrumb span{
  color:rgba(255,255,255,0.34);
}

.gsp-oem-breadcrumb strong{
  color:var(--oem-lime);
  font-weight:800;
}


/* =====================================================
   HERO CONTENT
===================================================== */

.gsp-oem-hero-content{
  width:min(820px, 66%);
}

.gsp-oem-hero-eyebrow{
  display:flex;
  align-items:center;
  gap:12px;

  margin-bottom:16px;

  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:0.17em;
  text-transform:uppercase;

  color:var(--oem-lime);
}

.gsp-oem-hero-eyebrow::before{
  content:"";

  width:38px;
  height:2px;

  flex:0 0 auto;

  border-radius:999px;
  background:var(--oem-lime);
}


/* Main heading */

.gsp-oem-hero h1{
  max-width:820px;

  margin:0;

  font-size:clamp(43px, 3.7vw, 61px);
  line-height:1.035;
  font-weight:800;
  letter-spacing:-0.043em;

  color:var(--oem-white);
}

.gsp-oem-hero h1 span{
  display:block;

  margin-top:3px;

  color:#cfdbed;
}


/* Description */

.gsp-oem-hero-description{
  max-width:750px;

  margin:20px 0 0;

  font-size:17px;
  line-height:1.67;
  font-weight:400;

  color:var(--oem-muted);
}


/* =====================================================
   CTA BUTTON
===================================================== */

.gsp-oem-hero-actions{
  display:flex;
  align-items:center;

  margin-top:26px;
}

.gsp-oem-hero-button{
  min-height:52px;
  padding:0 25px;

  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:13px;

  border:1px solid var(--oem-lime);
  border-radius:999px;

  background:var(--oem-lime);
  color:var(--oem-navy) !important;

  font-size:14px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
  text-align:center;

  box-shadow:
    0 14px 34px rgba(207,255,4,0.16);

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gsp-oem-hero-button:hover{
  color:var(--oem-navy) !important;
  background:#ddff3a;
  border-color:#ddff3a;

  transform:translateY(-2px);

  box-shadow:
    0 19px 44px rgba(207,255,4,0.24);
}

.gsp-oem-hero-button span{
  font-size:18px;
  line-height:1;
}


/* =====================================================
   OEM PROOF / CAPABILITY STRIP
===================================================== */

.gsp-oem-hero-proof{
  width:100%;
  max-width:960px;

  margin-top:31px;
  padding-top:21px;

  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0;

  border-top:1px solid var(--oem-line);
}

.gsp-oem-proof-item{
  min-width:0;
  padding:0 17px;

  display:grid;
  grid-template-columns:auto minmax(0, 1fr);
  align-items:start;
  gap:10px;

  border-right:1px solid var(--oem-line);
}

.gsp-oem-proof-item:first-child{
  padding-left:0;
}

.gsp-oem-proof-item:last-child{
  padding-right:0;
  border-right:0;
}

.gsp-oem-proof-number{
  padding-top:2px;

  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:0.05em;

  color:var(--oem-lime);
}

.gsp-oem-proof-item strong{
  display:block;

  margin:0 0 4px;

  font-size:14px;
  line-height:1.25;
  font-weight:800;

  color:var(--oem-white);
}

.gsp-oem-proof-item small{
  display:block;

  font-size:11.5px;
  line-height:1.42;
  font-weight:400;

  color:#97aac4;
}


/* =====================================================
   MEDIUM DESKTOP
===================================================== */

@media(max-width:1200px){

  .gsp-oem-hero{
    min-height:570px;
  }

  .gsp-oem-hero-container{
    padding-left:32px;
    padding-right:32px;
  }

  .gsp-oem-hero-content{
    width:min(790px, 74%);
  }

  .gsp-oem-hero h1{
    font-size:clamp(43px, 5vw, 58px);
  }

  .gsp-oem-proof-item{
    padding-left:13px;
    padding-right:13px;
  }

}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:900px){

  .gsp-oem-hero{
    min-height:610px;
  }

  .gsp-oem-hero-content{
    width:min(760px, 86%);
  }

  .gsp-oem-hero-description{
    font-size:16px;
  }

  .gsp-oem-hero-proof{
    grid-template-columns:1fr 1fr;
    gap:20px 0;
  }

  .gsp-oem-proof-item,
  .gsp-oem-proof-item:first-child,
  .gsp-oem-proof-item:last-child{
    padding:0 18px;
    border-right:1px solid var(--oem-line);
  }

  .gsp-oem-proof-item:nth-child(odd){
    padding-left:0;
  }

  .gsp-oem-proof-item:nth-child(even){
    padding-right:0;
    border-right:0;
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

  .gsp-oem-hero{
    min-height:680px;
    align-items:flex-end;
  }

  .gsp-oem-hero-picture img{
    object-position:64% center;
  }

  .gsp-oem-hero-overlay{
    background:
      linear-gradient(
        180deg,
        rgba(3,16,35,0.34) 0%,
        rgba(3,16,35,0.70) 28%,
        rgba(3,16,35,0.97) 62%,
        rgba(3,16,35,1) 100%
      );
  }

  .gsp-oem-hero-grid-pattern{
    background-size:48px 48px;
  }

  .gsp-oem-hero-container{
    padding:29px 18px 32px;
  }

  .gsp-oem-breadcrumb{
    margin-bottom:88px;

    font-size:10px;
    letter-spacing:0.04em;
  }

  .gsp-oem-hero-content{
    width:100%;
  }

  .gsp-oem-hero-eyebrow{
    margin-bottom:13px;

    font-size:9.5px;
    letter-spacing:0.13em;
  }

  .gsp-oem-hero-eyebrow::before{
    width:27px;
  }

  .gsp-oem-hero h1{
    font-size:clamp(35px, 10.8vw, 47px);
    line-height:1.04;
  }

  .gsp-oem-hero-description{
    margin-top:17px;

    font-size:15px;
    line-height:1.6;
  }

  .gsp-oem-hero-actions{
    margin-top:23px;
  }

  .gsp-oem-hero-button{
    width:100%;
    min-height:50px;
  }

  .gsp-oem-hero-proof{
    gap:17px 0;

    margin-top:27px;
    padding-top:19px;
  }

  .gsp-oem-proof-item,
  .gsp-oem-proof-item:first-child,
  .gsp-oem-proof-item:last-child{
    padding-left:12px;
    padding-right:12px;
  }

  .gsp-oem-proof-item:nth-child(odd){
    padding-left:0;
  }

  .gsp-oem-proof-item:nth-child(even){
    padding-right:0;
  }

  .gsp-oem-proof-item{
    gap:7px;
  }

  .gsp-oem-proof-item strong{
    font-size:13px;
  }

  .gsp-oem-proof-item small{
    font-size:10.5px;
  }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:420px){

  .gsp-oem-hero{
    min-height:660px;
  }

  .gsp-oem-breadcrumb{
    margin-bottom:62px;
  }

  .gsp-oem-hero h1{
    font-size:34px;
  }

  .gsp-oem-hero-description{
    font-size:14.5px;
  }

  .gsp-oem-proof-number{
    display:none;
  }

  .gsp-oem-proof-item{
    grid-template-columns:1fr;
  }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media(prefers-reduced-motion:reduce){

  .gsp-oem-hero-button,
  .gsp-oem-breadcrumb a{
    transition:none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dad5e11 *//* =========================================
   PREVENT HORIZONTAL SCROLL
========================================= */

html,
body {
    overflow-x: clip;
}

/* =========================================
   FULL-WIDTH SECTION BACKGROUND
========================================= */

.gsp-oem-intro {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0;
    margin-right: -50vw;
    margin-bottom: 0;
    margin-left: -50vw;
    padding: 64px 24px;
    overflow: hidden;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    background:
        radial-gradient(
            circle at 96% 6%,
            rgba(8, 118, 232, 0.065),
            transparent 29%
        ),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.gsp-oem-intro,
.gsp-oem-intro * {
    box-sizing: border-box;
}

.gsp-oem-intro::before {
    content: "";
    position: absolute;
    top: -205px;
    right: -135px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(8, 68, 130, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

/* =========================================
   CENTERED TWO-COLUMN LAYOUT
========================================= */

.gsp-oem-intro-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
    align-items: center;
    gap: clamp(48px, 5.5vw, 82px);
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0;
}

/* =========================================
   LEFT IMAGE
========================================= */

.gsp-oem-intro-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #dce5ef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(7, 48, 91, 0.08);
    border-radius: 14px;
    box-shadow:
        0 22px 48px rgba(7, 38, 73, 0.13),
        0 3px 9px rgba(7, 38, 73, 0.05);
}

.gsp-oem-intro-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 17px;
    width: 39px;
    height: 39px;
    border-top: 2px solid #c8ff00;
    border-left: 2px solid #c8ff00;
    pointer-events: none;
}

.gsp-oem-intro-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(4, 20, 39, 0.01) 40%,
            rgba(4, 20, 39, 0.76) 100%
        );
    pointer-events: none;
}

.gsp-oem-intro-caption {
    position: absolute;
    z-index: 3;
    right: 27px;
    bottom: 25px;
    left: 27px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #ffffff;
}

.gsp-oem-intro-caption > span {
    display: block;
    flex: 0 0 25px;
    width: 25px;
    height: 2px;
    margin-top: 7px;
    background: #c8ff00;
}

.gsp-oem-intro-caption strong {
    display: block;
    margin: 0 0 3px;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.2px;
}

.gsp-oem-intro-caption small {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.45;
}

/* =========================================
   RIGHT CONTENT
========================================= */

.gsp-oem-intro-content {
    width: 100%;
    max-width: 720px;
}

.gsp-oem-intro-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: #075dbd;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
}

.gsp-oem-intro-eyebrow i {
    display: block;
    width: 25px;
    height: 2px;
    background: #c8ff00;
}

.gsp-oem-intro-content h2 {
    margin: 0 0 19px;
    color: #071d38;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(40px, 4vw, 51px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.3px;
}

.gsp-oem-intro-content h2 em {
    color: #0876e8;
    font-style: normal;
}

.gsp-oem-intro-lead {
    max-width: 670px;
    margin: 0 0 14px;
    color: #173e68;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.gsp-oem-intro-text {
    max-width: 710px;
    margin: 0 0 11px;
    color: #64748a;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.72;
}

.gsp-oem-intro-text:last-child {
    margin-bottom: 0;
}

/* =========================================
   SMALL DESKTOP
========================================= */

@media (max-width: 1200px) {
    .gsp-oem-intro {
        padding: 56px 24px;
    }

    .gsp-oem-intro-container {
        grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
        gap: 48px;
    }

    .gsp-oem-intro-image {
        height: 370px;
    }

    .gsp-oem-intro-content h2 {
        font-size: 42px;
    }

    .gsp-oem-intro-lead {
        font-size: 16px;
    }

    .gsp-oem-intro-text {
        font-size: 14px;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {
    .gsp-oem-intro {
        padding: 50px 24px;
    }

    .gsp-oem-intro-container {
        grid-template-columns: 1fr;
        gap: 34px;
        max-width: 750px;
    }

    .gsp-oem-intro-image {
        height: 350px;
    }

    .gsp-oem-intro-content {
        max-width: none;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {
    .gsp-oem-intro {
        padding: 38px 15px;
    }

    .gsp-oem-intro-container {
        gap: 27px;
    }

    .gsp-oem-intro-image {
        height: 275px;
        border-radius: 10px;
    }

    .gsp-oem-intro-image::before {
        top: 14px;
        left: 14px;
        width: 32px;
        height: 32px;
    }

    .gsp-oem-intro-caption {
        right: 19px;
        bottom: 18px;
        left: 19px;
    }

    .gsp-oem-intro-eyebrow {
        margin-bottom: 9px;
        font-size: 10px;
        letter-spacing: 1.1px;
    }

    .gsp-oem-intro-content h2 {
        margin-bottom: 16px;
        font-size: 34px;
        letter-spacing: -0.7px;
    }

    .gsp-oem-intro-lead {
        margin-bottom: 12px;
        font-size: 15.5px;
    }

    .gsp-oem-intro-text {
        font-size: 14px;
        line-height: 1.67;
    }
}

@media (max-width: 400px) {
    .gsp-oem-intro-image {
        height: 245px;
    }

    .gsp-oem-intro-content h2 {
        font-size: 31px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4db4a4c *//* =========================================
   GSP OEM PROCESS SECTION
========================================= */

html,
body {
    overflow-x: clip;
}

.gsp-process-section {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0;
    margin-right: -50vw;
    margin-bottom: 0;
    margin-left: -50vw;
    padding: 72px 24px 78px;
    overflow: hidden;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    background:
        radial-gradient(
            circle at 5% 5%,
            rgba(8, 118, 232, 0.05),
            transparent 25%
        ),
        linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

.gsp-process-section,
.gsp-process-section * {
    box-sizing: border-box;
}

.gsp-process-section::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -150px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(8, 67, 126, 0.055);
    border-radius: 50%;
    pointer-events: none;
}

.gsp-process-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

/* =========================================
   SECTION HEADER
========================================= */

.gsp-process-header {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

.gsp-process-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #075dbd;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
}

.gsp-process-eyebrow::before,
.gsp-process-eyebrow::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #c8ff00;
}

.gsp-process-header h2 {
    margin: 0 0 11px;
    color: #071d38;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.5vw, 43px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.gsp-process-header p {
    max-width: 650px;
    margin: 0 auto;
    color: #68788c;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

/* =========================================
   PROCESS GRID
========================================= */

.gsp-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}

/* =========================================
   PROCESS CARD
========================================= */

.gsp-process-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5ee;
    border-radius: 11px;
    box-shadow:
        0 12px 30px rgba(7, 38, 73, 0.055),
        0 2px 6px rgba(7, 38, 73, 0.025);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.gsp-process-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        #c8ff00 0%,
        #c8ff00 30%,
        #0876e8 100%
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.gsp-process-card:hover {
    border-color: #b9cde2;
    box-shadow:
        0 20px 42px rgba(7, 38, 73, 0.11),
        0 4px 10px rgba(7, 38, 73, 0.04);
    transform: translateY(-5px);
}

.gsp-process-card:hover::after {
    transform: scaleX(1);
}

/* =========================================
   CARD IMAGE — 16:9
========================================= */

.gsp-process-image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #ccd9e7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gsp-process-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(4, 20, 39, 0.01) 40%,
            rgba(4, 20, 39, 0.72) 100%
        );
    pointer-events: none;
}

.gsp-process-label {
    position: absolute;
    right: 18px;
    bottom: 15px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

.gsp-process-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #c8ff00;
}

/* =========================================
   SHORT CARD CONTENT
========================================= */

.gsp-process-content {
    min-height: 105px;
    padding: 18px 20px 20px;
}

.gsp-process-content h3 {
    margin: 0 0 7px;
    color: #0a2b4f;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.2px;
}

.gsp-process-content p {
    margin: 0;
    overflow: hidden;
    color: #69798d;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {
    .gsp-process-section {
        padding: 63px 24px 68px;
    }

    .gsp-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 21px;
    }

    .gsp-process-content p {
        font-size: 13px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {
    .gsp-process-section {
        padding: 48px 15px 53px;
    }

    .gsp-process-header {
        margin-bottom: 29px;
    }

    .gsp-process-header h2 {
        margin-bottom: 10px;
        font-size: 31px;
    }

    .gsp-process-header p {
        font-size: 14px;
    }

    .gsp-process-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gsp-process-content {
        min-height: 0;
        padding: 18px 18px 20px;
    }

    .gsp-process-content h3 {
        font-size: 16px;
    }

    .gsp-process-content p {
        overflow: visible;
        font-size: 13px;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gsp-process-card {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f7e549 *//* =========================================
   FULL-WIDTH GSP ADVANTAGE SECTION
========================================= */

html,
body {
    overflow-x: clip;
}

.gsp-advantage-section {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0;
    margin-right: -50vw;
    margin-bottom: 0;
    margin-left: -50vw;
    padding: 72px 24px 76px;
    overflow: hidden;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    background:
        radial-gradient(
            circle at 93% 8%,
            rgba(8, 118, 232, 0.055),
            transparent 25%
        ),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.gsp-advantage-section,
.gsp-advantage-section * {
    box-sizing: border-box;
}

.gsp-advantage-section::before {
    content: "";
    position: absolute;
    top: -210px;
    right: -160px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(7, 65, 124, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.gsp-advantage-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

/* =========================================
   SECTION HEADER
========================================= */

.gsp-advantage-header {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.gsp-advantage-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 11px;
    color: #075dbd;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
}

.gsp-advantage-eyebrow::before,
.gsp-advantage-eyebrow::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #c8ff00;
}

.gsp-advantage-header h2 {
    margin: 0;
    color: #071d38;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.5vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.9px;
}

/* =========================================
   ADVANTAGE GRID
========================================= */

.gsp-advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #e0e7ef;
    border-radius: 14px;
    box-shadow:
        0 14px 35px rgba(7, 38, 73, 0.055),
        0 2px 6px rgba(7, 38, 73, 0.025);
}

/* =========================================
   ADVANTAGE ITEM
========================================= */

.gsp-advantage-item {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 34px 25px 32px;
    text-align: center;
    background: transparent;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.gsp-advantage-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    bottom: 28px;
    width: 1px;
    background: #e1e8f0;
}

.gsp-advantage-item:hover {
    background: #ffffff;
    transform: translateY(-3px);
}

/* =========================================
   ICON
========================================= */

.gsp-advantage-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 20px;
    color: #0a4f99;
    background: #f2f6fa;
    border: 1px solid #d9e3ed;
    border-radius: 50%;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.gsp-advantage-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gsp-advantage-icon > span {
    position: absolute;
    right: 3px;
    bottom: 4px;
    width: 12px;
    height: 12px;
    background: #c8ff00;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.gsp-advantage-item:hover .gsp-advantage-icon {
    color: #ffffff;
    background: #0876e8;
    border-color: #0876e8;
}

/* =========================================
   ITEM CONTENT
========================================= */

.gsp-advantage-item h3 {
    margin: 0 0 8px;
    color: #09294c;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.gsp-advantage-item p {
    max-width: 280px;
    margin: 0 auto;
    color: #6b7b8e;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {
    .gsp-advantage-section {
        padding: 62px 24px 66px;
    }

    .gsp-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gsp-advantage-item:nth-child(2)::after {
        display: none;
    }

    .gsp-advantage-item:nth-child(-n + 2) {
        border-bottom: 1px solid #e1e8f0;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 560px) {
    .gsp-advantage-section {
        padding: 48px 15px 52px;
    }

    .gsp-advantage-header {
        margin-bottom: 30px;
    }

    .gsp-advantage-eyebrow {
        font-size: 9.5px;
        letter-spacing: 1.2px;
    }

    .gsp-advantage-header h2 {
        font-size: 31px;
    }

    .gsp-advantage-grid {
        grid-template-columns: 1fr;
        border-radius: 10px;
    }

    .gsp-advantage-item {
        padding: 27px 20px 26px;
    }

    .gsp-advantage-item:not(:last-child) {
        border-bottom: 1px solid #e1e8f0;
    }

    .gsp-advantage-item::after {
        display: none;
    }

    .gsp-advantage-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 17px;
    }

    .gsp-advantage-icon svg {
        width: 25px;
        height: 25px;
    }

    .gsp-advantage-item h3 {
        font-size: 15.5px;
    }

    .gsp-advantage-item p {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gsp-advantage-item,
    .gsp-advantage-icon {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-660e009 *//* =========================================
   GSP OEM PROJECT GALLERY
========================================= */

html,
body {
    overflow-x: clip;
}

.gsp-gallery-section {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0;
    margin-right: -50vw;
    margin-bottom: 0;
    margin-left: -50vw;
    padding: 72px 24px 78px;
    overflow: hidden;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    background:
        radial-gradient(
            circle at 94% 7%,
            rgba(8, 118, 232, 0.055),
            transparent 26%
        ),
        linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

.gsp-gallery-section,
.gsp-gallery-section * {
    box-sizing: border-box;
}

.gsp-gallery-section::before {
    content: "";
    position: absolute;
    top: -210px;
    right: -150px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(7, 65, 124, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.gsp-gallery-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

/* =========================================
   SECTION HEADER
========================================= */

.gsp-gallery-header {
    max-width: 700px;
    margin: 0 0 40px;
}

.gsp-gallery-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 11px;
    color: #075dbd;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
}

.gsp-gallery-eyebrow i {
    display: block;
    width: 25px;
    height: 2px;
    background: #c8ff00;
}

.gsp-gallery-header h2 {
    margin: 0 0 11px;
    color: #071d38;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.5vw, 43px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.gsp-gallery-header p {
    max-width: 660px;
    margin: 0;
    color: #68788c;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

/* =========================================
   GALLERY GRID
========================================= */

.gsp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

/* =========================================
   GALLERY ITEM
========================================= */

.gsp-gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
    background: #ccd9e7;
    border: 1px solid #d7e1eb;
    border-radius: 11px;
    box-shadow:
        0 13px 30px rgba(7, 38, 73, 0.07),
        0 2px 6px rgba(7, 38, 73, 0.03);
    cursor: pointer;
}

/* Image */

.gsp-gallery-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #ccd9e7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.55s ease;
}

/* Image overlay */

.gsp-gallery-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(4, 20, 39, 0.02) 35%,
            rgba(4, 20, 39, 0.82) 100%
        );
    opacity: 0.75;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* Lime top accent */

.gsp-gallery-item::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 17px;
    left: 17px;
    width: 37px;
    height: 37px;
    border-top: 2px solid #c8ff00;
    border-left: 2px solid #c8ff00;
    pointer-events: none;
}

/* Bottom accent */

.gsp-gallery-item::after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        #c8ff00 0%,
        #c8ff00 30%,
        #0876e8 100%
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

/* Caption */

.gsp-gallery-caption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
    left: 22px;
    color: #ffffff;
    transform: translateY(8px);
    transition: transform 0.3s ease;
}

.gsp-gallery-caption span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 7px;
    color: #c8ff00;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

.gsp-gallery-caption span::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #c8ff00;
}

.gsp-gallery-caption h3 {
    margin: 0;
    color: #ffffff;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

/* Hover */

.gsp-gallery-item:hover .gsp-gallery-image {
    transform: scale(1.055);
}

.gsp-gallery-item:hover .gsp-gallery-overlay {
    opacity: 0.9;
}

.gsp-gallery-item:hover .gsp-gallery-caption {
    transform: translateY(0);
}

.gsp-gallery-item:hover::after {
    transform: scaleX(1);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {
    .gsp-gallery-section {
        padding: 62px 24px 68px;
    }

    .gsp-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .gsp-gallery-item {
        aspect-ratio: 4 / 3;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 620px) {
    .gsp-gallery-section {
        padding: 48px 15px 53px;
    }

    .gsp-gallery-header {
        margin-bottom: 29px;
    }

    .gsp-gallery-header h2 {
        margin-bottom: 10px;
        font-size: 31px;
    }

    .gsp-gallery-header p {
        font-size: 14px;
    }

    .gsp-gallery-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .gsp-gallery-item {
        aspect-ratio: 4 / 3;
        border-radius: 9px;
    }

    .gsp-gallery-caption {
        right: 19px;
        bottom: 19px;
        left: 19px;
        transform: none;
    }

    .gsp-gallery-caption h3 {
        font-size: 15px;
    }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
    .gsp-gallery-image,
    .gsp-gallery-overlay,
    .gsp-gallery-caption {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9020b8a *//* ============================================================
   GSP OEM CTA — redesigned (button instead of embedded form)
   ============================================================ */
html, body{ overflow-x:clip; }

.gsp-oem-cta2{
  position:relative;
  isolation:isolate;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:80px 24px;
  overflow:hidden;
  font-family:"Inter","Segoe UI",Arial,sans-serif;
  background:linear-gradient(135deg, #061a35 0%, #0a2647 100%);
}
.gsp-oem-cta2, .gsp-oem-cta2 *{ box-sizing:border-box; }
.gsp-oem-cta2 a{ text-decoration:none !important; }

.gsp-oem-cta2::before{
  content:"";
  position:absolute;
  left:-220px;
  bottom:-380px;
  z-index:0;
  width:700px;
  height:700px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(207,255,4,0.10) 0%, rgba(207,255,4,0) 65%);
  pointer-events:none;
}

.gsp-oem-cta2-container{
  position:relative;
  z-index:1;
  width:100%;
  max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,46fr) minmax(0,54fr);
  gap:clamp(40px,5vw,72px);
  align-items:center;
}

/* LEFT */
.gsp-oem-cta2-eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#cfff04;
}
.gsp-oem-cta2-eyebrow i{
  display:block;
  width:32px;
  height:2px;
  background:#cfff04;
  border-radius:999px;
}
.gsp-oem-cta2-left h2{
  margin:0 0 18px;
  font-size:clamp(30px,3.6vw,42px);
  font-weight:800;
  line-height:1.12;
  letter-spacing:-0.02em;
  color:#ffffff;
}
.gsp-oem-cta2-desc{
  max-width:460px;
  margin:0 0 26px;
  font-size:15.5px;
  line-height:1.75;
  color:#afbed3;
}
.gsp-oem-cta2-points{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.gsp-oem-cta2-points li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:14.5px;
  font-weight:600;
  color:#e2e8f2;
  line-height:1.5;
}
.gsp-oem-cta2-check{
  flex-shrink:0;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#cfff04;
  color:#0a1f3d;
  font-size:12px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
}

/* RIGHT — CTA card */
.gsp-oem-cta2-right{
  display:flex;
  justify-content:center;
}
.gsp-oem-cta2-card{
  position:relative;
  width:100%;
  max-width:440px;
  background:#ffffff;
  border-radius:18px;
  padding:44px 38px;
  text-align:center;
  box-shadow:0 30px 80px rgba(0,0,0,0.35);
  overflow:hidden;
}
.gsp-oem-cta2-card::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:5px;
  background:linear-gradient(90deg, #cfff04 0%, #cfff04 35%, #14417a 100%);
}
.gsp-oem-cta2-icon{
  width:64px;
  height:64px;
  margin:0 auto 20px;
  border-radius:50%;
  background:#f2f6fa;
  border:1px solid #e0e7ef;
  display:flex;
  align-items:center;
  justify-content:center;
}
.gsp-oem-cta2-card h3{
  margin:0 0 12px;
  font-size:21px;
  font-weight:800;
  color:#0a1f3d;
  letter-spacing:-0.01em;
}
.gsp-oem-cta2-card p{
  margin:0 0 26px;
  font-size:14px;
  line-height:1.65;
  color:#6b7b8e;
}
.gsp-oem-cta2-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  min-height:56px;
  padding:0 24px;
  border-radius:999px;
  background:#cfff04;
  color:#0a1f3d !important;
  font-size:14px;
  font-weight:800;
  letter-spacing:0.01em;
  box-shadow:0 14px 32px rgba(207,255,4,0.28);
  transition:transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.gsp-oem-cta2-btn:hover{
  transform:translateY(-2px);
  background:#ddff3a;
  box-shadow:0 18px 42px rgba(207,255,4,0.36);
}
.gsp-oem-cta2-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:18px;
  font-size:12px;
  color:#8b98aa;
}
.gsp-oem-cta2-note i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#1e7b4d;
  display:inline-block;
  flex-shrink:0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:900px){
  .gsp-oem-cta2-container{
    grid-template-columns:1fr;
    text-align:center;
  }
  .gsp-oem-cta2-eyebrow{ justify-content:center; }
  .gsp-oem-cta2-desc{ margin-left:auto; margin-right:auto; }
  .gsp-oem-cta2-points{ align-items:flex-start; max-width:400px; margin:0 auto; }
  .gsp-oem-cta2-right{ margin-top:8px; }
}

@media(max-width:600px){
  .gsp-oem-cta2{ padding:56px 18px; }
  .gsp-oem-cta2-card{ padding:34px 26px; }
  .gsp-oem-cta2-left h2{ font-size:28px; }
  .gsp-oem-cta2-points{ align-items:center; text-align:left; }
}

@media(prefers-reduced-motion:reduce){
  .gsp-oem-cta2-btn{ transition:none; }
}/* End custom CSS */