/* ============================================================
   services.css — TechVahni Services Page
   All class names match services.html exactly.
   Base tokens (--blue, --ink, etc.), .button, .eyebrow,
   .reveal, nav, footer come from style.css.
   ============================================================ */

/* ── 1. Utility ───────────────────────────────────────────── */
.svc-container {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
}

.svc-section {
  padding: 96px 0;
}

.svc-section-tinted {
  background:
    radial-gradient(circle at 15% 50%, rgba(37,99,235,.06), transparent 40%),
    radial-gradient(circle at 85% 50%, rgba(6,182,212,.05), transparent 40%),
    rgba(247,250,255,.7);
}

.svc-section-dark {
  position: relative;
  background: linear-gradient(135deg, rgba(11,16,32,.98) 0%, rgba(14,38,82,.96) 55%, rgba(7,18,48,.98) 100%);
  overflow: hidden;
}

.svc-section-head {
  max-width: 760px;
  margin-bottom: 52px;
}

.svc-section-head h2 { margin-bottom: 14px; }
.svc-section-head p  { max-width: 580px; }

/* ── 2. Hero ──────────────────────────────────────────────── */
.svc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 80px;
  overflow: hidden;
}

.svc-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.svc-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 80%);
}

.svc-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
}

.svc-orb-1 {
  width: 540px; height: 540px;
  top: -120px; left: -140px;
  background: radial-gradient(circle, rgba(37,99,235,.24), transparent 70%);
  animation: svcOrbDrift 14s ease-in-out infinite;
}

.svc-orb-2 {
  width: 420px; height: 420px;
  top: 15%; right: -80px;
  background: radial-gradient(circle, rgba(6,182,212,.2), transparent 70%);
  animation: svcOrbDrift 19s ease-in-out infinite reverse;
  animation-delay: -6s;
}

.svc-orb-3 {
  width: 380px; height: 380px;
  bottom: 0; left: 28%;
  background: radial-gradient(circle, rgba(124,58,237,.16), transparent 70%);
  animation: svcOrbDrift 23s ease-in-out infinite;
  animation-delay: -12s;
}

.svc-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

/* Hero copy */
.svc-hero-h1 {
  font-size: clamp(2.8rem, 5.6vw, 5.8rem);
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
}

.svc-hero-desc {
  max-width: 520px;
  font-size: 1.1rem;
  line-height: 1.72;
  margin-bottom: 0;
}

.svc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  margin-bottom: 0;
}

.svc-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}

.svc-hero-tags span {
  padding: 8px 14px;
  border: 1px solid rgba(37,99,235,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(14px);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
  animation: svcFloatY 4s ease-in-out infinite;
}

.svc-hero-tags span:nth-child(2)  { animation-delay: -.5s; }
.svc-hero-tags span:nth-child(3)  { animation-delay: -1s; }
.svc-hero-tags span:nth-child(4)  { animation-delay: -1.5s; }
.svc-hero-tags span:nth-child(5)  { animation-delay: -2s; }
.svc-hero-tags span:nth-child(6)  { animation-delay: -.3s; }
.svc-hero-tags span:nth-child(7)  { animation-delay: -.8s; }
.svc-hero-tags span:nth-child(8)  { animation-delay: -1.3s; }
.svc-hero-tags span:nth-child(9)  { animation-delay: -1.8s; }
.svc-hero-tags span:nth-child(10) { animation-delay: -.6s; }
.svc-hero-tags span:nth-child(11) { animation-delay: -1.1s; }
.svc-hero-tags span:nth-child(12) { animation-delay: -2.3s; }

/* Hero visual */
.svc-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: svcFloatY 7s ease-in-out infinite;
}

.svc-hero-card {
  position: relative;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 28px;
  background:
    linear-gradient(140deg, rgba(255,255,255,.88), rgba(255,255,255,.58)),
    radial-gradient(circle at 20% 20%, rgba(37,99,235,.22), transparent 40%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(26px);
  padding: 28px;
  width: 100%;
  max-width: 380px;
}

.shc-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.shc-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(16,185,129,.14);
  flex-shrink: 0;
}

.svc-hero-card strong {
  display: block;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--ink), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}

.svc-hero-card small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.shc-bars {
  display: grid;
  gap: 9px;
}

.shc-bars span {
  display: block;
  width: var(--w, 80%);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  background-size: 200% 100%;
  animation: svcShimmer 3s ease-in-out infinite;
}

.shc-bars span:nth-child(2) { animation-delay: -1s; }
.shc-bars span:nth-child(3) { animation-delay: -2s; }

/* Floating stat pills */
.shc-stat {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 48px rgba(15,23,42,.12);
  backdrop-filter: blur(22px);
  white-space: nowrap;
}

.shc-stat-1 {
  bottom: -22px;
  left: -20px;
  animation: svcFloatY 5s ease-in-out infinite;
  animation-delay: -1.5s;
}

.shc-stat-2 {
  top: -18px;
  right: -16px;
  animation: svcFloatY 6s ease-in-out infinite;
  animation-delay: -3s;
}

.shc-stat-icon { font-size: 1.4rem; line-height: 1; }

.shc-stat-info strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--blue);
  line-height: 1.1;
}

.shc-stat-info small {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--muted);
}

/* Scroll arrow */
.svc-scroll-arrow {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(37,99,235,.22);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(14px);
  color: var(--blue);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  animation: svcScrollBounce 2s ease-in-out infinite;
}

.svc-scroll-arrow:hover {
  border-color: rgba(37,99,235,.5);
  box-shadow: 0 8px 24px rgba(37,99,235,.18);
  transform: translateX(-50%) translateY(-3px);
}

.svc-scroll-arrow svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ── 3. Service Nav Strip ─────────────────────────────────── */
.svc-nav-strip {
  position: sticky;
  top: 72px;
  z-index: 40;
  padding: 12px 0;
  border-bottom: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 4px 24px rgba(15,23,42,.07);
}

