/* ═══ Guudle Homepage — Modern SaaS + Agency ═══ */

.home-saas {
  background: #ffffff;
  color: var(--text-heading, #0F172A);
  font-family: var(--font-sans);
}

.home-saas h1,
.home-saas h2,
.home-saas h3,
.home-saas .font-display {
  font-family: var(--font-display);
  letter-spacing: var(--tracking-display);
}

/* ─── Hero — dark (legacy) ─── */
.saas-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #37474F;
  overflow: hidden;
}

/* ─── Hero — light vivid (no navy) ─── */
.saas-hero--light {
  background: linear-gradient(165deg, #FAFBFC 0%, #F5F3FF 35%, #ECFDF5 70%, #F0FDFA 100%);
  min-height: min(100vh, 920px);
}

.hero-aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  will-change: transform;
}

.hero-aurora-1 {
  width: 520px;
  height: 520px;
  top: -12%;
  right: -8%;
  background: rgba(167, 139, 250, 0.35);
  animation: hero-aurora-drift 14s ease-in-out infinite;
}

.hero-aurora-2 {
  width: 420px;
  height: 420px;
  bottom: -5%;
  left: -10%;
  background: rgba(16, 165, 245, 0.3);
  animation: hero-aurora-drift 18s ease-in-out infinite reverse;
}

.hero-aurora-3 {
  width: 360px;
  height: 360px;
  top: 40%;
  left: 35%;
  background: rgba(244, 114, 182, 0.15);
  animation: hero-aurora-drift 20s ease-in-out infinite;
  animation-delay: -6s;
}

@keyframes hero-aurora-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 15px) scale(0.95); }
}

.hero-dot-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(148, 163, 184, 0.2) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, black 15%, transparent 70%);
}

.hero-gradient-text {
  color: #001F54;
}

.hero-stat-num {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: #001F54;
}

