/* ============================================================
   APEX ? Zigzag Services + Premium Banner Upgrade
   ============================================================ */

.apex-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  flex-shrink: 0;
}
.apex-ico svg {
  width: 100%;
  height: 100%;
  display: block;
}
.apex-ico.apex-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.service-icon .apex-ico,
.why-icon .apex-ico,
.cinfo-icon .apex-ico,
.feature-mini-icon .apex-ico,
.zig-icon .apex-ico { width: 64px !important; height: 64px !important; }

.benefit-item .apex-ico { width: 52px !important; height: 52px !important; }
.benefit-logo .apex-ico { width: 52px !important; height: 52px !important; }
.tech-item .apex-ico { width: 48px; height: 48px; margin: 0 auto 0.75rem; }
.hero-float-card .apex-ico { width: 48px !important; height: 48px !important; }
.hero-badge .apex-ico { width: 28px !important; height: 28px !important; }.service-features-list .apex-ico,
.feature-check .apex-ico,
.cside-list .apex-ico,
.zig-points .apex-ico { width: 20px; height: 20px; }
.btn-apex .apex-ico,
.btn-apex-outline .apex-ico,
.btn-apex-navy .apex-ico,
.cform-btn .apex-ico { width: 22px !important; height: 22px !important; }
.testimonial-stars .apex-ico { width: 16px; height: 16px; }
.footer-social .apex-ico { width: 34px !important; height: 34px !important; }
.apex-footer a .apex-ico { width: 28px !important; height: 28px !important; }
.list-group-item .apex-ico { width: 30px; height: 30px; }
.hero-scroll .apex-ico { width: 28px; height: 28px; }
.blog-card-img .apex-ico { width: 64px; height: 64px; }

.feature-mini-icon,
.service-icon,
.why-icon,
.cinfo-icon {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}

/* Hide old bulky arrow circle look ? use text chevron instead */
.svc-card-link .apex-ico,
.zig-link .apex-ico-arrow {
  display: none !important;
}

/* ---------- PREMIUM PAGE BANNER ---------- */
.page-banner {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  background: #000F28 !important;
  min-height: 380px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-banner > .container {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 9.5rem;
  padding-bottom: 4.5rem;
}
.page-banner::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(105deg, rgba(0, 15, 40, 0.92) 0%, rgba(0, 35, 91, 0.78) 55%, rgba(0, 120, 212, 0.55) 100%),
    url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat !important;
  z-index: 0;
  transform: scale(1.08);
  animation: bannerZoom 18s ease-in-out infinite alternate;
}
.page-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 85% 20%, rgba(80, 230, 255, 0.18), transparent 45%),
    linear-gradient(180deg, rgba(0,15,40,0.2) 0%, transparent 40%, rgba(0,15,40,0.35) 100%);
}
@keyframes bannerZoom {
  from { transform: scale(1.05) translateY(0); }
  to { transform: scale(1.12) translateY(-12px); }
}

.page-banner-content {
  position: relative !important;
  z-index: 3 !important;
  color: #fff;
  max-width: 700px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.page-banner h1 {
  color: #fff !important;
  font-size: clamp(2rem, 4.5vw, 3.15rem) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.9rem !important;
  line-height: 1.15;
  opacity: 0;
  transform: translateY(28px);
  animation: bannerFadeUp 0.8s ease forwards 0.15s;
}
.page-banner p {
  color: rgba(255,255,255,0.9) !important;
  font-size: 1.08rem !important;
  max-width: 560px;
  margin: 0 !important;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(24px);
  animation: bannerFadeUp 0.8s ease forwards 0.35s;
}
.breadcrumb-apex {
  margin-bottom: 1.15rem !important;
  opacity: 0;
  transform: translateY(18px);
  animation: bannerFadeUp 0.7s ease forwards 0.05s;
}
.breadcrumb-apex .breadcrumb-item,
.breadcrumb-apex .breadcrumb-item a {
  color: rgba(255,255,255,0.72) !important;
  font-size: 0.8rem !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.breadcrumb-apex .breadcrumb-item.active {
  color: #50E6FF !important;
}
.breadcrumb-apex .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.4) !important;
}
.banner-accent-line {
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #50E6FF, #0078D4);
  border-radius: 2px;
  margin: 1.25rem 0 0;
  animation: bannerLine 0.7s ease forwards 0.55s;
}
@keyframes bannerFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bannerLine {
  to { width: 64px; }
}

