.elementor-kit-5{--e-global-color-primary:#123054;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#16A3E5;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:0.9em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.4em;--e-global-typography-3b84c05-font-family:"Montserrat";--e-global-typography-3b84c05-font-size:35px;--e-global-typography-3b84c05-font-weight:600;--e-global-typography-1f658a0-font-family:"Montserrat";--e-global-typography-1f658a0-font-size:30px;--e-global-typography-1f658a0-font-weight:600;--e-global-typography-1f658a0-line-height:30px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.stopcell-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 24px;
  background: radial-gradient(circle at bottom center, rgba(0, 255, 153, 0.10), transparent 22%),
              linear-gradient(180deg, #04122c 0%, #020d22 100%);
}

.stopcell-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.25;
  pointer-events: none;
}

.stopcell-container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}

.stopcell-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  border: 1px solid rgba(255, 191, 0, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffc21a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 34px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.stopcell-badge .dot {
  width: 14px;
  height: 14px;
  background: #ffc21a;
  border-radius: 50%;
  display: inline-block;
}

.stopcell-title {
  margin: 0 0 30px;
  color: #f1f3f7;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.stopcell-title span {
  color: #ffbf00;
}

.stopcell-text {
  max-width: 930px;
  margin: 0 0 30px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.55;
  font-weight: 400;
}

.stopcell-text strong {
  color: #ffffff;
  font-weight: 800;
}

.stopcell-text span {
  color: #ffbf00;
  font-weight: 800;
}

.stopcell-text-second {
  margin-bottom: 42px;
}

.stopcell-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 880px;
  min-height: 100px;
  padding: 24px 30px;
  border-radius: 24px;
  background: #22c55e;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow:
    0 0 35px rgba(34, 197, 94, 0.35),
    0 10px 30px rgba(0, 0, 0, 0.20);
  transition: all 0.3s ease;
}

.stopcell-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 45px rgba(34, 197, 94, 0.45),
    0 14px 35px rgba(0, 0, 0, 0.28);
}

.stopcell-btn svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .stopcell-hero {
    padding: 40px 20px;
  }

  .stopcell-badge {
    font-size: 14px;
    padding: 12px 18px;
    gap: 10px;
  }

  .stopcell-badge .dot {
    width: 10px;
    height: 10px;
  }

  .stopcell-title {
    line-height: 1;
    margin-bottom: 24px;
  }

  .stopcell-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .stopcell-btn {
    min-height: 72px;
    padding: 18px 20px;
    border-radius: 18px;
    font-size: 16px;
    text-align: center;
  }

  .stopcell-btn svg {
    width: 26px;
    height: 26px;
  }
}/* End custom CSS */