body.elementor-page-853:not(.elementor-motion-effects-element-type-background), body.elementor-page-853 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#06110D;}@media(max-width:767px){.elementor-853 .elementor-element.elementor-element-1dec51d{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-74d64ae */:root {
  --kt-bg: #050908;
  --kt-bg2: #07140f;
  --kt-panel: #0b1d17;
  --kt-panel2: #102820;
  --kt-green: #214538;
  --kt-neon: #4CEA1D;
  --kt-yellow: #FFC800;
  --kt-text: #f4fff7;
  --kt-muted: #d7e5df;
  --kt-soft: #a7bbb2;
  --kt-line: rgba(76, 234, 29, 0.24);
  --kt-line-soft: rgba(255, 255, 255, 0.12);
  --kt-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--kt-bg) !important;
  overflow-x: hidden;
}

/* Use this class on the main Elementor parent container for the whole homepage */
.kt-homepage {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: 'Barlow', Arial, sans-serif;
  color: var(--kt-text);
  background:
    radial-gradient(circle at 18% 8%, rgba(76, 234, 29, 0.20), transparent 27%),
    radial-gradient(circle at 80% 10%, rgba(255, 200, 0, 0.12), transparent 24%),
    linear-gradient(180deg, #050908 0%, #07140f 45%, #06100d 100%);
}

/* Backup background for sections if the wrapper class is not applied */
.kt-homepage-hero,
.kt-chip-section,
.kt-solutions-section,
.kt-packages-section,
.kt-workflow-section,
.kt-architecture-section,
.kt-industries-section,
.kt-cta-section {
  font-family: 'Barlow', Arial, sans-serif;
  color: var(--kt-text);
}

/* Full-page tech grid */
.kt-homepage::before,
.kt-homepage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(76, 234, 29, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 234, 29, 0.13) 1px, transparent 1px);
  background-size: 54px 54px;
}

.kt-homepage *,
.kt-homepage-hero * {
  box-sizing: border-box;
}

.kt-homepage section,
.kt-homepage-hero .kt-hero-inner {
  position: relative;
  z-index: 2;
}

.kt-section {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(70px, 7vw, 105px) clamp(24px, 4vw, 60px);
}

.kt-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 760px);
  gap: 36px;
  align-items: end;
  margin-bottom: 36px;
}

.kt-section-head h2 {
  margin: 0;
  color: var(--kt-text);
  font-size: clamp(46px, 4.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.kt-section-head p {
  margin: 0;
  color: var(--kt-muted);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.kt-gradient {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: #f4fff7 !important;
}

.kt-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  border: 1px solid var(--kt-line);
  background: rgba(76, 234, 29, 0.08);
  border-radius: 999px;
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #d6ffca;
  font-size: 15px;
  font-weight: 600;
}

.kt-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--kt-neon);
  box-shadow: 0 0 0 8px rgba(76, 234, 29, 0.12), 0 0 22px var(--kt-neon);
  flex: 0 0 auto;
}

.kt-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.kt-btn,
.kt-btn:visited,
.kt-btn:hover,
.kt-btn:focus {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 220px;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.15;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.kt-btn-primary,
.kt-btn-primary:visited,
.kt-btn-primary:hover,
.kt-btn-primary:focus {
  background: var(--kt-neon) !important;
  color: #082019 !important;
  border: 1px solid var(--kt-neon) !important;
  box-shadow: 0 0 36px rgba(76, 234, 29, 0.32);
}

.kt-btn-secondary,
.kt-btn-secondary:visited,
.kt-btn-secondary:hover,
.kt-btn-secondary:focus {
  border: 1px solid var(--kt-line) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #f4fff7 !important;
}

.kt-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .kt-section {
    padding: 70px 24px;
  }

  .kt-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left;
  }

  .kt-section-head h2 {
    font-size: clamp(42px, 7vw, 60px);
  }

  .kt-section-head p {
    font-size: 22px;
  }
}