.hero-cta-primary {
  position: relative;
  overflow: hidden;
  background: #0A2540;
  color: #fff;
  font-weight: 600;
  border-radius: 0.75rem;
  box-shadow: 0 8px 28px rgba(10, 37, 64, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hero-cta-primary:hover {
  transform: translateY(-2px);
  background: #081E33;
  box-shadow: 0 14px 36px rgba(10, 37, 64, 0.36);
}

.hero-cta-secondary {
  border: 1.5px solid #CBD5E1;
  color: var(--text-body, #475569);
  font-weight: 600;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.hero-cta-secondary:hover {
  background: #fff;
  border-color: #A78BFA;
  color: var(--text-muted, #64748B);
  transform: translateY(-1px);
}

.hero-dashboard {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1.25rem;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 24px 48px rgba(124, 58, 237, 0.08),
    0 0 0 1px rgba(148, 163, 184, 0.08);
}

/* Hero contact form — navy border + subtle glow */
.hero-contact-card {
  --hc-navy: #37474F;
  position: relative;
  padding: 1.5rem 1.35rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid var(--hc-navy);
  box-shadow:
    0 2px 8px rgba(55, 71, 79, 0.06),
    0 8px 24px rgba(55, 71, 79, 0.05),
    0 0 0 1px rgba(55, 71, 79, 0.04),
    0 0 28px rgba(55, 71, 79, 0.1);
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}
@media (min-width: 640px) {
  .hero-contact-card { padding: 2rem 1.75rem; }
}
.hero-contact-card:hover {
  box-shadow:
    0 4px 12px rgba(55, 71, 79, 0.08),
    0 12px 32px rgba(55, 71, 79, 0.07),
    0 0 0 1px rgba(55, 71, 79, 0.06),
    0 0 36px rgba(16, 165, 245, 0.14);
}
.hero-contact-card__glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.55;
  background: linear-gradient(135deg, rgba(16, 165, 245, 0.12), transparent 40%, rgba(13, 148, 136, 0.08));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
}
.hero-contact-card__title {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 800;
  color: var(--hc-navy);
  text-align: center;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}
.hero-contact-card__sub {
  font-size: 0.82rem;
  color: var(--text-muted, #64748B);
  text-align: center;
  margin: 0 0 1.35rem;
  line-height: 1.5;
}
.hero-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.hero-contact-field { margin: 0; }
.hero-contact-input {
  width: 100%;
  padding: 0.72rem 0.95rem;
  border-radius: 0.6rem;
  font-size: 0.875rem;
  line-height: 1.4;
  background: #F8FAFC;
  border: 1px solid rgba(55, 71, 79, 0.14);
  color: var(--hc-navy, #37474F);
  box-shadow: 0 1px 3px rgba(55, 71, 79, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.hero-contact-input--select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230B1F3A' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  padding-right: 2.25rem;
  cursor: pointer;
}
.hero-contact-input--area { resize: none; min-height: 5.5rem; }
.hero-contact-input::placeholder { color: #94A3B8; }
.hero-contact-input:hover {
  border-color: rgba(55, 71, 79, 0.28);
}
.hero-contact-input:focus {
  outline: none;
  background: #fff;
  border-color: var(--text-heading, #0F172A);
  box-shadow:
    0 1px 3px rgba(55, 71, 79, 0.06),
    0 0 0 3px rgba(55, 71, 79, 0.08),
    0 0 16px rgba(16, 165, 245, 0.18);
}
.hero-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.8rem 1.25rem;
  border: none;
  border-radius: 0.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #001F54;
  box-shadow:
    0 2px 8px rgba(55, 71, 79, 0.2),
    0 0 20px rgba(16, 165, 245, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-contact-submit:hover {
  transform: translateY(-1px);
  box-shadow:
    0 4px 14px rgba(55, 71, 79, 0.25),
    0 0 28px rgba(16, 165, 245, 0.22);
}
.hero-contact-submit:active { transform: translateY(0); }
.hero-contact-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  color: var(--text-muted, #64748B);
  text-align: center;
  margin: 0;
}
.hero-contact-note i { font-size: 0.72rem; color: #10A5F5; }
.hero-contact-aura {
  position: absolute;
  inset: -1.25rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(55, 71, 79, 0.08) 0%, rgba(16, 165, 245, 0.06) 45%, transparent 70%);
  filter: blur(28px);
  z-index: -1;
  pointer-events: none;
}

.hero-dash-tile {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 0.75rem;
  padding: 0.65rem;
}

.hero-float-chip {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid #E2E8F0;
  border-radius: 0.875rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  animation: saas-float 6s ease-in-out infinite;
}

.hero-float-chip:nth-of-type(2) { animation-delay: -2.5s; }

.saas-hero-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 70% 20%, rgba(16, 165, 245, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(16, 165, 245, 0.14) 0%, transparent 50%),
    linear-gradient(165deg, #37474F 0%, #455A64 45%, #37474F 100%);
  animation: mesh-shift 18s ease-in-out infinite alternate;
}

@keyframes mesh-shift {
  0% { filter: hue-rotate(0deg); opacity: 1; }
  100% { filter: hue-rotate(8deg); opacity: 0.95; }
}

.saas-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
}

.saas-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

/* Hero entrance */
.hero-enter {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-saas.hero-loaded .hero-enter {
  opacity: 1;
  transform: translateY(0);
}

.hero-enter-d1 { transition-delay: 0.1s; }
.hero-enter-d2 { transition-delay: 0.22s; }
.hero-enter-d3 { transition-delay: 0.34s; }
.hero-enter-d4 { transition-delay: 0.46s; }
.hero-enter-d5 { transition-delay: 0.58s; }

/* Dashboard mockup */
.saas-dashboard {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.saas-float-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  animation: saas-float 6s ease-in-out infinite;
}

.saas-float-card:nth-child(2) { animation-delay: -2s; }
.saas-float-card:nth-child(3) { animation-delay: -4s; }

@keyframes saas-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ─── Buttons ─── */
.saas-btn-primary {
  position: relative;
  overflow: hidden;
  background: #0A2540;
  color: white;
  font-weight: 600;
  border-radius: 0.875rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  z-index: 1;
}

.saas-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  z-index: -1;
}

.saas-btn-primary:hover::before {
  transform: translateX(120%);
}

.saas-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(55, 71, 79, 0.35);
}

.saas-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-weight: 600;
  border-radius: 0.875rem;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.saas-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(16, 165, 245, 0.5);
  transform: translateY(-1px);
}

.saas-btn-dark {
  background: #37474F;
  color: white;
  font-weight: 600;
  border-radius: 0.875rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.saas-btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(55, 71, 79, 0.25);
}

/* ─── Section shells ─── */
.saas-section-light { background: #ffffff; }
.saas-section-muted { background: #F8FAFC; }
.saas-section-soft { background: #F3F6FB; }
.saas-section-dark {
  background: linear-gradient(180deg, #37474F 0%, #2E3440 100%);
  color: white;
}

.saas-label {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #10A5F5;
}

.saas-section-dark .saas-label { color: #10A5F5; }

/* ─── Service cards ─── */
.saas-service-card {
  background: white;
  border: 1px solid #E8EDF4;
  border-radius: 1.25rem;
  padding: 1.75rem;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.saas-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(16, 165, 245, 0.25);
  box-shadow: 0 24px 48px rgba(55, 71, 79, 0.1), 0 0 0 1px rgba(16, 165, 245, 0.08);
}

.saas-service-card:hover .saas-card-icon {
  box-shadow: 0 0 24px rgba(16, 165, 245, 0.25);
}

.saas-card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(16, 165, 245, 0.1), rgba(16, 165, 245, 0.08));
  transition: box-shadow 0.35s ease;
}

/* Mobile service scroll */
.saas-services-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}

.saas-services-scroll::-webkit-scrollbar { display: none; }

.saas-services-scroll .saas-service-card {
  min-width: 280px;
  scroll-snap-align: start;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .saas-services-scroll {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
  }
  .saas-services-scroll .saas-service-card {
    min-width: unset;
  }
}

@media (min-width: 1024px) {
  .saas-services-scroll {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ─── Solution blocks ─── */
.saas-solution-block {
  border-radius: 1.5rem;
  padding: 2.5rem;
  background: white;
  border: 1px solid #E8EDF4;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.saas-solution-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(55, 71, 79, 0.08);
}

.saas-solution-block.featured {
  background: linear-gradient(145deg, #37474F 0%, #455A64 100%);
  color: white;
  border: none;
}

/* ─── Portfolio ─── */
.saas-portfolio-card {
  border-radius: 1.25rem;
  overflow: hidden;
  background: white;
  border: 1px solid #E8EDF4;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.saas-portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(55, 71, 79, 0.12);
}

.saas-portfolio-visual {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.saas-portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(55, 71, 79, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.saas-portfolio-card:hover .saas-portfolio-overlay {
  opacity: 1;
}

/* ─── Industry grid ─── */
.saas-industry-tile {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 1.75rem;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.saas-industry-tile:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(16, 165, 245, 0.35);
}

/* ─── Case study ─── */
.saas-case-card {
  background: white;
  border-radius: 1.25rem;
  border: 1px solid #E8EDF4;
  padding: 2rem;
  display: grid;
  gap: 1.5rem;
  transition: box-shadow 0.35s ease;
}

@media (min-width: 768px) {
  .saas-case-card { grid-template-columns: 1fr 2fr; align-items: center; }
}

.saas-case-card:hover {
  box-shadow: 0 20px 48px rgba(55, 71, 79, 0.08);
}

.saas-metric {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #37474F, #10A5F5);
  }

/* ─── Tech pills ─── */
.saas-tech-pill {
  padding: 0.625rem 1.25rem;
  background: white;
  border: 1px solid #E8EDF4;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-heading, #0F172A);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.saas-tech-pill:hover {
  transform: translateY(-2px);
  border-color: #10A5F5;
  box-shadow: 0 8px 24px rgba(16, 165, 245, 0.12);
}

/* ─── Testimonial (light on dark) ─── */
.saas-testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  padding: 2rem;
  backdrop-filter: blur(8px);
}

/* ─── Trust strip ─── */
.saas-trust-logo {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94A3B8;
  white-space: nowrap;
}

/* ─── Final CTA ─── */
.saas-cta-panel {
  border-radius: 2rem;
  background: linear-gradient(135deg, #37474F 0%, #455A64 50%, #10A5F5 100%);
  position: relative;
  overflow: hidden;
}

.saas-cta-panel::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 120%;
  background: radial-gradient(circle, rgba(16, 165, 245, 0.25) 0%, transparent 65%);
  pointer-events: none;
}

/* ─── Mobile sticky CTA ─── */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-top: 1px solid #E8EDF4;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 -8px 32px rgba(55, 71, 79, 0.08);
}

.mobile-sticky-cta.visible {
  transform: translateY(0);
}

@media (min-width: 640px) {
  .mobile-sticky-cta { display: none; }
}

/* Spacer so sticky CTA doesn't cover footer on mobile */
@media (max-width: 639px) {
  .home-saas main { padding-bottom: 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .saas-hero-mesh,
  .saas-float-card,
  .hero-enter {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ═══ Premium sections — parallax, tabs, particles ═══ */
.home-premium [data-aos] { pointer-events: auto; }

.parallax-element { will-change: transform; }

.ai-float { animation: aiFloat 8s ease-in-out infinite; }
@keyframes aiFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.02); }
}

.ai-animated { animation: aiPulse 3s ease-in-out infinite; }
@keyframes aiPulse {
  0%, 100% { box-shadow: 0 8px 30px rgba(55, 71, 79, 0.15); }
  50% { box-shadow: 0 12px 40px rgba(16, 165, 245, 0.25); }
}

.ai-pulse { animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

.ai-shimmer { background-size: 200% 100%; animation: shimmer 3s linear infinite; }
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(13, 148, 136, 0.4);
  border-radius: 50%;
  animation: particleDrift 12s ease-in-out infinite;
}
@keyframes particleDrift {
  0%, 100% { transform: translate(0, 0); opacity: 0.3; }
  25% { transform: translate(30px, -40px); opacity: 0.8; }
  50% { transform: translate(-20px, -80px); opacity: 0.5; }
  75% { transform: translate(40px, -30px); opacity: 0.7; }
}

.tech-tab-btn.active {
  background: linear-gradient(to right, #37474F, #455A64) !important;
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(55, 71, 79, 0.2);
}

.tech-tab-content { animation: tabFadeIn 0.35s ease; }
.tech-tab-content.hidden { display: none !important; }
@keyframes tabFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.custom-tabs .nav-link { text-decoration: none; cursor: pointer; }
.capabilities-skill-list ul { list-style: none; padding: 0; margin: 0; }
.magnetic { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.magnetic:hover { transform: translateY(-6px); }
.card-3d { transform-style: preserve-3d; perspective: 1000px; }

@media (prefers-reduced-motion: reduce) {
  .home-premium .ai-float, .home-premium .ai-animated,
  .home-premium .ai-pulse, .home-premium .particle {
    animation: none !important;
  }
}

/* Hero trust pills (no static metrics) */
.hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #E2E8F0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-body, #475569);
}

/* AI section — immersive AI background */
.ai-section-redesign {
  background: transparent;
  border-top: none;
  border-bottom: none;
}
.aix-section {
  position: relative;
  isolation: isolate;
}
.aix-section.px-section::before,
.aix-section.px-section::after {
  content: none;
  display: none;
}
.aix-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.aix-section__bg-image {
  position: absolute;
  inset: -6%;
  background-image: url('https://images.unsplash.com/photo-1677442136019-21780ecad995?w=1920&q=90&auto=format&fit=crop');
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: saturate(1.1) contrast(1.04) brightness(0.96);
  transform: scale(1.03);
  will-change: transform;
}
.aix-section__bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 110% 75% at 50% 12%, rgba(99, 102, 241, 0.16), transparent 58%),
    radial-gradient(ellipse 70% 55% at 92% 88%, rgba(16, 165, 245, 0.14), transparent 52%),
    radial-gradient(ellipse 60% 45% at 8% 72%, rgba(139, 92, 246, 0.1), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.82) 38%, rgba(255, 255, 255, 0.86) 72%, rgba(236, 254, 255, 0.9) 100%);
}
@media (max-width: 1024px) {
  .aix-section__bg-image {
    inset: 0;
    background-attachment: scroll;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .aix-section__bg-image { background-attachment: scroll; transform: none; }
}
.ai-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  background: #F0F4F8;
  border: 1px solid #D9E2EC;
  color: var(--text-heading, #0F172A);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ai-section-badge i { color: #10A5F5; }
.ai-feature-card {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ai-feature-card:hover {
  background: #fff;
  border-color: var(--text-heading, #0F172A);
  box-shadow: 0 4px 16px rgba(55, 71, 79, 0.06);
}
.ai-feature-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: #37474F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}
.ai-feature-icon--sm { width: 2.5rem; height: 2.5rem; font-size: 1rem; }
.ai-feature-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.35rem;
}
.ai-feature-card p {
  font-size: 0.875rem;
  color: var(--text-muted, #64748B);
  line-height: 1.5;
}
.ai-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  border-radius: 0.75rem;
  background: #37474F;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  transition: background 0.2s;
}
.ai-btn-primary:hover { background: #455A64; }
.ai-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  border-radius: 0.75rem;
  border: 2px solid #37474F;
  color: var(--text-heading, #0F172A);
  font-weight: 700;
  font-size: 0.9375rem;
}
.ai-btn-outline:hover { background: #F0F4F8; }
.ai-visual-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ai-visual-inner {
  min-height: 220px;
  border-radius: 1rem;
  background: #F0F4F8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #37474F;
}
.ai-visual-icon { font-size: 5rem; color: rgba(55, 71, 79, 0.15); }
.ai-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.ai-benefit-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.875rem 0.5rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 2px solid #37474F;
  text-align: center;
}
.ai-benefit-pill i { color: #10A5F5; font-size: 1.125rem; }
.ai-benefit-pill span { font-size: 0.6875rem; font-weight: 700; color: var(--text-heading, #0F172A); text-transform: uppercase; letter-spacing: 0.04em; }
.ai-hub-card {
  padding: 1.25rem;
  border-radius: 1rem;
  background: #fff;
  border: 2px solid #37474F;
}
.ai-hub-title { font-weight: 700; color: #0F172A; }
.ai-cap-card {
  padding: 1.25rem;
  border-radius: 1rem;
  background: #fff;
  border: 2px solid #37474F;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.ai-cap-card:hover {
  box-shadow: 0 6px 20px rgba(55, 71, 79, 0.08);
  transform: translateY(-2px);
}
.ai-cap-card i { font-size: 1.5rem; color: #10A5F5; margin-bottom: 0.75rem; }
.ai-cap-card h4 { font-weight: 700; color: #0F172A; margin-bottom: 0.35rem; font-size: 0.9375rem; }
.ai-cap-card p { font-size: 0.75rem; color: var(--text-muted, #64748B); }

/* Service info boxes — navy border */
.service-info-box {
  display: block;
  background: #fff;
  border: 2px solid #37474F;
  border-radius: 1rem;
  padding: 1.75rem;
  transition: box-shadow 0.25s, transform 0.25s;
  text-decoration: none;
  color: inherit;
}
.service-info-box:hover {
  box-shadow: 0 8px 24px rgba(55, 71, 79, 0.1);
  transform: translateY(-3px);
}
.service-info-box__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #37474F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
.service-info-box__badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: #F0F4F8;
  border: 1px solid #37474F;
  color: var(--text-heading, #0F172A);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}
.service-info-box h3 {
  font-size: 1.375rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 0.75rem;
}
.service-info-box p {
  font-size: 0.9375rem;
  color: var(--text-muted, #64748B);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.service-info-box__features {
  border: 1px solid #D9E2EC;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  background: #F8FAFC;
}
.service-info-box__features ul { list-style: none; padding: 0; margin: 0; }
.service-info-box__features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--text-body, #475569);
  font-weight: 500;
  padding: 0.35rem 0;
}
.service-info-box__features li i { color: var(--text-heading, #0F172A); font-size: 0.625rem; }
.service-info-box__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 2px solid #37474F;
}
.service-info-box__link {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--text-heading, #0F172A);
}
.service-info-box__arrow {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: #37474F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

/* Tech stack — plain layout */
.tech-stack-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid #E2E8F0;
  color: var(--text-heading, #0F172A);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tech-highlight-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #E2E8F0;
}
.tech-highlight-card i {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: #37474F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.tech-highlight-card h3 { font-weight: 700; color: #0F172A; margin-bottom: 0.25rem; }
.tech-highlight-card p { font-size: 0.8125rem; color: var(--text-muted, #64748B); }

.tech-stack-plain .custom-tabs .nav-link.tech-tab-btn.active {
  background: #37474F !important;
  color: #fff !important;
  box-shadow: none;
}
.tech-stack-plain .custom-tabs ul {
  background: #fff !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: none !important;
}
.tech-stack-plain .capabilities-skill-box {
  background: #fff !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 1rem !important;
  box-shadow: none !important;
  padding: 1.25rem !important;
}
.tech-stack-plain .capabilities-skill-box:hover {
  border-color: var(--text-heading, #0F172A) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(55, 71, 79, 0.08) !important;
}
.tech-stack-plain .capabilities-skill-box .absolute { display: none !important; }
.tech-stack-plain .capabilities-skill-box [class*="bg-gradient-to-br from-"] {
  background: #37474F !important;
  border-radius: 0.75rem !important;
  width: 3.5rem !important;
  height: 3.5rem !important;
  margin-bottom: 0.75rem !important;
}
.tech-stack-plain .capabilities-skill-box [class*="bg-gradient-to-br from-"] i {
  font-size: 1.5rem !important;
}
.tech-stack-plain .capabilities-skill-box figcaption {
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
}
.tech-stack-plain .text-center.mt-16 .bg-gradient-to-r {
  background: #37474F !important;
  border-radius: 1rem;
}

/* ═══════════════════════════════════════════════════════════
   Full-width parallax sections (Header → Technology Stack)
   Images sourced from /sliders. A fixed background creates the
   parallax effect; a brand-tinted overlay guarantees contrast
   and readability for the existing dark text + white cards.
   ═══════════════════════════════════════════════════════════ */
.px-section {
  position: relative;
  isolation: isolate;
  background-color: #f8fafc;
}
.px-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--px-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  will-change: transform;
}
.px-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--px-overlay, linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.84) 45%, rgba(248,250,252,0.92) 100%));
}

/* Per-section imagery + readability overlay (paths relative to this CSS file) */
.px-svc {
  --px-img: url('../../sliders/4.jpg');
  --px-overlay:
    radial-gradient(120% 90% at 85% 0%, rgba(13,148,136,0.08), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.83) 45%, rgba(240,247,255,0.92) 100%);
}
.px-mobile {
  --px-img: url('../../sliders/26.jpg');
  --px-overlay:
    radial-gradient(120% 90% at 15% 0%, rgba(16,165,245,0.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(255,255,255,0.82) 45%, rgba(236,254,255,0.92) 100%);
}
.px-serve {
  --px-img: url('../../sliders/16.jpg');
  --px-overlay:
    radial-gradient(120% 90% at 80% 10%, rgba(55, 71, 79,0.07), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.83) 45%, rgba(248,250,252,0.93) 100%);
}
.px-solutions {
  --px-img: url('../../sliders/25.jpg');
  --px-overlay:
    radial-gradient(120% 90% at 20% 0%, rgba(55, 71, 79,0.10), transparent 55%),
    linear-gradient(180deg, rgba(248,250,252,0.93) 0%, rgba(255,255,255,0.85) 45%, rgba(240,247,255,0.93) 100%);
}
.px-ai {
  --px-img: url('https://images.unsplash.com/photo-1677442136019-21780ecad995?w=1920&q=90&auto=format&fit=crop');
  --px-overlay:
    radial-gradient(120% 100% at 85% 0%, rgba(99, 102, 241, 0.14), transparent 55%),
    radial-gradient(80% 60% at 10% 90%, rgba(16, 165, 245, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(248,250,252,0.82) 45%, rgba(255,255,255,0.88) 100%);
}
.px-tech {
  --px-img: url('../../sliders/5.jpg');
  --px-overlay:
    radial-gradient(120% 90% at 50% 0%, rgba(55, 71, 79,0.10), transparent 55%),
    linear-gradient(180deg, rgba(248,250,252,0.94) 0%, rgba(255,255,255,0.88) 45%, rgba(248,250,252,0.95) 100%);
}

/* Mobile/tablet: disable fixed attachment (janky/unsupported on iOS) */
@media (max-width: 1024px) {
  .px-section::before { background-attachment: scroll; }
}
@media (prefers-reduced-motion: reduce) {
  .px-section::before { background-attachment: scroll; }
}

/* ═══════════════════════════════════════════════════════════
   Premium hero — glassmorphism, micro-interactions, marquee
   ═══════════════════════════════════════════════════════════ */
.hero-premium { position: relative; padding-bottom: 56px; }

/* Rotating light beam sheen */
.hero-beam {
  position: absolute;
  top: -30%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  background:
    conic-gradient(from 0deg at 50% 40%,
      rgba(124, 58, 237, 0) 0deg,
      rgba(124, 58, 237, 0.06) 60deg,
      rgba(16, 165, 245, 0.08) 140deg,
      rgba(16, 185, 129, 0.05) 220deg,
      rgba(124, 58, 237, 0) 320deg);
  filter: blur(20px);
  animation: hero-beam-spin 26s linear infinite;
}
@keyframes hero-beam-spin {
  to { transform: translateX(-50%) rotate(360deg); }
}

/* Eyebrow badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.95rem;
  border-radius: 9999px;
  border: 1px solid rgba(167, 139, 250, 0.4);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.08);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-body, #475569);
}
.hero-badge__div {
  width: 1px;
  height: 14px;
  background: #CBD5E1;
}
.hero-badge__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--text-muted, #64748B);
  font-weight: 700;
}
.hero-badge__rating i { color: #F59E0B; }

/* Animated gradient underline under the gradient headline span */
.hero-underline { position: relative; display: inline-block; }
.hero-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12em;
  height: 0.14em;
  width: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #546E7A, #10A5F5, #10B981);
  transform: scaleX(0);
  transform-origin: left;
  animation: hero-underline-grow 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}
@keyframes hero-underline-grow { to { transform: scaleX(1); } }

/* Feature mini-cards (replaces plain pills) */
.hero-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.hero-feature {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.hero-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.35);
  box-shadow: 0 16px 32px rgba(124, 58, 237, 0.12);
}
.hero-feature__icon {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.6rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.85rem;
  background: linear-gradient(135deg, #546E7A, #10A5F5);
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.3);
}
.hero-feature strong { display: block; font-size: 0.8rem; font-weight: 700; color: #0F172A; line-height: 1.2; }
.hero-feature small { display: block; font-size: 0.7rem; color: var(--text-muted, #64748B); margin-top: 1px; }

/* Split hero — image panel (service pages) */
.hero-visual-panel {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.5rem 0 1.5rem;
}
.hero-visual-panel__glow {
  position: absolute;
  inset: 15% -8% -8% -8%;
  background: radial-gradient(ellipse at 50% 60%, rgba(124, 58, 237, 0.22), transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.hero-visual-panel__ring {
  position: absolute;
  inset: -10px;
  border-radius: 1.65rem;
  background: linear-gradient(145deg, rgba(124, 58, 237, 0.18), rgba(16, 165, 245, 0.14));
  z-index: 0;
  pointer-events: none;
}
.hero-visual-panel__frame {
  position: relative;
  z-index: 1;
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow:
    0 28px 56px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
  background: #fff;
}
.hero-visual-panel__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.hero-premium--split .hero-visual-panel .hero-chip--1 { top: 8%; left: -4%; }
.hero-premium--split .hero-visual-panel .hero-chip--2 { bottom: 6%; right: -4%; }
.hero-feature-row--quad { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Enterprise split hero — dark navy theme */
.hero-premium--enterprise .hero-title-navy { color: #0B1F3A; }
.hero-premium--enterprise .hero-title-navy__line {
  position: relative;
  display: inline-block;
  color: #0B1F3A;
}
.hero-title-navy__line--inline {
  display: inline;
}
.hero-title-navy__line--inline::after {
  bottom: -0.06em;
}
.hero-premium--center .hero-title-navy {
  white-space: normal;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .hero-premium--center .hero-title-navy {
    white-space: nowrap;
  }
}
.hero-premium--enterprise .hero-title-navy__line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12em;
  height: 0.14em;
  width: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #0B1F3A, #10A5F5);
  transform: scaleX(0);
  transform-origin: left;
  animation: hero-underline-grow 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}
.hero-badge--navy {
  border-color: rgba(11, 31, 58, 0.22);
  box-shadow: 0 6px 20px rgba(11, 31, 58, 0.08);
}
.hero-cta-navy-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 0.85rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  background: #001F54;
  box-shadow: 0 10px 24px rgba(0, 31, 84, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-cta-navy-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.34);
}
.hero-cta-navy-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 0.85rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0B1F3A;
  background: rgba(11, 31, 58, 0.05);
  border: 1.5px solid rgba(11, 31, 58, 0.18);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.hero-cta-navy-secondary:hover {
  background: rgba(11, 31, 58, 0.09);
  border-color: rgba(11, 31, 58, 0.32);
  transform: translateY(-2px);
}
.hero-enterprise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.hero-enterprise-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(11, 31, 58, 0.1);
  box-shadow: 0 8px 22px rgba(11, 31, 58, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hero-enterprise-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 31, 58, 0.22);
  box-shadow: 0 14px 32px rgba(11, 31, 58, 0.12);
}
.hero-enterprise-card__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.85rem;
  background: linear-gradient(135deg, #0B1F3A, #1e4976);
  box-shadow: 0 6px 16px rgba(11, 31, 58, 0.25);
}
.hero-enterprise-card strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0B1F3A;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}
.hero-enterprise-card p {
  font-size: 0.72rem;
  line-height: 1.45;
  color: #64748B;
  margin: 0;
}
.hero-premium--enterprise .hero-visual-panel__glow {
  background: radial-gradient(ellipse at 50% 60%, rgba(11, 31, 58, 0.2), transparent 68%);
}
.hero-premium--enterprise .hero-visual-panel__ring {
  background: linear-gradient(145deg, rgba(11, 31, 58, 0.16), rgba(8, 145, 178, 0.12));
}

.hero-premium--center .hero-title-navy__line::after {
  transform-origin: center;
  animation: hero-underline-grow-center 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}
@keyframes hero-underline-grow-center {
  to { transform: scaleX(1); }
}
.hero-premium--center .hero-enterprise-grid--center {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 640px) {
  .hero-premium--center .hero-enterprise-grid--center {
    max-width: 36rem;
  }
}

/* Floating glass chips around the form */
.hero-chip {
  position: absolute;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #E2E8F0;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-subheading, #334155);
  animation: hero-chip-float 6s ease-in-out infinite;
}
.hero-chip i { color: var(--text-muted, #64748B); }
.hero-chip--1 { top: -18px; left: -10px; }
.hero-chip--2 { bottom: -16px; right: -6px; animation-delay: -3s; }
.hero-chip--2 i { color: #10A5F5; }
@keyframes hero-chip-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Hero section divider */
.hero-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 1.15rem clamp(1.5rem, 6vw, 4rem);
  z-index: 10;
  pointer-events: none;
}
.hero-divider__line {
  flex: 1;
  height: 1px;
  max-width: 28rem;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(55, 71, 79, 0.12) 12%,
    rgba(16, 165, 245, 0.45) 50%,
    rgba(13, 148, 136, 0.45) 50%,
    rgba(55, 71, 79, 0.12) 88%,
    transparent
  );
}
.hero-divider__gem {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin: 0 1.1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #10A5F5, #10A5F5);
  box-shadow: 0 0 0 4px rgba(16, 165, 245, 0.1);
}

/* Responsive */
@media (max-width: 1023px) {
  .hero-chip { display: none; }
}
@media (max-width: 640px) {
  .hero-feature-row { grid-template-columns: 1fr; }
  .hero-feature-row--quad { grid-template-columns: 1fr; }
  .hero-enterprise-grid { grid-template-columns: 1fr; }
  .hero-feature { padding: 0.7rem 0.9rem; }
  .hero-premium { padding-bottom: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-beam,
  .hero-chip { animation: none !important; }
  .hero-underline::after { animation: none !important; transform: scaleX(1); }
}

/* ═══════════════════════════════════════════════════════════
   Our Expertise — light section + glowing dark navy cards & CTA
   ═══════════════════════════════════════════════════════════ */
.srv-expertise--navy {
  --srv-teal: #00DBFF;
  --srv-aqua: #00DBFF;
  --srv-purple: #8B5CF6;
  --srv-navy-deep: #041018;
  --srv-navy: #0A1628;
  --srv-navy-mid: #0D2137;
  --srv-navy-light: #122A45;
  --srv-desc: #ffffff;
  --srv-glow: rgba(0, 219, 255, 0.45);
  --srv-glow-soft: rgba(0, 219, 255, 0.18);
  isolation: isolate;
}

/* Ambient atmosphere */
.srv-expertise__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.srv-expertise__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}

.srv-expertise__orb--1 {
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  top: -12%;
  right: -8%;
  background: radial-gradient(circle, rgba(16, 165, 245, 0.22) 0%, transparent 70%);
  animation: srv-orb-drift 18s ease-in-out infinite alternate;
}

.srv-expertise__orb--2 {
  width: min(440px, 60vw);
  height: min(440px, 60vw);
  bottom: -10%;
  left: -6%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.16) 0%, transparent 70%);
  animation: srv-orb-drift 22s ease-in-out infinite alternate-reverse;
}

.srv-expertise__grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(16, 165, 245, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 165, 245, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

@keyframes srv-orb-drift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-24px, 18px) scale(1.06); }
}

@keyframes srv-card-glow-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 0.85; }
}

@keyframes srv-cta-glow-pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.02); }
}

/* Header (readable on light parallax overlay) */
.srv-expertise__header {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 3rem;
}

.srv-expertise__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--srv-teal) !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 165, 245, 0.25);
  box-shadow: 0 4px 16px rgba(10, 22, 40, 0.06);
}

.srv-expertise__eyebrow i {
  color: var(--srv-purple) !important;
  font-size: 0.62rem;
}

.srv-expertise__title {
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--srv-navy) !important;
  margin: 1.15rem 0 0.85rem;
}

.srv-expertise--glow .srv-expertise__title {
  background: linear-gradient(135deg, var(--srv-navy) 0%, #0D2F4F 55%, var(--srv-teal) 100%);
  color: #001F54 !important;
}

.srv-expertise__subtitle {
  font-size: clamp(0.95rem, 1.7vw, 1.08rem);
  line-height: 1.75;
  color: var(--text-body, #475569) !important;
  margin: 0 auto;
  max-width: 38rem;
}

/* Service cards grid */
.srv-expertise__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .srv-expertise__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem; }
}

@media (min-width: 1024px) {
  .srv-expertise__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}

@media (min-width: 1280px) {
  .srv-expertise__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
  }
  .srv-expertise__card { grid-column: span 2; }
  .srv-expertise__card:nth-child(4),
  .srv-expertise__card:nth-child(5) { grid-column: span 3; }
}

/* Dark navy glow cards */
.srv-expertise__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.65rem 1.5rem 1.45rem;
  border-radius: 1.1rem;
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  background:
    linear-gradient(155deg, rgba(16, 165, 245, 0.06) 0%, transparent 42%),
    linear-gradient(145deg, var(--srv-navy-deep) 0%, var(--srv-navy) 38%, var(--srv-navy-mid) 72%, var(--srv-navy-light) 100%);
  border: 1px solid rgba(16, 165, 245, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(4, 16, 24, 0.6),
    0 0 32px rgba(10, 22, 40, 0.5),
    0 0 48px var(--srv-glow-soft),
    0 14px 36px rgba(4, 16, 24, 0.55);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.srv-expertise__card-glow {
  position: absolute;
  inset: -1px;
  z-index: -2;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(16, 165, 245, 0.35), rgba(139, 92, 246, 0.25), rgba(16, 165, 245, 0.2));
  opacity: 0;
  filter: blur(12px);
  transition: opacity 0.45s ease;
}

.srv-expertise__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 65% at 100% 0%, rgba(139, 92, 246, 0.22), transparent 58%),
    radial-gradient(ellipse 75% 55% at 0% 100%, rgba(16, 165, 245, 0.18), transparent 52%);
  opacity: 0.95;
}

.srv-expertise__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  pointer-events: none;
}

.srv-expertise__card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--srv-purple), var(--srv-teal), #6366F1, var(--srv-teal));
  background-size: 200% 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 0 16px var(--srv-glow);
}

.srv-expertise__card:hover,
.srv-expertise__card:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(16, 165, 245, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(16, 165, 245, 0.35),
    0 0 40px rgba(16, 165, 245, 0.28),
    0 0 72px rgba(139, 92, 246, 0.15),
    0 24px 52px rgba(4, 16, 24, 0.65);
}

.srv-expertise__card:hover .srv-expertise__card-glow,
.srv-expertise__card:focus-visible .srv-expertise__card-glow {
  opacity: 0.75;
  animation: srv-card-glow-pulse 2.8s ease-in-out infinite;
}

.srv-expertise__card:hover .srv-expertise__card-accent,
.srv-expertise__card:focus-visible .srv-expertise__card-accent {
  transform: scaleX(1);
  animation: srv-accent-shimmer 3s linear infinite;
}

@keyframes srv-accent-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.srv-expertise__card:focus-visible {
  outline: 2px solid var(--srv-teal);
  outline-offset: 4px;
}

.srv-expertise__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.srv-expertise__card-num {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(16, 165, 245, 0.22);
  text-shadow: 0 0 20px rgba(16, 165, 245, 0.15);
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

.srv-expertise__card:hover .srv-expertise__card-num,
.srv-expertise__card:focus-visible .srv-expertise__card-num {
  color: rgba(16, 165, 245, 0.45);
  text-shadow: 0 0 28px rgba(16, 165, 245, 0.35);
}

.srv-expertise__card-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  font-size: 1.08rem;
  color: #fff;
  background: linear-gradient(135deg, var(--srv-purple) 0%, var(--srv-teal) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 20px rgba(16, 165, 245, 0.35),
    0 4px 18px rgba(139, 92, 246, 0.4);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.srv-expertise__card:hover .srv-expertise__card-icon,
.srv-expertise__card:focus-visible .srv-expertise__card-icon {
  transform: scale(1.08) rotate(-4deg);
  box-shadow:
    0 0 28px rgba(16, 165, 245, 0.5),
    0 8px 24px rgba(139, 92, 246, 0.45);
}

.srv-expertise__card-title {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: #00DBFF !important;
  -webkit-text-fill-color: #00DBFF !important;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 219, 255, 0.2);
  text-shadow: 0 0 24px rgba(0, 219, 255, 0.2);
}

.srv-expertise__card-desc {
  font-size: 0.9rem;
  line-height: 1.72;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin: 0;
  flex: 1;
}

.srv-expertise__card:hover .srv-expertise__card-desc,
.srv-expertise__card:focus-visible .srv-expertise__card-desc {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.srv-expertise__card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(16, 165, 245, 0.18);
  font-size: 0.82rem;
  font-weight: 700;
  color: #A5B4FC !important;
  transition: gap 0.3s ease, color 0.3s ease;
}

.srv-expertise__card-link i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.srv-expertise__card:hover .srv-expertise__card-link,
.srv-expertise__card:focus-visible .srv-expertise__card-link {
  color: var(--srv-teal) !important;
  gap: 0.6rem;
  text-shadow: 0 0 16px rgba(16, 165, 245, 0.3);
}

.srv-expertise__card:hover .srv-expertise__card-link i,
.srv-expertise__card:focus-visible .srv-expertise__card-link i {
  transform: translateX(4px);
}

/* CTA — glowing dark navy info box */
.srv-expertise__cta {
  margin-top: 3rem;
  border-radius: 1.35rem;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(160deg, rgba(16, 165, 245, 0.08) 0%, transparent 40%),
    linear-gradient(145deg, var(--srv-navy-deep) 0%, var(--srv-navy) 40%, var(--srv-navy-mid) 75%, var(--srv-navy-light) 100%);
  border: 1px solid rgba(16, 165, 245, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 0 1px rgba(4, 16, 24, 0.65),
    0 0 48px rgba(10, 22, 40, 0.45),
    0 0 64px var(--srv-glow-soft),
    0 0 96px rgba(139, 92, 246, 0.1),
    0 18px 52px rgba(4, 16, 24, 0.55);
}

.srv-expertise__cta-glow {
  position: absolute;
  inset: -2px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: conic-gradient(from 180deg at 50% 50%, rgba(16, 165, 245, 0.35), rgba(139, 92, 246, 0.25), rgba(16, 165, 245, 0.3), rgba(99, 102, 241, 0.2), rgba(16, 165, 245, 0.35));
  opacity: 0.45;
  filter: blur(16px);
  animation: srv-cta-glow-pulse 4s ease-in-out infinite;
}

.srv-expertise__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 65% 55% at 92% 8%, rgba(139, 92, 246, 0.24), transparent 58%),
    radial-gradient(ellipse 55% 50% at 8% 92%, rgba(16, 165, 245, 0.2), transparent 52%);
}

.srv-expertise__cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 1px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.srv-expertise__cta-inner {
  position: relative;
  z-index: 2;
  padding: 2.5rem 1.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .srv-expertise__cta-inner { padding: 3.25rem 2.75rem; }
}

.srv-expertise__cta-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: #00DBFF !important;
  -webkit-text-fill-color: #00DBFF !important;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-shadow: 0 0 32px rgba(0, 219, 255, 0.4);
}

.srv-expertise__cta-desc {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  max-width: 40rem;
  margin: 0.75rem auto 0;
}

.srv-expertise__cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.srv-expertise__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.65rem;
  border-radius: 0.65rem;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.srv-expertise__cta-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--srv-purple), var(--srv-teal));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 24px rgba(16, 165, 245, 0.35),
    0 8px 28px rgba(139, 92, 246, 0.4);
}

.srv-expertise__cta-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 32px rgba(16, 165, 245, 0.45),
    0 14px 36px rgba(16, 165, 245, 0.35);
  color: #fff !important;
}

.srv-expertise__cta-btn--ghost {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(16, 165, 245, 0.45);
  box-shadow: 0 0 20px rgba(16, 165, 245, 0.12);
}

.srv-expertise__cta-btn--ghost:hover {
  transform: translateY(-2px);
  border-color: var(--srv-teal);
  background: rgba(16, 165, 245, 0.14);
  box-shadow: 0 0 28px rgba(16, 165, 245, 0.25);
  color: #ffffff !important;
}

.srv-expertise__cta-btn i { transition: transform 0.3s ease; }
.srv-expertise__cta-btn:hover i { transform: translateX(3px); }

@media (prefers-reduced-motion: reduce) {
  .srv-expertise__orb,
  .srv-expertise__cta-glow,
  .srv-expertise__card-glow { animation: none !important; }
  .srv-expertise__card:hover { transform: translateY(-3px); }
  .srv-expertise__card-accent { transition: none; transform: scaleX(1); }
  .srv-expertise__card:hover .srv-expertise__card-accent { animation: none; }
}

.svc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-heading, #0F172A);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(13, 148, 136, 0.25);
  box-shadow: 0 6px 18px rgba(55, 71, 79, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.svc-eyebrow i { color: #10A5F5; }

.svc-tagchips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.svc-tagchips span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-subheading, #334155);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #E2E8F0;
}
.svc-tagchips i { color: #10A5F5; }

/* Ecommerce services — dark navy glow v2 */
.home-ecom--v2 {
  --ecom-navy-deep: #061829;
  --ecom-navy: #0A2540;
  --ecom-navy-mid: #123456;
  --ecom-teal: var(--aqua-primary);
  --ecom-teal-bright: var(--aqua-accent);
  --ecom-text: #F8FAFC;
  --ecom-text-muted: rgba(248, 250, 252, 0.82);
  --ecom-glass: rgba(255, 255, 255, 0.06);
  --ecom-glass-border: rgba(255, 255, 255, 0.12);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: linear-gradient(145deg, var(--ecom-navy-deep) 0%, var(--ecom-navy) 42%, #0D3D56 100%);
  color: var(--ecom-text);
  border-top: 1px solid rgba(16, 165, 245, 0.15);
}

.home-ecom--v2 .home-ecom__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  z-index: 0;
}

.home-ecom--v2 .home-ecom__glow--1 {
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  top: -12%;
  right: -8%;
  background: rgba(16, 165, 245, 0.22);
}

.home-ecom--v2 .home-ecom__glow--2 {
  width: min(420px, 60vw);
  height: min(420px, 60vw);
  bottom: -15%;
  left: -10%;
  background: rgba(16, 165, 245, 0.14);
}

.home-ecom--v2 .home-ecom__glow--3 {
  width: min(280px, 45vw);
  height: min(280px, 45vw);
  top: 45%;
  left: 38%;
  background: rgba(8, 145, 178, 0.12);
}

.home-ecom--v2 .home-ecom__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 40%, #000, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000, transparent 78%);
}

.home-ecom--v2 .home-ecom__header {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 2rem;
}

.home-ecom--v2 .home-ecom__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ecom-teal-bright);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(16, 165, 245, 0.35);
  box-shadow: 0 0 24px rgba(16, 165, 245, 0.15);
  backdrop-filter: blur(8px);
}

.home-ecom--v2 .home-ecom__eyebrow i { color: var(--ecom-teal); }

.home-ecom--v2 .home-ecom__title {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ecom-text) !important;
  margin: 1.15rem 0 1rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.home-ecom--v2 .home-ecom__title-em {
  background: linear-gradient(135deg, #10A5F5 0%, #10A5F5 50%, #10A5F5 100%);
  color: #001F54;
  filter: drop-shadow(0 0 18px rgba(16, 165, 245, 0.35));
}

.home-ecom--v2 .home-ecom__lead {
  font-size: clamp(0.98rem, 1.85vw, 1.12rem);
  line-height: 1.78;
  color: var(--ecom-text-muted);
  max-width: 42rem;
  margin-inline: auto;
}

/* Capability pills */
.home-ecom__pills {
  list-style: none;
  margin: 0 auto 2.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  max-width: 56rem;
}

.home-ecom__pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ecom-text);
  background: var(--ecom-glass);
  border: 1px solid var(--ecom-glass-border);
  box-shadow: 0 0 20px rgba(16, 165, 245, 0.08);
  backdrop-filter: blur(10px);
}

.home-ecom__pills li i {
  color: var(--ecom-teal-bright);
  font-size: 0.85rem;
}

/* Main grid */
.home-ecom__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .home-ecom__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem;
    align-items: stretch;
  }
}

