/* ===== AI Theme Variables ===== */
:root {
  --ai-cyan: #00b0ee;
  --ai-cyan-dark: #068ab9;
  --ai-purple: #7c3aed;
  --ai-purple-light: #a78bfa;
  --ai-dark: #0a0f1e;
  --ai-dark-2: #111827;
  --ai-dark-3: #1a2236;
  --ai-gradient: linear-gradient(135deg, #00b0ee 0%, #7c3aed 100%);
  --ai-gradient-dark: linear-gradient(135deg, #0a0f1e 0%, #1e1b4b 50%, #0a0f1e 100%);
  --ai-glow: 0 0 40px rgba(0, 176, 238, 0.25);
  --ai-glow-purple: 0 0 40px rgba(124, 58, 237, 0.2);
}

/* ===== Reset & Base ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #334155;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ===== Typography ===== */
.heading {
  color: #222a3e;
  font-size: larger;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.headingtitle {
  color: #222a3e;
  font-size: 28px;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.heading-span {
  background: var(--ai-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bg-border-bottom {
  background: var(--ai-gradient);
  height: 4px;
  width: 80px;
  margin: 0.5rem 0;
}

/* ===== AI Badge ===== */
.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(167, 139, 250, 0.4);
  border-radius: 999px;
  color: #c4b5fd;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(8px);
}

.ai-badge-dot {
  width: 8px;
  height: 8px;
  background: #a78bfa;
  border-radius: 50%;
  animation: ai-pulse 2s infinite;
}

@keyframes ai-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(167, 139, 250, 0.6); }
  50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(167, 139, 250, 0); }
}

/* ===== Buttons ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background: var(--ai-gradient);
  box-shadow: var(--ai-glow);
  transition: transform 0.2s, box-shadow 0.2s, margin-left 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--ai-glow), var(--ai-glow-purple);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.25rem;
  transition: background 0.2s, border-color 0.2s;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.nav-item-ai {
  background: var(--ai-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 700 !important;
}

.btn-primary svg {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-primary:hover {
  margin-left: 0.75rem;
}

/* ===== Header ===== */
:root {
  --header-height: 70px;
}

[id] {
  scroll-margin-top: var(--header-height);
}

.nav-anchor {
  display: block;
  height: 0;
  overflow: hidden;
  scroll-margin-top: var(--header-height);
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.header-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .header-container {
    padding: 0 2rem;
  }
}

.header-nav.scrolled,
.header-nav:hover,
.header-nav:focus-within,
.header-nav.menu-open,
.header-nav:has(.nav-mega:hover),
.header-nav:has(.mega-menu:hover) {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.header-nav .nav-item {
  color: #fff;
  transition: color 0.3s;
  white-space: nowrap;
}

.header-nav.scrolled .nav-item,
.header-nav:hover .nav-item,
.header-nav:focus-within .nav-item,
.header-nav.menu-open .nav-item,
.header-nav:has(.nav-mega:hover) .nav-item,
.header-nav:has(.mega-menu:hover) .nav-item {
  color: #000;
}

.header-nav.scrolled .nav-item:hover,
.header-nav:hover .nav-item:hover,
.header-nav.menu-open .nav-item:hover,
.header-nav:has(.nav-mega:hover) .nav-item:hover {
  color: #012970;
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
}

.logo-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 1.25rem;
  flex-shrink: 0;
  text-decoration: none;
}

.logo-wrap img {
  width: 60px;
  height: 70px;
  object-fit: contain;
  flex-shrink: 0;
}

.logo-text {
  font-size: 1.875rem;
  font-weight: 700;
  color: #00b0ee;
  margin: 0;
  line-height: 1.1;
}

.logo-tagline {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ai-purple-light);
  margin-top: 0.125rem;
  display: block;
}

.nav-desktop {
  display: none;
  align-items: stretch;
  height: 100%;
  gap: 1.25rem;
  margin-left: auto;
  flex-shrink: 1;
  min-width: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  gap: 0.5rem;
  height: 100%;
}

.nav-item svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #d1d5db;
  flex-shrink: 0;
}

.nav-item:hover svg {
  color: #012970;
}

.nav-dropdown {
  position: static;
  display: flex;
  align-items: stretch;
}