.sns-track {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 4px;
}

.sns-track::-webkit-scrollbar { display: none; }

.sns-item {
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease;
}

.sns-item:hover {
  background: rgba(37,99,235,.08);
  color: var(--blue);
}

.sns-item.is-active {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  box-shadow: 0 6px 20px rgba(37,99,235,.24);
}

/* ── 4. Service Blocks ────────────────────────────────────── */
.svc-showcase { padding-top: 80px; }

.svc-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 5.5vw, 88px);
  align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid rgba(15,23,42,.07);
}

.svc-block:last-child { border-bottom: none; }

/* Flip layout for even blocks */
.svc-block--flip .svb-content { order: 2; }
.svc-block--flip .svb-visual  { order: 1; }

/* Block content */
.svb-num {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 12px;
  border: 1px solid rgba(37,99,235,.2);
  border-radius: 999px;
  background: rgba(37,99,235,.06);
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.svb-title {
  font-size: clamp(1.65rem, 2.9vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.svb-desc {
  max-width: 480px;
  font-size: 1rem;
  line-height: 1.74;
  margin-bottom: 22px;
}

.svb-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 9px;
}

.svb-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.5;
}

.svb-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.svb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 26px;
}

.svb-tags em {
  display: inline-flex;
  border: 1px solid rgba(37,99,235,.16);
  border-radius: 999px;
  padding: 5px 11px;
  color: var(--ink-soft);
  background: rgba(255,255,255,.72);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  backdrop-filter: blur(12px);
  transition: background 200ms, color 200ms, border-color 200ms;
}

.svb-tags em:hover {
  background: rgba(37,99,235,.08);
  border-color: rgba(37,99,235,.3);
  color: var(--blue);
}

.svb-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 0.95rem;
  font-weight: 800;
  transition: gap 200ms ease, color 200ms ease;
}

.svb-cta:hover { gap: 11px; color: var(--ink); }

/* Block visual */
.svb-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ── 5. Service Mockup Visuals ────────────────────────────── */
.sv-mockup {
  width: 100%;
  max-width: 440px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-hover);
  animation: svcFloatY 7s ease-in-out infinite;
}

/* Shared topbar (traffic lights row) */
.svm-topbar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 18px;
  background: rgba(0,0,0,.15);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.svm-dot {
  width: 11px; height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}

.svm-dot-r { background: #f43f5e; }
.svm-dot-y { background: #f59e0b; }
.svm-dot-g { background: #10b981; }

/* ─── Code Editor (Block 1: Software Dev) ─── */
.sv-code {
  background: linear-gradient(135deg, rgba(8,13,29,.97), rgba(18,32,60,.95));
  border: 1px solid rgba(255,255,255,.1);
}

.svm-filename {
  margin-left: 8px;
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(255,255,255,.42);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.sv-code .svm-body {
  padding: 20px 20px 24px;
}

.svm-line {
  height: 10px;
  border-radius: 4px;
  background: rgba(255,255,255,.12);
  margin-bottom: 11px;
  width: var(--w, 80%);
}

.svm-block { height: 12px; }
.svm-blue  { background: rgba(96,165,250,.35); }
.svm-cyan  { background: rgba(34,211,238,.3); }

.svm-cursor {
  display: block;
  width: 2px;
  height: 15px;
  background: #60a5fa;
  margin-top: 8px;
  border-radius: 1px;
  animation: svcCursorBlink 1.1s step-end infinite;
}

/* ─── Browser Window (Block 2: Web Dev) ─── */
.sv-browser {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.78);
  backdrop-filter: blur(20px);
}

.sv-browser .svm-topbar {
  background: rgba(248,250,252,.97);
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.svm-url {
  flex: 1;
  margin-left: 8px;
  padding: 5px 12px;
  border-radius: 6px;
  background: rgba(15,23,42,.06);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sv-browser .svm-body {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.svm-browser-nav {
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(37,99,235,.14), rgba(6,182,212,.1));
}

.svm-browser-hero {
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(6,182,212,.14));
}

.svm-browser-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.svm-browser-cards div {
  height: 42px;
  border-radius: 8px;
}

.svm-browser-cards div:nth-child(1) { background: rgba(37,99,235,.16); }
.svm-browser-cards div:nth-child(2) { background: rgba(16,185,129,.14); }
.svm-browser-cards div:nth-child(3) { background: rgba(124,58,237,.12); }

/* ─── Neural Network (Block 3: AI Solutions) ─── */
.sv-neural {
  position: relative;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1;
}

.sv-neural-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sv-neural-line {
  stroke: url(#neuralGrad);
  stroke-width: 1.5;
  stroke-dasharray: 6 4;
  animation: svcLinePulse 3s ease-in-out infinite;
}

.sv-neural-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 0 40px rgba(37,99,235,.45), 0 0 70px rgba(6,182,212,.25);
  color: white;
  font-size: 1.2rem;
  font-weight: 900;
  animation: svcCoreGlow 2.5s ease-in-out infinite;
  z-index: 2;
}

.sv-neural-node {
  position: absolute;
  padding: 8px 15px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 30px rgba(15,23,42,.12);
  backdrop-filter: blur(16px);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--ink-soft);
  z-index: 2;
  transition: transform 240ms, background 240ms, color 240ms;
  white-space: nowrap;
}

.sv-neural-node:hover {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  transform: scale(1.08);
}

.sv-node-top    { top: 2%;  left: 50%; transform: translateX(-50%); }
.sv-node-right  { top: 50%; right: 0;  transform: translateY(-50%); }
.sv-node-bottom { bottom: 2%; left: 50%; transform: translateX(-50%); }
.sv-node-left   { top: 50%; left: 0;  transform: translateY(-50%); }

/* ─── Automation Pipeline (Block 4) ─── */
.sv-pipeline {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.82);
  backdrop-filter: blur(24px);
  padding: 28px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sv-pipe-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.sv-pipe-node {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 240ms ease;
}

.sv-pipe-node:hover { transform: scale(1.1); }

.sv-pipe-node svg { width: 22px; height: 22px; }

.sv-pipe-node-blue   { background: rgba(37,99,235,.16);  color: var(--blue);   stroke: var(--blue); }
.sv-pipe-node-cyan   { background: rgba(6,182,212,.16);  color: var(--cyan);   stroke: var(--cyan); }
.sv-pipe-node-violet { background: rgba(124,58,237,.16); color: var(--violet); stroke: var(--violet); }
.sv-pipe-node-green  { background: rgba(16,185,129,.16); color: var(--green);  stroke: var(--green); }
.sv-pipe-node-done   { background: rgba(16,185,129,.2);  color: var(--green);  stroke: var(--green); }

.sv-pipe-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--ink-soft);
  text-align: center;
}

.sv-pipe-arrow {
  font-size: 1.1rem;
  color: var(--muted);
  padding-bottom: 20px;
  flex-shrink: 0;
}

/* ─── APEX Dashboard (Block 5) ─── */
.sv-dashboard {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.82);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.svm-dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  background: rgba(37,99,235,.04);
}