@media (max-width: 620px) {
  .kt-section {
    padding: 58px 20px;
  }

  .kt-section-head h2 {
    font-size: clamp(38px, 10vw, 50px);
    line-height: 1.05;
  }

  .kt-section-head p {
    font-size: 22px;
    line-height: 1.35;
  }

  .kt-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kt-btn {
    width: 100%;
    min-width: 0;
    font-size: 22px;
  }
}
.kt-homepage-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-family: 'Barlow', Arial, sans-serif;
  color: var(--kt-text);
  background:
    radial-gradient(circle at 18% 8%, rgba(76, 234, 29, 0.20), transparent 27%),
    radial-gradient(circle at 80% 10%, rgba(255, 200, 0, 0.12), transparent 24%),
    linear-gradient(180deg, #050908 0%, #07140f 45%, #06100d 100%);
}

.kt-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(70px, 7vw, 105px) clamp(24px, 4vw, 60px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: clamp(34px, 4vw, 58px);
  align-items: center;
}

.kt-hero-copy {
  width: 100%;
  max-width: 820px;
  justify-self: end;
}

.kt-hero-copy h1 {
  font-size: clamp(46px, 4.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 22px 0 24px;
  font-weight: 600;
  color: #f4fff7 !important;
}

.kt-hero-copy h1 span {
  color: #f4fff7 !important;
}

.kt-lead,
.kt-hero-small {
  font-size: 22px;
  color: #d7e5df !important;
  max-width: 820px;
  margin: 0 0 18px;
  font-weight: 400;
}

.kt-lead {
  line-height: 1.35;
}

.kt-hero-small {
  line-height: 1.45;
}

.kt-hero-actions {
  justify-content: center;
}

/* Live Plant HUD */

.kt-hud {
  width: 100%;
  max-width: 520px;
  justify-self: start;
  position: relative;
  border: 1px solid var(--kt-line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 47, 37, 0.95), rgba(6, 18, 14, 0.95));
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.kt-hud::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(76, 234, 29, 0.11) 48%, transparent 53%);
  animation: ktSweep 7s linear infinite;
}

.kt-hud::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 8px);
  opacity: 0.22;
}

@keyframes ktSweep {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

.kt-hud-inner {
  position: relative;
  z-index: 2;
  padding: clamp(18px, 2vw, 24px);
}

.kt-hud-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--kt-line-soft);
  padding-bottom: 16px;
}

.kt-lights {
  display: flex;
  gap: 8px;
}

.kt-lights span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--kt-neon);
}

.kt-lights span:nth-child(2) {
  background: var(--kt-yellow);
}

.kt-lights span:nth-child(3) {
  background: #9eb0a8;
}

.kt-hud-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #cfffc1;
}

.kt-screen {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.kt-metric {
  border: 1px solid var(--kt-line-soft);
  background: rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  padding: 14px 16px;
}

.kt-metric label {
  display: block;
  color: #91a89e;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  font-size: 12px;
}

.kt-metric strong {
  display: block;
  color: var(--kt-neon);
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin-top: 6px;
  text-shadow: 0 0 14px rgba(76, 234, 29, 0.30);
}

.kt-feed {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}

.kt-feed-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--kt-line-soft);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 16px;
  padding: 12px;
  min-height: 64px;
}

.kt-num {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(76, 234, 29, 0.18);
  display: grid;
  place-items: center;
  color: var(--kt-neon);
  font-weight: 600;
  font-size: 18px;
}

.kt-feed-item b {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.1;
}

.kt-feed-item p {
  margin: 4px 0 0;
  color: var(--kt-soft);
  font-size: 15px;
  line-height: 1.3;
}