.nav-mega {
  position: static;
}

.mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--header-height);
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-top: 1px solid #f1f5f9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 1190;
}

.nav-mega:hover .mega-menu,
.nav-mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.75rem 2rem 1rem;
}

.mega-menu-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
}

.mega-menu-desc {
  flex: 0 0 200px;
  padding-top: 0.25rem;
}

.mega-menu-desc h3 {
  font-size: 1.125rem;
  color: #374151;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.mega-menu-desc p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

.mega-featured-grid {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem 0.75rem;
}

.mega-featured-grid-8 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  background: #e5e7eb;
  width: 100%;
  aspect-ratio: 300 / 160;
  max-height: 10rem;
}

.mega-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mega-card--logo img {
  object-fit: contain;
  padding: 1rem 1.25rem 1.75rem;
  background: #fff;
}

.mega-card:hover img {
  opacity: 0.85;
  transform: scale(1.03);
}

.mega-card span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  padding: 0.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  z-index: 1;
  pointer-events: none;
}

.mega-about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 3rem;
  width: 100%;
}

.mega-about-stat {
  margin-bottom: 0.75rem;
}

.mega-about-stat strong {
  display: block;
  font-size: 1.25rem;
  color: #111827;
  font-weight: 700;
}

.mega-about-stat span {
  font-size: 0.6875rem;
  color: #6b7280;
  letter-spacing: 0.04em;
}

.mega-about-links a {
  display: block;
  padding: 0.35rem 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.mega-about-links a:hover {
  color: #00b0ee;
}

.dropdown-menu {
  display: none;
}

.mobile-toggle {
  display: block;
  background: #fff;
  border: none;
  border-radius: 0.375rem;
  padding: 0.5rem;
  cursor: pointer;
  color: #9ca3af;
}

.mobile-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}

.mobile-menu {
  display: none;
  background: #fff;
  padding: 1rem;
  border-top: 1px solid #e5e7eb;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu a,
.mobile-menu button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.mobile-menu a:hover,
.mobile-menu button:hover {
  color: #00b0ee;
}

.mobile-submenu {
  padding-left: 1rem;
  display: none;
}

.mobile-submenu.active {
  display: block;
}

/* ===== Hero ===== */
.hero-top-section {
  height: 100vh;
  min-height: 650px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero-top-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 15, 30, 0.92) 0%, rgba(30, 27, 75, 0.85) 50%, rgba(10, 15, 30, 0.9) 100%);
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 176, 238, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 176, 238, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
}

.hero-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.25) 0%, transparent 70%);
  top: 10%;
  right: 5%;
  pointer-events: none;
  animation: float-glow 8s ease-in-out infinite;
}

.hero-glow-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 176, 238, 0.2) 0%, transparent 70%);
  bottom: 10%;
  left: 0;
  pointer-events: none;
  animation: float-glow 10s ease-in-out infinite reverse;
}

@keyframes float-glow {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(20px, -20px); }
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  min-height: 650px;
  padding-top: var(--header-height);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  width: 100%;
}

.hero-text-col {
  max-width: 100%;
}

.hero-title {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  max-width: 100%;
  line-height: 1.3;
}