.svm-dash-logo {
  font-size: 0.82rem;
  font-weight: 900;
  color: var(--blue);
  letter-spacing: 0.06em;
}

.svm-dash-nav {
  display: flex;
  gap: 6px;
}

.svm-dash-nav span {
  width: 26px;
  height: 8px;
  border-radius: 4px;
  background: rgba(37,99,235,.18);
}

.svm-dash-kpis {
  display: flex;
  gap: 8px;
  padding: 14px 18px 10px;
}

.svm-kpi {
  flex: 1;
  padding: 10px 8px;
  border-radius: 10px;
  background: rgba(37,99,235,.06);
  text-align: center;
}

.svm-kpi-icon { font-size: 1rem; margin-bottom: 4px; }

.svm-kpi-val {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--blue);
  line-height: 1.1;
  margin-bottom: 2px;
}

.svm-kpi-lbl {
  font-size: 0.66rem;
  font-weight: 700;
  color: var(--muted);
}

.svm-dash-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 70px;
  padding: 8px 18px 0;
  margin-bottom: 16px;
}

.svm-bar {
  flex: 1;
  height: var(--h, 60%);
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--blue), var(--cyan));
  opacity: 0.75;
  transition: opacity 200ms;
}

.svm-bar:hover { opacity: 1; }

/* ─── Cloud Architecture (Block 6) ─── */
.sv-cloud {
  position: relative;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1;
}

.sv-cloud-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 0 40px rgba(6,182,212,.4);
  font-size: 2.2rem;
  z-index: 2;
  animation: svcCoreGlow 3s ease-in-out infinite;
}

.sv-cloud-sat {
  position: absolute;
  padding: 8px 15px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 30px rgba(15,23,42,.12);
  backdrop-filter: blur(16px);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: transform 240ms, background 240ms, color 240ms;
}

.sv-cloud-sat:hover {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  transform: scale(1.06);
}

.sv-cloud-top    { top: 4%;  left: 50%; transform: translateX(-50%); }
.sv-cloud-right  { top: 50%; right: 0;  transform: translateY(-50%); }
.sv-cloud-bottom { bottom: 4%; left: 50%; transform: translateX(-50%); }
.sv-cloud-left   { top: 50%; left: 0;  transform: translateY(-50%); }

/* ─── Data Analytics Chart (Block 7) ─── */
.sv-chart {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.82);
  backdrop-filter: blur(24px);
  overflow: hidden;
  padding: 18px;
}

.svm-chart-header {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.svm-chart-area {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(37,99,235,.03);
}

.svm-chart-area svg { width: 100%; display: block; }

.svm-chart-line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: svcDrawLine 2s ease forwards;
}

.svm-chart-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.svm-chart-labels span {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--muted);
}

/* ─── Business Intelligence (Block 8) ─── */
.sv-bi {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.82);
  backdrop-filter: blur(24px);
  overflow: hidden;
  padding: 0;
}

.svm-bi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(15,23,42,.07);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--ink);
}

.svm-bi-live {
  font-size: 0.68rem;
  font-weight: 900;
  color: var(--green);
  letter-spacing: 0.06em;
  animation: svcLivePulse 2s ease-in-out infinite;
}

.svm-bi-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-bottom: 1px solid rgba(15,23,42,.07);
}

.svm-bi-card {
  padding: 12px 10px;
  text-align: center;
  border-right: 1px solid rgba(15,23,42,.07);
}

.svm-bi-card:last-child { border-right: none; }

.svm-bi-card-val {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--blue);
  line-height: 1.1;
  margin-bottom: 3px;
}

.svm-bi-card-lbl {
  font-size: 0.64rem;
  font-weight: 700;
  color: var(--muted);
}

.svm-bi-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px 16px;
  align-items: flex-end;
}

.svm-bi-chart {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 56px;
}

.svm-bi-bar {
  flex: 1;
  height: var(--h, 60%);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--blue), var(--cyan));
  opacity: 0.7;
}

.svm-bi-donut {
  width: 56px;
  height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svm-bi-donut-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 6px solid rgba(37,99,235,.14);
  border-top-color: var(--blue);
  border-right-color: var(--cyan);
  animation: svcSpinSlow 3s linear infinite;
}

.svm-bi-donut span {
  font-size: 0.66rem;
  font-weight: 900;
  color: var(--blue);
}

/* ─── Digital Transformation (Block 9) ─── */
.sv-transform {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.82);
  backdrop-filter: blur(24px);
  padding: 28px 20px;
}

.sv-before,
.sv-after {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sv-tx-label {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-self: flex-start;
}

.sv-tx-bad  { background: rgba(244,63,94,.1);  color: var(--rose); }
.sv-tx-good { background: rgba(16,185,129,.1); color: var(--green); }

.sv-tx-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
}

.sv-tx-item-bad {
  background: rgba(244,63,94,.06);
  color: var(--rose);
  border: 1px solid rgba(244,63,94,.14);
}

.sv-tx-item-good {
  background: rgba(16,185,129,.06);
  color: var(--green);
  border: 1px solid rgba(16,185,129,.14);
}

.sv-tx-icon {
  font-weight: 900;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.sv-transform-arrow {
  font-size: 1.6rem;
  color: var(--blue);
  flex-shrink: 0;
  animation: svcArrowPulse 2s ease-in-out infinite;
}

/* ─── Corporate Training (Block 10) ─── */
.sv-training {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.82);
  backdrop-filter: blur(24px);
  padding: 18px;
  display: grid;
  gap: 10px;
}

.sv-course-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.07);
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(10px);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.sv-course-card:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(37,99,235,.1);
}

.sv-course-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  line-height: 1;
}

.sv-course-info { flex: 1; min-width: 0; }

.sv-course-title {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--ink-soft);
  margin-bottom: 6px;
}

.sv-progress-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(15,23,42,.08);
  overflow: hidden;
}

.sv-progress-bar span {
  display: block;
  width: var(--p, 80%);
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  background-size: 200% 100%;
  animation: svcShimmer 3.5s ease-in-out infinite;
}

.sv-course-pct {
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--blue);
  flex-shrink: 0;
}

/* ─── Mobile App (Block 11) ─── */
.sv-mobile {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  display: flex;
  justify-content: center;
}

.sv-phone-frame {
  width: 160px;
  background: linear-gradient(135deg, #1e293b, #334155);
  border-radius: 32px;
  padding: 10px;
  box-shadow: 0 30px 80px rgba(15,23,42,.4), 0 0 0 1px rgba(255,255,255,.12);
  animation: svcFloatY 7s ease-in-out infinite;
}

.sv-phone-notch {
  width: 50px;
  height: 18px;
  border-radius: 0 0 14px 14px;
  background: #1e293b;
  margin: 0 auto 8px;
}

.sv-phone-screen {
  background: linear-gradient(135deg, #f0f4ff, #ffffff);
  border-radius: 24px;
  overflow: hidden;
  padding: 12px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sv-phone-status {
  display: flex;
  justify-content: space-between;
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--ink-soft);
  padding: 0 2px;
}

.sv-phone-hero {
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37,99,235,.2), rgba(6,182,212,.16));
}

.sv-phone-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.sv-phone-card {
  height: 52px;
  border-radius: 10px;
  background: rgba(37,99,235,.1);
}

.sv-phone-card:last-child {
  background: rgba(16,185,129,.1);
}

.sv-phone-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 8px;
}

.sv-phone-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(15,23,42,.2);
}

.sv-dot-active {
  background: var(--blue);
  width: 18px;
  border-radius: 999px;
}

/* ─── Custom CRM (Block 12) ─── */
.sv-crm {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.82);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.svm-crm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  gap: 10px;
}

.svm-crm-search {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 1;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(15,23,42,.05);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--muted);
}

.svm-crm-search svg {
  width: 12px;
  height: 12px;
  stroke: var(--muted);
  stroke-width: 2;
  flex-shrink: 0;
}

.svm-crm-btn {
  padding: 6px 12px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  font-size: 0.74rem;
  font-weight: 800;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.svm-crm-table { padding: 8px 0; }

.svm-crm-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  transition: background 180ms;
}

.svm-crm-row:hover { background: rgba(37,99,235,.03); }

.svm-crm-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  font-size: 0.62rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svm-crm-name {
  flex: 1;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svm-crm-status {
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: 999px;
  flex-shrink: 0;
}

.svm-status-active { background: rgba(16,185,129,.12); color: var(--green); }
.svm-status-new    { background: rgba(37,99,235,.12);  color: var(--blue);  }
.svm-status-cold   { background: rgba(107,114,128,.1); color: #6b7280; }

.svm-crm-val {
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--ink);
  flex-shrink: 0;
}

.svm-crm-action {
  font-size: 1rem;
  color: var(--muted);
  flex-shrink: 0;
}

/* ── 5b. TechVahni SaaS Dashboard (Block 1 replacement) ──── */

/* Outer wrapper — dark glass card */
.sdp-wrap {
  position: relative;
  width: 100%;
  max-width: 460px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  background:
    linear-gradient(145deg, rgba(8,13,28,.99) 0%, rgba(11,26,64,.97) 55%, rgba(7,15,38,.99) 100%);
  box-shadow:
    0 40px 100px rgba(37,99,235,.22),
    0 0 0 1px rgba(255,255,255,.05),
    inset 0 1px 0 rgba(255,255,255,.07);
  animation: svcFloatY 7s ease-in-out infinite;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.sdp-wrap:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow:
    0 56px 120px rgba(37,99,235,.3),
    0 0 0 1px rgba(255,255,255,.1),
    inset 0 1px 0 rgba(255,255,255,.1);
}

/* Ambient glow orbs */
.sdp-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(52px);
  z-index: 0;
}

.sdp-glow-a {
  width: 220px; height: 220px;
  top: -70px; right: -50px;
  background: rgba(37,99,235,.38);
  animation: svcOrbDrift 12s ease-in-out infinite;
}

.sdp-glow-b {
  width: 180px; height: 180px;
  bottom: -50px; left: -40px;
  background: rgba(6,182,212,.3);
  animation: svcOrbDrift 16s ease-in-out infinite reverse;
  animation-delay: -7s;
}