.kt-live {
  color: var(--kt-neon);
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .kt-hero-inner {
    grid-template-columns: 1fr;
    max-width: 900px;
    gap: 42px;
  }

  .kt-hero-copy,
  .kt-hud {
    max-width: 100%;
    justify-self: center;
  }

  .kt-hud {
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .kt-hero-inner {
    padding: 54px 20px 62px;
    gap: 34px;
  }

  .kt-hero-copy h1 {
    font-size: clamp(40px, 12vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.02em;
  }

  .kt-lead,
  .kt-hero-small {
    font-size: 22px;
  }

  .kt-hud {
    max-width: 100%;
  }

  .kt-hud-inner {
    padding: 18px;
  }

  .kt-hud-top {
    align-items: flex-start;
    gap: 18px;
  }

  .kt-hud-title {
    font-size: 12px;
    text-align: right;
  }

  .kt-feed-item {
    grid-template-columns: 36px 1fr;
    padding: 13px;
  }

  .kt-live {
    grid-column: 2;
    margin-top: -4px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94e7a88 *//* =========================================================
   SEO SUPPORT SECTION
   Matches chip/card homepage styling
========================================================= */

.kt-seo-support-section {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 56px clamp(24px, 4vw, 60px) 92px;
  position: relative;
  z-index: 1;
}

.kt-seo-support-heading {
  max-width: 1120px;
  margin: 0 auto 34px;
  text-align: center;
}

.kt-seo-head {
  max-width: 1100px;
  margin: 0 auto 42px;
  text-align: center;
}

.kt-seo-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 auto 20px;
  min-height: 34px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(76, 234, 29, 0.12);
  border: 1px solid rgba(76, 234, 29, 0.36);
  color: #eaffea;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kt-seo-label::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #4CEA1D;
  box-shadow: 0 0 16px rgba(76, 234, 29, 0.8);
  flex: 0 0 auto;
}

.kt-seo-head h2 {
  margin: 0 auto 18px;
  max-width: 1050px;
  color: #f4fff7;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.kt-seo-head p {
  margin: 0 auto;
  max-width: 1050px;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 400;
}

.kt-seo-label::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #4CEA1D;
  box-shadow: 0 0 16px rgba(76, 234, 29, 0.8);
}

.kt-seo-support-heading h2 {
  margin: 0 0 14px;
  color: #f4fff7;
  font-size: clamp(38px, 3.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.kt-seo-support-heading p {
  margin: 0 auto;
  max-width: 980px;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

/* Main two-column block */

.kt-seo-support-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
  align-items: stretch;
}

/* Image panel */

.kt-seo-support-image {
  min-height: 100%;
  border: 1px solid var(--kt-line, rgba(76, 234, 29, 0.24));
  background: linear-gradient(180deg, rgba(17, 40, 33, 0.86), rgba(7, 17, 14, 0.88));
  border-radius: 22px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dfffda;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  position: relative;
}

.kt-seo-support-image::before {
  content: '';
  position: absolute;
  inset: 13px;
  border-radius: 16px;
  border: 1px solid rgba(76, 234, 29, 0.14);
  pointer-events: none;
  z-index: 2;
}

.kt-seo-support-image::after {
  content: '';
  position: absolute;
  inset: auto -20% -32% -20%;
  height: 170px;
  background: radial-gradient(circle, rgba(76, 234, 29, 0.18), transparent 62%);
  pointer-events: none;
}

.kt-seo-support-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

/* Content card */

.kt-seo-support-content {
  border: 1px solid var(--kt-line, rgba(76, 234, 29, 0.24));
  background: linear-gradient(180deg, rgba(17, 40, 33, 0.86), rgba(7, 17, 14, 0.88));
  border-radius: 22px;
  padding: clamp(26px, 3vw, 42px);
  color: #dfffda;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  position: relative;
  overflow: hidden;
}

.kt-seo-support-content::before {
  content: '';
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4CEA1D, transparent);
  opacity: 0.65;
}

.kt-seo-support-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.kt-seo-support-content > p {
  margin: 0;
  color: #d7e5df;
  font-size: clamp(19px, 1.45vw, 22px);
  line-height: 1.42;
  font-weight: 400;
}

/* Point rows */

.kt-seo-support-points {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.kt-seo-support-points div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: rgba(5, 15, 12, 0.58);
  border: 1px solid rgba(76, 234, 29, 0.18);
}

.kt-seo-support-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 42px;
  border-radius: 13px;
  background: rgba(76, 234, 29, 0.14);
  border: 1px solid rgba(76, 234, 29, 0.34);
  color: #4CEA1D;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.kt-seo-support-points p {
  margin: 0;
  color: #d7e5df;
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.38;
  font-weight: 400;
}

.kt-seo-support-points strong {
  color: #ffffff;
  font-weight: 700;
}

/* Exact SEO phrase chips */

.kt-seo-phrase-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.kt-seo-phrase-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(76, 234, 29, 0.12);
  border: 1px solid rgba(76, 234, 29, 0.3);
  color: #f4fff7;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

/* Tablet */

@media (max-width: 1050px) {
  .kt-seo-support-section {
    padding: 48px clamp(20px, 4vw, 42px) 76px;
  }

  .kt-seo-support-layout {
    grid-template-columns: 1fr;
  }

  .kt-seo-support-image img {
    min-height: auto;
  }
}

/* Mobile */

@media (max-width: 700px) {
  .kt-seo-support-section {
    padding: 42px 18px 64px;
  }

  .kt-seo-support-heading {
    text-align: left;
    margin-bottom: 26px;
  }

  .kt-seo-support-heading h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .kt-seo-support-heading p {
    font-size: 18px;
  }

  .kt-seo-support-content {
    padding: 22px 18px;
  }

  .kt-seo-support-content h3 {
    font-size: 28px;
  }

  .kt-seo-support-content > p {
    font-size: 18px;
  }

  .kt-seo-support-points div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kt-seo-phrase-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kt-seo-phrase-row span {
    width: 100%;
    justify-content: flex-start;
    white-space: normal;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-764eb9d */.kt-chip-section {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px clamp(24px, 4vw, 60px) 86px;
  position: relative;
  z-index: 1;
}

.kt-chip-heading {
  max-width: 1100px;
  margin: 0 auto 30px;
  text-align: center;
}

.kt-chip-heading h2 {
  margin: 0 0 14px;
  color: #f4fff7;
  font-size: clamp(38px, 3.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.kt-chip-heading p {
  margin: 0 auto;
  max-width: 980px;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.kt-chip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: stretch;
}

.kt-chip {
  min-height: 230px;
  border: 1px solid var(--kt-line);
  background: linear-gradient(180deg, rgba(17, 40, 33, 0.86), rgba(7, 17, 14, 0.88));
  border-radius: 20px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  color: #dfffda;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
}

.kt-chip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  min-width: 74px;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(76, 234, 29, 0.12);
  border: 1px solid rgba(76, 234, 29, 0.28);
  color: var(--kt-neon);
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.kt-chip strong {
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 12px;
}

.kt-chip p {
  margin: 0;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .kt-chip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kt-chip {
    min-height: 220px;
  }
}

@media (max-width: 620px) {
  .kt-chip-section {
    padding: 36px 20px 64px;
  }

  .kt-chip-heading {
    text-align: left;
  }

  .kt-chip-heading h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .kt-chip-heading p {
    font-size: 22px;
  }

  .kt-chip-grid {
    grid-template-columns: 1fr;
  }

  .kt-chip {
    min-height: auto;
    text-align: left;
    align-items: flex-start;
  }

  .kt-chip span {
    margin-left: 0;
    margin-right: 0;
  }

  .kt-chip strong {
    font-size: 25px;
  }

  .kt-chip p {
    font-size: 22px;
  }
}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5133e5e */.kt-solutions-section {
  position: relative;
}

.kt-solutions-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: stretch;
}

.kt-solutions-main {
  border: 1px solid rgba(76, 234, 29, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 10%, rgba(76, 234, 29, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(17, 40, 33, 0.86), rgba(7, 17, 14, 0.92));
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 620px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
  position: relative;
  overflow: hidden;
}

.kt-solutions-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(76, 234, 29, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 234, 29, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.38;
  pointer-events: none;
}

.kt-solutions-main > * {
  position: relative;
  z-index: 2;
}

.kt-solutions-main h2 {
  margin: 26px 0 18px;
  color: #f4fff7;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.kt-solutions-main p {
  margin: 0;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 400;
}

.kt-solutions-status {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 32px;
}

.kt-solutions-status div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  border-radius: 18px;
  padding: 18px 20px;
}

.kt-solutions-status span {
  display: block;
  color: #a7bbb2;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.kt-solutions-status strong {
  display: block;
  margin-top: 6px;
  color: var(--kt-neon);
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
}

.kt-solutions-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.kt-solution-row {
  min-height: 142px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  border: 1px solid rgba(76, 234, 29, 0.20);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(76, 234, 29, 0.10), transparent 32%),
    rgba(255, 255, 255, 0.045);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.kt-solution-row::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--kt-neon), transparent);
  opacity: 0.42;
}

.kt-row-number {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(76, 234, 29, 0.15);
  border: 1px solid rgba(76, 234, 29, 0.28);
  display: grid;
  place-items: center;
  color: var(--kt-neon);
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.kt-solution-row h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(26px, 2vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.kt-solution-row p {
  margin: 0;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.38;
  font-weight: 400;
}

/* No movement on hover since these are not links */
.kt-solution-row:hover,
.kt-info-card:hover {
  transform: none;
}

@media (max-width: 1100px) {
  .kt-solutions-layout {
    grid-template-columns: 1fr;
  }

  .kt-solutions-main {
    min-height: auto;
  }

  .kt-solutions-status {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .kt-solutions-status {
    grid-template-columns: 1fr;
  }

  .kt-solution-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .kt-row-number {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 620px) {
  .kt-solutions-main {
    padding: 26px 22px;
  }

  .kt-solutions-main h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .kt-solutions-main p,
  .kt-solution-row p {
    font-size: 22px;
  }

  .kt-solution-row {
    padding: 22px;
  }

  .kt-solution-row h3 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1dec51d */.kt-packages-section {
  position: relative;
}

.kt-packages-head {
  max-width: 1100px;
  margin: 0 auto 42px;
  text-align: center;
}

.kt-packages-head .kt-kicker {
  margin: 0 auto 020px;
}

.kt-packages-head h2 {
  margin: 0 auto 18px;
  max-width: 1050px;
  color: #f4fff7;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.kt-packages-head p {
  margin: 0 auto;
  max-width: 1050px;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 400;
}

.kt-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.kt-package-card {
  min-height: 560px;
  position: relative;
  border: 1px solid rgba(76, 234, 29, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(76, 234, 29, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(17, 40, 33, 0.88), rgba(7, 17, 14, 0.94));
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.kt-package-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(76, 234, 29, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 234, 29, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.4;
  pointer-events: none;
}

.kt-package-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--kt-neon), transparent);
  opacity: 0.55;
}

.kt-package-card > * {
  position: relative;
  z-index: 2;
}

.kt-package-card-featured {
  border-color: rgba(76, 234, 29, 0.42);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    0 0 26px rgba(76, 234, 29, 0.12);
}

.kt-package-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.kt-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(76, 234, 29, 0.28);
  border-radius: 999px;
  padding: 8px 13px;
  color: #dfffda;
  background: rgba(76, 234, 29, 0.08);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
}

.kt-package-code {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(76, 234, 29, 0.15);
  border: 1px solid rgba(76, 234, 29, 0.28);
  display: grid;
  place-items: center;
  color: var(--kt-neon);
  font-size: 20px;
  font-weight: 600;
  flex: 0 0 auto;
}

.kt-package-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.kt-package-card p {
  margin: 0 0 22px;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.kt-package-list {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.kt-package-list div {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.18);
  border-radius: 14px;
  padding: 13px 15px;
  color: #d7e5df;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 400;
}

.kt-package-list div::before {
  content: "•";
  color: var(--kt-neon);
  margin-right: 8px;
}

.kt-package-card:hover {
  border-color: rgba(76, 234, 29, 0.42);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    0 0 26px rgba(76, 234, 29, 0.10);
}

@media (max-width: 1200px) {
  .kt-package-grid {
    grid-template-columns: 1fr;
  }

  .kt-package-card {
    min-height: auto;
  }

  .kt-package-list {
    margin-top: 20px;
  }
}

@media (max-width: 620px) {
  .kt-packages-head {
    text-align: left;
    margin-bottom: 30px;
  }

  .kt-packages-head .kt-kicker {
    margin-left: 0;
  }

  .kt-packages-head h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .kt-packages-head p {
    font-size: 22px;
  }

  .kt-package-card {
    padding: 24px;
  }

  .kt-package-top {
    align-items: flex-start;
  }

  .kt-tag {
    font-size: 17px;
  }

  .kt-package-card h3 {
    font-size: 32px;
  }

  .kt-package-card p {
    font-size: 22px;
  }

  .kt-package-list div {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f168860 */.kt-workflow-section {
  position: relative;
}

.kt-workflow-head {
  max-width: 1050px;
  margin: 0 auto 46px;
  text-align: center;
}

.kt-workflow-head .kt-kicker {
  margin: 0 auto 20px;
}

.kt-workflow-head h2 {
  margin: 0 auto 18px;
  max-width: 980px;
  color: #f4fff7;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.kt-workflow-head p {
  margin: 0 auto;
  max-width: 900px;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 400;
}

/* Connected workflow without a long line behind the cards */
.kt-workflow-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.kt-workflow-path::before {
  display: none;
}

.kt-step-card {
  position: relative;
  z-index: 1;
  min-height: 320px;
  border: 1px solid rgba(76, 234, 29, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(76, 234, 29, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(17, 40, 33, 0.86), rgba(7, 17, 14, 0.92));
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  overflow: visible;
}

/* Subtle connector between cards */
.kt-step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 14px;
  height: 3px;
  background: linear-gradient(90deg, rgba(76, 234, 29, 0.85), rgba(255, 200, 0, 0.55));
  box-shadow: 0 0 12px rgba(76, 234, 29, 0.22);
  transform: translateY(-50%);
  z-index: 4;
}

/* Small endpoint dot to make the connector feel intentional */
.kt-step-card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kt-neon);
  box-shadow: 0 0 12px rgba(76, 234, 29, 0.35);
  transform: translateY(-50%);
  z-index: 5;
}

.kt-step-card > * {
  position: relative;
  z-index: 2;
}

.kt-step-dot {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(76, 234, 29, 0.16);
  border: 1px solid rgba(76, 234, 29, 0.32);
  display: grid;
  place-items: center;
  color: var(--kt-neon);
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  margin: 0 auto 22px;
  box-shadow: 0 0 24px rgba(76, 234, 29, 0.14);
}

.kt-step-content {
  text-align: center;
}

.kt-step-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(25px, 1.7vw, 30px);
  line-height: 1.1;
  font-weight: 600;
}

.kt-step-content p {
  margin: 0;
  color: #d7e5df;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

/* Tablet: vertical connected workflow */
@media (max-width: 1300px) {
  .kt-workflow-path {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
  }

  .kt-step-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 24px;
  }

  .kt-step-card:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 51px;
    bottom: -17px;
    width: 3px;
    height: 18px;
    background: linear-gradient(180deg, rgba(76, 234, 29, 0.85), rgba(255, 200, 0, 0.55));
    transform: none;
  }

  .kt-step-card:not(:last-child)::before {
    top: auto;
    right: auto;
    left: 48px;
    bottom: -6px;
    transform: none;
  }

  .kt-step-dot {
    margin: 0;
  }

  .kt-step-content {
    text-align: left;
  }

  .kt-step-content h3 {
    font-size: 30px;
  }

  .kt-step-content p {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 620px) {
  .kt-workflow-head {
    text-align: left;
    margin-bottom: 30px;
  }

  .kt-workflow-head .kt-kicker {
    margin-left: 0;
  }

  .kt-workflow-head h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .kt-workflow-head p {
    font-size: 22px;
  }

  .kt-workflow-path {
    gap: 16px;
  }

  .kt-step-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
  }

  .kt-step-card:not(:last-child)::after {
    left: 43px;
    bottom: -17px;
  }

  .kt-step-card:not(:last-child)::before {
    left: 40px;
    bottom: -6px;
  }

  .kt-step-dot {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 18px;
  }

  .kt-step-content h3 {
    font-size: 28px;
  }

  .kt-step-content p {
    font-size: 22px;
    line-height: 1.35;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c79be6d */.kt-architecture-section {
  position: relative;
}

.kt-architecture-head {
  max-width: 1100px;
  margin: 0 auto 44px;
  text-align: center;
}

.kt-architecture-head .kt-kicker {
  margin: 0 auto 20px;
}

.kt-architecture-head h2 {
  margin: 0 auto 18px;
  max-width: 980px;
  color: #f4fff7;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.kt-architecture-head p {
  margin: 0 auto;
  max-width: 1000px;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 400;
}

.kt-architecture-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
}

/* Left platform stack */
.kt-platform-stack {
  display: grid;
  gap: 18px;
}

.kt-platform-layer {
  min-height: 180px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  border: 1px solid rgba(76, 234, 29, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(76, 234, 29, 0.10), transparent 36%),
    rgba(255, 255, 255, 0.045);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.kt-platform-layer::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--kt-neon), transparent);
  opacity: 0.42;
}

.kt-platform-layer span {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(76, 234, 29, 0.15);
  border: 1px solid rgba(76, 234, 29, 0.28);
  display: grid;
  place-items: center;
  color: var(--kt-neon);
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.kt-platform-layer h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.1;
  font-weight: 600;
}

.kt-platform-layer p {
  margin: 0;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.38;
  font-weight: 400;
}

/* Right terminal panel */
.kt-terminal {
  border: 1px solid rgba(76, 234, 29, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(76, 234, 29, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(17, 40, 33, 0.88), rgba(7, 17, 14, 0.94));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.kt-terminal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(76, 234, 29, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 234, 29, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.42;
  pointer-events: none;
}

.kt-terminal-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--kt-line-soft);
  color: #c7d8d0;
}

.kt-terminal-head span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--kt-neon);
}

.kt-terminal-head span:nth-child(2) {
  background: var(--kt-yellow);
}

.kt-terminal-head span:nth-child(3) {
  background: #9eb0a8;
}

.kt-terminal-head strong {
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: 600;
  color: #cfffc1;
}

.kt-code {
  position: relative;
  z-index: 2;
  padding: 24px;
  display: grid;
  gap: 12px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
}

.kt-code div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.20);
  border-radius: 14px;
  padding: 13px 15px;
}

.kt-code span {
  color: #b9d6c8;
  font-size: 20px;
  line-height: 1.25;
}

.kt-code strong {
  color: var(--kt-neon);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
}

/* Tablet */
@media (max-width: 1100px) {
  .kt-architecture-grid {
    grid-template-columns: 1fr;
  }

  .kt-terminal {
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 620px) {
  .kt-architecture-head {
    text-align: left;
    margin-bottom: 30px;
  }

  .kt-architecture-head .kt-kicker {
    margin-left: 0;
  }

  .kt-architecture-head h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .kt-architecture-head p {
    font-size: 22px;
  }

  .kt-platform-layer {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    padding: 22px;
  }

  .kt-platform-layer h3 {
    font-size: 28px;
  }

  .kt-platform-layer p {
    font-size: 22px;
  }

  .kt-terminal-head {
    align-items: flex-start;
  }

  .kt-terminal-head strong {
    font-size: 13px;
    text-align: right;
  }

  .kt-code {
    padding: 18px;
  }

  .kt-code div {
    display: grid;
    gap: 6px;
  }

  .kt-code span,
  .kt-code strong {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ddcffc */.kt-industries-section {
  position: relative;
}

.kt-industries-head {
  max-width: 1100px;
  margin: 0 auto 44px;
  text-align: center;
}

.kt-industries-head .kt-kicker {
  margin: 0 auto 20px;
}

.kt-industries-head h2 {
  margin: 0 auto 18px;
  max-width: 980px;
  color: #f4fff7;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.kt-industries-head p {
  margin: 0 auto;
  max-width: 1000px;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 400;
}

.kt-industry-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.kt-industry-group {
  border: 1px solid rgba(76, 234, 29, 0.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 0%, rgba(76, 234, 29, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(17, 40, 33, 0.84), rgba(7, 17, 14, 0.93));
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.30);
}

.kt-industry-group::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(76, 234, 29, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 234, 29, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.38;
  pointer-events: none;
}

.kt-industry-group::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--kt-neon), transparent);
  opacity: 0.50;
}