.hero-title .highlight-ai {
  background: var(--ai-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.125rem;
  font-weight: 400;
  max-width: 100%;
  margin-top: 1rem;
  line-height: 1.75;
}

.hero-cta {
  margin-top: 1.75rem;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 100%;
}

.hero-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  background: var(--ai-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-stat span {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.03em;
}

/* ===== AI Stats Bar ===== */
.ai-stats-bar {
  background: var(--ai-dark);
  padding: 2.5rem 0;
  border-top: 1px solid rgba(0, 176, 238, 0.15);
  border-bottom: 1px solid rgba(124, 58, 237, 0.15);
  position: relative;
  overflow: hidden;
}

.ai-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.ai-stat-item h3 {
  font-size: 2rem;
  font-weight: 700;
  background: var(--ai-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ai-stat-item p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* ===== Dark Section ===== */
.section-dark {
  background: var(--ai-dark);
  color: #e2e8f0;
  position: relative;
  overflow: hidden;
}

.section-dark .heading {
  color: rgba(255, 255, 255, 0.7);
}

.section-dark .headingtitle {
  color: #fff;
}

.section-dark .description,
.section-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.section-dark .container {
  position: relative;
  z-index: 1;
}

/* ===== Outcomes Grid ===== */
.outcomes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.outcome-card {
  background: var(--ai-dark-3);
  border: 1px solid rgba(0, 176, 238, 0.12);
  border-radius: 0.75rem;
  padding: 1.75rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.outcome-card:hover {
  border-color: rgba(124, 58, 237, 0.35);
  box-shadow: var(--ai-glow);
  transform: translateY(-3px);
}

.outcome-tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  background: rgba(124, 58, 237, 0.18);
  border: 1px solid rgba(167, 139, 250, 0.3);
  border-radius: 999px;
  color: #c4b5fd;
  margin-bottom: 0.875rem;
}

.outcome-card h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.outcome-quote {
  color: var(--ai-cyan) !important;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.outcome-card p:last-child {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
}

/* ===== Lifecycle Grid ===== */
.lifecycle-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.lifecycle-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
  padding: 2rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}

.lifecycle-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--ai-gradient);
}

.lifecycle-card:hover {
  border-color: var(--ai-purple);
  box-shadow: var(--ai-glow-purple);
  transform: translateY(-4px);
}

.lifecycle-num {
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--ai-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.lifecycle-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ai-dark);
  margin-bottom: 0.375rem;
}

.lifecycle-sub {
  font-size: 0.875rem;
  color: var(--ai-purple);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.lifecycle-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lifecycle-list li {
  font-size: 0.875rem;
  color: #475569;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
  padding-left: 1.25rem;
}

.lifecycle-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--ai-cyan);
  font-weight: 700;
}

.lifecycle-list li:last-child {
  border-bottom: none;
}

/* ===== Industries Grid ===== */
.industries-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.industry-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.75rem;
  transition: all 0.3s;
}

a.industry-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.industry-card:hover {
  border-color: var(--ai-cyan);
  box-shadow: var(--ai-glow);
  transform: translateY(-3px);
}

.industry-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ai-dark);
  margin-bottom: 0.625rem;
}

.industry-card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.7;
}

.section-sub {
  font-size: 0.9375rem;
  line-height: 1.75;
}

/* ===== AI Capabilities Grid ===== */
.ai-capabilities-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.ai-cap-card {
  background: var(--ai-dark-3);
  border: 1px solid rgba(0, 176, 238, 0.15);
  border-radius: 0.75rem;
  padding: 1.75rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}

.ai-cap-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--ai-gradient);
  opacity: 0;
  transition: opacity 0.3s;
}

.ai-cap-card:hover {
  border-color: rgba(124, 58, 237, 0.4);
  box-shadow: var(--ai-glow);
  transform: translateY(-4px);
}

.ai-cap-card:hover::before {
  opacity: 1;
}

.ai-cap-icon {
  width: 3rem;
  height: 3rem;
  background: rgba(124, 58, 237, 0.15);
  border: 1px solid rgba(167, 139, 250, 0.3);
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.ai-cap-card h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.ai-cap-card p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  line-height: 1.7;
}

.ai-cap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 1rem;
}

.ai-tag {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.25rem 0.625rem;
  background: rgba(0, 176, 238, 0.12);
  border: 1px solid rgba(0, 176, 238, 0.25);
  border-radius: 999px;
  color: #67e8f9;
}

/* ===== AI Tech Stack ===== */
.ai-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.ai-tech-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem;
  text-align: center;
  transition: all 0.3s;
}

.ai-tech-card:hover {
  border-color: var(--ai-purple);
  box-shadow: var(--ai-glow-purple);
  transform: translateY(-3px);
}

.ai-tech-card .tech-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ai-dark);
  margin-bottom: 0.375rem;
}

.ai-tech-card .tech-use {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.5;
}

/* ===== Sections ===== */
.section-light {
  background: #f6f9ff;
}

.section-padding {
  padding: 2rem 0;
}

.section-padding-lg {
  padding: 4rem 0;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 1.25rem;
}

.section-header .bg-border-bottom {
  margin: 0.5rem auto;
}