/* Showcase card */
.home-ecom__showcase {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: 1.75rem;
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(16, 165, 245, 0.08) inset,
    0 24px 64px rgba(0, 0, 0, 0.28),
    0 0 48px rgba(16, 165, 245, 0.12);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

@media (min-width: 768px) {
  .home-ecom__showcase {
    grid-template-columns: 1fr auto;
    padding: 2rem 2rem 2rem 2.25rem;
    align-items: center;
  }
}

.home-ecom__showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--ecom-teal), var(--ecom-teal-bright), transparent);
  box-shadow: 0 0 20px rgba(16, 165, 245, 0.6);
}

.home-ecom__showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ecom-teal-bright);
  background: rgba(16, 165, 245, 0.12);
  border: 1px solid rgba(16, 165, 245, 0.25);
  margin-bottom: 0.85rem;
}

.home-ecom__showcase-title {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: var(--ecom-text) !important;
  margin: 0 0 0.65rem;
  line-height: 1.25;
}

.home-ecom__showcase-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--ecom-text-muted);
  margin: 0 0 1rem;
  max-width: 32rem;
}

.home-ecom--v2 .home-ecom__highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.home-ecom--v2 .home-ecom__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ecom-text);
  line-height: 1.5;
}

.home-ecom--v2 .home-ecom__highlights i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.5rem;
  color: var(--ecom-navy-deep);
  background: linear-gradient(135deg, #10A5F5, #10A5F5);
  box-shadow: 0 0 12px rgba(16, 165, 245, 0.45);
}