.kt-industry-group > * {
  position: relative;
  z-index: 2;
}

.kt-industry-group-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.kt-industry-group-head span {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(76, 234, 29, 0.15);
  border: 1px solid rgba(76, 234, 29, 0.28);
  display: grid;
  place-items: center;
  color: var(--kt-neon);
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.kt-industry-group-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.kt-industry-list {
  display: grid;
  gap: 14px;
}

.kt-industry-item {
  min-height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.18);
  border-radius: 18px;
  padding: 20px;
}

.kt-industry-item strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 600;
}

.kt-industry-item p {
  margin: 0;
  color: #d7e5df;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .kt-industry-layout {
    grid-template-columns: 1fr;
  }

  .kt-industry-item {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .kt-industries-head {
    text-align: left;
    margin-bottom: 30px;
  }

  .kt-industries-head .kt-kicker {
    margin-left: 0;
  }

  .kt-industries-head h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .kt-industries-head p {
    font-size: 22px;
  }

  .kt-industry-group {
    padding: 22px;
    border-radius: 22px;
  }

  .kt-industry-group-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kt-industry-group-head h3 {
    font-size: 30px;
  }

  .kt-industry-item {
    padding: 18px;
  }

  .kt-industry-item strong {
    font-size: 25px;
  }

  .kt-industry-item p {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07921af */.kt-cta-section {
  position: relative;
}

.kt-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  border: 1px solid rgba(76, 234, 29, 0.24);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 10%, rgba(76, 234, 29, 0.18), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(255, 200, 0, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(17, 40, 33, 0.92), rgba(7, 17, 14, 0.96));
  padding: clamp(34px, 5vw, 58px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  position: relative;
  overflow: hidden;
}

.kt-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(76, 234, 29, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 234, 29, 0.05) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.42;
  pointer-events: none;
}

.kt-cta-card::after {
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--kt-neon), var(--kt-yellow), transparent);
  opacity: 0.55;
}