.section-header.white .heading,
.section-header.white .headingtitle {
  color: #fff;
}

/* ===== Who We Are ===== */
.who-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.who-text p.description {
  color: #334155;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2rem;
  text-align: justify;
  margin: 1.5rem 0;
}

.who-image img {
  border-radius: 0.5rem;
  object-fit: cover;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

/* ===== Offerings ===== */
.offerings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
}

.offering-main {
  width: 100%;
  height: 320px;
  shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s;
}

.offering-main:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 30px 60px -12px rgba(124, 58, 237, 0.35);
}

.offering-text {
  padding: 10px;
  background: linear-gradient(135deg, rgba(0, 176, 238, 0.92) 0%, rgba(124, 58, 237, 0.88) 100%);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.offering-main:hover .offering-text {
  transform: scale(1.03);
}

.offering-main:hover .offering-text {
  background: linear-gradient(135deg, rgba(0, 176, 238, 0.95) 0%, rgba(124, 58, 237, 0.92) 100%);
}

.offering-text p:first-child {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0;
  letter-spacing: 0.05em;
}

.offering-text p:last-child {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 0 1rem;
}

/* ===== Values ===== */
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.value-card {
  width: 100%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.25rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.value-icon {
  border: 1px solid #00b0ee;
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.value-icon svg {
  width: 3rem;
  height: 3rem;
}

.value-card h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #334155;
  font-weight: 700;
  margin: 1rem 0 0.75rem;
  letter-spacing: 0.05em;
}

.value-card p {
  text-align: center;
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.75;
}

.values-note {
  text-align: center;
  margin-top: 2.5rem;
  color: #475569;
}

/* ===== Platform Cards ===== */
.platform-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem 0;
}

.platform-card {
  height: 240px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.25rem;
  border-radius: 0.5rem;
  border: 2px solid #00b0ee;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

a.platform-card {
  text-decoration: none;
  color: inherit;
}

.platform-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-bottom-width: 8px;
}

.platform-card img {
  width: 100%;
  max-height: 140px;
  object-fit: contain;
  object-position: center;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

.platform-card p {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

/* ===== Process Section ===== */
.process-section {
  background: var(--ai-gradient-dark);
  position: relative;
  overflow: hidden;
}

.process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 176, 238, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 176, 238, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem 0;
}

.process-card {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  overflow: hidden;
}

.process-card .img-wrap {
  overflow: hidden;
  border-radius: 0.5rem;
}

.process-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  transition: transform 0.3s;
}

.process-card:hover img {
  transform: scale(1.25);
}

.process-section .container {
  position: relative;
  z-index: 1;
}

.cta-banner .container {
  position: relative;
  z-index: 1;
}

.process-card h3 {
  text-align: center;
  font-size: 1.125rem;
  background: var(--ai-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  margin: 1rem 0 0.75rem;
  letter-spacing: 0.05em;
}

.process-card p {
  text-align: center;
  font-size: 0.875rem;
  color: #334155;
  letter-spacing: 0.05em;
  padding: 0 0.5rem 0.5rem;
}

/* ===== Why Choose Us ===== */
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.why-image {
  background-image: url('../images/whychooseus.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 240px;
  margin: 1rem 0;
}

.why-content {
  background: #f6f9ff;
  padding: 1rem;
}

.why-content .description {
  color: #334155;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0.75rem;
  padding: 0.75rem 0;
}

.why-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  padding: 0 1.75rem;
}

.why-number {
  background: var(--ai-gradient);
  color: #fff;
  border-radius: 50%;
  min-width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  flex-shrink: 0;
  box-shadow: var(--ai-glow);
}

.why-item p:first-of-type {
  font-size: 0.875rem;
  font-weight: 300;
}

.why-item p:last-of-type {
  font-size: 0.875rem;
  color: #334155;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* ===== Testimonials Carousel ===== */
.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  min-width: 100%;
  padding: 1rem;
}

.testimonial-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-card .quote {
  font-size: 1rem;
  color: #475569;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.testimonial-card .author {
  font-weight: 700;
  color: #222a3e;
  font-size: 1rem;
}

.testimonial-card .role {
  color: #00b0ee;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  cursor: pointer;
  color: #fff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.3s;
}

.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-arrow.prev {
  left: 4%;
}

.carousel-arrow.next {
  right: 4%;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid grey;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s;
}

.carousel-dot.active {
  background: #080808;
}

.view-all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

/* ===== Join Us ===== */
.join-section {
  background-image: url('../images/join-team.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.join-inner {
  background: rgba(255, 255, 255, 0.91);
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 2rem 0;
}

.join-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.join-text {
  padding: 1.25rem;
}

.join-text p.sub {
  color: #475569;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 1rem;
  line-height: 1.75;
}

.join-image img {
  width: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}

/* ===== Newsletter ===== */
.newsletter-section {
  background: #f6f9ff;
}

.newsletter-inner {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin: 2rem 0;
}

.newsletter-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}

.newsletter-form {
  position: relative;
  padding: 0 1.25rem;
}

.newsletter-form label {
  display: block;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #334155;
}

.newsletter-form input {
  width: 100%;
  height: 2.5rem;
  background: transparent;
  border: 1px solid #6b7280;
  padding-left: 0.5rem;
  font-family: inherit;
  font-size: 0.875rem;
  outline: none;
}

.newsletter-form input:focus {
  border-color: #00b0ee;
}

.newsletter-form button {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  height: 2.5rem;
}

/* ===== CTA Banner ===== */
.cta-banner {
  background: var(--ai-gradient-dark);
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(124, 58, 237, 0.2) 0%, transparent 60%);
}

.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
  gap: 1.5rem;
}