.home-ecom--v2 .home-ecom__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.35rem;
  padding: 0.95rem 1.85rem;
  border-radius: 0.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ecom-navy-deep);
  text-decoration: none;
  background: linear-gradient(135deg, #10A5F5 0%, #10A5F5 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 0 28px rgba(16, 165, 245, 0.45),
    0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s, gap 0.3s;
}

.home-ecom--v2 .home-ecom__cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 36px rgba(16, 165, 245, 0.55),
    0 12px 32px rgba(0, 0, 0, 0.25);
  gap: 0.75rem;
}

.home-ecom--v2 .home-ecom__cta i { transition: transform 0.3s; }
.home-ecom--v2 .home-ecom__cta:hover i { transform: translateX(4px); }

/* Visual mock */
.home-ecom__visual {
  position: relative;
  width: min(100%, 220px);
  height: 220px;
  margin-inline: auto;
  flex-shrink: 0;
}

.home-ecom__orbit {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px dashed rgba(16, 165, 245, 0.35);
  box-shadow: 0 0 30px rgba(16, 165, 245, 0.15);
  animation: homeEcomSpin 24s linear infinite;
}

@keyframes homeEcomSpin {
  to { transform: rotate(360deg); }
}

.home-ecom__card-mock {
  position: absolute;
  inset: 18% 10% 12%;
  padding: 0.85rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.home-ecom__card-mock-head {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.65rem;
}

.home-ecom__card-mock-head span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #CBD5E1;
}

.home-ecom__card-mock-head span:first-child { background: #10A5F5; }

.home-ecom__card-mock-line {
  height: 0.45rem;
  border-radius: 999px;
  background: #E2E8F0;
  margin-bottom: 0.4rem;
}

.home-ecom__card-mock-line--lg { width: 85%; background: #0A2540; }
.home-ecom__card-mock-line--sm { width: 55%; }

.home-ecom__card-mock-btn {
  margin-top: 0.55rem;
  padding: 0.35rem 0;
  border-radius: 0.4rem;
  text-align: center;
  font-size: 0.55rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #0A2540, #10A5F5);
}

.home-ecom__float {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  color: var(--ecom-teal-bright);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(16, 165, 245, 0.35);
  box-shadow: 0 0 18px rgba(16, 165, 245, 0.25);
  backdrop-filter: blur(6px);
}

.home-ecom__float--1 { top: 8%; right: 0; animation: homeEcomFloat 4s ease-in-out infinite; }
.home-ecom__float--2 { bottom: 18%; left: -2%; animation: homeEcomFloat 4.5s ease-in-out infinite 0.5s; }
.home-ecom__float--3 { top: 42%; right: -4%; animation: homeEcomFloat 5s ease-in-out infinite 1s; }

@keyframes homeEcomFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Platform cards */
.home-ecom--v2 .home-ecom__platforms {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .home-ecom--v2 .home-ecom__platforms {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-ecom--v2 .home-ecom__platform {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.15rem 1.1rem;
  border-radius: 1rem;
  text-decoration: none;
  color: var(--ecom-text);
  background: var(--ecom-glass);
  border: 1px solid var(--ecom-glass-border);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s, box-shadow 0.35s;
}

.home-ecom--v2 .home-ecom__platform-glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(16, 165, 245, 0.25), rgba(16, 165, 245, 0.08));
  transition: opacity 0.35s;
  pointer-events: none;
}

.home-ecom--v2 .home-ecom__platform:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 165, 245, 0.45);
  box-shadow:
    0 0 32px rgba(16, 165, 245, 0.2),
    0 16px 40px rgba(0, 0, 0, 0.22);
}

.home-ecom--v2 .home-ecom__platform:hover .home-ecom__platform-glow { opacity: 1; }

.home-ecom--v2 .home-ecom__platform--featured {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(16, 165, 245, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-color: rgba(16, 165, 245, 0.35);
  box-shadow:
    0 0 40px rgba(16, 165, 245, 0.18),
    0 12px 36px rgba(0, 0, 0, 0.2);
}

.home-ecom--v2 .home-ecom__platform-icon {
  position: relative;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.7rem;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  color: var(--ecom-navy-deep);
  background: linear-gradient(135deg, #10A5F5, #10A5F5);
  box-shadow: 0 0 20px rgba(16, 165, 245, 0.35);
}

.home-ecom--v2 .home-ecom__platform-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.home-ecom--v2 .home-ecom__platform-name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ecom-text);
  line-height: 1.25;
}

.home-ecom--v2 .home-ecom__platform-desc {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--ecom-text-muted);
}

.home-ecom--v2 .home-ecom__platform-arrow {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.65rem;
  color: var(--ecom-teal-bright);
  background: rgba(16, 165, 245, 0.12);
  border: 1px solid rgba(16, 165, 245, 0.25);
  transition: transform 0.3s, background 0.3s;
}

.home-ecom--v2 .home-ecom__platform:hover .home-ecom__platform-arrow {
  transform: translateX(3px);
  background: rgba(16, 165, 245, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .home-ecom__orbit,
  .home-ecom__float { animation: none !important; }
  .home-ecom--v2 .home-ecom__platform:hover,
  .home-ecom--v2 .home-ecom__cta:hover { transform: none; }
}

/* Override global home heading colors inside dark ecom band */
.home-navy-refined .home-ecom--v2 .home-ecom__lead,
.home-navy-refined .home-ecom--v2 .home-ecom__showcase-desc,
.home-navy-refined .home-ecom--v2 .home-ecom__platform-desc {
  color: var(--ecom-text-muted) !important;
}

.home-navy-refined .home-ecom--v2 .home-ecom__highlights li,
.home-navy-refined .home-ecom--v2 .home-ecom__platform-name,
.home-navy-refined .home-ecom--v2 .home-ecom__pills li {
  color: var(--ecom-text) !important;
}

/* Immersive parallax band — v2 navy cinematic */
.home-parallax-immersive--v2 {
  --hp-navy: #061829;
  --hp-navy-mid: #0A2540;
  --hp-teal: var(--aqua-primary);
  --hp-teal-bright: var(--aqua-accent);
  position: relative;
  min-height: clamp(480px, 72vh, 720px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.home-parallax-immersive__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.home-parallax-immersive--v2 .home-parallax-immersive__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -10%;
  width: 100%;
  height: 120%;
  z-index: 0;
  background-color: var(--hp-navy-mid);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
  transform-origin: center center;
}

.home-parallax-immersive--v2 .home-parallax-immersive__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 24, 41, 0.55) 0%, rgba(10, 37, 64, 0.78) 45%, rgba(6, 24, 41, 0.88) 100%),
    linear-gradient(135deg, rgba(10, 37, 64, 0.72) 0%, rgba(16, 165, 245, 0.18) 100%);
}

.home-parallax-immersive__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  z-index: 1;
}

.home-parallax-immersive__glow--1 {
  width: min(360px, 50vw);
  height: min(360px, 50vw);
  top: 10%;
  left: -5%;
  background: rgba(16, 165, 245, 0.2);
}

.home-parallax-immersive__glow--2 {
  width: min(320px, 45vw);
  height: min(320px, 45vw);
  bottom: 5%;
  right: -5%;
  background: rgba(16, 165, 245, 0.12);
}

.home-parallax-immersive--v2 .home-parallax-immersive__content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.home-parallax-immersive__card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 3rem);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(16, 165, 245, 0.08) inset,
    0 24px 64px rgba(0, 0, 0, 0.35),
    0 0 48px rgba(16, 165, 245, 0.1);
  backdrop-filter: blur(16px);
}

.home-parallax-immersive__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(280px, 60%);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--hp-teal), var(--hp-teal-bright), transparent);
  box-shadow: 0 0 20px rgba(16, 165, 245, 0.55);
}

.home-parallax-immersive__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-teal-bright);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(16, 165, 245, 0.35);
  margin-bottom: 1.25rem;
}

.home-parallax-immersive__eyebrow i { color: var(--hp-teal); }

.home-parallax-immersive__title {
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff !important;
  margin: 0 0 1rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.home-parallax-immersive__lead {
  font-size: clamp(1rem, 1.85vw, 1.125rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86) !important;
  max-width: 40rem;
  margin: 0 auto 1.75rem;
}

.home-parallax-immersive__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.home-parallax-immersive__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.75rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border-color 0.3s;
}

