.elementor-kit-6{--e-global-color-primary:#3b82f6;--e-global-color-secondary:#60a5fa;--e-global-color-text:#e8ecf7;--e-global-color-accent:#1e40af;--e-global-color-s28bg:#06080f;--e-global-color-s28card:#0e1426;--e-global-color-s28muted:#8a93ad;--e-global-color-s28border:rgba(255,255,255,0.08);color:#e8ecf7;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a:hover{color:Array;}.elementor-kit-6 h1{color:Array;}.elementor-kit-6 h2{color:Array;}.elementor-kit-6 h3{color:Array;}.elementor-kit-6 h4{color:Array;}.elementor-kit-6 h5{color:Array;}.elementor-kit-6 h6{color:Array;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* S28 Marketing Global Styles */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&display=swap");

:root {
  --bg: #06080f;
  --bg2: #0b1020;
  --card: #0e1426;
  --border: rgba(255,255,255,.08);
  --fg: #e8ecf7;
  --mut: #8a93ad;
  --pri: #3b82f6;
  --pri2: #60a5fa;
  --glow: rgba(59,130,246,.55);
  --grad: linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);
}

body, .elementor-page {
  background-color: #06080f !important;
  background-image: radial-gradient(800px 400px at 10% -10%,rgba(59,130,246,.25),transparent 60%), radial-gradient(700px 400px at 110% 10%,rgba(96,165,250,.18),transparent 60%) !important;
  background-attachment: fixed !important;
  color: #e8ecf7 !important;
  font-family: Inter, system-ui, sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Space Grotesk", sans-serif !important;
  letter-spacing: -0.02em;
}

.s28-text-gradient {
  background: linear-gradient(135deg, #fff, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.s28-btn-primary {
  background: linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa) !important;
  color: #fff !important;
  box-shadow: 0 0 40px rgba(59,130,246,.55) !important;
  transition: all .25s !important;
  border: none !important;
}
.s28-btn-primary:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.1) !important;
  box-shadow: 0 0 60px rgba(59,130,246,.8) !important;
}

.s28-btn-ghost {
  border: 1px solid rgba(255,255,255,.15) !important;
  background: rgba(255,255,255,.03) !important;
  color: #fff !important;
  transition: all .25s !important;
}
.s28-btn-ghost:hover {
  background: rgba(59,130,246,.15) !important;
  border-color: rgba(59,130,246,.6) !important;
}

.s28-card {
  background: linear-gradient(180deg,rgba(20,28,52,.8),rgba(14,20,38,.8)) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 16px !important;
  transition: all .35s !important;
}
.s28-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(59,130,246,.5) !important;
  box-shadow: 0 20px 60px -20px rgba(59,130,246,.4) !important;
}

.s28-glass {
  background: linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02)) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(14px) !important;
}

.s28-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 99px;
  padding: 6px 16px;
  font-size: 12px;
  color: #cbd5e1;
  background: linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

.s28-section-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #3b82f6;
}

.s28-stat-box {
  background: linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.s28-stat-number {
  background: linear-gradient(135deg,#fff,#60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 36px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

.s28-marquee-track {
  display: flex;
  gap: 64px;
  white-space: nowrap;
  animation: s28marquee 30s linear infinite;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #64748b;
}

@keyframes s28marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.s28-price-popular {
  box-shadow: 0 0 0 2px #3b82f6 !important;
  position: relative;
}

.s28-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 99px;
}

.s28-check-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
}
.s28-check-icon { color: #3b82f6; flex-shrink: 0; }

.s28-faq-item {
  background: linear-gradient(180deg,rgba(20,28,52,.8),rgba(14,20,38,.8));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 20px 24px;
  cursor: pointer;
  margin-bottom: 12px;
}
.s28-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #e8ecf7;
}
.s28-faq-icon { color: #3b82f6; font-size: 20px; transition: transform .25s; }
.s28-faq-item.open .s28-faq-icon { transform: rotate(45deg); }
.s28-faq-a {
  display: none;
  margin-top: 12px;
  font-size: 14px;
  color: #8a93ad;
  line-height: 1.7;
}
.s28-faq-item.open .s28-faq-a { display: block; }

.s28-contact-info-card {
  background: linear-gradient(180deg,rgba(20,28,52,.8),rgba(14,20,38,.8));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #e8ecf7;
  text-decoration: none;
  transition: all .35s;
  margin-bottom: 12px;
}
.s28-contact-info-card:hover {
  border-color: rgba(59,130,246,.5);
  transform: translateY(-3px);
}
.s28-contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
}
.s28-contact-label { font-size: 11px; text-transform: uppercase; color: #64748b; }
.s28-contact-value { font-weight: 600; font-size: 14px; }

.s28-footer {
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.6);
  color: #e8ecf7;
}

.s28-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
}

.s28-logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);
  box-shadow: 0 0 40px rgba(59,130,246,.55);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  flex-shrink: 0;
}

.s28-nav-link {
  padding: 8px 12px;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  transition: color .2s;
}
.s28-nav-link:hover { color: #fff; }

.elementor-nav-menu .elementor-item {
  color: #cbd5e1 !important;
  font-size: 14px !important;
}
.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.elementor-item-active {
  color: #fff !important;
}

@keyframes s28pulseGlow {
  0%,100%{box-shadow:0 0 20px rgba(59,130,246,.55)}
  50%{box-shadow:0 0 50px rgba(59,130,246,.9)}
}
.s28-pulse { animation: s28pulseGlow 2.5s ease-in-out infinite; }/* End custom CSS */