.elementor-kit-4054{--e-global-color-primary:#023763;--e-global-color-secondary:#2FB5EA;--e-global-color-text:#E25260;--e-global-color-accent:#1E1E1E;--e-global-color-fdbb254:#DEF3F6;--e-global-color-0463c8b:#FFFFFF;--e-global-color-9b28d0e:#E5E7EB;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-4054 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4054 a{font-size:19px;font-weight:400;line-height:28px;}.elementor-kit-4054 h1{font-size:48px;font-weight:600;line-height:58px;}.elementor-kit-4054 h2{font-size:40px;font-weight:600;line-height:50px;}.elementor-kit-4054 h3{font-size:24px;font-weight:500;line-height:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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;--container-default-padding-top:0px;--container-default-padding-right:24px;--container-default-padding-bottom:0px;--container-default-padding-left:24px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:16px;--container-default-padding-bottom:0px;--container-default-padding-left:16px;}}/* Start custom CSS *//* =========================================================
   ZION CLOUD SOLUTIONS — REUSABLE DIGITAL CSS KIT
   Version 1.2 · August 2026
   ========================================================= */

/* 01. Brand and system tokens */
:root {
  --zcs-navy: #023763;
  --zcs-sky: #2fb5ea;
  --zcs-red: #e25260;
  --zcs-charcoal: #1e1e1e;
  --zcs-white: #ffffff;
  --zcs-ice: #def3f6;
  --zcs-surface: #f4f4f4;
  --zcs-muted: rgba(30, 30, 30, 0.68);
  --zcs-border: rgba(2, 55, 99, 0.12);

  --zcs-gradient: linear-gradient(90deg, #e25260 0%, #2fb5ea 100%);
  --zcs-gradient-reverse: linear-gradient(90deg, #2fb5ea 0%, #e25260 100%);
  --zcs-glow-pink: radial-gradient(circle, rgba(236, 157, 223, 0.3) 0%, rgba(236, 158, 226, 0) 100%);
  --zcs-glow-blue: radial-gradient(circle, rgba(222, 243, 246, 0.8) 0%, rgba(222, 243, 246, 0) 100%);

  --zcs-font: "Poppins", sans-serif;

  --zcs-type-display: 48px;
  --zcs-type-display-line: 58px;
  --zcs-type-section: 40px;
  --zcs-type-section-line: 50px;
  --zcs-type-title: 24px;
  --zcs-type-title-line: 34px;
  --zcs-type-lead: 19px;
  --zcs-type-lead-line: 28px;
  --zcs-type-body: 16px;
  --zcs-type-body-line: 24px;

  --zcs-page-max: 1440px;
  --zcs-wide-max: 1320px;
  --zcs-content-max: 1120px;
  --zcs-hero-art-max: 1100px;
  --zcs-heading-max: 930px;
  --zcs-copy-max: 720px;

  --zcs-space-1: 4px;
  --zcs-space-2: 8px;
  --zcs-space-3: 12px;
  --zcs-space-4: 16px;
  --zcs-space-5: 24px;
  --zcs-space-6: 32px;
  --zcs-space-7: 40px;
  --zcs-space-8: 50px;
  --zcs-space-9: 64px;
  --zcs-space-10: 100px;

  --zcs-radius-input: 14px;
  --zcs-radius-card: 24px;
  --zcs-radius-panel: 54px;
  --zcs-radius-pill: 999px;

  --zcs-shadow-sm: 0 8px 22px rgba(2, 55, 99, 0.06);
  --zcs-shadow-md: 0 18px 48px rgba(2, 55, 99, 0.1);
  --zcs-shadow-lg: 0 24px 58px rgba(2, 55, 99, 0.18);

  --zcs-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --zcs-ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
  --zcs-motion-fast: 250ms;
  --zcs-motion-base: 400ms;
  --zcs-motion-slow: 750ms;
}

/* 02. Scoped foundation */
.zcs-ui,
.zcs-ui *,
.zcs-ui *::before,
.zcs-ui *::after {
  box-sizing: border-box;
}

.zcs-ui {
  margin: 0;
  background: var(--zcs-white);
  color: var(--zcs-charcoal);
  font-family: var(--zcs-font);
  font-size: var(--zcs-type-body);
  line-height: var(--zcs-type-body-line);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.zcs-ui img,
.zcs-ui svg,
.zcs-ui video {
  max-width: 100%;
}

.zcs-ui img {
  height: auto;
}

.zcs-ui button,
.zcs-ui input,
.zcs-ui textarea,
.zcs-ui select {
  font: inherit;
}

.zcs-ui a {
  color: inherit;
}

/* 03. Layout and responsive shells */
.zcs-section {
  width: 100%;
  padding-block: var(--zcs-space-10);
  background: var(--zcs-white);
}

.zcs-shell {
  width: min(calc(100% - 64px), var(--zcs-page-max));
  margin-inline: auto;
}

.zcs-shell--wide,
.zcs-content--wide {
  width: min(100%, var(--zcs-wide-max));
  margin-inline: auto;
}

.zcs-shell--content,
.zcs-content {
  width: min(100%, var(--zcs-content-max));
  margin-inline: auto;
}

.zcs-content--heading {
  width: min(100%, var(--zcs-heading-max));
  margin-inline: auto;
}

.zcs-content--copy {
  width: min(100%, var(--zcs-copy-max));
  margin-inline: auto;
}

.zcs-stack {
  display: flex;
  flex-direction: column;
  gap: var(--zcs-space-5);
}

.zcs-cluster {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--zcs-space-4);
}

.zcs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--zcs-space-5);
}

.zcs-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zcs-grid > * {
  min-width: 0;
}

/* 04. Typography */
.zcs-display,
.zcs-section-title,
.zcs-title,
.zcs-lead,
.zcs-body,
.zcs-label {
  margin: 0;
}

.zcs-display {
  font-size: var(--zcs-type-display);
  line-height: var(--zcs-type-display-line);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.zcs-section-title {
  font-size: var(--zcs-type-section);
  line-height: var(--zcs-type-section-line);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.zcs-title {
  font-size: var(--zcs-type-title);
  line-height: var(--zcs-type-title-line);
  font-weight: 500;
  letter-spacing: -0.015em;
}

.zcs-title--strong {
  font-weight: 600;
}

.zcs-lead {
  font-size: var(--zcs-type-lead);
  line-height: var(--zcs-type-lead-line);
  font-weight: 400;
}

.zcs-body,
.zcs-label {
  font-size: var(--zcs-type-body);
  line-height: var(--zcs-type-body-line);
  font-weight: 400;
}

.zcs-text-center {
  text-align: center;
}

.zcs-muted {
  color: var(--zcs-muted);
}

.zcs-gradient-text {
  color: var(--zcs-red);
  background: var(--zcs-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 05. Surfaces, ambient color, and cards */
.zcs-ambient {
  position: relative;
  isolation: isolate;
  background: var(--zcs-white);
}

.zcs-ambient::before,
.zcs-ambient::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(48vw, 722px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
}

.zcs-ambient::before {
  top: 5%;
  left: -18%;
  background: var(--zcs-glow-pink);
}

.zcs-ambient::after {
  right: -18%;
  bottom: 5%;
  background: var(--zcs-glow-blue);
}

.zcs-panel {
  overflow: hidden;
  border: 1px solid rgba(47, 181, 234, 0.24);
  border-radius: var(--zcs-radius-panel);
  background: rgba(255, 255, 255, 0.96);
}

.zcs-card {
  min-width: 0;
  padding: var(--zcs-space-5);
  border: 1px solid rgba(2, 55, 99, 0.06);
  border-radius: var(--zcs-radius-card);
  background: var(--zcs-ice);
  box-shadow: var(--zcs-shadow-sm);
}

.zcs-card--white {
  background: var(--zcs-white);
}

.zcs-card--interactive {
  transform: translateZ(0) scale(1);
  transform-origin: center;
  transition: transform var(--zcs-motion-base) var(--zcs-ease-out),
              box-shadow var(--zcs-motion-base) ease;
}

/* 06. Buttons and links */
.zcs-button {
  min-height: 56px;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--zcs-radius-pill);
  background: var(--zcs-navy);
  color: var(--zcs-white);
  font-size: var(--zcs-type-body);
  line-height: var(--zcs-type-body-line);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--zcs-motion-fast) var(--zcs-ease-soft),
              background-color var(--zcs-motion-fast) ease,
              box-shadow var(--zcs-motion-fast) ease;
}

.zcs-button:visited {
  color: var(--zcs-white);
}

.zcs-button--secondary {
  border-color: rgba(2, 55, 99, 0.18);
  background: var(--zcs-white);
  color: var(--zcs-navy);
}

.zcs-button--secondary:visited {
  color: var(--zcs-navy);
}

.zcs-button--gradient {
  border: 2px solid transparent;
  background: linear-gradient(var(--zcs-white), var(--zcs-white)) padding-box,
              var(--zcs-gradient) border-box;
  color: var(--zcs-navy);
}

.zcs-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--zcs-sky);
  font-size: var(--zcs-type-body);
  line-height: var(--zcs-type-body-line);
  font-weight: 500;
  text-decoration: none;
}

/* 07. Segmented tabs */
.zcs-tabs {
  width: min(100%, 860px);
  margin-inline: auto;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: var(--zcs-radius-pill);
  background: var(--zcs-ice);
}

.zcs-tab {
  min-height: 56px;
  padding: 12px 20px;
  border: 0;
  border-radius: var(--zcs-radius-pill);
  background: transparent;
  color: var(--zcs-charcoal);
  font-size: var(--zcs-type-body);
  line-height: var(--zcs-type-body-line);
  font-weight: 400;
  cursor: pointer;
  transition: background-color var(--zcs-motion-base) var(--zcs-ease-out),
              color var(--zcs-motion-base) ease,
              box-shadow var(--zcs-motion-base) ease;
}

.zcs-tab.is-active,
.zcs-tab[aria-selected="true"] {
  background: var(--zcs-white);
  font-weight: 500;
  box-shadow: 0 3px 12px rgba(2, 55, 99, 0.06);
}

/* 08. Forms — plain HTML and Elementor compatible */
.zcs-form,
.zcs-form .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.zcs-form__field,
.zcs-form .elementor-field-group {
  min-width: 0;
}

.zcs-form__field--wide,
.zcs-form .elementor-field-type-textarea,
.zcs-form .elementor-field-type-submit {
  grid-column: 1 / -1;
}

.zcs-form label,
.zcs-form .elementor-field-label {
  margin-bottom: 8px;
  display: block;
  color: var(--zcs-charcoal);
  font-size: var(--zcs-type-body);
  line-height: var(--zcs-type-body-line);
  font-weight: 400;
}

.zcs-form input,
.zcs-form textarea,
.zcs-form select,
.zcs-form .elementor-field-textual {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid var(--zcs-border);
  border-radius: var(--zcs-radius-input);
  outline: 0;
  background: rgba(255, 255, 255, 0.94);
  color: var(--zcs-charcoal);
  font-size: var(--zcs-type-body);
  line-height: var(--zcs-type-body-line);
  font-weight: 400;
  transition: border-color var(--zcs-motion-fast) ease,
              box-shadow var(--zcs-motion-fast) ease;
}

.zcs-form textarea,
.zcs-form textarea.elementor-field-textual {
  min-height: 132px;
  resize: vertical;
}

.zcs-form input:focus,
.zcs-form textarea:focus,
.zcs-form select:focus,
.zcs-form .elementor-field-textual:focus {
  border-color: rgba(47, 181, 234, 0.75);
  box-shadow: 0 0 0 4px rgba(47, 181, 234, 0.12);
}

.zcs-form .elementor-button {
  min-height: 56px;
  padding: 14px 26px;
  border: 0;
  border-radius: var(--zcs-radius-pill);
  background: var(--zcs-navy);
  color: var(--zcs-white);
  font-size: var(--zcs-type-body);
  line-height: var(--zcs-type-body-line);
  font-weight: 500;
}

/* 09. Before / after comparison controls */
.zcs-comparison {
  --zcs-comparison-position: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  background: #eaf1f7;
  touch-action: pan-y;
}

.zcs-comparison__divider {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--zcs-comparison-position);
  width: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 8px rgba(2, 55, 99, 0.18);
  transform: translateX(-50%);
  pointer-events: none;
}