.cta-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  padding: 0 1.25rem;
}

.cta-text span.bold {
  font-weight: 700;
  text-transform: uppercase;
}

/* ===== Contact ===== */
.contact-us-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  border-radius: 0.5rem;
  background-image: url('../images/con-latest.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7px;
}

.contact-form-panel,
.contact-info-panel {
  background: rgba(255, 255, 255, 0.97);
  padding: 1rem 0 2.5rem;
}

.contact-form-panel {
  border-right: none;
  border-bottom: 1px solid #00b0ee;
}

.contact-form-panel .panel-header,
.contact-info-panel .panel-header {
  text-align: center;
  padding: 0 1.25rem 0.25rem;
}

.contact-info-panel .panel-header {
  text-align: left;
}

.contact-form-panel .panel-header .bg-border-bottom,
.contact-info-panel .panel-header .bg-border-bottom {
  display: inline-block;
}

.contact-form {
  padding: 1.25rem 1rem 0;
}

.form-group {
  margin: 1.25rem 0;
}

.form-group input,
.form-group textarea {
  width: 100%;
  height: 2.5rem;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #00b0ee;
  padding-left: 0.5rem;
  font-family: inherit;
  font-size: 0.875rem;
}

.form-group textarea {
  height: auto;
  min-height: 120px;
  resize: vertical;
  padding-top: 0.5rem;
}

.file-upload {
  margin-top: 0.25rem;
  display: flex;
  justify-content: center;
  border: 1px solid #00b0ee;
  border-radius: 0.375rem;
  padding: 1.25rem 1.5rem;
}

.file-upload-inner {
  text-align: center;
}

.file-upload label {
  cursor: pointer;
  font-weight: 500;
  color: #00b0ee;
}

.file-upload label:hover {
  color: #068ab9;
}

.file-upload input[type="file"] {
  display: none;
}

.file-upload p {
  font-size: 0.75rem;
  color: #6b7280;
  padding-top: 0.25rem;
}

.form-submit {
  padding: 1.75rem 1rem 0;
}

.contact-info-panel {
  display: none;
}

.contact-detail {
  display: flex;
  align-items: center;
  padding: 0 1.25rem 0.5rem;
  margin-bottom: 0.5rem;
}

.contact-detail svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
  fill: #777;
  flex-shrink: 0;
}

.contact-detail p {
  color: #00b0ee;
  font-size: 0.875rem;
  font-weight: 300;
}

.contact-info-panel .info-text {
  color: #475569;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 1rem;
  line-height: 1.75;
  padding: 0 1.25rem;
}

.social-section {
  padding: 0 1.25rem;
  letter-spacing: 0.1em;
}