.home-parallax-immersive__btn--primary {
  color: var(--hp-navy-deep, #061829) !important;
  background: linear-gradient(135deg, #10A5F5, #10A5F5);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 28px rgba(16, 165, 245, 0.4);
}

.home-parallax-immersive__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(16, 165, 245, 0.5);
}

.home-parallax-immersive__btn--ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
}

.home-parallax-immersive__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(16, 165, 245, 0.45);
}

.home-parallax-immersive__btn i { transition: transform 0.3s; }
.home-parallax-immersive__btn--primary:hover i { transform: translateX(4px); }

.home-parallax-immersive__stats {
  list-style: none;
  margin: 0;
  padding: 1.15rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-parallax-immersive__stats li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88) !important;
}

.home-parallax-immersive__stats li i {
  color: var(--hp-teal-bright);
  font-size: 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
  .home-parallax-immersive--v2 .home-parallax-immersive__bg {
    top: 0;
    height: 100%;
    transform: none !important;
  }
  .home-parallax-immersive__btn--primary:hover { transform: none; }
}

/* Why Guudle — enterprise grid */
.home-why-grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .home-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .home-why-grid { grid-template-columns: repeat(3, 1fr); } }
.home-why-card {
  padding: 1.75rem; border-radius: 1.125rem; text-align: center;
  background: #fff;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px rgba(55, 71, 79, 0.06);
  transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
}
.home-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 165, 245, 0.35);
  box-shadow: 0 12px 32px rgba(55, 71, 79, 0.1);
}
.home-why-card__icon {
  width: 3.25rem; height: 3.25rem; border-radius: 0.85rem; margin: 0 auto 1rem;
  display: grid; place-items: center; font-size: 1.25rem; color: #fff;
  background: linear-gradient(135deg, #546E7A, #10A5F5);
}
.home-why-card h3 { color: var(--text-heading, #0F172A); }
.home-why-card p { color: var(--text-muted, #64748B); }

/* Card */
.svc-card {
  --svc-accent: #37474F;
  --svc-accent-2: #10A5F5;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1.75rem 1.85rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 30px rgba(55, 71, 79, 0.06);
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.45s ease,
              border-color 0.3s ease;
}
/* Soft accent glow that reveals on hover */
.svc-card::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -30%;
  width: 70%;
  height: 80%;
  background: radial-gradient(circle, var(--svc-accent-2), transparent 70%);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.5s ease, transform 0.6s ease;
  z-index: -1;
  pointer-events: none;
}
/* Animated gradient border ring (masked) */
.svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-2));
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.svc-card:hover,
.svc-card:focus-visible {
  transform: translateY(-8px);
  border-color: transparent;
  box-shadow: 0 26px 50px rgba(55, 71, 79, 0.16);
}
.svc-card:hover::after,
.svc-card:focus-visible::after {
  opacity: 1;
  animation: svc-border-pan 4s linear infinite;
}
.svc-card:hover::before { opacity: 0.16; transform: scale(1); }
.svc-card:focus-visible { outline: 2px solid var(--svc-accent-2); outline-offset: 3px; }
@keyframes svc-border-pan {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Icon tile */
.svc-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-2));
  box-shadow: 0 10px 24px -6px var(--svc-accent-2);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.svc-card:hover .svc-card__icon { transform: translateY(-2px) rotate(-6deg) scale(1.06); }

.svc-card__title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
.svc-card__desc {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted, #64748B);
  margin-bottom: 1.1rem;
}

/* Feature list */
.svc-card__features {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.svc-card__features li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-subheading, #334155);
}
.svc-card__features i {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.6rem;
  color: var(--svc-accent-2);
  background: color-mix(in srgb, var(--svc-accent-2) 14%, transparent);
  transition: background 0.3s ease, color 0.3s ease;
}
.svc-card:hover .svc-card__features i {
  background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-2));
  color: #fff;
}

/* CTA pinned to bottom */
.svc-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #EEF2F7;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--svc-accent);
  transition: color 0.3s ease, gap 0.3s ease;
}
.svc-card__cta i { transition: transform 0.3s ease; }
.svc-card:hover .svc-card__cta { color: var(--svc-accent-2); gap: 0.85rem; }
.svc-card:hover .svc-card__cta i { transform: translateX(4px); }

/* ── V2 premium cards ── */
.svc-card--v2 {
  padding: 1.65rem 1.5rem 1.5rem;
  padding-top: 2.15rem;
  background: linear-gradient(160deg, rgba(255,255,255,0.97) 0%, rgba(248,250,252,0.88) 100%);
  border: 1px solid rgba(226,232,240,0.85);
}
.svc-card--v2::before { top: -50%; right: -40%; width: 85%; height: 90%; }
.svc-card--v2:hover { transform: translateY(-10px) scale(1.01); }

.svc-card__topbar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--svc-accent), var(--svc-accent-2));
  border-radius: 1.5rem 1.5rem 0 0;
  opacity: 0.85;
  transition: height 0.35s ease, opacity 0.35s ease;
}
.svc-card--v2:hover .svc-card__topbar { height: 5px; opacity: 1; }

.svc-card__glow {
  position: absolute; bottom: -30%; left: -20%; width: 70%; height: 70%;
  background: radial-gradient(circle, var(--svc-accent-2), transparent 72%);
  opacity: 0.06; filter: blur(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none; z-index: -1;
}
.svc-card--v2:hover .svc-card__glow { opacity: 0.22; transform: scale(1.15); }

.svc-card__meta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.5rem; margin-bottom: 1.15rem;
}
.svc-card__num-badge {
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em;
  color: #fff; padding: 0.28rem 0.55rem; border-radius: 0.45rem;
  background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-2));
  box-shadow: 0 4px 12px color-mix(in srgb, var(--svc-accent-2) 35%, transparent);
}
.svc-card__cat {
  padding: 0.22rem 0.6rem; border-radius: 999px;
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--svc-accent);
  background: color-mix(in srgb, var(--svc-accent-2) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--svc-accent-2) 22%, transparent);
}

.svc-card__icon-wrap {
  position: relative; width: fit-content; margin-bottom: 1.1rem;
}
.svc-card__icon-wrap::before {
  content: "";
  position: absolute; inset: -6px; border-radius: 1.2rem;
  background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-2));
  opacity: 0.18; transition: opacity 0.4s, transform 0.4s;
}
.svc-card--v2:hover .svc-card__icon-wrap::before {
  opacity: 0.35; transform: scale(1.08);
}
.svc-card--v2 .svc-card__icon {
  position: relative; z-index: 1;
  width: 3.25rem; height: 3.25rem;
  border-radius: 0.95rem; font-size: 1.25rem;
  margin-bottom: 0;
  box-shadow: 0 12px 28px -8px color-mix(in srgb, var(--svc-accent-2) 55%, transparent);
}

.svc-card--featured .svc-card__title { font-size: clamp(1.2rem, 2.2vw, 1.45rem); }
.svc-card__body--featured {
  display: flex; flex-direction: column; gap: 1rem; flex: 1;
}
@media (min-width: 640px) {
  .svc-card__body--featured { flex-direction: row; align-items: flex-start; }
  .svc-card--featured .svc-card__icon-wrap { flex-shrink: 0; margin-bottom: 0; }
}
.svc-card__copy { flex: 1; min-width: 0; }

.svc-card--v2 .svc-card__cta {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px dashed rgba(226,232,240,0.95);
  justify-content: space-between;
  width: 100%;
}
.svc-card__cta-icon {
  display: grid; place-items: center;
  width: 2rem; height: 2rem; border-radius: 999px;
  font-size: 0.72rem; color: #fff;
  background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-2));
  box-shadow: 0 6px 16px color-mix(in srgb, var(--svc-accent-2) 40%, transparent);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s;
}
.svc-card--v2:hover .svc-card__cta-icon {
  transform: translateX(4px) scale(1.08);
  box-shadow: 0 8px 22px color-mix(in srgb, var(--svc-accent-2) 50%, transparent);
}

@media (prefers-reduced-motion: reduce) {
  .svc-card--v2:hover { transform: translateY(-4px); }
  .svc-card:hover::after { animation: none; }
}

/* Section bottom CTA */
.svc-allcta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 2.1rem;
  border-radius: 0.85rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #37474F, #10A5F5);
  box-shadow: 0 14px 34px rgba(55, 71, 79, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.svc-allcta:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(13, 148, 136, 0.36); }