.zcs-comparison__handle {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: var(--zcs-comparison-position);
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid rgba(2, 55, 99, 0.08);
  border-radius: 50%;
  background: var(--zcs-white);
  color: #20262d;
  font-size: 17px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(2, 55, 99, 0.18);
  transform: translate(-50%, -50%);
  cursor: ew-resize;
  pointer-events: none;
}

.zcs-comparison__range {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: pan-y;
}

/* 10. Images, icons, and contained artwork */
.zcs-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.zcs-image--rounded {
  border-radius: var(--zcs-radius-card);
}

.zcs-icon {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
}

.zcs-art-container {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.zcs-art-contained {
  max-width: calc(45% - 64px);
  max-height: calc(100% - 64px);
  object-fit: contain;
}

/* 11. Focus, hover, and active states */
.zcs-ui :focus-visible {
  outline: 3px solid rgba(47, 181, 234, 0.42);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .zcs-button:hover {
    background: #064e83;
    color: var(--zcs-white);
    box-shadow: 0 10px 24px rgba(2, 55, 99, 0.18);
    transform: translateY(-2px);
  }

  .zcs-button--secondary:hover,
  .zcs-button--gradient:hover {
    color: var(--zcs-navy);
  }

  .zcs-card--interactive:hover {
    box-shadow: var(--zcs-shadow-lg);
    transform: translateZ(0) scale(1.05);
  }

  .zcs-link:hover {
    color: var(--zcs-navy);
    transform: translateY(-1px);
  }

  .zcs-comparison:hover .zcs-comparison__handle {
    box-shadow: 0 12px 30px rgba(2, 55, 99, 0.24);
    transform: translate(-50%, -50%) scale(1.08);
  }
}

/* 12. Tablet — 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .zcs-shell {
    width: calc(100% - 48px);
  }

  .zcs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zcs-form,
  .zcs-form .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
  }

  .zcs-form__field--wide,
  .zcs-form .elementor-field-type-textarea,
  .zcs-form .elementor-field-type-submit {
    grid-column: auto;
  }
}

/* 13. Mobile — up to 767px */
@media (max-width: 767px) {
  :root {
    --zcs-type-display: 40px;
    --zcs-type-display-line: 42px;
    --zcs-type-section: 32px;
    --zcs-type-section-line: 38px;
    --zcs-type-title: 24px;
    --zcs-type-title-line: 36px;
    --zcs-type-lead: 19px;
    --zcs-type-lead-line: 28px;
    --zcs-type-body: 16px;
    --zcs-type-body-line: 24px;
  }

  .zcs-section {
    padding-block: var(--zcs-space-8);
  }

  .zcs-shell {
    width: calc(100% - 32px);
  }

  .zcs-grid,
  .zcs-grid--2,
  .zcs-form,
  .zcs-form .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
  }

  .zcs-form__field--wide,
  .zcs-form .elementor-field-type-textarea,
  .zcs-form .elementor-field-type-submit {
    grid-column: auto;
  }

  .zcs-button,
  .zcs-link,
  .zcs-form label,
  .zcs-form input,
  .zcs-form textarea,
  .zcs-form select,
  .zcs-form .elementor-field-label,
  .zcs-form .elementor-field-textual,
  .zcs-form .elementor-button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .zcs-card--interactive {
    transform: none;
    transition: none;
  }

  .zcs-art-contained {
    max-width: calc(100% - 48px);
    max-height: calc(100% - 40px);
  }
}

/* 14. Motion accessibility */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  .zcs-ui *,
  .zcs-ui *::before,
  .zcs-ui *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */