/* ==================================================================
   SISGAIN — Business Automation Consulting in UAE
   Section-scoped stylesheet. Bootstrap 4 grid assumed present.
   Palette: black / blue / white only. No globals, no :root, no vars.
   Animations use transform + opacity only.
   ================================================================== */

/* ============================== HERO ============================== */
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #05070f;
  background-image: radial-gradient(circle at 15% 20%, rgba(37, 99, 235, .35), transparent 55%),
                     radial-gradient(circle at 85% 75%, rgba(29, 58, 138, .3), transparent 55%),
                     linear-gradient(180deg, #05070f 0%, #070b18 100%);
}

.hero-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }

.hero-grid {
  position: absolute; inset: -2px;
  background-image: linear-gradient(rgba(96, 165, 250, .07) 1px, transparent 1px),
                     linear-gradient(90deg, rgba(96, 165, 250, .07) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(circle at 50% 30%, #000 10%, transparent 70%);
  mask-image: radial-gradient(circle at 50% 30%, #000 10%, transparent 70%);
}

.hero-shape { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; will-change: transform; }
.hero-shape-1 { width: 140px; height: 140px; top: 8%; left: 6%; background: radial-gradient(circle at 35% 35%, rgba(96,165,250,.5), rgba(30,58,138,0) 70%); animation: heroFloat1 11s ease-in-out infinite; }
.hero-shape-2 { width: 90px; height: 90px; top: 62%; left: 12%; background: radial-gradient(circle at 35% 35%, rgba(147,197,253,.45), rgba(30,58,138,0) 70%); animation: heroFloat2 9s ease-in-out infinite; }
.hero-shape-3 { width: 180px; height: 180px; top: 12%; right: 8%; background: radial-gradient(circle at 35% 35%, rgba(59,130,246,.4), rgba(30,58,138,0) 70%); animation: heroFloat3 13s ease-in-out infinite; }
.hero-shape-4 { width: 70px; height: 70px; bottom: 8%; right: 22%; background: radial-gradient(circle at 35% 35%, rgba(191,219,254,.4), rgba(30,58,138,0) 70%); animation: heroFloat1 8s ease-in-out infinite reverse; }

@keyframes heroFloat1 { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(18px,-22px,0); } }
@keyframes heroFloat2 { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-14px,16px,0); } }
@keyframes heroFloat3 { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-20px,20px,0); } }

.hero-row { position: relative; z-index: 1; padding:  0 20px; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .04em;
  color: #bfdbfe; background: rgba(59,130,246,.12);
  border: 1px solid rgba(147,197,253,.25);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}

.hero-title {
  font-size: clamp(2.1rem, 4.2vw, 3rem);
  line-height: 1.12;
  font-weight: 700;
  margin-bottom: 18px;
  color: #f8fafc;
  letter-spacing: -0.01em;
  animation: heroGlow 4s ease-in-out infinite;
}

@keyframes heroGlow {
  0%, 100% { text-shadow: 0 0 24px rgba(96, 165, 250, 0.35), 0 0 60px rgba(37, 99, 235, 0.2); }
  50% { text-shadow: 0 0 34px rgba(96, 165, 250, 0.55), 0 0 80px rgba(37, 99, 235, 0.35); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title { animation: none; }
}
.hero-subtext { font-size: 1.05rem; line-height: 1.75; color: #cbd5e1; max-width: 620px; margin-bottom: 28px; }

.hero-cta-row { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 34px; }

.hero-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 12px;
  font-weight: 700; font-size: .98rem; text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  will-change: transform;
}
.hero-btn:hover, .hero-btn:focus-visible { transform: translateY(-3px); text-decoration: none; }
.hero-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8 55%, #1e3a8a);
  box-shadow: 0 14px 34px rgba(37, 99, 235, .45), inset 0 1px 0 rgba(255,255,255,.25);
}
.hero-btn-primary:hover { box-shadow: 0 18px 44px rgba(37, 99, 235, .6), inset 0 1px 0 rgba(255,255,255,.3); color: #fff; }
.hero-btn-secondary {
  color: #e2e8f0;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(191,219,254,.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-btn-secondary:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(191,219,254,.6); }

.hero-trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.hero-trust-item { display: flex; flex-direction: column; }
.hero-trust-number { font-size: 1.6rem; font-weight: 800; color: #ffffff; line-height: 1.1; }
.hero-trust-label { font-size: .78rem; color: #93a4c3; letter-spacing: .01em; }
.hero-trust-divider { width: 1px; height: 34px; background: rgba(148,163,184,.25); }

.hero-visual-col { position: relative; z-index: 1; }

.hero-canvas { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; }

.hero-glow {
  position: absolute; width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.4), rgba(29,58,138,0) 70%);
  filter: blur(10px); animation: heroPulse 6s ease-in-out infinite;
}
@keyframes heroPulse { 0%,100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.12); opacity: 1; } }