/* ---------- Image Services Showcase ---------- */
.svc-section {
  background: #F5F7FA;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.svc-compact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}
.svc-showcase {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 20px;
  background: #061326;
  text-decoration: none !important;
  color: #fff !important;
  isolation: isolate;
  box-shadow: 0 14px 35px rgba(0, 26, 63, 0.12);
  transition: transform 0.45s cubic-bezier(.22,1,.36,1), box-shadow 0.45s ease;
}
.svc-showcase:hover {
  transform: translateY(-9px);
  box-shadow: 0 28px 58px rgba(0, 26, 63, 0.22);
}
.svc-showcase > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  transition: transform 0.8s cubic-bezier(.22,1,.36,1), filter 0.45s ease;
}
.svc-showcase:hover > img {
  transform: scale(1.09);
  filter: saturate(.75);
}
.svc-showcase-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(0,15,40,0.05) 15%, rgba(0,15,40,0.88) 100%);
  transition: background 0.45s ease;
}
.svc-showcase:hover .svc-showcase-shade {
  background: linear-gradient(180deg, rgba(0,15,40,0.55) 0%, rgba(0,15,40,0.96) 100%);
}
.svc-showcase-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.7rem;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.svc-showcase:hover .svc-showcase-title {
  transform: translateY(25px);
  opacity: 0;
}
.svc-showcase-kicker {
  display: block;
  color: #50E6FF;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.svc-showcase-title h3,
.svc-showcase-details h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}

.svc-showcase-details {
  position: absolute;
  inset: 0;
  padding: 1.6rem 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.38s ease, transform 0.48s cubic-bezier(.22,1,.36,1);
}
.svc-showcase:hover .svc-showcase-details,
.svc-showcase:focus-visible .svc-showcase-details {
  opacity: 1;
  transform: translateY(0);
}
.svc-showcase-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 0.9rem;
}
.svc-showcase-icon .apex-ico {
  width: 72px !important;
  height: 72px !important;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.25));
}
.svc-showcase-details > p {
  color: rgba(255,255,255,.78);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0.7rem 0 0.85rem;
}
.svc-showcase-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.38rem;
}
.svc-showcase-details li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255,255,255,.92);
  font-size: 0.84rem;
  font-weight: 600;
}
.svc-showcase-details li .apex-ico {
  width: 17px !important;
  height: 17px !important;
}
.svc-showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #50E6FF;
  font-size: 0.9rem;
  font-weight: 800;
}
.svc-showcase-link b {
  font-size: 1.15rem;
  transition: transform 0.25s ease;
}
.svc-showcase:hover .svc-showcase-link b {
  transform: translateX(5px);
}