/* Floating analytics dots */
.sdp-dot {
  position: absolute;
  width: 7px; height: 7px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.sdp-dot-1 {
  top: 22%; right: 14%;
  background: rgba(37,99,235,.85);
  box-shadow: 0 0 12px rgba(37,99,235,.7), 0 0 24px rgba(37,99,235,.4);
  animation: sdpDotPulse 2.4s ease-in-out infinite;
}

.sdp-dot-2 {
  top: 52%; left: 20%;
  width: 5px; height: 5px;
  background: rgba(6,182,212,.85);
  box-shadow: 0 0 10px rgba(6,182,212,.7), 0 0 20px rgba(6,182,212,.35);
  animation: sdpDotPulse 2.4s ease-in-out infinite;
  animation-delay: -0.8s;
}

.sdp-dot-3 {
  bottom: 26%; right: 21%;
  width: 6px; height: 6px;
  background: rgba(16,185,129,.85);
  box-shadow: 0 0 10px rgba(16,185,129,.7), 0 0 20px rgba(16,185,129,.35);
  animation: sdpDotPulse 2.4s ease-in-out infinite;
  animation-delay: -1.6s;
}

/* ── Top Bar ── */
.sdp-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(12px);
}

.sdp-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  background: linear-gradient(120deg, #fff 40%, rgba(6,182,212,.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sdp-brand-icon {
  width: 16px; height: 16px;
  flex-shrink: 0;
}

.sdp-topbar-right {
  display: flex;
  align-items: center;
  gap: 9px;
}

/* Notification bell */
.sdp-notif {
  position: relative;
  width: 30px; height: 30px;
  border-radius: 9px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease;
  cursor: pointer;
}

.sdp-notif:hover { background: rgba(255,255,255,.13); }

.sdp-notif svg {
  width: 14px; height: 14px;
  stroke: rgba(255,255,255,.65);
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sdp-notif-ping {
  position: absolute;
  top: 5px; right: 5px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--rose);
  border: 1.5px solid rgba(8,13,28,.99);
  animation: sdpLivePing 2s ease-out infinite;
}

/* Avatar */
.sdp-avatar {
  width: 30px; height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 900;
  color: white;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(37,99,235,.35);
}

/* ── Body Layout: sidebar + main ── */
.sdp-body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 78px 1fr;
  min-height: 280px;
}

/* ── Sidebar ── */
.sdp-sidebar {
  padding: 10px 0;
  border-right: 1px solid rgba(255,255,255,.07);
  background: rgba(0,0,0,.18);
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.sdp-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 9px 6px;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
  color: rgba(255,255,255,.34);
}

.sdp-nav-item:hover {
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.72);
}

.sdp-nav-active {
  background: rgba(6,182,212,.09) !important;
  color: var(--cyan) !important;
  border-left: 2px solid var(--cyan);
}

.sdp-nav-svg {
  width: 16px; height: 16px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.sdp-nav-item span {
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}

/* ── Main Area ── */
.sdp-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px;
}

/* ── Cards Grid ── */
.sdp-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 7px;
}

.sdp-card {
  position: relative;
  padding: 10px 11px;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.sdp-card:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(37,99,235,.32);
  transform: translateY(-2px);
}

/* Wide card spans both columns */
.sdp-card-wide { grid-column: span 2; }

/* Blue inner glow for revenue card */
.sdp-card-blue-glow::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 70px; height: 70px;
  background: radial-gradient(circle, rgba(37,99,235,.25), transparent 70%);
  pointer-events: none;
}

/* Card label */
.sdp-card-label {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  margin-bottom: 3px;
}

/* Growth badge */
.sdp-badge-up {
  display: inline-flex;
  font-size: 0.58rem;
  font-weight: 900;
  color: var(--green);
  background: rgba(16,185,129,.12);
  border: 1px solid rgba(16,185,129,.22);
  padding: 2px 7px;
  border-radius: 999px;
  float: right;
  margin-top: -1px;
}

/* Card row */
.sdp-card-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2px;
}

/* Card value */
.sdp-card-val {
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-weight: 900;
  color: white;
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.sdp-val-sm {
  font-size: clamp(0.95rem, 1.6vw, 1.12rem);
  margin-bottom: 5px;
}

/* ── Revenue Chart ── */
.sdp-chart-wrap {
  width: 100%;
  height: 38px;
  border-radius: 7px;
  overflow: hidden;
  background: rgba(37,99,235,.04);
}

.sdp-chart-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sdp-chart-line {
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: svcDrawLine 2.2s ease forwards;
}

.sdp-chart-dot {
  fill: white;
  stroke: var(--blue);
  stroke-width: 2;
  animation: sdpDotPulse 2s ease-in-out 2.4s infinite;
}

/* ── Project Bars ── */
.sdp-proj-bars {
  display: grid;
  gap: 5px;
}

.sdp-proj-bar {
  width: var(--p, 70%);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  background-size: 200% 100%;
  animation: svcShimmer 3s ease-in-out infinite;
}

.sdp-proj-bar:nth-child(2) { animation-delay: -1s; }
.sdp-proj-bar:nth-child(3) { animation-delay: -2s; }

/* ── AI Card ── */
.sdp-card-ai { position: relative; overflow: hidden; }

.sdp-card-ai::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(16,185,129,.12), transparent 60%);
  pointer-events: none;
}

.sdp-ai-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 3px;
}

.sdp-ai-live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
  animation: sdpLivePing 1.8s ease-out infinite;
}

.sdp-ai-status-txt {
  font-size: 0.6rem;
  font-weight: 800;
  color: var(--green);
  letter-spacing: 0.04em;
}

.sdp-card-sub {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  color: rgba(255,255,255,.3);
  margin-top: 1px;
}

/* ── Recent Activities ── */
.sdp-activity {
  padding: 9px 0 4px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.sdp-activity-hd {
  display: block;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.32);
  margin-bottom: 7px;
}

.sdp-activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
}

.sdp-act-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.05);
  background: rgba(255,255,255,.025);
  transition: background 180ms ease;
}

.sdp-act-item:hover { background: rgba(255,255,255,.07); }