.svc-allcta i { transition: transform 0.3s ease; }
.svc-allcta:hover i { transform: translateX(5px); }
.svc-allcta__note {
  margin-top: 1.1rem;
  font-size: 0.85rem;
  color: var(--text-muted, #64748B);
}
.svc-allcta__note i { color: #10B981; margin-right: 0.35rem; }

@media (prefers-reduced-motion: reduce) {
  .svc-card,
  .svc-card__icon,
  .svc-card:hover .svc-card__icon { transition: none !important; transform: none !important; }
  .svc-card:hover::after { animation: none !important; }
  .svc-tagchips--premium span:hover { transform: none; }
}

/* ═══════════════════════════════════════════════════════════
   Mobile App Development — premium, conversion-focused section
   ═══════════════════════════════════════════════════════════ */
.mob-hero { text-align: center; max-width: 62rem; margin: 0 auto 4rem; }
.mob-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.5rem 1.1rem; border-radius: 9999px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: #10A5F5; background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 165, 245, 0.3);
  box-shadow: 0 6px 18px rgba(16, 165, 245, 0.12);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.mob-badge i { color: #10A5F5; }
.mob-hero__sub { font-size: 1.05rem; font-weight: 700; color: #10A5F5; margin-top: 1.1rem; }
.mob-hero__desc { font-size: 1.0625rem; line-height: 1.7; color: var(--text-body, #475569); max-width: 46rem; margin: 0.85rem auto 0; }

/* ── Value proposition cards ── */
.mob-vp-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 5rem; }
@media (min-width: 768px) { .mob-vp-grid { grid-template-columns: repeat(3, 1fr); } }
.mob-vp {
  --vp: #10A5F5;
  position: relative; overflow: hidden; isolation: isolate;
  padding: 2rem 1.75rem; border-radius: 1.25rem; text-align: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(55, 71, 79, 0.06);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease, border-color 0.3s ease;
}
.mob-vp::before {
  content: ""; position: absolute; top: -50%; left: 50%; transform: translateX(-50%) scale(0.5);
  width: 120%; height: 120%; z-index: -1; pointer-events: none;
  background: radial-gradient(circle, var(--vp), transparent 65%);
  opacity: 0; transition: opacity 0.5s ease, transform 0.6s ease;
}
.mob-vp:hover { transform: translateY(-8px); border-color: transparent; box-shadow: 0 26px 50px rgba(16,165,245,0.18); }
.mob-vp:hover::before { opacity: 0.14; transform: translateX(-50%) scale(1); }
.mob-vp__icon {
  width: 4rem; height: 4rem; margin: 0 auto 1.25rem; border-radius: 1.1rem;
  display: grid; place-items: center; color: #fff; font-size: 1.5rem;
  background: linear-gradient(135deg, var(--vp), color-mix(in srgb, var(--vp) 55%, #10A5F5));
  box-shadow: 0 12px 26px -6px var(--vp);
  transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
}
.mob-vp:hover .mob-vp__icon { transform: translateY(-3px) scale(1.08) rotate(-6deg); }
.mob-vp h3 { font-size: 1.1rem; font-weight: 800; color: #0F172A; margin-bottom: 0.4rem; }
.mob-vp p { font-size: 0.9rem; color: var(--text-muted, #64748B); line-height: 1.55; }

/* ── Mobile platform expertise — navy bordered cards ── */
.mob-plat { margin-bottom: 5rem; }
.mob-plat__header { text-align: center; max-width: 36rem; margin: 0 auto 2.25rem; }
.mob-plat__heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800; color: var(--text-heading, #0F172A); letter-spacing: -0.02em;
}
.mob-plat__sub { font-size: 0.95rem; color: var(--text-muted, #64748B); margin-top: 0.5rem; line-height: 1.6; }

.mob-plat__grid {
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.25rem;
}
@media (min-width: 768px) {
  .mob-plat__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
}

.mob-plat__card {
  --mob-navy: #37474F;
  position: relative; display: flex; flex-direction: column;
  min-height: 100%; padding: 1.5rem 1.35rem 1.35rem;
  border-radius: 1rem; text-decoration: none;
  background: #fff;
  border: 1px solid rgba(55, 71, 79, 0.18);
  box-shadow:
    0 1px 2px rgba(55, 71, 79, 0.06),
    0 2px 8px rgba(55, 71, 79, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.mob-plat__card:hover,
.mob-plat__card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(55, 71, 79, 0.35);
  box-shadow:
    0 2px 4px rgba(55, 71, 79, 0.08),
    0 8px 20px rgba(55, 71, 79, 0.1);
}
.mob-plat__card:focus-visible { outline: 2px solid #37474F; outline-offset: 3px; }

.mob-plat__card-top {
  display: flex; align-items: center; gap: 0.85rem; margin-bottom: 1rem;
}
.mob-plat__icon {
  flex-shrink: 0; width: 2.75rem; height: 2.75rem; border-radius: 0.7rem;
  display: grid; place-items: center; font-size: 1.2rem; color: #fff;
  border: 1px solid rgba(55, 71, 79, 0.12);
  box-shadow: 0 1px 2px rgba(55, 71, 79, 0.08);
}
.mob-plat__icon--ios { background: linear-gradient(135deg, #334155, #37474F); }
.mob-plat__icon--android { background: linear-gradient(135deg, #16A34A, #10A5F5); }
.mob-plat__icon--hybrid { background: linear-gradient(135deg, #10A5F5, #4F46E5); }

.mob-plat__title {
  font-size: 1.1rem; font-weight: 800; color: var(--mob-navy);
  letter-spacing: -0.02em; line-height: 1.25; margin: 0;
}
.mob-plat__desc {
  font-size: 0.88rem; line-height: 1.65; color: var(--text-muted, #64748B); margin: 0;
}

.mob-plat__reveal {
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease, margin 0.35s ease;
}
.mob-plat__card:hover .mob-plat__reveal,
.mob-plat__card:focus-visible .mob-plat__reveal {
  max-height: 220px; opacity: 1; margin-top: 1rem;
}
.mob-plat__reveal-label {
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(55, 71, 79, 0.55);
  margin: 0 0 0.55rem;
}
.mob-plat__list {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0.45rem;
}
.mob-plat__list li {
  position: relative; padding-left: 1rem;
  font-size: 0.8rem; font-weight: 600; color: var(--text-subheading, #334155); line-height: 1.45;
}
.mob-plat__list li::before {
  content: ""; position: absolute; left: 0; top: 0.45em;
  width: 5px; height: 5px; border-radius: 50%;
  background: #37474F;
}

.mob-plat__cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: auto; padding-top: 1.1rem;
  font-size: 0.84rem; font-weight: 700; color: var(--mob-navy);
  border-top: 1px solid rgba(55, 71, 79, 0.08);
}
.mob-plat__cta i {
  font-size: 0.72rem;
  transition: transform 0.3s ease;
}
.mob-plat__card:hover .mob-plat__cta i,
.mob-plat__card:focus-visible .mob-plat__cta i { transform: translateX(4px); }

@media (hover: none) {
  .mob-plat__reveal { max-height: none; opacity: 1; margin-top: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .mob-plat__card:hover { transform: none; }
  .mob-plat__reveal { transition: none; }
}

/* ── Enterprise maintenance panel — dark navy + glow ── */
.mob-maint {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.75rem;
  padding: clamp(1.75rem, 4vw, 3rem);
  margin-bottom: 5rem;
  background: linear-gradient(145deg, #061525 0%, #0A2540 42%, #0D2F4F 100%);
  color: #fff;
  border: 1px solid rgba(56, 189, 248, 0.22);
  box-shadow:
    0 0 0 1px rgba(10, 37, 64, 0.6),
    0 0 40px rgba(10, 37, 64, 0.45),
    0 0 80px rgba(56, 189, 248, 0.12),
    0 30px 70px rgba(6, 21, 37, 0.55);
}

.mob-maint::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 92% 8%, rgba(56, 189, 248, 0.28), transparent 62%),
    radial-gradient(ellipse 50% 55% at 8% 92%, rgba(99, 102, 241, 0.22), transparent 58%),
    radial-gradient(ellipse 40% 35% at 50% 50%, rgba(56, 189, 248, 0.08), transparent 70%);
  animation: mob-maint-glow 8s ease-in-out infinite alternate;
}

.mob-maint::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -2;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.35), rgba(99, 102, 241, 0.15), rgba(56, 189, 248, 0.25));
  filter: blur(18px);
  opacity: 0.55;
}

@keyframes mob-maint-glow {
  0% { opacity: 0.85; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.03); }
}

.mob-maint__head { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.mob-maint__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: #7DD3FC;
  box-shadow:
    0 0 20px rgba(56, 189, 248, 0.25),
    inset 0 0 16px rgba(56, 189, 248, 0.08);
}
.mob-maint__eyebrow {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7DD3FC;
  text-shadow: 0 0 18px rgba(56, 189, 248, 0.45);
}
.mob-maint__title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1.2;
  text-shadow: 0 0 24px rgba(56, 189, 248, 0.15);
}
.mob-maint__lead {
  color: #ffffff !important;
  max-width: 42rem;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.65;
}
.mob-maint__grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .mob-maint__grid { grid-template-columns: repeat(3, 1fr); } }
.mob-maint__item {
  position: relative;
  padding: 1.5rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(56, 189, 248, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.mob-maint__item:hover {
  transform: translateY(-5px);
  background: rgba(56, 189, 248, 0.08);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow:
    0 0 24px rgba(56, 189, 248, 0.2),
    0 12px 32px rgba(6, 21, 37, 0.4);
}
.mob-maint__item i {
  font-size: 1.4rem;
  color: #7DD3FC;
  margin-bottom: 0.85rem;
  display: block;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.55));
}
.mob-maint__item h4 {
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 0.35rem;
}
.mob-maint__item p {
  font-size: 0.86rem;
  color: #ffffff !important;
  line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
  .mob-maint::before { animation: none; }
  .mob-maint__item:hover { transform: none; }
}

/* ── Conversion CTA block ── */
.mob-cta {
  position: relative; overflow: hidden; isolation: isolate; text-align: center;
  border-radius: 1.75rem; padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3rem);
  background: transparent;
  color: var(--text-heading, #0F172A);
  border: 1px solid rgba(55, 71, 79, 0.1);
  box-shadow: 0 1px 2px rgba(55, 71, 79, 0.04), 0 4px 16px rgba(55, 71, 79, 0.04);
}
.mob-cta__waves {
  position: absolute; inset: -40% -10% auto -10%; height: 140%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(40% 50% at 20% 30%, rgba(16,165,245,0.08), transparent 60%),
    radial-gradient(40% 50% at 80% 70%, rgba(13,148,136,0.06), transparent 60%);
  animation: mob-cta-drift 16s ease-in-out infinite alternate;
}
@keyframes mob-cta-drift {
  0% { transform: translate3d(0,0,0) scale(1); }
  100% { transform: translate3d(0,-18px,0) scale(1.06); }
}
.mob-cta__title { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800; line-height: 1.15; margin-bottom: 0.9rem; color: var(--text-heading, #0F172A); }
.mob-cta__sub { font-size: 1.05rem; color: var(--text-muted, #64748B); max-width: 40rem; margin: 0 auto 2rem; line-height: 1.6; }
.mob-cta__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.mob-cta__primary {
  display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 2.1rem; border-radius: 0.85rem;
  font-weight: 800; font-size: 1rem; color: var(--text-heading, #0F172A);
  background: linear-gradient(135deg, #10A5F5, #10A5F5);
  box-shadow: 0 8px 24px rgba(16,165,245,0.25); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mob-cta__primary:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(16,165,245,0.35); }
.mob-cta__ghost {
  display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 2.1rem; border-radius: 0.85rem;
  font-weight: 800; font-size: 1rem; color: var(--text-heading, #0F172A);
  background: #fff; border: 1.5px solid rgba(55, 71, 79, 0.2);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.mob-cta__ghost:hover { background: #F8FAFC; border-color: rgba(55, 71, 79, 0.35); transform: translateY(-3px); }
.mob-cta__btns i { transition: transform 0.3s ease; }
.mob-cta__primary:hover i, .mob-cta__ghost:hover i { transform: translateX(4px); }

/* ── Mobile tech stack — full-width cover background ── */
.mob-tech-stack {
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem);
  overflow: hidden;
}
.mob-tech-stack__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../../sliders/28.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mob-tech-stack__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(16, 165, 245, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.86) 45%, rgba(236, 254, 255, 0.94) 100%);
}
.mob-tech-stack__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

@media (prefers-reduced-motion: reduce) {
  .mob-vp, .mob-vp__icon, .mob-plat__card, .mob-maint__item,
  .mob-cta__waves { transition: none !important; animation: none !important; transform: none !important; }
}

/* ═══════════════════════════════════════════════════════════
   AI Services — next-generation, conversion-driven redesign
   ═══════════════════════════════════════════════════════════ */
.aix-hero { position: relative; text-align: center; max-width: 56rem; margin: 0 auto 4rem; }
.aix-badge {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.5rem 1.1rem; border-radius: 9999px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: #4338CA; background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(99, 102, 241, 0.3);
  box-shadow: 0 6px 18px rgba(99, 102, 241, 0.14);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.aix-badge i { color: #6366F1; }
.aix-hero__sub { font-size: 1.05rem; font-weight: 700; color: #4F46E5; margin-top: 1.1rem; }
.aix-hero__desc { font-size: 1.02rem; line-height: 1.7; color: var(--text-body, #475569); max-width: 44rem; margin: 0.6rem auto 0; }
.aix-grad {
  background: linear-gradient(120deg, #10A5F5, #6366F1 45%, #0EA5E9);
  color: #001F54;
}

/* ── Core capability cards ── */
.aix-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 4.5rem; }
@media (min-width: 640px) { .aix-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .aix-grid { grid-template-columns: repeat(4, 1fr); } }
.aix-card {
  --c: #6366F1; --c2: #0EA5E9;
  position: relative; overflow: hidden; isolation: isolate;
  padding: 1.75rem 1.5rem; border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.92); border: 1px solid rgba(226, 232, 240, 0.95);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease, border-color 0.3s ease;
}
.aix-card::after {
  content: ""; position: absolute; left: -30%; top: 0; width: 30%; height: 100%; z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-18deg); opacity: 0; pointer-events: none;
}
.aix-card:hover { transform: translateY(-8px); border-color: transparent; box-shadow: 0 26px 50px rgba(99,102,241,0.22); }
.aix-card:hover::after { animation: aix-sheen 1.1s ease; }
@keyframes aix-sheen { 0% { left: -30%; opacity: 0.8; } 100% { left: 130%; opacity: 0; } }
.aix-card__icon {
  width: 3.4rem; height: 3.4rem; border-radius: 1rem; display: grid; place-items: center;
  color: #fff; font-size: 1.4rem; margin-bottom: 1.1rem;
  background: linear-gradient(135deg, var(--c), var(--c2));
  box-shadow: 0 12px 24px -6px var(--c);
  transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
}
.aix-card:hover .aix-card__icon { transform: scale(1.1) rotate(-6deg); }
.aix-card h3 { font-size: 1.02rem; font-weight: 800; color: #0F172A; margin-bottom: 0.5rem; line-height: 1.3; }
.aix-card > p { font-size: 0.86rem; color: var(--text-muted, #64748B); line-height: 1.55; margin-bottom: 0.9rem; }
.aix-card__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }
.aix-card__list li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 600; color: var(--text-body, #475569); }
.aix-card__list i { font-size: 0.5rem; color: var(--c); }

/* ── AI Innovation Hub ── */
.aix-hub {
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: 1.75rem; padding: clamp(2rem, 4vw, 3.5rem); margin-bottom: 4.5rem; color: #fff;
  background: linear-gradient(135deg, #0B1026 0%, #161B40 50%, #0B2A4A 100%);
  box-shadow: 0 30px 70px rgba(11, 16, 38, 0.4);
}
.aix-neo, .aix-grid-lines { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.aix-neo {
  background:
    radial-gradient(35% 50% at 15% 20%, rgba(99,102,241,0.4), transparent 60%),
    radial-gradient(40% 55% at 85% 80%, rgba(14,165,233,0.35), transparent 60%),
    radial-gradient(30% 40% at 55% 30%, rgba(168,85,247,0.25), transparent 60%);
}
.aix-grid-lines {
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000, transparent 78%);
  mask-image: radial-gradient(circle at 50% 40%, #000, transparent 78%);
  animation: aix-grid-pan 18s linear infinite;
}
@keyframes aix-grid-pan { 0% { background-position: 0 0, 0 0; } 100% { background-position: 38px 38px, 38px 38px; } }
.aix-hub__head { margin-bottom: 0.5rem; }
.aix-hub__eyebrow {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #10A5F5 !important;
}
.aix-hub__title {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 900;
  color: #10A5F5 !important;
  line-height: 1.15;
  margin-top: 0.3rem;
}
.aix-hub__tag {
  color: #ffffff !important;
  margin-top: 0.5rem;
  max-width: 38rem;
  font-size: 0.98rem;
  line-height: 1.65;
}
.aix-hub__grid3 { display: grid; grid-template-columns: 1fr; gap: 1rem; margin: 2rem 0; }
@media (min-width: 768px) { .aix-hub__grid3 { grid-template-columns: repeat(3, 1fr); } }
.aix-hub__item {
  padding: 1.5rem; border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.aix-hub__item:hover { transform: translateY(-6px); background: rgba(255,255,255,0.12); border-color: rgba(165,180,252,0.6); box-shadow: 0 18px 40px rgba(99,102,241,0.3); }
.aix-hub__item i {
  font-size: 1.5rem; margin-bottom: 0.75rem; display: block;
  background: linear-gradient(135deg, #A5B4FC, #10A5F5);
  }
.aix-hub__item h4 {
  font-size: 1.02rem;
  font-weight: 700;
  color: #10A5F5 !important;
  margin-bottom: 0.3rem;
}
.aix-hub__item p {
  font-size: 0.84rem;
  color: #ffffff !important;
  line-height: 1.55;
}
.aix-hub__cta {
  display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.85rem 1.6rem; border-radius: 0.8rem;
  font-weight: 800; color: #0B1026; background: linear-gradient(135deg, #A5B4FC, #10A5F5);
  box-shadow: 0 14px 30px rgba(16,165,245,0.3); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.aix-hub__cta:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(16,165,245,0.45); }
.aix-hub__cta i { transition: transform 0.3s ease; }
.aix-hub__cta:hover i { transform: translateX(4px); }

/* ── Additional capabilities (hover/focus reveal) ── */
.aix-sec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 0; }
@media (min-width: 768px) { .aix-sec-grid { grid-template-columns: repeat(4, 1fr); } }
.aix-sec {
  position: relative; overflow: hidden; display: block; text-decoration: none;
  padding: 1.5rem; border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.93); border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease, background 0.35s ease;
}
.aix-sec:hover, .aix-sec:focus-visible { transform: translateY(-6px); border-color: transparent; box-shadow: 0 22px 44px rgba(16, 165, 245,0.18); }
.aix-sec:focus-visible { outline: 2px solid #10A5F5; outline-offset: 3px; }
.aix-sec__icon {
  width: 2.8rem; height: 2.8rem; border-radius: 0.8rem; display: grid; place-items: center;
  color: #fff; font-size: 1.1rem; margin-bottom: 0.85rem;
  background: linear-gradient(135deg, #10A5F5, #0EA5E9); transition: transform 0.4s ease;
}
.aix-sec:hover .aix-sec__icon { transform: scale(1.08) rotate(-6deg); }
.aix-sec h4 { font-size: 0.98rem; font-weight: 800; color: #0F172A; margin-bottom: 0.3rem; }
.aix-sec__reveal { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.45s ease, opacity 0.35s ease, margin 0.35s ease; }
.aix-sec:hover .aix-sec__reveal, .aix-sec:focus-visible .aix-sec__reveal { max-height: 120px; opacity: 1; margin-top: 0.4rem; }
.aix-sec__reveal p { font-size: 0.82rem; color: var(--text-muted, #64748B); line-height: 1.5; }
@media (hover: none) { .aix-sec__reveal { max-height: none; opacity: 1; margin-top: 0.4rem; } }

/* ── Dark navy glow panel (capabilities + CTA) ── */
.aix-glow-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.75rem;
  padding: clamp(2.25rem, 5vw, 3.75rem) clamp(1.25rem, 3vw, 2.5rem);
  color: #fff;
  background: linear-gradient(145deg, #0B1026 0%, #151B3B 42%, #0F2744 100%);
  border: 1px solid rgba(99, 102, 241, 0.28);
  box-shadow:
    0 32px 80px rgba(11, 16, 38, 0.58),
    0 0 0 1px rgba(16, 165, 245, 0.1) inset,
    0 0 70px rgba(99, 102, 241, 0.18),
    0 0 140px rgba(16, 165, 245, 0.1);
}
.aix-glow-panel__neo {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(42% 52% at 8% 12%, rgba(99, 102, 241, 0.38), transparent 58%),
    radial-gradient(38% 48% at 92% 88%, rgba(16, 165, 245, 0.32), transparent 56%),
    radial-gradient(28% 38% at 50% 45%, rgba(139, 92, 246, 0.22), transparent 52%);
}
.aix-glow-panel > .aix-grid-lines { z-index: 0; }
.aix-glow-panel > :not(.aix-glow-panel__neo):not(.aix-grid-lines) { position: relative; z-index: 1; }
.aix-glow-panel__title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem;
  color: #10A5F5 !important;
  text-shadow: 0 0 32px rgba(16, 165, 245, 0.5), 0 0 64px rgba(99, 102, 241, 0.25);
  letter-spacing: -0.02em;
}
.aix-glow-panel .aix-sec {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(99, 102, 241, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 14px 36px rgba(11, 16, 38, 0.48),
    0 0 28px rgba(99, 102, 241, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.aix-glow-panel .aix-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(16, 165, 245, 0.18), transparent 65%);
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.aix-glow-panel .aix-sec:hover,
.aix-glow-panel .aix-sec:focus-visible {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(16, 165, 245, 0.55);
  box-shadow:
    0 26px 56px rgba(11, 16, 38, 0.6),
    0 0 44px rgba(16, 165, 245, 0.28),
    0 0 72px rgba(99, 102, 241, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.aix-glow-panel .aix-sec:hover::before,
.aix-glow-panel .aix-sec:focus-visible::before { opacity: 1; }
.aix-glow-panel .aix-sec h4 {
  color: #10A5F5 !important;
  text-shadow: 0 0 20px rgba(16, 165, 245, 0.35);
}
.aix-glow-panel .aix-sec__reveal p { color: rgba(255, 255, 255, 0.82) !important; }
.aix-glow-panel .aix-sec__icon {
  background: linear-gradient(135deg, #6366F1, #10A5F5);
  box-shadow: 0 10px 28px rgba(16, 165, 245, 0.38), 0 0 24px rgba(99, 102, 241, 0.25);
}

/* ── Conversion CTA ── */
.aix-cta {
  position: relative; overflow: hidden; isolation: isolate; text-align: center;
  border-radius: 1.75rem; padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3rem); color: #fff;
  background: linear-gradient(135deg, #0B1026, #1E1B4B 55%, #0B2A4A);
  box-shadow: 0 30px 70px rgba(11, 16, 38, 0.4);
}
.aix-cta--panel {
  margin-top: clamp(2rem, 4vw, 3rem);
  border-radius: 1.35rem;
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1.25rem, 3vw, 2.25rem);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(16, 165, 245, 0.28);
  box-shadow:
    0 24px 56px rgba(11, 16, 38, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 55px rgba(16, 165, 245, 0.16),
    0 0 90px rgba(99, 102, 241, 0.12);
}
.aix-cta--panel .aix-cta__title {
  text-shadow: 0 0 36px rgba(16, 165, 245, 0.55), 0 0 72px rgba(99, 102, 241, 0.28);
}
.aix-cta--panel .aix-cta__primary {
  box-shadow: 0 14px 34px rgba(16, 165, 245, 0.45), 0 0 32px rgba(16, 165, 245, 0.25);
}
.aix-cta--panel .aix-cta__primary:hover {
  box-shadow: 0 22px 50px rgba(16, 165, 245, 0.6), 0 0 48px rgba(16, 165, 245, 0.35);
}
.aix-cta--panel .aix-cta__ghost {
  border-color: rgba(16, 165, 245, 0.45);
  box-shadow: 0 8px 24px rgba(11, 16, 38, 0.35);
}
.aix-cta--panel .aix-cta__ghost:hover {
  border-color: rgba(16, 165, 245, 0.85);
  box-shadow: 0 12px 32px rgba(16, 165, 245, 0.22);
}
.aix-cta__bg {
  position: absolute; inset: -40% -10% auto -10%; height: 170%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(35% 45% at 20% 30%, rgba(99,102,241,0.4), transparent 60%),
    radial-gradient(35% 45% at 80% 70%, rgba(14,165,233,0.35), transparent 60%),
    radial-gradient(30% 40% at 55% 20%, rgba(168,85,247,0.3), transparent 60%);
  animation: aix-drift 16s ease-in-out infinite alternate;
}
@keyframes aix-drift { 0% { transform: translate3d(0,0,0) scale(1); } 100% { transform: translate3d(0,-18px,0) scale(1.06); } }
.aix-cta__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900;
  color: #10A5F5 !important;
  margin-bottom: 0.9rem;
  line-height: 1.15;
}
.aix-cta__sub {
  font-size: 1.05rem;
  color: #ffffff !important;
  max-width: 40rem;
  margin: 0 auto 2rem;
  line-height: 1.65;
}
.aix-cta__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.aix-cta__primary {
  display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 2.1rem; border-radius: 0.85rem;
  font-weight: 800; color: #0B1026; background: linear-gradient(135deg, #A5B4FC, #10A5F5);
  box-shadow: 0 14px 34px rgba(16,165,245,0.4); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.aix-cta__primary:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(16,165,245,0.55); }
.aix-cta__ghost {
  display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 2.1rem; border-radius: 0.85rem;
  font-weight: 800; color: #fff; background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.35);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.aix-cta__ghost:hover { background: rgba(255,255,255,0.16); border-color: #fff; transform: translateY(-3px); }
.aix-cta__btns i { transition: transform 0.3s ease; }
.aix-cta__primary:hover i, .aix-cta__ghost:hover i { transform: translateX(4px); }

@media (prefers-reduced-motion: reduce) {
  .aix-card, .aix-card__icon, .aix-hub__item, .aix-sec, .aix-sec__icon,
  .aix-grid-lines, .aix-cta__bg { transition: none !important; animation: none !important; transform: none !important; }
}

/* ═══════════════════════════════════════════════════════════
   Technology Expertise — interactive ecosystem showcase
   ═══════════════════════════════════════════════════════════ */
.tex-section { position: relative; isolation: isolate; }
.tex-mesh {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.5;
  background-image:
    linear-gradient(rgba(55, 71, 79,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 71, 79,0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(circle at 50% 0%, #000, transparent 70%);
  mask-image: radial-gradient(circle at 50% 0%, #000, transparent 70%);
  animation: tex-mesh-pan 24s linear infinite;
}
@keyframes tex-mesh-pan { 0% { background-position: 0 0, 0 0; } 100% { background-position: 44px 44px, 44px 44px; } }
.tex-inner { position: relative; z-index: 1; }

.tex-hero { position: relative; text-align: center; max-width: 54rem; margin: 0 auto 3.5rem; }
.tex-badge {
  display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.5rem 1.1rem; border-radius: 9999px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-heading, #0F172A); background: rgba(255,255,255,0.85); border: 1px solid rgba(55, 71, 79,0.18);
  box-shadow: 0 6px 18px rgba(55, 71, 79,0.1); backdrop-filter: blur(8px);
}
.tex-badge i { color: #10A5F5; }
.tex-hero__desc { font-size: 1.02rem; line-height: 1.7; color: var(--text-body, #475569); max-width: 44rem; margin: 1rem auto 0; }

/* Highlight cards */
.tex-hi-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 3.5rem; }
@media (min-width: 768px) { .tex-hi-grid { grid-template-columns: repeat(3, 1fr); } }
.tex-hi {
  --t: #10A5F5;
  position: relative; overflow: hidden; isolation: isolate; padding: 1.9rem 1.6rem; border-radius: 1.25rem;
  background: rgba(255,255,255,0.85); border: 1px solid rgba(226,232,240,0.9);
  backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(15,23,42,0.06);
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease, border-color 0.3s ease;
}
.tex-hi::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; z-index: 1;
  background: linear-gradient(90deg, var(--t), transparent); opacity: 0.9;
}
.tex-hi:hover { transform: translateY(-8px); border-color: transparent; box-shadow: 0 26px 50px rgba(13,148,136,0.18); }
.tex-hi__icon {
  width: 3.4rem; height: 3.4rem; border-radius: 1rem; display: grid; place-items: center; color: #fff;
  font-size: 1.4rem; margin-bottom: 1rem; background: linear-gradient(135deg, var(--t), color-mix(in srgb, var(--t) 55%, #37474F));
  box-shadow: 0 12px 24px -6px var(--t); transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
}
.tex-hi:hover .tex-hi__icon { transform: scale(1.1) rotate(-6deg); }
.tex-hi h3 { font-size: 1.08rem; font-weight: 800; color: #0F172A; margin-bottom: 0.4rem; }
.tex-hi p { font-size: 0.88rem; color: var(--text-muted, #64748B); line-height: 1.55; }

/* Ecosystem grid */
.tex-eco-grid { display: grid; grid-template-columns: 1fr; gap: 1.1rem; }
@media (min-width: 640px) { .tex-eco-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .tex-eco-grid { grid-template-columns: repeat(4, 1fr); } }
.tex-eco {
  --t: #10A5F5; --t2: #10A5F5;
  position: relative; overflow: hidden; isolation: isolate; display: block; text-align: left;
  width: 100%; cursor: pointer; padding: 1.5rem; border-radius: 1.25rem; background: rgba(255,255,255,0.9);
  border: 1px solid rgba(226,232,240,0.9); box-shadow: 0 10px 26px rgba(15,23,42,0.06);
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease, border-color 0.3s ease;
}
.tex-eco::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--t) 8%, transparent), color-mix(in srgb, var(--t2) 10%, transparent));
  transition: opacity 0.4s ease;
}
.tex-eco:hover, .tex-eco:focus-visible { transform: translateY(-6px); border-color: transparent; box-shadow: 0 26px 50px rgba(16, 165, 245,0.16); }
.tex-eco:hover::after, .tex-eco:focus-visible::after { opacity: 1; }
.tex-eco:focus-visible { outline: 2px solid var(--t); outline-offset: 3px; }
.tex-eco__head { display: flex; align-items: center; gap: 0.85rem; }
.tex-eco__icon {
  flex-shrink: 0; width: 3rem; height: 3rem; border-radius: 0.9rem; display: grid; place-items: center; color: #fff;
  font-size: 1.2rem; background: linear-gradient(135deg, var(--t), var(--t2));
  box-shadow: 0 10px 22px -6px var(--t); transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
}
.tex-eco:hover .tex-eco__icon { transform: scale(1.1) rotate(-6deg); }
.tex-eco__title { font-size: 1.05rem; font-weight: 800; color: #0F172A; line-height: 1.1; }
.tex-eco__count { font-size: 0.74rem; font-weight: 600; color: #94A3B8; margin-top: 0.15rem; }
.tex-eco__stack { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.5s ease, opacity 0.4s ease, margin 0.4s ease; }
.tex-eco:hover .tex-eco__stack, .tex-eco:focus-visible .tex-eco__stack { max-height: 260px; opacity: 1; margin-top: 1.1rem; }
.tex-eco__stack { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.tex-chip {
  font-size: 0.72rem; font-weight: 700; color: var(--text-subheading, #334155); padding: 0.32rem 0.7rem; border-radius: 9999px;
  background: rgba(241,245,249,0.9); border: 1px solid rgba(226,232,240,0.9);
}
.tex-eco__hint { margin-top: 0.9rem; font-size: 0.74rem; font-weight: 700; color: var(--t); display: inline-flex; align-items: center; gap: 0.4rem; transition: opacity 0.3s ease; }
.tex-eco:hover .tex-eco__hint, .tex-eco:focus-visible .tex-eco__hint { opacity: 0; height: 0; margin: 0; }
@media (hover: none) {
  .tex-eco__stack { max-height: none; opacity: 1; margin-top: 1.1rem; }
  .tex-eco__hint { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .tex-mesh, .tex-hi, .tex-hi__icon, .tex-eco, .tex-eco__icon { transition: none !important; animation: none !important; transform: none !important; }
}

/* ═══════════════════════════════════════════════════════════
   Industries We Serve — v2 split showcase layout
   ═══════════════════════════════════════════════════════════ */
.ind-section--v2 {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, #F8FAFC 0%, #fff 45%, #F8FAFC 100%);
}

.ind-section--v2 .ind-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 55% 40% at 0% 0%, rgba(16, 165, 245, 0.07), transparent 55%),
    radial-gradient(ellipse 50% 35% at 100% 100%, rgba(10, 37, 64, 0.06), transparent 50%);
}

.ind-section--v2 .ind-section__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(10, 37, 64, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 37, 64, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 50% 30%, #000, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at 50% 30%, #000, transparent 75%);
}

/* Header — split on desktop */
.ind-header--v2 {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2.75rem;
}

@media (min-width: 1024px) {
  .ind-header--v2 {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
    align-items: end;
    margin-bottom: 3.25rem;
  }
}

.ind-header__main { max-width: 36rem; }

.ind-header__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0A2540;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(16, 165, 245, 0.2);
  box-shadow: 0 4px 16px rgba(10, 37, 64, 0.06);
}

.ind-header__eyebrow i { color: #10A5F5; }

.ind-header__title {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #0A2540;
  margin: 1rem 0 0;
}

.ind-header--v2 .ind-header__lead {
  font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  line-height: 1.75;
  color: #475569;
  margin: 0;
  max-width: 34rem;
}

@media (min-width: 1024px) {
  .ind-header--v2 .ind-header__lead {
    padding-bottom: 0.35rem;
  }
}

/* Showcase — rail + stage */
.ind-showcase {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .ind-showcase {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: stretch;
  }
}

.ind-showcase__rail-wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.35rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(10, 37, 64, 0.1);
  box-shadow: 0 8px 32px rgba(10, 37, 64, 0.06);
}

.ind-showcase__rail-wrap::-webkit-scrollbar { display: none; }

@media (min-width: 1024px) {
  .ind-showcase__rail-wrap {
    overflow: visible;
    padding: 0.75rem;
    height: 100%;
  }
}

.ind-showcase__rail {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.45rem;
  min-width: min-content;
}

@media (min-width: 1024px) {
  .ind-showcase__rail {
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 0;
    height: 100%;
  }
}

/* Tab buttons — vertical rail style */
.ind-section--v2 .ind-tabs__btn {
  --ind-accent: #10A5F5;
  --ind-accent-2: #0A2540;
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: auto;
  padding: 0.7rem 0.95rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: #fff;
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s, transform 0.2s;
}

@media (min-width: 1024px) {
  .ind-section--v2 .ind-tabs__btn {
    width: 100%;
    padding: 0.85rem 1rem;
  }
}

.ind-section--v2 .ind-tabs__btn-icon {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 0.65rem;
  font-size: 0.9rem;
  color: var(--ind-accent);
  background: color-mix(in srgb, var(--ind-accent) 12%, #fff);
  transition: background 0.25s, color 0.25s, transform 0.25s;
}

.ind-section--v2 .ind-tabs__btn:hover {
  border-color: color-mix(in srgb, var(--ind-accent) 35%, #E2E8F0);
  box-shadow: 0 6px 18px rgba(10, 37, 64, 0.06);
}

.ind-section--v2 .ind-tabs__btn:focus-visible {
  outline: 2px solid var(--ind-accent);
  outline-offset: 2px;
}

.ind-section--v2 .ind-tabs__btn.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--ind-accent-2, #0A2540), var(--ind-accent));
  box-shadow: 0 10px 28px color-mix(in srgb, var(--ind-accent) 35%, transparent);
  transform: translateX(4px);
}

@media (max-width: 1023px) {
  .ind-section--v2 .ind-tabs__btn.active {
    transform: translateY(-2px);
  }
}

.ind-section--v2 .ind-tabs__btn.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  bottom: 0.65rem;
  width: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1023px) {
  .ind-section--v2 .ind-tabs__btn.active::before {
    left: 0.65rem;
    right: 0.65rem;
    top: auto;
    bottom: 0;
    width: auto;
    height: 3px;
  }
}

.ind-section--v2 .ind-tabs__btn.active .ind-tabs__btn-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

/* Stage / panels */
.ind-showcase__stage {
  position: relative;
  min-height: 420px;
}

.ind-section--v2 .ind-tabs__panels {
  position: relative;
  height: 100%;
  min-height: inherit;
}

.ind-section--v2 .ind-tabs__panel {
  display: none;
}

.ind-section--v2 .ind-tabs__panel.active {
  display: block;
  animation: indPanelIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes indPanelIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.ind-showcase__panel {
  --ind-accent: #10A5F5;
  --ind-accent-2: #0A2540;
  display: grid;
  gap: 0;
  height: 100%;
  min-height: 420px;
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(10, 37, 64, 0.1);
  background: #fff;
  box-shadow: 0 16px 48px rgba(10, 37, 64, 0.08);
}

@media (min-width: 768px) {
  .ind-showcase__panel {
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 440px;
  }
}

.ind-showcase__content {
  position: relative;
  z-index: 1;
  padding: 1.75rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .ind-showcase__content {
    padding: 2.25rem 2rem 2.25rem;
  }
}

.ind-showcase__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ind-accent);
  background: color-mix(in srgb, var(--ind-accent) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--ind-accent) 22%, transparent);
  margin-bottom: 0.85rem;
}

.ind-showcase__title {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 800;
  color: #0A2540;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.ind-showcase__desc {
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  line-height: 1.75;
  color: #475569;
  margin: 0;
  max-width: 34rem;
}

.ind-showcase__highlights {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.ind-showcase__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #334155;
}

.ind-showcase__highlights li i {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 0.55rem;
  color: #fff;
  background: linear-gradient(135deg, var(--ind-accent), var(--ind-accent-2));
}

.ind-showcase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.15rem;
}

.ind-showcase__tags span {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #0A2540;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
}

.ind-showcase__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-top: auto;
  padding-top: 1.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ind-accent-2, #0A2540);
  text-decoration: none;
  transition: gap 0.25s, color 0.25s;
}

.ind-showcase__link:hover {
  gap: 0.7rem;
  color: var(--ind-accent);
}

.ind-showcase__link i {
  font-size: 0.75rem;
  transition: transform 0.25s;
}

.ind-showcase__link:hover i { transform: translateX(3px); }

/* Visual column */
.ind-showcase__visual {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--ind-accent-2) 92%, #000) 0%, color-mix(in srgb, var(--ind-accent) 75%, #000) 100%);
}

.ind-showcase__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08), transparent 40%);
  pointer-events: none;
}

.ind-showcase__visual-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  font-size: clamp(5rem, 14vw, 8rem);
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.ind-showcase__stats {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.65rem;
}

.ind-showcase__stat {
  padding: 0.75rem 0.9rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.ind-showcase__stat strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}

.ind-showcase__stat span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.78);
}

/* Featured CTA — split navy/teal */
.ind-featured--v2 {
  margin-top: 2.75rem;
  border-radius: 1.35rem;
  overflow: hidden;
  background: linear-gradient(135deg, #081E33 0%, #0A2540 45%, #10A5F5 130%);
  border: 1px solid rgba(16, 165, 245, 0.2);
  box-shadow: 0 20px 56px rgba(10, 37, 64, 0.18);
}

.ind-featured__grid {
  display: grid;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
}

@media (min-width: 768px) {
  .ind-featured__grid {
    grid-template-columns: 1.2fr auto;
    align-items: center;
    gap: 2rem;
    padding: 2.25rem 2.5rem;
  }
}

.ind-featured--v2 .ind-featured__label {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #10A5F5;
  margin-bottom: 0.55rem;
}

.ind-featured--v2 .ind-featured__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0;
}

.ind-featured--v2 .ind-featured__desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  max-width: 38rem;
  margin: 0.65rem 0 0;
}

.ind-featured__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .ind-featured__action {
    align-items: flex-end;
    text-align: right;
  }
}

.ind-featured--v2 .ind-featured__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.75rem;
  border-radius: 0.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0A2540;
  text-decoration: none;
  background: linear-gradient(135deg, #10A5F5, #10A5F5);
  box-shadow: 0 10px 28px rgba(16, 165, 245, 0.35);
  transition: transform 0.3s, box-shadow 0.3s;
}

.ind-featured--v2 .ind-featured__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(16, 165, 245, 0.45);
}

.ind-featured--v2 .ind-featured__btn i { transition: transform 0.3s; }
.ind-featured--v2 .ind-featured__btn:hover i { transform: translateX(4px); }

.ind-featured__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.25s, gap 0.25s;
}

.ind-featured__link:hover {
  color: #10A5F5;
  gap: 0.6rem;
}

@media (prefers-reduced-motion: reduce) {
  .ind-section--v2 .ind-tabs__panel.active { animation: none; }
  .ind-section--v2 .ind-tabs__btn.active { transform: none; }
  .ind-showcase__link:hover,
  .ind-featured--v2 .ind-featured__btn:hover { transform: none; }
}

/* ═══════════════════════════════════════════════════════════
   Our Expertise — enterprise capability dashboard
   ═══════════════════════════════════════════════════════════ */
.exp-mesh {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.5;
  background-image:
    linear-gradient(rgba(55, 71, 79,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 71, 79,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(circle at 50% 0%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 50% 0%, #000, transparent 72%);
  animation: tex-mesh-pan 26s linear infinite;
}
.exp-hero { position: relative; text-align: center; max-width: 54rem; margin: 0 auto 3.5rem; }
.exp-badge {
  display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.5rem 1.1rem; border-radius: 9999px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-heading, #0F172A); background: rgba(255,255,255,0.85); border: 1px solid rgba(55, 71, 79,0.18);
  box-shadow: 0 6px 18px rgba(55, 71, 79,0.1); backdrop-filter: blur(8px);
}
.exp-badge i { color: #10A5F5; }
.exp-hero__desc { font-size: 1.02rem; line-height: 1.7; color: var(--text-body, #475569); max-width: 44rem; margin: 1rem auto 0; }

/* Value proposition cards */
.exp-vp-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 3.5rem; }
@media (min-width: 768px) { .exp-vp-grid { grid-template-columns: repeat(3, 1fr); } }
.exp-vp {
  --e: #1E3A8A; --e2: #10A5F5;
  position: relative; overflow: hidden; isolation: isolate; padding: 2rem 1.75rem; border-radius: 1.25rem;
  background: rgba(255,255,255,0.86); border: 1px solid rgba(226,232,240,0.9);
  backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(15,23,42,0.06);
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease, border-color 0.3s ease;
}
.exp-vp::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; z-index: 1;
  background: linear-gradient(90deg, var(--e), var(--e2)); transform: scaleX(0); transform-origin: left; transition: transform 0.45s ease;
}
.exp-vp:hover { transform: translateY(-8px); border-color: transparent; box-shadow: 0 26px 50px rgba(13,148,136,0.16); }
.exp-vp:hover::before { transform: scaleX(1); }
.exp-vp__icon {
  width: 3.6rem; height: 3.6rem; border-radius: 1rem; display: grid; place-items: center; color: #fff;
  font-size: 1.5rem; margin-bottom: 1.1rem; background: linear-gradient(135deg, var(--e), var(--e2));
  box-shadow: 0 12px 24px -6px var(--e); transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
}
.exp-vp:hover .exp-vp__icon { transform: scale(1.1) rotate(-6deg); }
.exp-vp h3 { font-size: 1.2rem; font-weight: 800; color: #0F172A; margin-bottom: 0.5rem; }
.exp-vp p { font-size: 0.9rem; color: var(--text-muted, #64748B); line-height: 1.6; margin-bottom: 1rem; }
.exp-vp__value {
  display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.76rem; font-weight: 700;
  color: var(--e2); padding: 0.35rem 0.75rem; border-radius: 9999px;
  background: color-mix(in srgb, var(--e2) 10%, transparent);
}

/* Capability ecosystem grid */
.exp-cap-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .exp-cap-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .exp-cap-grid { grid-template-columns: repeat(4, 1fr); } }
.exp-cap {
  --e: #10A5F5; --e2: #10A5F5;
  position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column;
  text-decoration: none; padding: 1.6rem; border-radius: 1.25rem;
  background: rgba(255,255,255,0.88); border: 1px solid rgba(226,232,240,0.9);
  backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(15,23,42,0.06);
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease, border-color 0.3s ease;
}
.exp-cap::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--e) 8%, transparent), color-mix(in srgb, var(--e2) 10%, transparent));
  transition: opacity 0.4s ease;
}
.exp-cap:hover, .exp-cap:focus-visible { transform: translateY(-8px); border-color: transparent; box-shadow: 0 28px 54px rgba(16, 165, 245,0.16); }
.exp-cap:hover::after, .exp-cap:focus-visible::after { opacity: 1; }
.exp-cap:focus-visible { outline: 2px solid var(--e); outline-offset: 3px; }
.exp-cap__icon {
  width: 3.2rem; height: 3.2rem; border-radius: 0.95rem; display: grid; place-items: center; color: #fff;
  font-size: 1.3rem; margin-bottom: 1rem; background: linear-gradient(135deg, var(--e), var(--e2));
  box-shadow: 0 10px 22px -6px var(--e); transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
}
.exp-cap:hover .exp-cap__icon { transform: scale(1.1) rotate(-6deg); }
.exp-cap h4 { font-size: 1.05rem; font-weight: 800; color: #0F172A; margin-bottom: 0.4rem; line-height: 1.25; }
.exp-cap__desc { font-size: 0.84rem; color: var(--text-muted, #64748B); line-height: 1.55; }
.exp-cap__more { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.5s ease, opacity 0.4s ease, margin 0.4s ease; }
.exp-cap:hover .exp-cap__more, .exp-cap:focus-visible .exp-cap__more { max-height: 160px; opacity: 1; margin-top: 0.85rem; }
.exp-cap__more p { font-size: 0.8rem; color: var(--text-body, #475569); line-height: 1.55; padding-top: 0.85rem; border-top: 1px solid #EEF2F7; }
@media (hover: none) { .exp-cap__more { max-height: none; opacity: 1; margin-top: 0.85rem; } }

/* Conversion CTA */
.exp-cta {
  position: relative; overflow: hidden; isolation: isolate; text-align: center; margin-top: 4rem;
  border-radius: 1.75rem; padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 4vw, 3rem); color: #fff;
  background: linear-gradient(135deg, #37474F, #455A64 55%, #10A5F5 150%);
  box-shadow: 0 30px 70px rgba(55, 71, 79,0.3);
}
.exp-cta__grid {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0.6;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
  animation: tex-mesh-pan 22s linear infinite;
}
.exp-cta__title {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #10A5F5 !important;
  margin-bottom: 0.85rem;
  line-height: 1.16;
}
.exp-cta__sub {
  font-size: 1.02rem;
  color: #ffffff !important;
  max-width: 40rem;
  margin: 0 auto 2rem;
  line-height: 1.65;
}
.exp-cta__btn {
  display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 2.2rem; border-radius: 0.85rem;
  font-weight: 800; font-size: 1rem; color: var(--text-heading, #0F172A); background: linear-gradient(135deg, #10A5F5, #10A5F5);
  box-shadow: 0 14px 34px rgba(16,165,245,0.4); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.exp-cta__btn:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(16,165,245,0.55); }
.exp-cta__btn i { transition: transform 0.3s ease; }
.exp-cta__btn:hover i { transform: translateX(4px); }

@media (prefers-reduced-motion: reduce) {
  .exp-mesh, .exp-vp, .exp-vp__icon, .exp-cap, .exp-cap__icon, .exp-cta__grid { transition: none !important; animation: none !important; transform: none !important; }
}