.hero-panel {
  position: relative;
  background: rgba(15, 23, 42, .55);
  border: 1px solid rgba(147, 197, 253, .22);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 30px 70px rgba(2, 6, 23, .55), inset 0 1px 0 rgba(255,255,255,.06);
}

.hero-panel-main { width: min(100%, 380px); padding: 18px 20px 22px; animation: heroCardFloat 7s ease-in-out infinite; margin-top: -90px; }
@keyframes heroCardFloat { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-10px,0); } }

.hero-panel-head { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.hero-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.hero-dot-red { background: #f87171; }
.hero-dot-amber { background: #fbbf24; }
.hero-dot-green { background: #34d399; }
.hero-panel-title { margin-left: 8px; font-size: .82rem; font-weight: 600; color: #cbd5e1; }

.hero-bar-row { display: flex; align-items: flex-end; gap: 8px; height: 70px; margin-bottom: 14px; }
.hero-bar {
  flex: 1; height: 40%; transform-origin: bottom center;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #60a5fa, #1d4ed8);
  opacity: .9;
  animation: barGrow 2.4s ease-in-out infinite alternate;
}
.hero-bar:nth-child(1) { height: 38%; }
.hero-bar:nth-child(2) { height: 64%; animation-duration: 3s; }
.hero-bar:nth-child(3) { height: 52%; animation-duration: 2.1s; }
.hero-bar:nth-child(4) { height: 82%; animation-duration: 2.8s; }
.hero-bar:nth-child(5) { height: 46%; animation-duration: 2.3s; }
.hero-bar:nth-child(6) { height: 70%; animation-duration: 3.1s; }
.hero-bar:nth-child(7) { height: 90%; animation-duration: 2.6s; }
@keyframes barGrow { from { transform: scaleY(.85); } to { transform: scaleY(1); } }

.hero-panel-line { width: 100%; height: 42px; margin-bottom: 14px; }

.hero-panel-metrics { display: flex; gap: 10px; }
.hero-metric-chip {
  flex: 1; display: flex; flex-direction: column; gap: 2px;
  background: rgba(59,130,246,.12); border: 1px solid rgba(147,197,253,.2);
  border-radius: 10px; padding: 8px 10px;
}
.hero-metric-value { font-weight: 800; color: #fff; font-size: 1rem; }
.hero-metric-key { font-size: .7rem; color: #93a4c3; }

.hero-panel-float {
  position: absolute; display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 12px; font-size: .78rem; font-weight: 600; color: #e2e8f0;
}
.hero-panel-float-1 { top: 4%; right: -2%; animation: heroFloatChip 6s ease-in-out infinite; }
.hero-panel-float-2 { bottom: 8%; left: -6%; animation: heroFloatChip 6.5s ease-in-out infinite reverse; }
@keyframes heroFloatChip { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-12px,0); } }

.hero-orbit { position: absolute; width: 300px; height: 300px; pointer-events: none; animation: heroSpin 22s linear infinite; }
@keyframes heroSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.hero-orbit-icon {
  position: absolute; display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(15,23,42,.7); border: 1px solid rgba(147,197,253,.3);
  animation: heroSpinReverse 22s linear infinite;
}
@keyframes heroSpinReverse { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }
.hero-orbit-icon-1 { top: 0; left: 50%; margin-left: -17px; }
.hero-orbit-icon-2 { bottom: 10%; left: 4%; }
.hero-orbit-icon-3 { bottom: 6%; right: 2%; }

.hero-card-stack { position: absolute; width: 120px; height: 90px; left: -8%; top: 8%; pointer-events: none; }
.hero-stack-card {
  position: absolute; inset: 0; border-radius: 14px;
  background: linear-gradient(135deg, rgba(96,165,250,.35), rgba(30,58,138,.15));
  border: 1px solid rgba(147,197,253,.3);
  box-shadow: 0 20px 40px rgba(2,6,23,.5);
}
.hero-stack-card-1 { animation: stackFloat1 5s ease-in-out infinite; }
.hero-stack-card-2 { opacity: .8; animation: stackFloat2 6s ease-in-out infinite .3s; }
.hero-stack-card-3 { opacity: .6; animation: stackFloat3 7s ease-in-out infinite .6s; }
@keyframes stackFloat1 { 0%,100% { transform: rotate(-8deg) translate3d(0,0,0); } 50% { transform: rotate(-8deg) translate3d(0,-8px,0); } }
@keyframes stackFloat2 { 0%,100% { transform: rotate(4deg) translate3d(10px,10px,0); } 50% { transform: rotate(4deg) translate3d(10px,2px,0); } }
@keyframes stackFloat3 { 0%,100% { transform: rotate(-2deg) translate3d(20px,20px,0); } 50% { transform: rotate(-2deg) translate3d(20px,12px,0); } }

@media (max-width: 991.98px) {
  .hero-canvas { min-height: 340px; margin-top: 30px; }
  .hero-panel-main { width: 100%; max-width: 360px; }
}
@media (max-width: 575.98px) {
  .hero-trust-row { gap: 14px; }
  .hero-cta-row { flex-direction: column; }
  .hero-btn { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-shape, .hero-glow, .hero-panel-main, .hero-bar, .hero-panel-float, .hero-orbit,
  .hero-orbit-icon, .hero-stack-card-1, .hero-stack-card-2, .hero-stack-card-3 { animation: none !important; }
}

/* ============================== MANUAL -> AUTOMATED ============================== */
.manual-section { padding-top: 30px; padding-bottom: 30px; background-color: #070b16; }

.manual-tag {
  display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #93c5fd; margin-bottom: 12px;
}
.manual-heading {
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; line-height: 1.24; margin-bottom: 16px;
  background: linear-gradient(90deg, #2563eb, #60a5fa, #bfdbfe);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.manual-text { color: #cbd5e1; font-size: 1.02rem; line-height: 1.75; max-width: 560px; }

.manual-compare { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; }
.manual-compare-card {
  flex: 1 1 220px; min-width: 220px;
  background: rgba(15,23,42,.55);
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 18px; padding: 22px 20px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(2,6,23,.4);
}
.manual-compare-before { border-color: rgba(248,113,113,.25); }
.manual-compare-after { border-color: rgba(96,165,250,.35); box-shadow: 0 18px 50px rgba(37,99,235,.25); }
.manual-compare-label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #93a4c3; margin-bottom: 14px; }
.manual-compare-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.manual-compare-list li { display: flex; align-items: flex-start; gap: 10px; color: #e2e8f0; font-size: .92rem; line-height: 1.4; }
.manual-compare-list li svg { flex-shrink: 0; margin-top: 2px; }
.manual-compare-arrow { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; animation: manualArrowPulse 2.4s ease-in-out infinite; }
@keyframes manualArrowPulse { 0%,100% { transform: translateX(0); } 50% { transform: translateX(6px); } }

@media (max-width: 991.98px) { .manual-visual-col { margin-top: 32px; } }
@media (max-width: 575.98px) { .manual-compare-arrow { transform: rotate(90deg); } }

/* ============================== TRIGGERS ============================== */
.trigger-section {
  position: relative; padding-top: 30px; padding-bottom: 30px; overflow: hidden;
  background-color: #05070f;
}
.trigger-bg {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 10%, rgba(37,99,235,.22), transparent 55%);
}
.trigger-intro, .trigger-section .container { position: relative; z-index: 1; }
.trigger-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: 14px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 40%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.trigger-text { color: #cbd5e1; font-size: 1rem; line-height: 1.75; max-width: 780px; margin-bottom: 34px; }

.trigger-grid { row-gap: 24px; }
.trigger-card {
  height: 100%; padding: 26px 24px; border-radius: 18px;
  background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.16);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 16px 34px rgba(2,6,23,.35);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.trigger-card:hover {
  transform: translateY(-6px);
  border-color: rgba(96,165,250,.4);
  box-shadow: 0 26px 50px rgba(37,99,235,.28);
}
.trigger-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(59,130,246,.18), rgba(30,58,138,.08));
  border: 1px solid rgba(96,165,250,.3);
}
.trigger-card-title { font-size: 1.08rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.trigger-card-text { color: #a9b6cf; font-size: .92rem; line-height: 1.65; margin-bottom: 0; }

.trigger-closing { margin-top: 36px; color: #cbd5e1; font-size: 1rem; line-height: 1.7; text-align: center; }
.trigger-inline-link { color: #60a5fa; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.trigger-inline-link:hover { color: #93c5fd; }

/* ============================== SERVICES ============================== */
.services-section { padding-top: 30px; padding-bottom: 30px; background-color: #070b16; }
.services-intro { max-width: 780px; margin: 0 auto 40px; text-align: center; }
.services-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: 14px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.services-text { color: #cbd5e1; font-size: 1rem; line-height: 1.75; }

.services-grid { row-gap: 24px; }
.services-card {
  position: relative; height: 100%; padding: 28px 22px; border-radius: 18px;
  background: linear-gradient(160deg, rgba(29,58,138,.16), rgba(15,23,42,.55));
  border: 1px solid rgba(148,163,184,.16);
  box-shadow: 0 16px 34px rgba(2,6,23,.35);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.services-card:hover { transform: translateY(-8px); border-color: rgba(96,165,250,.45); box-shadow: 0 26px 55px rgba(37,99,235,.3); }
.services-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 50%; margin-bottom: 18px;
  background: rgba(59,130,246,.14); border: 1px solid rgba(96,165,250,.3);
}
.services-card-title { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.35; }
.services-card-text { color: #a9b6cf; font-size: .9rem; line-height: 1.6; margin-bottom: 0; }

/* ============================== DELIVERABLES ============================== */
.deliver-section { padding-top: 30px; padding-bottom: 30px; background-color: #05070f; }
.deliver-intro { max-width: 800px; margin: 0 auto 40px; text-align: center; }
.deliver-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: 14px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.deliver-text { color: #cbd5e1; font-size: 1rem; line-height: 1.75; }

.deliver-list { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
.deliver-row {
  display: flex; align-items: flex-start; gap: 22px;
  padding: 24px 26px; border-radius: 16px;
  background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.15);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: transform .3s ease, border-color .3s ease;
}
.deliver-row:hover { transform: translateX(6px); border-color: rgba(96,165,250,.4); }
.deliver-index {
  flex-shrink: 0; font-size: 1.4rem; font-weight: 800; width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center; border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  color: #fff; box-shadow: 0 10px 22px rgba(37,99,235,.4);
}
.deliver-item-title { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.deliver-item-text { color: #a9b6cf; font-size: .92rem; line-height: 1.65; margin-bottom: 0; }

@media (max-width: 575.98px) {
  .deliver-row { flex-direction: column; gap: 14px; }
}

/* ============================== PROCESSES (HONEYCOMB) ============================== */
.workflow-section { padding-top: 30px; padding-bottom: 30px; background-color: #070b16; }
.workflow-intro { max-width: 800px; margin: 0 auto 40px; text-align: center; }
.workflow-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: 14px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.workflow-text { color: #cbd5e1; font-size: 1rem; line-height: 1.75; }

.workflow-rows {
  display: flex; flex-direction: column; gap: 16px;
  max-width: 860px; margin: 0 auto;
}
.workflow-row {
  display: flex; align-items: flex-start; gap: 22px;
  padding: 24px 28px;
  border-radius: 16px;
  background: rgba(15,23,42,.55);
  border: 1px solid rgba(148,163,184,.16);
  border-left: 3px solid #2563eb;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.workflow-row:hover {
  transform: translateX(6px);
  background: rgba(29,58,138,.28);
  border-left-color: #93c5fd;
}
.workflow-icon {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  box-shadow: 0 10px 24px rgba(37,99,235,.4);
}
.workflow-row-content { flex: 1 1 auto; text-align: left; }
.workflow-cell-title { font-size: 1.02rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.workflow-cell-text { color: #a9b6cf; font-size: .88rem; line-height: 1.6; margin-bottom: 0; }

@media (max-width: 640px) {
  .workflow-row { flex-direction: column; align-items: flex-start; gap: 14px; padding: 20px; }
  .workflow-row:hover { transform: translateY(-4px); }
}
/* ============================== APPROACH TABS ============================== */
.approach-section { padding-top: 30px; padding-bottom: 30px; background-color: #05070f; }
.approach-intro { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.approach-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: 14px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.approach-text { color: #cbd5e1; font-size: 1rem; line-height: 1.75; }

.approach-tabs-wrap {
  max-width: 900px; margin: 0 auto;
  background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.16);
  border-radius: 22px; padding: 10px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(2,6,23,.4);
}
.approach-tablist { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px; }
.approach-tab {
  flex: 1 1 auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 16px; border-radius: 14px; border: 1px solid transparent;
  background: transparent; color: #93a4c3; font-weight: 600; font-size: .88rem;
  cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.approach-tab:hover { color: #e2e8f0; }
.approach-tab.is-active {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff; border-color: rgba(191,219,254,.4);
  box-shadow: 0 10px 26px rgba(37,99,235,.4);
}
.approach-panels { padding: 30px 26px 24px; }
.approach-panel { animation: approachFade .4s ease; }
.approach-panel[hidden] { display: none; }
@keyframes approachFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.approach-panel-title { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.approach-panel-text { color: #cbd5e1; font-size: .96rem; line-height: 1.75; margin-bottom: 0; }

.approach-closing { max-width: 820px; margin: 30px auto 0; text-align: center; color: #a9b6cf; font-size: .95rem; line-height: 1.7; }

@media (max-width: 575.98px) {
  .approach-tab { padding: 10px 8px; font-size: .78rem; flex: 1 1 42%; }
}

/* ============================== FLOW DIAGRAM ============================== */
.flow-section { position: relative; padding-top: 30px; padding-bottom: 30px; background-color: #070b16; overflow: hidden; }
.flow-intro { max-width: 800px; margin: 0 auto 50px; text-align: center; }
.flow-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: 14px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.flow-text { color: #cbd5e1; font-size: 1rem; line-height: 1.75; }

.flow-diagram { position: relative; display: flex; align-items: stretch; gap: 0; padding-top: 14px; }
.flow-connector-mini { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 30px; margin-top: 42px; }
.flow-connector-mini svg { display: block; }
.flow-connector-line { animation: flowDash 2.4s linear infinite; }
@keyframes flowDash { to { stroke-dashoffset: -18; } }
.flow-connector-arrow { animation: flowArrow 1.8s ease-in-out infinite; }
@keyframes flowArrow { 0%,100% { transform: translateX(0); } 50% { transform: translateX(4px); } }

.flow-node {
  position: relative; z-index: 1; flex: 1 1 0; min-width: 0; text-align: center;
  padding: 26px 16px 22px;
  background: rgba(15,23,42,.55); border: 1px solid rgba(148,163,184,.16);
  border-radius: 18px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.flow-node:hover { transform: translateY(-8px); border-color: rgba(96,165,250,.45); box-shadow: 0 22px 46px rgba(37,99,235,.28); }
.flow-node-badge {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  color: #fff; font-weight: 800; font-size: .85rem;
  box-shadow: 0 8px 18px rgba(37,99,235,.5);
}
.flow-node-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; margin: 14px auto 14px;
  background: rgba(59,130,246,.14); border: 1px solid rgba(96,165,250,.28);
}
.flow-node-title { font-size: .96rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.flow-node-text { font-size: .82rem; color: #a9b6cf; line-height: 1.55; margin-bottom: 0; }

@media (max-width: 991.98px) {
  .flow-diagram { flex-direction: column; gap: 18px; }
  .flow-connector-mini { display: none; }
  .flow-node { text-align: left; display: flex; flex-direction: column; align-items: flex-start; padding-left: 22px; }
  .flow-node-badge { left: 22px; top: -14px; transform: none; }
  .flow-node::before {
    content: ""; position: absolute; left: -14px; top: 0; bottom: -18px; width: 2px;
    background: linear-gradient(180deg, #1e3a8a, #60a5fa);
  }
  .flow-node:last-child::before { display: none; }
}

/* ============================== INDUSTRIES ============================== */
.industries-section { padding-top: 30px; padding-bottom: 30px; background-color: #05070f; }
.industries-intro { max-width: 820px; margin: 0 auto 40px; text-align: center; }
.industries-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: 14px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.industries-text { color: #cbd5e1; font-size: 1rem; line-height: 1.75; }

.industries-grid { row-gap: 22px; }
.industries-card {
  position: relative; height: 100%; padding: 24px 20px 22px; border-radius: 16px;
  background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.15);
  display: flex; flex-direction: column;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.industries-card:hover {
  transform: translateY(-6px);
  border-color: rgba(96,165,250,.45);
  background: rgba(29,58,138,.22);
  box-shadow: 0 22px 46px rgba(37,99,235,.25);
}
.industries-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; margin-bottom: 14px;
  background: rgba(59,130,246,.14); border: 1px solid rgba(96,165,250,.28);
}
.industries-card-title { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.industries-card-title a { color: #fff; text-decoration: none; }
.industries-card-title a:hover, .industries-card-title a:focus-visible { color: #93c5fd; text-decoration: underline; }
.industries-card-text { color: #a9b6cf; font-size: .82rem; line-height: 1.6; flex-grow: 1; margin-bottom: 14px; }
.industries-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: #60a5fa; font-size: .8rem; font-weight: 700; text-decoration: none;
  transition: gap .25s ease, color .25s ease;
}
.industries-card-link svg { transition: transform .25s ease; }
.industries-card-link:hover { color: #93c5fd; text-decoration: none; }
.industries-card-link:hover svg { transform: translateX(4px); }

/* ============================== TECHNOLOGIES (MARQUEE) ============================== */
.tech-section { padding-top: 30px; padding-bottom: 30px; background-color: #070b16; overflow: hidden; }
.tech-intro { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.tech-tag { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #93c5fd; margin-bottom: 10px; }
.tech-heading {
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 12px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.tech-text { color: #cbd5e1; font-size: .96rem; line-height: 1.7; }

.tech-marquee-wrap { display: flex; flex-direction: column; gap: 18px; }
.tech-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }

.tech-marquee-row1 { display: flex; }
.tech-marquee-row2 { display: flex; }

.tech-track {
  display: inline-flex; gap: 16px; width: max-content;
  flex-shrink: 0; /* prevents the track from being squeezed by the flex row, which was causing chips to overlap */
  animation: techScrollLeft 32s linear infinite;
}
.tech-track-reverse { animation: techScrollRight 34s linear infinite; }

.tech-marquee:hover .tech-track,
.tech-marquee:hover .tech-track-reverse,
.tech-marquee:focus-within .tech-track,
.tech-marquee:focus-within .tech-track-reverse { animation-play-state: paused; }

@keyframes techScrollLeft { from { transform: translateX(0); } to { transform: translateX(-100%); } }
@keyframes techScrollRight { from { transform: translateX(-100%); } to { transform: translateX(0); } }

.tech-chip {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px; border-radius: 14px;
  background: rgba(15,23,42,.55); border: 1px solid rgba(148,163,184,.18);
  color: #e2e8f0; font-weight: 600; font-size: .88rem;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.tech-chip:hover { transform: translateY(-4px); border-color: rgba(96,165,250,.45); background: rgba(29,58,138,.3); }

@media (prefers-reduced-motion: reduce) {
  .tech-track, .tech-track-reverse { animation: none; }
}
/* ============================== WHY CHOOSE US ============================== */
.why-section { padding-top: 30px; padding-bottom: 30px; background-color: #05070f; }
.why-tag { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #93c5fd; margin-bottom: 10px; }
.why-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: 16px; line-height: 1.25;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.why-text { color: #cbd5e1; font-size: .98rem; line-height: 1.75; margin-bottom: 22px; }
.why-intro-col { margin-bottom: 30px; }
.why-intro-img {
  width: 100%; max-width: 420px; height: auto; aspect-ratio: 3 / 2; object-fit: cover;
  border-radius: 18px; border: 1px solid rgba(96,165,250,.25);
  box-shadow: 0 20px 46px rgba(2,6,23,.45);
}

.why-grid { row-gap: 22px; }
.why-card {
  height: 100%; padding: 24px 22px; border-radius: 16px;
  background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.16);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.why-card:hover { transform: translateY(-6px); border-color: rgba(96,165,250,.4); box-shadow: 0 20px 44px rgba(37,99,235,.25); }
.why-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; margin-bottom: 14px;
  background: rgba(59,130,246,.14); border: 1px solid rgba(96,165,250,.28);
}
.why-card-title { font-size: .98rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.why-card-text { color: #a9b6cf; font-size: .86rem; line-height: 1.6; margin-bottom: 0; }

/* ============================== STATS / SUCCESS ============================== */
.stats-section { padding-top: 30px; padding-bottom: 30px; background-color: #070b16; }
.stats-heading {
  text-align: center; max-width: 780px; margin: 0 auto 36px;
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; line-height: 1.3;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.stats-grid { row-gap: 22px; }
.stats-card {
  text-align: center; padding: 30px 16px; border-radius: 18px; height: 100%;
  background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.16);
  transition: transform .3s ease, border-color .3s ease;
}
.stats-card:hover { transform: translateY(-6px); border-color: rgba(96,165,250,.4); }
.stats-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%; margin-bottom: 14px;
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  box-shadow: 0 10px 24px rgba(37,99,235,.4);
}
.stats-number { display: block; font-size: 2.1rem; font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 6px; }
.stats-label { display: block; color: #93a4c3; font-size: .82rem; }

/* ============================== CTA BANNER ============================== */
.cta-section { padding-top: 30px; padding-bottom: 30px; background-color: #05070f; }
.cta-banner {
  position: relative; overflow: hidden; padding: 46px 40px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(37,99,235,.22), rgba(15,23,42,.75));
  border: 1px solid rgba(96,165,250,.3);
  box-shadow: 0 30px 70px rgba(2,6,23,.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.cta-glow {
  position: absolute; width: 320px; height: 320px; border-radius: 50%; top: -80px; right: -60px;
  background: radial-gradient(circle, rgba(96,165,250,.4), transparent 70%);
  filter: blur(6px); animation: heroPulse 7s ease-in-out infinite;
}
.cta-heading {
  position: relative; z-index: 1; font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 800; line-height: 1.3; margin-bottom: 16px; color: #fff;
}
.cta-text { position: relative; z-index: 1; color: #dbe4f5; font-size: .98rem; line-height: 1.75; margin-bottom: 26px; max-width: 560px; }
.cta-btn {
  position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: 12px; font-weight: 700; color: #fff; text-decoration: none;
  background: linear-gradient(135deg, #2563eb, #1d4ed8 55%, #1e3a8a);
  box-shadow: 0 16px 36px rgba(37,99,235,.5), inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cta-btn:hover { transform: translateY(-3px); color: #fff; text-decoration: none; box-shadow: 0 20px 46px rgba(37,99,235,.65); }
.cta-visual { position: relative; z-index: 1; display: flex; justify-content: center; }
.cta-visual-img {
  width: 100%; max-width: 320px; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 18px; border: 1px solid rgba(96,165,250,.3);
  box-shadow: 0 20px 46px rgba(2,6,23,.5);
}
.cta-visual-svg { position: absolute; inset: 0; width: 100%; max-width: 320px; height: 100%; margin: 0 auto; pointer-events: none; }
.cta-visual-path { animation: ctaDash 3s linear infinite; }
@keyframes ctaDash { to { stroke-dashoffset: -32; } }

@media (max-width: 991.98px) {
  .cta-visual { margin-top: 30px; }
  .cta-banner { padding: 36px 24px; }
}

/* ============================== FAQ ============================== */
.faq-section { padding-top: 30px; padding-bottom: 30px; background-color: #070b16; }
.faq-intro { max-width: 820px; margin: 0 auto 36px; text-align: center; }
.faq-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin-bottom: 14px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8 45%, #93c5fd);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #bfdbfe;
}
.faq-text { color: #cbd5e1; font-size: 1rem; line-height: 1.75; }

.faq-accordion { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  border-radius: 16px; overflow: hidden;
  background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.16);
  transition: border-color .3s ease;
}
.faq-item:has(.faq-trigger[aria-expanded="true"]) { border-color: rgba(96,165,250,.4); }
.faq-question { margin: 0; }
.faq-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 22px; background: transparent; border: none; text-align: left;
  color: #fff; font-size: .98rem; font-weight: 700; cursor: pointer;
}
.faq-trigger:focus-visible { outline: 2px solid #60a5fa; outline-offset: -2px; }
.faq-chevron { flex-shrink: 0; color: #93c5fd; transition: transform .3s ease; }
.faq-trigger[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-panel { overflow: hidden; transition: max-height .35s ease; }
.faq-panel[hidden] { display: none; }
.faq-answer { padding: 0 22px 20px; color: #a9b6cf; font-size: .92rem; line-height: 1.7; margin-bottom: 0; }

/* ============================== SHARED REVEAL / SCOPED UTILITIES ============================== */
.hero-copy-col.is-revealed,
.manual-copy-col.is-revealed,
.trigger-card.is-revealed,
.services-card.is-revealed,
.deliver-row.is-revealed,
.workflow-cell.is-revealed,
.flow-node.is-revealed,
.industries-card.is-revealed,
.why-card.is-revealed,
.stats-card.is-revealed { animation: revealUp .6s ease forwards; }

.trigger-card, .services-card, .deliver-row, .workflow-cell, .flow-node, .industries-card, .why-card, .stats-card {
  opacity: 0; transform: translateY(24px);
}
.trigger-card.is-revealed, .services-card.is-revealed, .deliver-row.is-revealed, .workflow-cell.is-revealed,
.flow-node.is-revealed, .industries-card.is-revealed, .why-card.is-revealed, .stats-card.is-revealed {
  opacity: 1; transform: translateY(0);
}
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  .trigger-card, .services-card, .deliver-row, .workflow-cell, .flow-node, .industries-card, .why-card, .stats-card {
    opacity: 1; transform: none; animation: none;
  }
}

/* Sticky mini CTA (appears after scrolling past hero) */
.automation-sticky-cta {
  position: fixed; right: 22px; bottom: 22px; z-index: 999;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 20px; border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8 55%, #1e3a8a);
  color: #fff; font-weight: 700; font-size: .88rem; text-decoration: none;
  box-shadow: 0 16px 36px rgba(37,99,235,.5), inset 0 1px 0 rgba(255,255,255,.25);
  border: 1px solid rgba(191,219,254,.35);
  opacity: 0; transform: translateY(16px) scale(.96); pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.automation-sticky-cta.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.automation-sticky-cta:hover { color: #fff; text-decoration: none; box-shadow: 0 20px 44px rgba(37,99,235,.6); }

@media (max-width: 575.98px) {
  .automation-sticky-cta span { display: none; }
  .automation-sticky-cta { padding: 14px; right: 16px; bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .automation-sticky-cta { transition: opacity .01ms; }
}