.sdp-act-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.sdp-dot-blue  { background: var(--blue);  box-shadow: 0 0 6px rgba(37,99,235,.7); }
.sdp-dot-green { background: var(--green); box-shadow: 0 0 6px rgba(16,185,129,.7); }
.sdp-dot-cyan  { background: var(--cyan);  box-shadow: 0 0 6px rgba(6,182,212,.7); }

.sdp-act-txt {
  flex: 1;
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(255,255,255,.62);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sdp-act-time {
  font-size: 0.56rem;
  font-weight: 700;
  color: rgba(255,255,255,.26);
  flex-shrink: 0;
}

/* ── Dashboard Animations ── */
@keyframes sdpDotPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.35); }
}

@keyframes sdpLivePing {
  0%   { box-shadow: 0 0 0 0 rgba(16,185,129,.6); }
  70%  { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

/* ── Responsive adjustments for the dashboard ── */
@media (max-width: 1024px) {
  .sdp-wrap {
    max-width: 100%;
    animation: none;
  }
}

@media (max-width: 768px) {
  .sdp-body { grid-template-columns: 68px 1fr; }
  .sdp-nav-item span { display: none; }
  .sdp-nav-item { padding: 10px 6px; }
  .sdp-card-val { font-size: 1rem; }
}

@media (max-width: 480px) {
  .sdp-wrap { border-radius: 16px; }
  .sdp-body { grid-template-columns: 56px 1fr; }
  .sdp-cards { grid-template-columns: 1fr 1fr; gap: 5px; }
  .sdp-card { padding: 8px; }
  .sdp-card-val { font-size: 0.92rem; }
  .sdp-chart-wrap { height: 30px; }
  .sdp-activity-list li:last-child { display: none; }
}

/* ── 6. Delivery Engine ───────────────────────────────────── */
.svc-engine-wrap {
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.48)),
    radial-gradient(circle at 10% 50%, rgba(37,99,235,.1), transparent 40%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  padding: 40px 32px;
  overflow: visible;
}

.svc-engine-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.svc-engine-track::-webkit-scrollbar { display: none; }

/* Individual step — uses .set-step class */
.set-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  min-width: 160px;
  position: relative;
  opacity: 0.38;
  transition: opacity 420ms ease;
}

.set-step.active { opacity: 1; }

.set-node {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(37,99,235,.3);
  background: rgba(255,255,255,.82);
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(37,99,235,.1);
  position: relative;
  z-index: 2;
  transition: background 420ms, border-color 420ms, box-shadow 420ms, transform 300ms;
}

.set-step.active .set-node {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-color: transparent;
  color: white;
  box-shadow: 0 14px 40px rgba(37,99,235,.35);
  transform: scale(1.1);
}

.set-num { font-size: 0.82rem; font-weight: 900; }

.set-label {
  margin-top: 14px;
  text-align: center;
  padding: 0 4px;
}

.set-label strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.set-label small {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.4;
  display: block;
}

.set-connector {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  min-width: 44px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37,99,235,.25), rgba(6,182,212,.18));
  top: 24px;
  z-index: 1;
}

/* ── 7. Tech Ecosystem ────────────────────────────────────── */
.svc-eco-wrap {
  display: flex;
  justify-content: center;
}

.svc-eco {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(37,99,235,.16), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.38));
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.svc-eco-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.svc-eco-line {
  stroke: url(#ecoGrad);
  stroke-width: 1.5;
  stroke-dasharray: 5 4;
  opacity: 0.6;
  animation: svcLinePulse 4s ease-in-out infinite;
}

.svc-eco-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ink), var(--blue), var(--cyan));
  color: white;
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 0 40px rgba(37,99,235,.45);
  animation: svcCoreGlow 2.8s ease-in-out infinite;
  z-index: 4;
}

/* Ecosystem nodes — positioned via data-eco-id */
.svc-eco-node {
  position: absolute;
  z-index: 3;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 30px rgba(15,23,42,.1);
  backdrop-filter: blur(18px);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--ink-soft);
  cursor: pointer;
  white-space: nowrap;
  transition: transform 240ms ease, background 240ms ease, color 240ms ease, box-shadow 240ms ease;
}

.svc-eco-node:hover,
.svc-eco-node.eco-glow {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  box-shadow: 0 14px 40px rgba(37,99,235,.32);
  transform: scale(1.07);
}

/* Position 8 nodes by data-eco-id matching SVG endpoints */
.svc-eco-node[data-eco-id="ai"]         { top:  4%; left: 50%; transform: translateX(-50%); }
.svc-eco-node[data-eco-id="software"]   { top: 17%; right:  4%; }
.svc-eco-node[data-eco-id="cloud"]      { top: 50%; right: -1%; transform: translateY(-50%); }
.svc-eco-node[data-eco-id="analytics"]  { bottom: 17%; right:  4%; }
.svc-eco-node[data-eco-id="oracle"]     { bottom:  4%; left: 50%; transform: translateX(-50%); }
.svc-eco-node[data-eco-id="automation"] { bottom: 17%; left:  4%; }
.svc-eco-node[data-eco-id="training"]   { top: 50%; left: -1%; transform: translateY(-50%); }
.svc-eco-node[data-eco-id="performance marketing"]     { top: 17%; left:  4%; }

/* ── 8. Client Work ───────────────────────────────────────── */
/* .svc-clients-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.svc-client-card {
  border: 1px solid rgba(255,255,255,.78);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.svc-client-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(37,99,235,.22);
}

.scc-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(37,99,235,.07), rgba(6,182,212,.05));
  border-bottom: 1px solid rgba(15,23,42,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
}

.scc-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 360ms ease;
}

.svc-client-card:hover .scc-img img { transform: scale(1.05); }

.scc-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: rgba(37,99,235,.1);
  border: 1px solid rgba(37,99,235,.2);
  color: var(--blue);
}

.scc-body { padding: 22px; }

.scc-body h3 {
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: var(--ink);
}

.svc-client-card:hover .scc-body h3 { color: var(--blue); }

.scc-detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.scc-challenge strong,
.scc-solution strong {
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 6px;
}

.scc-challenge p,
.scc-solution p {
  font-size: 0.82rem;
  line-height: 1.62;
  margin-bottom: 0;
}

.scc-outcome span {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(16,185,129,.07);
  border: 1px solid rgba(16,185,129,.18);
  color: #059669;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
} */