.kt-cta-content,
.kt-cta-panel {
  position: relative;
  z-index: 2;
}

.kt-cta-content h2 {
  max-width: 900px;
  margin: 24px 0 18px;
  color: #ffffff;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.kt-cta-content p {
  max-width: 800px;
  margin: 0 0 28px;
  color: #d6e6df;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 400;
}

.kt-cta-actions {
  justify-content: flex-start;
}

.kt-cta-panel {
  display: grid;
  gap: 14px;
}

.kt-cta-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.20);
  border-radius: 18px;
  padding: 18px;
}

.kt-cta-row span {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(76, 234, 29, 0.15);
  border: 1px solid rgba(76, 234, 29, 0.28);
  display: grid;
  place-items: center;
  color: var(--kt-neon);
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

.kt-cta-row strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}

@media (max-width: 980px) {
  .kt-cta-card {
    grid-template-columns: 1fr;
  }

  .kt-cta-actions {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .kt-cta-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .kt-cta-content h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .kt-cta-content p {
    font-size: 22px;
  }

  .kt-cta-actions {
    justify-content: center;
  }

  .kt-cta-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kt-cta-row strong {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10146b4 *//* =========================================================
   HOMEPAGE WHITE PAPER BOX
========================================================= */

.kt-whitepaper-home-section {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px clamp(24px, 4vw, 60px) 90px;
  position: relative;
  z-index: 1;
}

.kt-whitepaper-home-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(30px, 4vw, 52px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 20%, rgba(76, 234, 29, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(17, 40, 33, 0.9), rgba(7, 17, 14, 0.92));
  border: 1px solid rgba(76, 234, 29, 0.28);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  position: relative;
  overflow: hidden;
}

.kt-whitepaper-home-box::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 1px solid rgba(76, 234, 29, 0.13);
  pointer-events: none;
}

.kt-whitepaper-home-copy {
  position: relative;
  z-index: 1;
}

.kt-whitepaper-home-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  min-height: 34px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(76, 234, 29, 0.12);
  border: 1px solid rgba(76, 234, 29, 0.34);
  color: #eaffea;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kt-whitepaper-home-label::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #4CEA1D;
  box-shadow: 0 0 16px rgba(76, 234, 29, 0.8);
}

.kt-whitepaper-home-box h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.kt-whitepaper-home-box p {
  margin: 0;
  max-width: 900px;
  color: #d7e5df;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.42;
  font-weight: 400;
}

.kt-whitepaper-home-action {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.kt-whitepaper-home-btn,
.kt-whitepaper-home-btn:link,
.kt-whitepaper-home-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 30px;
  border-radius: 999px;
  background: #4CEA1D;
  border: 1px solid #4CEA1D;
  color: #06110e !important;
  font-size: clamp(18px, 1.25vw, 21px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 0 28px rgba(76, 234, 29, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.kt-whitepaper-home-btn::after {
  content: '›';
  margin-left: 10px;
  font-size: 30px;
  line-height: 1;
}

.kt-whitepaper-home-btn:hover,
.kt-whitepaper-home-btn:focus {
  background: #66ff37;
  border-color: #66ff37;
  color: #06110e !important;
  transform: translateY(-2px);
  box-shadow: 0 0 38px rgba(76, 234, 29, 0.4);
}

/* Tablet */

@media (max-width: 900px) {
  .kt-whitepaper-home-box {
    grid-template-columns: 1fr;
  }

  .kt-whitepaper-home-action {
    justify-content: flex-start;
  }
}

/* Mobile */

@media (max-width: 700px) {
  .kt-whitepaper-home-section {
    padding: 42px 18px 70px;
  }

  .kt-whitepaper-home-box {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .kt-whitepaper-home-box h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .kt-whitepaper-home-box p {
    font-size: 18px;
  }

  .kt-whitepaper-home-btn,
  .kt-whitepaper-home-btn:link,
  .kt-whitepaper-home-btn:visited {
    width: 100%;
    min-height: 56px;
  }
}/* End custom CSS */