:root {
  --sdata-blue: #1d4ed8;
  --sdata-soft-blue: #6377ee;
  --sdata-ink: #0f172a;
  --sdata-accent: #b45309;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a,
button,
.service-card,
.logo-tile,
.client-tile,
.logo-card,
.industry-card,
.interactive-card {
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.text-slate-650 {
  color: #475569;
}

.brand-lockup {
  align-items: center;
  color: var(--sdata-ink);
  display: inline-flex;
  font-weight: 800;
  gap: 0.55rem;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  height: 42px;
  width: auto;
}

.footer-brand-logo {
  height: 48px;
}

.nav-contact {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: var(--sdata-ink);
  padding: 0.55rem 0.9rem;
}

.btn-primary,
.btn-secondary {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  min-height: 44px;
  padding: 0.75rem 1rem;
}

.btn-primary {
  background: var(--sdata-blue);
  color: #fff;
}

.btn-primary:hover {
  background: #1e40af;
  box-shadow: 0 12px 28px rgba(29, 78, 216, 0.28);
  transform: translateY(-1px);
}

.btn-secondary {
  background: #fff;
  border: 1px solid #cbd5e1;
  color: var(--sdata-ink);
}

.btn-secondary:hover,
.btn-light:hover,
.nav-contact:hover {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.btn-light {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  color: var(--sdata-blue);
  display: inline-flex;
  font-weight: 800;
  min-height: 44px;
  padding: 0.75rem 1rem;
}

.hero-art-frame {
  aspect-ratio: 1.15 / 1;
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(30, 64, 175, 0.12);
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.hero-art-frame img {
  animation: hero-drift 8s ease-in-out infinite;
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-art-frame::before {
  animation: orbit 8s linear infinite;
  background: rgba(99, 119, 238, 0.18);
  border-radius: 999px;
  content: "";
  height: 82px;
  position: absolute;
  right: 18%;
  top: 7%;
  width: 82px;
  z-index: 2;
}

.hero-art-frame::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.hero-art-pulse {
  animation: glow-pulse 3.8s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(147, 197, 253, 0.68);
  border-radius: 999px;
  box-shadow: 0 12px 35px rgba(37, 99, 235, 0.22);
  height: 14px;
  position: absolute;
  width: 14px;
  z-index: 4;
}

.hero-data-dot {
  animation: data-dot-float 5.4s ease-in-out infinite;
  background: var(--sdata-blue);
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(29, 78, 216, 0.22);
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 4;
}

.pulse-one {
  right: 31%;
  top: 40%;
}

.pulse-two {
  right: 20%;
  top: 55%;
}

.pulse-three {
  left: 48%;
  top: 72%;
}

.dot-one {
  animation-duration: 4.8s;
  left: 14%;
  top: 24%;
}

.dot-two {
  animation-delay: 0.35s;
  animation-duration: 5.8s;
  background: var(--sdata-accent);
  right: 12%;
  top: 28%;
}

.dot-three {
  animation-delay: 0.7s;
  animation-duration: 6.2s;
  background: #16a34a;
  bottom: 16%;
  right: 28%;
}

.stat-tile {
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 1.2rem;
}

.stat-tile:hover,
.interactive-card:hover,
.service-card:hover,
.logo-tile:hover,
.client-tile:hover,
.industry-card:hover,
.logo-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 18px 40px rgba(30, 64, 175, 0.12);
  transform: translateY(-3px);
}

.interactive-card:active,
.service-card:active,
.industry-card:active,
.logo-card:active {
  transform: scale(0.97);
}

.stat-tile span,
.section-heading p {
  color: var(--sdata-soft-blue);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stat-tile strong {
  display: block;
  font-size: 1.15rem;
  margin-top: 0.35rem;
}

.stat-tile .stat-number {
  color: var(--sdata-ink);
  display: inline-block;
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  color: var(--sdata-ink);
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 0.35rem;
}

.service-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
  overflow: hidden;
  position: relative;
}

.service-card:hover {
  background: #f8fbff;
}

.service-card::after,
.logo-tile::after,
.client-tile::after,
.logo-card::after,
.industry-card::after,
.interactive-card::after {
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(99, 119, 238, 0.12), transparent 42%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 180ms ease;
}

.service-card:hover::after,
.logo-tile:hover::after,
.client-tile:hover::after,
.logo-card:hover::after,
.industry-card:hover::after,
.interactive-card:hover::after {
  opacity: 1;
}

.service-icon {
  align-items: center;
  background: #eef2ff;
  border-radius: 8px;
  color: var(--sdata-blue);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  height: 2.6rem;
  justify-content: center;
  width: 2.6rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-icon svg {
  height: 1.45rem;
  width: 1.45rem;
}

.service-card:hover .service-icon {
  background: #fff7ed;
  color: var(--sdata-accent);
  transform: translateY(-1px);
}

.logo-grid,
.client-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.logo-tile,
.client-tile {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #334155;
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 76px;
  padding: 1rem;
  position: relative;
  text-align: center;
}

.logo-tile:nth-child(4n + 1),
.client-tile:nth-child(3n + 1) {
  color: #0ea5e9;
}

.logo-tile:nth-child(4n + 2),
.client-tile:nth-child(3n + 2) {
  color: #2563eb;
}

.logo-tile:nth-child(4n + 3),
.client-tile:nth-child(3n + 3) {
  color: #f97316;
}

.logo-tile:nth-child(4n) {
  color: #16a34a;
}

.logo-marquee {
  overflow: hidden;
  padding: 0.5rem 0;
  position: relative;
}

.logo-marquee::before,
.logo-marquee::after {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 90px;
  z-index: 2;
}

.logo-marquee::before {
  background: linear-gradient(90deg, #f1f5f9, rgba(241, 245, 249, 0));
  left: 0;
}

.logo-marquee::after {
  background: linear-gradient(270deg, #f1f5f9, rgba(241, 245, 249, 0));
  right: 0;
}

.bg-white .logo-marquee::before {
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.bg-white .logo-marquee::after {
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.logo-track {
  animation: logo-scroll 34s linear infinite;
  display: flex;
  gap: 1rem;
  width: max-content;
}

.logo-marquee-reverse .logo-track {
  animation-direction: reverse;
  animation-duration: 28s;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: flex;
  flex: 0 0 180px;
  height: 86px;
  justify-content: center;
  overflow: hidden;
  padding: 0.85rem 1.1rem;
  position: relative;
}

.logo-card img {
  display: block;
  max-height: 52px;
  max-width: 145px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.industry-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.compact-industries {
  grid-template-columns: repeat(2, 1fr);
}

.industry-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  min-height: 150px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}

.compact-industries .industry-card {
  min-height: 112px;
}

.industry-icon {
  align-items: center;
  background: #eef2ff;
  border-radius: 999px;
  color: var(--sdata-blue);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  height: 2.5rem;
  justify-content: center;
  position: relative;
  width: 2.5rem;
  z-index: 1;
}

.industry-icon svg {
  height: 1.35rem;
  width: 1.35rem;
}

.industry-card:hover .industry-icon {
  background: #fff7ed;
  color: var(--sdata-accent);
}

.industry-card h3 {
  color: var(--sdata-ink);
  font-size: 1.05rem;
  font-weight: 800;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.industry-card p {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-top: 0.45rem;
  position: relative;
  z-index: 1;
}

.client-text-strip {
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 1rem 1.2rem;
  text-align: center;
}

.bg-blue-band {
  background: linear-gradient(135deg, #6377ee, #4f46e5);
}

.product-signal {
  display: grid;
  gap: 1rem;
}

.product-signal div {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(30, 64, 175, 0.08);
  padding: 1.4rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0) rotate(-7deg);
  }
  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
}

@keyframes hero-drift {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.025) translate3d(-0.4%, -0.5%, 0);
  }
}

@keyframes glow-pulse {
  0%,
  100% {
    box-shadow: 0 18px 45px rgba(30, 64, 175, 0.12);
  }
  50% {
    box-shadow: 0 24px 60px rgba(99, 119, 238, 0.24);
  }
}

@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(8px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
}

@keyframes data-dot-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(8px, -12px, 0) scale(1.08);
  }
}

@keyframes pricing-glow {
  0%,
  100% {
    box-shadow: 0 18px 40px rgba(30, 64, 175, 0.1);
  }
  50% {
    box-shadow: 0 20px 46px rgba(29, 78, 216, 0.24);
  }
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@media (max-width: 768px) {
  .industry-grid,
  .compact-industries {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .industry-grid,
  .compact-industries {
    grid-template-columns: 1fr;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.product-signal span {
  color: var(--sdata-blue);
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.product-signal p {
  color: #475569;
  font-size: 0.95rem;
  margin-top: 0.45rem;
}

.pricing-card-recommended {
  animation: pricing-glow 2s ease-in-out infinite;
  border-color: #93c5fd;
  position: relative;
}

.footer-heading {
  color: var(--sdata-ink);
  font-weight: 800;
}

form p {
  margin-bottom: 1rem;
}

label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

input,
textarea {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0.75rem;
  width: 100%;
}