.social-section p {
  font-size: 1.875rem;
  margin-bottom: 1rem;
}

.social-section p span.bold {
  font-size: 2.25rem;
  font-weight: 700;
}

.social-icons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-icon {
  width: 2rem;
  height: 2rem;
  background: #00b0ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  transition: background 0.2s;
}

.social-icon:hover {
  background: #068ab9;
}

.social-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.build-version {
  font-size: 0.75rem;
  color: #334155;
  margin-top: 1rem;
  display: block;
}

/* ===== Footer ===== */
.site-footer {
  position: relative;
  background: #f6f9ff;
  padding: 3rem 0 0;
  margin-top: 2rem;
}

.footer-wave {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 40px;
  background: #f6f9ff;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

/* Brand column */
.footer-brand {
  max-width: 360px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.footer-logo img {
  width: 56px;
  height: auto;
}

.footer-logo-text {
  font-size: 1.75rem;
  font-weight: 700;
  background: var(--ai-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-desc {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 0.75rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.footer-social-icon {
  width: 2rem;
  height: 2rem;
  background: var(--ai-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.footer-social-icon:hover {
  transform: translateY(-2px);
  box-shadow: var(--ai-glow);
}

.footer-social-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

/* Link columns grid */
.footer-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.5rem;
}

.footer-col {
  min-width: 0;
}

.footer-heading {
  text-transform: uppercase;
  color: #1e293b;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  border-image: var(--ai-gradient) 1;
  display: inline-block;
}

.footer-heading-spaced {
  margin-top: 1.75rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #334155;
  font-size: 0.875rem;
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}

.footer-links a:hover {
  color: #00b0ee;
  padding-left: 0.375rem;
}

/* Contact column */
.footer-col-contact {
  grid-column: 1 / -1;
}

.footer-contact-list {
  list-style: none;
}

.footer-contact-list li {
  margin-bottom: 0.875rem;
}

.footer-contact-list .contact-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 0.15rem;
}

.footer-contact-list a {
  color: #00b0ee;
  font-size: 0.875rem;
  transition: color 0.2s;
}

.footer-contact-list a:hover {
  color: #068ab9;
}

.footer-locations {
  font-size: 0.875rem;
  color: #334155;
  margin-top: 1rem;
  letter-spacing: 0.03em;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 1.25rem;
  padding: 0.625rem 1.25rem;
  background: #00b0ee;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.25rem;
  transition: background 0.2s;
}

.footer-cta-btn:hover {
  background: #068ab9;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid #cbd5e1;
  padding: 1.25rem 0 1.5rem;
  text-align: center;
}

.footer-copyright {
  font-size: 0.8125rem;
  color: #475569;
}

.footer-copyright strong {
  color: #00b0ee;
  font-weight: 700;
}

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

.text-left {
  text-align: left;
}

/* ===== Responsive ===== */
@media (min-width: 640px) {
  .hero-title,
  .hero-subtitle,
  .hero-stats {
    max-width: 100%;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 17px;
    font-weight: 300;
  }

  .ai-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

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

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

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

  .ai-tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .who-grid {
    grid-template-columns: 1fr 1fr;
  }

  .who-text .headingtitle {
    text-align: left;
  }

  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-image {
    height: 600px;
  }

  .join-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-columns {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-col-contact {
    grid-column: auto;
  }
}

@media (min-width: 768px) {
  .offerings-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

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

  .newsletter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-inner {
    flex-direction: row;
  }

  .cta-text {
    width: 80%;
    font-size: 1.5rem;
  }

  .cta-btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .mobile-toggle {
    display: none;
  }

  .nav-desktop {
    display: flex;
  }

  .mega-featured-grid,
  .mega-featured-grid-8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mobile-menu {
    display: none !important;
  }

  .section-padding {
    padding: 4rem 0;
  }

  .offerings-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .offering-main {
    height: 400px;
  }

  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .platform-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ai-capabilities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .outcomes-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .lifecycle-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ai-tech-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .contact-us-section {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-panel {
    border-right: 1px solid #00b0ee;
    border-bottom: none;
  }

  .contact-info-panel {
    display: block;
  }

  .footer-main {
    grid-template-columns: 5fr 7fr;
    gap: 3rem;
    align-items: start;
  }

  .footer-columns {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .footer-col-contact {
    grid-column: auto;
  }
}

@media (min-width: 1280px) {
  .nav-desktop {
    gap: 2rem;
  }

  .mega-about-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 4rem;
  }
}

/* ===== Modern UI & Animations ===== */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--ai-gradient);
  z-index: 9999;
  transition: width 0.1s linear;
  box-shadow: 0 0 12px rgba(0, 176, 238, 0.6);
}

.animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--delay, 0s);
}

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.gradient-shift {
  background-size: 200% auto;
  animation: gradientShift 4s ease-in-out infinite;
}

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

.btn-shine {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}

.btn-shine::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  animation: btnShine 3s ease-in-out infinite;
}

@keyframes btnShine {
  0% { left: -75%; }
  50%, 100% { left: 125%; }
}

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

.hero-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(167, 139, 250, 0.6);
  border-radius: 50%;
  animation: particleFloat 8s ease-in-out infinite;
}

.hero-particles span:nth-child(1)  { top: 15%; left: 10%; animation-duration: 7s; }
.hero-particles span:nth-child(2)  { top: 25%; left: 85%; animation-delay: 1s; animation-duration: 9s; background: rgba(0,176,238,0.5); }
.hero-particles span:nth-child(3)  { top: 60%; left: 20%; animation-delay: 2s; }
.hero-particles span:nth-child(4)  { top: 70%; left: 75%; animation-delay: 0.5s; animation-duration: 10s; }
.hero-particles span:nth-child(5)  { top: 40%; left: 50%; animation-delay: 3s; width: 6px; height: 6px; }
.hero-particles span:nth-child(6)  { top: 80%; left: 40%; animation-delay: 1.5s; background: rgba(0,176,238,0.4); }
.hero-particles span:nth-child(7)  { top: 10%; left: 60%; animation-delay: 2.5s; animation-duration: 11s; }
.hero-particles span:nth-child(8)  { top: 50%; left: 90%; animation-delay: 0.8s; }
.hero-particles span:nth-child(9)  { top: 35%; left: 30%; animation-delay: 4s; width: 3px; height: 3px; }
.hero-particles span:nth-child(10) { top: 85%; left: 65%; animation-delay: 1.2s; background: rgba(0,176,238,0.5); }
.hero-particles span:nth-child(11) { top: 20%; left: 45%; animation-delay: 3.5s; animation-duration: 9s; }
.hero-particles span:nth-child(12) { top: 55%; left: 5%;  animation-delay: 2s; animation-duration: 8.5s; }

@keyframes particleFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
  50% { transform: translate(15px, -30px) scale(1.2); opacity: 0.8; }
}