/* ── 9. Business Impact (KPIs) ────────────────────────────── */
.svc-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  z-index: 2;
}

/* Dark section background orbs */
.svc-section-dark::before {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  top: -80px; left: -60px;
  background: radial-gradient(circle, rgba(37,99,235,.22), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
}

.svc-section-dark::after {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  bottom: -60px; right: 10%;
  background: radial-gradient(circle, rgba(6,182,212,.18), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
}

.svc-section-dark .svc-section-head h2 { color: #fff; }
.svc-section-dark .svc-section-head p  { color: rgba(255,255,255,.62); }

.svc-kpi-card {
  position: relative;
  padding: 38px 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(20px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.svc-kpi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: radial-gradient(circle at 50% 0%, rgba(37,99,235,.24), transparent 70%);
  opacity: 0;
  transition: opacity 280ms;
  pointer-events: none;
}

.svc-kpi-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 24px 60px rgba(37,99,235,.3);
}

.svc-kpi-card:hover::before { opacity: 1; }

.svc-kpi-num {
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  font-weight: 900;
  color: white;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.svc-kpi-suffix {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--cyan);
  line-height: 1;
  margin-top: -4px;
}

.svc-kpi-card .svc-kpi-icon {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 4px;
}

.svc-kpi-card > strong {
  display: block;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 900;
  color: white;
  line-height: 1.1;
}

.svc-kpi-card > p {
  color: rgba(255,255,255,.58);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 0;
}

/* ── 10. Why TechVahni ────────────────────────────────────── */
.svc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.svc-why-card {
  border: 1px solid rgba(255,255,255,.78);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  padding: 30px;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.svc-why-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(37,99,235,.22);
}

/* Modifier classes on why cards */
.swc-large { grid-column: span 2; }

.swc-dark {
  background: linear-gradient(135deg, rgba(11,16,32,.94), rgba(29,78,216,.88));
  border-color: rgba(255,255,255,.12);
  color: white;
}

.swc-dark h3 { color: white; }
.swc-dark p  { color: rgba(255,255,255,.68); }

.swc-icon {
  font-size: 2rem;
  margin-bottom: 14px;
  line-height: 1;
  display: block;
}

.svc-why-card h3 {
  font-size: 1.08rem;
  margin-bottom: 9px;
}

.svc-why-card p { font-size: 0.9rem; }

/* ── 11. FAQ ──────────────────────────────────────────────── */
.svc-faq-list {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.svc-faq-item {
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 20px;
  background: var(--glass);
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
  backdrop-filter: blur(20px);
  overflow: hidden;
  transition: border-color 220ms, box-shadow 220ms;
}

.svc-faq-item[open] {
  border-color: rgba(37,99,235,.22);
  box-shadow: 0 12px 40px rgba(37,99,235,.1);
}

/* summary element */
.svc-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  font-weight: 720;
  font-size: 1rem;
  color: var(--ink);
  user-select: none;
  transition: color 200ms;
}

.svc-faq-q::-webkit-details-marker { display: none; }
.svc-faq-q:hover { color: var(--blue); }

.sfq-chevron {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(37,99,235,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--blue);
  font-style: normal;
  transition: transform 320ms ease, background 220ms ease;
}

.svc-faq-item[open] .sfq-chevron {
  transform: rotate(90deg);
  background: rgba(37,99,235,.18);
}

/* answer content */
.svc-faq-ans {
  padding: 0 24px 22px;
}

.svc-faq-ans p {
  font-size: 0.92rem;
  line-height: 1.76;
  margin-bottom: 0;
}

/* ── 12. Final CTA ────────────────────────────────────────── */
.svc-final-cta {
  position: relative;
  background: linear-gradient(135deg, rgba(8,12,30,.98) 0%, rgba(14,38,82,.96) 52%, rgba(7,18,48,.98) 100%);
  overflow: hidden;
  padding: 120px 0;
}

.svc-cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scb-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.scb-orb-1 {
  width: 460px; height: 460px;
  top: -100px; left: -80px;
  background: radial-gradient(circle, rgba(37,99,235,.3), transparent 70%);
  animation: svcOrbDrift 16s ease-in-out infinite;
}

.scb-orb-2 {
  width: 360px; height: 360px;
  top: 38%; right: -60px;
  background: radial-gradient(circle, rgba(6,182,212,.24), transparent 70%);
  animation: svcOrbDrift 20s ease-in-out infinite reverse;
  animation-delay: -8s;
}

.scb-orb-3 {
  width: 300px; height: 300px;
  bottom: -70px; left: 28%;
  background: radial-gradient(circle, rgba(124,58,237,.2), transparent 70%);
  animation: svcOrbDrift 26s ease-in-out infinite;
  animation-delay: -14s;
}

.scb-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black, transparent);
}

.svc-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.svc-cta-heading {
  font-size: clamp(2.2rem, 4.5vw, 4.4rem);
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: white;
  margin-bottom: 16px;
  margin-top: 12px;
}

.svc-cta-desc {
  max-width: 560px;
  margin: 0 auto 36px;
  color: rgba(255,255,255,.66);
  font-size: 1.05rem;
  line-height: 1.72;
}

.svc-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.svc-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 780;
  font-size: 0.95rem;
  background: linear-gradient(135deg, white, rgba(255,255,255,.9));
  color: var(--ink);
  box-shadow: 0 20px 48px rgba(255,255,255,.14);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.svc-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 60px rgba(255,255,255,.2);
}