@media (max-width: 991.98px) {
  .svc-compact-grid { grid-template-columns: 1fr 1fr; }
  .svc-showcase { min-height: 360px; }
  .page-banner { min-height: 300px; }
  .page-banner > .container {
    padding-top: 7.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .svc-compact-grid { grid-template-columns: 1fr; }
  .svc-showcase { min-height: 370px; }
}
@media (hover: none) {
  .svc-showcase-title { opacity: 0; }
  .svc-showcase-details { opacity: 1; transform: none; }
  .svc-showcase-shade {
    background: linear-gradient(180deg, rgba(0,15,40,.42), rgba(0,15,40,.96));
  }
}

/* ---------- Trust Section ---------- */
.trust-section {
  background: linear-gradient(180deg, #F3F7FB 0%, #FFFFFF 100%);
  border-top: 1px solid #EEF2F6;
  padding-top: 4rem;
  padding-bottom: 4.25rem;
}
.trust-head {
  max-width: 720px;
  margin: 0 auto 2.25rem;
  text-align: center;
}
.trust-head h2 {
  color: #001A3F;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.trust-head p {
  color: #64748B;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  margin-bottom: 2rem;
}
.trust-card {
  background: #fff;
  border: 1px solid #E6ECF2;
  border-radius: 16px;
  padding: 1.35rem 1.2rem;
  box-shadow: 0 8px 22px rgba(0, 26, 63, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 26, 63, 0.1);
}
.trust-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
.trust-num {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0078D4;
}
.trust-icon .apex-ico {
  width: 56px !important;
  height: 56px !important;
}
.trust-card h3 {
  font-size: 1.02rem;
  color: #001A3F;
  margin: 0 0 0.45rem;
}
.trust-card p {
  margin: 0;
  color: #64748B;
  font-size: 0.88rem;
  line-height: 1.55;
}
.trust-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  background: #001A3F;
  border-radius: 16px;
  padding: 1.35rem 1.15rem;
}
.trust-proof-item {
  text-align: center;
  padding: 0.35rem 0.5rem;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.trust-proof-item:last-child { border-right: 0; }
.trust-proof-item strong {
  display: block;
  color: #50E6FF;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}
.trust-proof-item span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.8rem;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-proof { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .trust-proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 0.85rem;
  }
  .trust-proof-item:nth-last-child(-n+2) { border-bottom: 0; padding-bottom: 0; }
}
@media (max-width: 575.98px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-proof { grid-template-columns: 1fr; }
  .trust-proof-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .trust-proof-item:last-child { border-bottom: 0; }
}

/* Why cards cleaner */
.why-card {
  text-align: left !important;
  padding: 1.6rem !important;
}
.why-icon { margin: 0 0 1rem !important; }

.hero-float-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.9rem !important;
}
.hero-float-card .apex-ico { margin-bottom: 0 !important; }
.hero-float-card strong { margin-top: 0 !important; }

.cinfo-icon { margin: 0 auto 0.85rem !important; }

/* Simple text arrow for links ? no giant icon */
.svc-card-link::after {
  content: '?';
  margin-left: 0.35rem;
  font-weight: 700;
}





/* ---------- Digital Workplace (post-hero, not services) ---------- */
.capa-section {
  background: linear-gradient(180deg, #F3F7FB 0%, #FFFFFF 55%);
  border-top: 1px solid #EEF2F6;
}
.capa-label {
  color: #0078D4;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.capa-heading {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  color: #001A3F;
  letter-spacing: -0.025em;
  margin: 0 0 1rem;
  line-height: 1.22;
}
.capa-intro {
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
  max-width: 540px;
}

.dw-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.75rem;
  align-items: start;
  margin-bottom: 2.75rem;
}
.dw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.dw-panel {
  background: #001A3F;
  color: #fff;
  border-radius: 20px;
  padding: 1.85rem 1.7rem;
  box-shadow: 0 22px 50px rgba(0, 26, 63, 0.22);
}
.dw-panel-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  color: #50E6FF;
  letter-spacing: 0.01em;
}
.dw-issues {
  display: grid;
  gap: 1rem;
}
.dw-issue {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dw-issue:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.dw-issue-num {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #50E6FF;
  margin-top: 0.2rem;
}
.dw-issue strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.dw-issue p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.dw-outcomes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}
.dw-outcome {
  background: #fff;
  border: 1px solid #E6ECF2;
  border-radius: 16px;
  padding: 1.35rem 1.2rem;
  box-shadow: 0 8px 22px rgba(0, 26, 63, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dw-outcome:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 26, 63, 0.1);
}
.dw-outcome-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.85rem;
}
.dw-outcome-icon .apex-ico {
  width: 58px !important;
  height: 58px !important;
}
.dw-outcome h4 {
  font-size: 1rem;
  color: #001A3F;
  margin: 0 0 0.45rem;
}
.dw-outcome p {
  margin: 0;
  color: #64748B;
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .dw-wrap { grid-template-columns: 1fr; gap: 1.75rem; }
  .dw-outcomes { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575.98px) {
  .dw-outcomes { grid-template-columns: 1fr; }
}

/* legacy capa layouts */
.capa-grid, .capa-bento, .capa-story, .capa-highlight, .capa-card, .capa-bottom { display: none !important; }
/* ---------- Services Page ? modern catalog ---------- */
.spage-section {
  background: linear-gradient(180deg, #F5F8FC 0%, #FFFFFF 40%);
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}
.spage-intro {
  max-width: 680px;
  margin: 0 auto 2.75rem;
  text-align: center;
}
.spage-intro h2 {
  color: #001A3F;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.spage-intro p {
  color: #64748B;
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
}

.spage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.spage-card {
  background: #fff;
  border: 1px solid #E6ECF2;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(0, 26, 63, 0.05);
  transition: transform 0.4s cubic-bezier(.22,1,.36,1), box-shadow 0.4s ease, border-color 0.3s ease;
}
.spage-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 28px 55px rgba(0, 26, 63, 0.14);
}

.spage-card-media {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.spage-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(.22,1,.36,1);
}
.spage-card:hover .spage-card-media img {
  transform: scale(1.08);
}
.spage-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,15,40,0.05) 0%, rgba(0,15,40,0.55) 100%);
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.spage-card:hover .spage-card-shade {
  opacity: 0.85;
}
.spage-card-num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(0, 26, 63, 0.45);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}
.spage-card-icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(.22,1,.36,1);
}
.spage-card:hover .spage-card-icon {
  transform: scale(1.1) rotate(-4deg);
}
.spage-card-icon .apex-ico {
  width: 64px !important;
  height: 64px !important;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.35));
}