.hero-visual {
  display: none;
  position: relative;
  height: 420px;
}

.hero-orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  margin: -160px 0 0 -160px;
  border: 1px solid rgba(0, 176, 238, 0.15);
  border-radius: 50%;
  animation: orbitSpin 20s linear infinite;
}

.hero-orbit-ring-2 {
  width: 380px;
  height: 380px;
  margin: -190px 0 0 -190px;
  border-color: rgba(124, 58, 237, 0.12);
  animation-direction: reverse;
  animation-duration: 28s;
}

.hero-orbit-ring::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--ai-cyan);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--ai-cyan);
}

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

.hero-float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.card-main {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  animation: cardFloatCenter 6s ease-in-out infinite;
  z-index: 2;
}

@keyframes cardFloatCenter {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 12px)); }
}

.card-header {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.card-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}

.card-dot:first-child { background: #ef4444; }
.card-dot:nth-child(2) { background: #eab308; }
.card-dot:nth-child(3) { background: #22c55e; }

.card-label {
  margin-left: auto;
  font-size: 0.625rem;
  color: rgba(255,255,255,0.4);
}

.card-body { padding: 1rem; }

.metric-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.metric {
  flex: 1;
  background: rgba(0, 176, 238, 0.08);
  border-radius: 0.5rem;
  padding: 0.625rem;
  text-align: center;
}

.metric-val {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  background: var(--ai-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.metric-lbl {
  font-size: 0.625rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  height: 60px;
}

.chart-bars span {
  flex: 1;
  height: var(--h);
  background: var(--ai-gradient);
  border-radius: 3px 3px 0 0;
  opacity: 0.7;
  animation: barGrow 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transform-origin: bottom;
  transform: scaleY(0);
}

.chart-bars span:nth-child(1) { animation-delay: 0.8s; }
.chart-bars span:nth-child(2) { animation-delay: 0.95s; }
.chart-bars span:nth-child(3) { animation-delay: 1.1s; }
.chart-bars span:nth-child(4) { animation-delay: 1.25s; }
.chart-bars span:nth-child(5) { animation-delay: 1.4s; }
.chart-bars span:nth-child(6) { animation-delay: 1.55s; }
.chart-bars span:nth-child(7) { animation-delay: 1.7s; }

@keyframes barGrow {
  to { transform: scaleY(1); }
}

.card-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 0.6875rem;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  z-index: 3;
}

.card-side strong {
  font-size: 1.125rem;
  color: #fff;
  margin-top: 0.125rem;
}

.side-icon { font-size: 1.25rem; margin-bottom: 0.25rem; }

.card-side-1 { top: 8%; right: 0; animation: cardFloatSide 5s ease-in-out infinite -1s; }
.card-side-2 { bottom: 15%; right: 5%; animation: cardFloatSide 7s ease-in-out infinite -2s; }
.card-side-3 { bottom: 20%; left: 0; animation: cardFloatSide 6s ease-in-out infinite -3.5s; }

@keyframes cardFloatSide {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.glass-stat {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.glass-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 176, 238, 0.3);
  box-shadow: var(--ai-glow);
}

.stats-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  pointer-events: none;
}

.stats-glow-1 {
  top: -100px;
  left: -50px;
  background: radial-gradient(circle, rgba(124,58,237,0.15) 0%, transparent 70%);
}

.stats-glow-2 {
  bottom: -100px;
  right: -50px;
  background: radial-gradient(circle, rgba(0,176,238,0.12) 0%, transparent 70%);
}

.tech-marquee {
  background: var(--ai-dark-2);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 1rem 0;
  overflow: hidden;
  position: relative;
}

.tech-marquee::before,
.tech-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.tech-marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--ai-dark-2), transparent);
}