.svc-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 780;
  font-size: 0.95rem;
  border: 1px solid rgba(255,255,255,.28);
  color: white;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.svc-btn-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.16);
}

/* ── 13. Animations ───────────────────────────────────────── */
@keyframes svcFloatY {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

@keyframes svcShimmer {
  0%, 100% { background-position: 0% 50%; }
  50%       { background-position: 100% 50%; }
}

@keyframes svcCoreGlow {
  0%, 100% { box-shadow: 0 0 30px rgba(37,99,235,.38), 0 0 60px rgba(6,182,212,.2); }
  50%       { box-shadow: 0 0 55px rgba(37,99,235,.6),  0 0 90px rgba(6,182,212,.35); }
}

@keyframes svcOrbDrift {
  0%, 100% { transform: translate(0, 0); }
  33%       { transform: translate(24px, -28px); }
  66%       { transform: translate(-16px, 22px); }
}

@keyframes svcScrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(5px); }
}

@keyframes svcCursorBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

@keyframes svcDrawLine {
  to { stroke-dashoffset: 0; }
}

@keyframes svcLinePulse {
  0%, 100% { opacity: 0.5; }
  50%       { opacity: 0.9; }
}

@keyframes svcLivePulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.5; }
}

@keyframes svcArrowPulse {
  0%, 100% { transform: translateX(0); }
  50%       { transform: translateX(5px); }
}

@keyframes svcSpinSlow {
  to { transform: rotate(360deg); }
}

/* ── 14. Responsive ───────────────────────────────────────── */

/* 1200px */
@media (max-width: 1200px) {
  .svc-hero-inner { gap: clamp(40px, 4vw, 64px); }
}

/* 1024px */
@media (max-width: 1024px) {
  .svc-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .svc-hero-visual { display: none; }

  .svc-hero-h1 { font-size: clamp(2.5rem, 6vw, 4rem); }

  .svc-block {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 56px 0;
  }

  .svc-block--flip .svb-content { order: 1; }
  .svc-block--flip .svb-visual  { order: 2; }

  .svb-visual { justify-content: flex-start; }

  .svc-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .svc-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .swc-large { grid-column: span 2; }

  .svc-eco { max-width: 420px; }
  .svc-eco-node { font-size: 0.72rem; padding: 7px 12px; }
}

/* 991px */
@media (max-width: 991px) {
  .svc-section { padding: 72px 0; }

  .svc-nav-strip { top: 64px; }

  .svc-clients-grid { grid-template-columns: 1fr; }

  .svc-engine-track { padding-bottom: 8px; }
  .set-step { min-width: 86px; }
}

/* 768px */
@media (max-width: 768px) {
  .svc-section { padding: 60px 0; }

  .svc-hero { padding-top: 100px; padding-bottom: 60px; }
  .svc-hero-h1 { font-size: clamp(2.2rem, 7.5vw, 3.2rem); }

  .svc-block { padding: 44px 0; gap: 32px; }
  .svb-title { font-size: clamp(1.5rem, 4.5vw, 2rem); }

  .sv-mockup { max-width: 100%; }
  .sv-neural, .sv-cloud, .sv-mobile { max-width: 280px; }

  .svc-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .svc-kpi-card { padding: 28px 16px; }

  .svc-why-grid { grid-template-columns: 1fr 1fr; }
  .swc-large { grid-column: span 2; }

  .scc-detail-row { grid-template-columns: 1fr; gap: 10px; }

  .svc-eco { max-width: 340px; }
  .svc-eco-node[data-eco-id="cloud"],
  .svc-eco-node[data-eco-id="training"] { display: none; }

  .svc-final-cta { padding: 80px 0; }
  .svc-cta-heading { font-size: clamp(2rem, 6vw, 3rem); }
}

/* 576px */
@media (max-width: 576px) {
  .svc-container { width: min(calc(100% - 28px), var(--max)); }
  .svc-section { padding: 52px 0; }
  .svc-section-head { margin-bottom: 36px; }

  .svc-hero-h1 { font-size: clamp(1.9rem, 8.5vw, 2.8rem); }
  .svc-hero-tags span { font-size: 0.74rem; padding: 6px 11px; }

  .svc-block { padding: 36px 0; gap: 26px; }

  .sns-item { font-size: 0.78rem; padding: 7px 13px; }

  .svc-kpi-card { padding: 22px 14px; }
  .svc-kpi-num { font-size: 2.4rem; }

  .svc-why-grid { grid-template-columns: 1fr; }
  .swc-large { grid-column: span 1; }

  .svc-eco { max-width: 290px; }
  .svc-eco-center { width: 70px; height: 70px; font-size: 0.78rem; }
  .svc-eco-node { font-size: 0.68rem; padding: 6px 10px; }
  .svc-eco-node[data-eco-id="analytics"],
  .svc-eco-node[data-eco-id="mobile"]   { display: none; }

  .set-step { min-width: 76px; }
  .set-label small { display: none; }

  .svc-faq-q { font-size: 0.92rem; padding: 18px 20px; }
  .svc-faq-ans { padding: 0 20px 18px; }

  .svc-final-cta { padding: 64px 0; }
  .svc-cta-btns { flex-direction: column; align-items: center; }

  .sv-pipe-arrow { display: none; }
  .sv-pipeline { flex-wrap: wrap; gap: 12px; justify-content: center; }
}

/* 480px */
@media (max-width: 480px) {
  .svc-clients-grid { gap: 16px; }
  .scc-img { height: 160px; }

  .set-step { min-width: 64px; }
  .set-node { width: 40px; height: 40px; font-size: 0.76rem; }

  .sv-crm .svm-crm-val { display: none; }
}

/* 390px */
@media (max-width: 390px) {
  .svc-hero-h1 { font-size: 1.85rem; }
  .svc-hero-tags span { font-size: 0.7rem; padding: 5px 9px; }
  .svc-kpi-grid { grid-template-columns: 1fr 1fr; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