.spage-card-body {
  padding: 1.45rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.spage-card-body h3 {
  font-size: 1.2rem;
  color: #001A3F;
  margin: 0 0 0.55rem;
  letter-spacing: -0.015em;
  transition: color 0.25s ease;
}
.spage-card:hover .spage-card-body h3 {
  color: #0078D4;
}
.spage-card-body > p {
  color: #64748B;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.spage-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.45rem;
}
.spage-feats li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #334155;
}
.spage-feats .apex-ico {
  width: 16px !important;
  height: 16px !important;
  margin-top: 1px;
  flex-shrink: 0;
}

.spage-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  background: linear-gradient(135deg, #2B88D8, #0078D4);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.7rem 1.15rem;
  border-radius: 10px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0, 120, 212, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease, gap 0.3s ease;
}
.spage-cta span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.spage-card:hover .spage-cta {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 120, 212, 0.35);
}
.spage-card:hover .spage-cta span {
  transform: translateX(4px);
}

/* Process strip */
.spage-process {
  background: #001A3F;
  color: #fff;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
.spage-process .section-eyebrow { color: #50E6FF; }
.spage-process .section-header h2 { color: #fff; }
.spage-process .section-header p { color: rgba(255,255,255,0.7); }
.spage-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
  position: relative;
}
.spage-steps::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(80,230,255,0.35), transparent);
  pointer-events: none;
}
.spage-step {
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 1.45rem 1.2rem;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.spage-step:hover {
  transform: translateY(-6px);
  background: rgba(0, 120, 212, 0.18);
  border-color: rgba(80, 230, 255, 0.35);
}
.spage-step-num {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #50E6FF;
  margin-bottom: 0.85rem;
}
.spage-step h4 {
  color: #fff;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}
.spage-step p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .spage-grid { grid-template-columns: 1fr 1fr; }
  .spage-steps { grid-template-columns: 1fr 1fr; }
  .spage-steps::before { display: none; }
}
@media (max-width: 575.98px) {
  .spage-grid { grid-template-columns: 1fr; }
  .spage-steps { grid-template-columns: 1fr; }
  .spage-card-media { height: 180px; }
}