.tech-marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--ai-dark-2), transparent);
}

.marquee-track {
  display: flex;
  gap: 3rem;
  animation: marqueeScroll 25s linear infinite;
  width: max-content;
}

.marquee-track span {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes marqueeScroll {
  to { transform: translateX(-50%); }
}

.section-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.blob-purple {
  width: 400px;
  height: 400px;
  background: rgba(124, 58, 237, 0.12);
  top: -100px;
  right: -100px;
  animation: blobDrift 12s ease-in-out infinite;
}

.blob-cyan {
  width: 350px;
  height: 350px;
  background: rgba(0, 176, 238, 0.1);
  bottom: -80px;
  left: -80px;
  animation: blobDrift 15s ease-in-out infinite reverse;
}

@keyframes blobDrift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -20px); }
}

.outcome-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(167, 139, 250, 0.25);
  border-radius: 0.75rem;
  margin-bottom: 0.875rem;
  transition: transform 0.3s;
}

.outcome-card:hover .outcome-icon {
  transform: scale(1.1) rotate(-5deg);
}

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-up.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.who-image {
  position: relative;
}

.who-image::before {
  content: '';
  position: absolute;
  inset: -8px;
  background: var(--ai-gradient);
  border-radius: 0.75rem;
  opacity: 0.4;
  z-index: 0;
  animation: pulseBorder 3s ease-in-out infinite;
}

.who-image img {
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

@keyframes pulseBorder {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.5; }
}

.process-card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.ai-cap-icon {
  transition: transform 0.3s, box-shadow 0.3s;
}

.ai-cap-card:hover .ai-cap-icon {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.3);
}

.testimonial-card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
  transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .animate-in {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .reveal-up,
  .reveal-left,
  .reveal-right {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .hero-text-col {
    max-width: 580px;
  }

  .hero-title {
    font-size: 2.75rem;
  }

  .hero-visual {
    display: block;
  }
}
