/* ============================================================
   NEWTECH COMPUTER SOLUTIONS — Complete Design System 2026
   Premium gradient-based multi-section design
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Outfit:wght@300;400;500;600;700;800;900&family=Sora:wght@300;400;500;600;700;800&display=swap');

/* ---------- CSS Custom Properties ---------- */
:root {
  /* Core brand colors */
  --brand-primary: #4F46E5;
  --brand-secondary: #7C3AED;
  --brand-accent: #06B6D4;
  --brand-warm: #F59E0B;
  --brand-rose: #EC4899;
  --brand-emerald: #10B981;

  /* Neutrals */
  --neutral-50: #FAFAFA;
  --neutral-100: #F4F4F5;
  --neutral-200: #E4E4E7;
  --neutral-300: #D4D4D8;
  --neutral-400: #A1A1AA;
  --neutral-500: #71717A;
  --neutral-600: #52525B;
  --neutral-700: #3F3F46;
  --neutral-800: #27272A;
  --neutral-900: #18181B;
  --neutral-950: #09090B;

  /* Gradients — Google M3 Expressive inspired, vibrant & bold */
  --grad-hero: linear-gradient(135deg, #0B0A1A 0%, #1B1464 35%, #3D2B8F 65%, #1A103A 100%);
  --grad-ocean: linear-gradient(135deg, #4F46E5 0%, #7C3AED 50%, #A855F7 100%);
  --grad-sunrise: linear-gradient(135deg, #E040FB 0%, #FF4081 50%, #FF6D00 100%);
  --grad-forest: linear-gradient(135deg, #00C853 0%, #00BFA5 50%, #1DE9B6 100%);
  --grad-sunset: linear-gradient(135deg, #E040FB 0%, #536DFE 30%, #00E5FF 60%, #69F0AE 100%);
  --grad-midnight: linear-gradient(135deg, #0a0a1f 0%, #1a1050 30%, #2d1b69 60%, #1a0a3a 100%);
  --grad-arctic: linear-gradient(135deg, #B2DFDB 0%, #E1BEE7 40%, #F8BBD0 70%, #BBDEFB 100%);
  --grad-warm-light: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 30%, #FFCC80 60%, #FFE082 100%);
  --grad-cool-light: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 30%, #C5CAE9 60%, #E8EAF6 100%);
  --grad-teal-deep: linear-gradient(135deg, #00897B 0%, #0277BD 50%, #283593 100%);
  --grad-purple-pink: linear-gradient(135deg, #7C4DFF 0%, #E040FB 40%, #FF4081 100%);
  --grad-blue-indigo: linear-gradient(135deg, #2979FF 0%, #651FFF 50%, #D500F9 100%);
  --grad-amber-orange: linear-gradient(135deg, #FFB300 0%, #FF6D00 50%, #DD2C00 100%);
  --grad-emerald-teal: linear-gradient(135deg, #00C853 0%, #00BFA5 50%, #00B8D4 100%);
  /* NEW: Google-style expressive gradients */
  --grad-google-blue: linear-gradient(135deg, #1A73E8 0%, #4285F4 50%, #8AB4F8 100%);
  --grad-google-multi: linear-gradient(135deg, #4285F4 0%, #34A853 25%, #FBBC05 50%, #EA4335 75%, #4285F4 100%);
  --grad-lavender-blush: linear-gradient(135deg, #E8DEF8 0%, #F3E5F5 30%, #FCE4EC 60%, #FFF3E0 100%);
  --grad-vibrant-mesh: linear-gradient(135deg, #667EEA 0%, #764BA2 30%, #F093FB 60%, #F5576C 100%);
  --grad-electric-dream: linear-gradient(135deg, #6200EA 0%, #00BFA5 50%, #FFAB00 100%);
  --grad-sapphire-rose: linear-gradient(135deg, #1565C0 0%, #7B1FA2 40%, #C2185B 80%, #FF6F00 100%);

  /* Typography */
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Space Grotesk', 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

  /* Spacing */
  --section-pad: clamp(3rem, 6vw, 6rem) clamp(1rem, 4vw, 4rem);
  --container-max: 1280px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 14px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.1);
  --shadow-glow-indigo: 0 0 50px rgba(99, 102, 241, 0.35);
  --shadow-glow-teal: 0 0 50px rgba(6, 182, 212, 0.35);
  --shadow-glow-purple: 0 0 50px rgba(124, 58, 237, 0.3);
  --shadow-glow-rose: 0 0 40px rgba(236, 72, 153, 0.3);
  --shadow-glow-multi: 0 0 60px rgba(102, 126, 234, 0.2), 0 0 120px rgba(118, 75, 162, 0.1);

  /* Rounded */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-spring: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}


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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.7;
  color: var(--neutral-800);
  background: var(--neutral-50);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition-fast);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
}

ul,
ol {
  list-style: none;
}


/* ============================================================
   NAVIGATION — Glassmorphism Sticky Nav with Shine
   ============================================================ */
.navbar {
  position: fixed;
  top: 10px;
  left: 15px;
  right: 15px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 2rem;
  background: rgba(210, 215, 230, 0.35); /* Premium greyish glass tint */
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  box-shadow:
    0 8px 32px rgba(31, 38, 135, 0.08),
    inset 0 1px 2px rgba(255, 255, 255, 0.9);
  transition: all var(--transition-smooth);
}

.navbar:hover {
  background: rgba(220, 225, 235, 0.45);
  box-shadow:
    0 12px 40px rgba(31, 38, 135, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 1);
}

.navbar::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: navShine 4s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
  border-radius: 50px;
}

/* Hide NTCS text from navbar, keep only logo */
.navbar-brand span {
  display: none !important;
}

@keyframes navShine {
  0% {
    left: -100%;
  }

  50% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  padding: 0.4rem 2rem;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.navbar-brand img {
  height: 38px;
  border-radius: 8px;
  transition: transform var(--transition-fast);
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.navbar-brand span {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-item {
  position: relative;
}

.nav-item>a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--neutral-700);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.nav-item>a:hover {
  color: var(--brand-primary);
  background: rgba(79, 70, 229, 0.06);
}

/* Dropdown */
.nav-item .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all var(--transition-fast);
  z-index: 1001;
}

.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown li a {
  display: block;
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
  color: var(--neutral-600);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}

.dropdown li a:hover {
  color: var(--brand-primary);
  background: rgba(79, 70, 229, 0.06);
  padding-left: 1.3rem;
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: var(--grad-ocean);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
  box-shadow: 0 2px 12px rgba(102, 126, 234, 0.4);
}

.nav-phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.5);
}

/* Mobile nav toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--neutral-700);
  padding: 0.5rem;
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
  position: relative;
  z-index: 1000;
}

.mobile-toggle:hover {
  background: var(--neutral-100);
}

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

  .navbar-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    padding: 5rem 1.5rem 2rem;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
    transition: right var(--transition-smooth);
    overflow-y: auto;
    z-index: 999;
  }

  .navbar-nav.active {
    right: 0;
  }

  .nav-item>a {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }

  .nav-item .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background: var(--neutral-50);
    border-radius: var(--radius-sm);
    margin: 0.3rem 0 0.3rem 1rem;
    padding: 0.3rem;
    display: none;
  }

  .nav-item.open .dropdown {
    display: block;
  }

  .nav-phone {
    margin-top: 1rem;
    text-align: center;
    justify-content: center;
  }
}


/* ============================================================
   HERO SECTION — Dark gradient with animated elements
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad-hero);
  overflow: hidden;
  padding: 8rem 2rem 4rem;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 40%, rgba(98, 0, 234, 0.28) 0%, transparent 50%),
    radial-gradient(circle at 75% 25%, rgba(124, 77, 255, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 50% 85%, rgba(0, 191, 165, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 85% 70%, rgba(224, 64, 251, 0.15) 0%, transparent 40%);
  animation: heroFloat 20s ease-in-out infinite;
}

/* Animated gradient orb overlay */
.hero::after {
  content: '';
  position: absolute;
  top: 10%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 77, 255, 0.2) 0%, rgba(0, 229, 255, 0.08) 50%, transparent 70%);
  filter: blur(60px);
  animation: orbFloat 15s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes orbFloat {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-80px, 40px) scale(1.15); }
  100% { transform: translate(30px, -60px) scale(0.9); }
}

@keyframes heroFloat {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(2%, -1%) rotate(1deg);
  }

  66% {
    transform: translate(-1%, 2%) rotate(-1deg);
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  width: 100%;
  text-align: center;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}

.hero-content h1 .gradient-text {
  background: linear-gradient(135deg, #8AB4F8, #C084FC, #F472B6, #FFAB40);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 6s ease-in-out infinite;
}

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

.hero-content .tagline {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.8rem;
  font-weight: 400;
}

.hero-content .hero-description {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 800px;
  margin: 0 auto 2rem auto;
  line-height: 1.8;
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
}

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

.hero-stat .stat-number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}

.hero-stat .stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}



.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .hero-content .hero-description {
    max-width: 100%;
  }
}


/* ============================================================
   BUTTONS — Premium gradient CTAs
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.75rem 2rem;
  font-family: var(--font-primary);
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  color: #fff;
  background: var(--grad-ocean);
  background-size: 200% 200%;
  box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
  animation: gradientShift 4s ease-in-out infinite;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(79, 70, 229, 0.5), 0 0 40px rgba(124, 58, 237, 0.2);
}

.btn-secondary {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

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

.btn-outline {
  color: var(--brand-primary);
  background: transparent;
  border: 2px solid var(--brand-primary);
}

.btn-outline:hover {
  color: #fff;
  background: var(--brand-primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(79, 70, 229, 0.3);
}

.btn-dark {
  color: #fff;
  background: var(--neutral-900);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-dark:hover {
  background: var(--neutral-800);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.btn-glow {
  color: #fff;
  background: var(--grad-purple-pink);
  background-size: 200% 200%;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4);
  animation: gradientShift 4s ease-in-out infinite;
}

.btn-glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(139, 92, 246, 0.5), 0 0 50px rgba(224, 64, 251, 0.2);
}

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.05rem;
  margin: 1rem;
}


/* ============================================================
   SECTIONS — Various gradient backgrounds
   ============================================================ */
.section {
  padding: var(--section-pad);
}

.section-container {
  max-width: var(--container-max);
  margin: 0 auto;
}

/* Light section — now with subtle gradient instead of flat white */
.section-light {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F3FF 40%, #EDE9FE 70%, #F5F3FF 100%);
  position: relative;
}

.section-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(79, 70, 229, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgba(124, 58, 237, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

/* Warm light gradient — enriched with mesh overlay */
.section-warm {
  background: var(--grad-warm-light);
  position: relative;
}

.section-warm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(255, 171, 64, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 30% 80%, rgba(255, 109, 0, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

/* Cool light gradient — enriched with mesh overlay */
.section-cool {
  background: var(--grad-cool-light);
  position: relative;
}

.section-cool::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 25% 40%, rgba(41, 121, 255, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 70%, rgba(101, 31, 255, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

/* Arctic gradient — boosted vibrancy */
.section-arctic {
  background: var(--grad-arctic);
  position: relative;
}

.section-arctic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 30% 30%, rgba(0, 191, 165, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 70%, rgba(224, 64, 251, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

/* Dark section — enhanced with radiant gradient glows */
.section-dark {
  background: var(--grad-midnight);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 15% 50%, rgba(98, 0, 234, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 30%, rgba(124, 77, 255, 0.12) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 90%, rgba(0, 191, 165, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.section-dark h2,
.section-dark h3 {
  color: #fff;
}

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

/* Ocean gradient section — deeper with glow */
.section-ocean {
  background: var(--grad-ocean);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-ocean::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgba(168, 85, 247, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.section-ocean h2,
.section-ocean h3 {
  color: #fff;
}

.section-ocean p {
  color: rgba(255, 255, 255, 0.85);
}

/* Teal deep section — enhanced with ambient glow */
.section-teal {
  background: var(--grad-teal-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-teal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(0, 200, 83, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.section-teal h2 {
  color: #fff;
}

.section-teal p {
  color: rgba(255, 255, 255, 0.8);
}

/* Neutral section — upgraded from flat grey to gradient */
.section-neutral {
  background: linear-gradient(180deg, #F4F4F5 0%, #EDE9FE 30%, #E8EAF6 60%, #F4F4F5 100%);
  position: relative;
}

.section-neutral::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(79, 70, 229, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(0, 137, 123, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

/* Section headings */
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}

.section-header .label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--brand-primary);
  margin-bottom: 0.75rem;
  padding: 0.35rem 1.2rem;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.1), rgba(124, 58, 237, 0.08));
  border-radius: var(--radius-full);
  border: 1px solid rgba(79, 70, 229, 0.12);
}

.section-dark .section-header .label {
  color: var(--brand-accent);
  background: rgba(6, 182, 212, 0.15);
}

.section-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.015em;
}

.section-header p {
  font-size: 1.1rem;
  color: var(--neutral-500);
  line-height: 1.7;
}

.section-dark .section-header p {
  color: rgba(255, 255, 255, 0.6);
}

.text-gradient {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary), var(--brand-accent));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 8s ease-in-out infinite;
}

.text-gradient-brand {
  background: linear-gradient(135deg, #4F46E5, #7C3AED, #EC4899);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 6s ease-in-out infinite;
}


/* ============================================================
   CARDS — Glassmorphism & gradient borders
   ============================================================ */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.card {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFE 100%);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--neutral-200);
  transition: all var(--transition-smooth);
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad-vibrant-mesh);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, transparent, rgba(79, 70, 229, 0.02));
  pointer-events: none;
  transition: all var(--transition-smooth);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg), 0 0 30px rgba(79, 70, 229, 0.08);
  border-color: rgba(79, 70, 229, 0.15);
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F3FF 100%);
}

.card:hover::before {
  opacity: 1;
}

.card:hover::after {
  background: linear-gradient(180deg, transparent, rgba(79, 70, 229, 0.04));
}

.card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  transition: transform var(--transition-spring);
}

.card:hover .card-icon {
  transform: scale(1.1);
}

.card-icon.indigo {
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.15), rgba(99, 102, 241, 0.08));
  color: var(--brand-primary);
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.1);
}

.card-icon.teal {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(0, 191, 165, 0.08));
  color: var(--brand-accent);
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.1);
}

.card-icon.purple {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(168, 85, 247, 0.08));
  color: var(--brand-secondary);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.1);
}

.card-icon.amber {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(255, 171, 64, 0.08));
  color: var(--brand-warm);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.1);
}

.card-icon.rose {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(244, 63, 94, 0.08));
  color: var(--brand-rose);
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.1);
}

.card-icon.emerald {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(0, 200, 83, 0.08));
  color: var(--brand-emerald);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
}

.card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--neutral-900);
}

.card p {
  font-size: 0.95rem;
  color: var(--neutral-500);
  line-height: 1.7;
}

/* Dark section cards */
.section-dark .card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.section-dark .card h3 {
  color: #fff;
}

.section-dark .card p {
  color: rgba(255, 255, 255, 0.65);
}

.section-dark .card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Image cards */
.card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 1.2rem;
}


/* ============================================================
   FEATURE ROWS — Alternating image + text
   ============================================================ */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: var(--container-max);
  margin: 0 auto;
}

.feature-row.reverse {
  direction: rtl;
}

.feature-row.reverse>* {
  direction: ltr;
}

.feature-image img {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  transition: transform var(--transition-smooth);
}

.feature-image img:hover {
  transform: scale(1.02);
}

.feature-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 1rem;
}

.feature-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.feature-list {
  padding: 0;
  margin: 1.5rem 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: var(--neutral-600);
}

.feature-list li .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.1);
  color: var(--brand-emerald);
  font-size: 0.8rem;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .feature-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .feature-row.reverse {
    direction: ltr;
  }
}


/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: var(--container-max);
  margin: 0 auto;
}

.stat-item {
  text-align: center;
  padding: 2rem;
}

.stat-item .stat-num {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.3rem;
}

.stat-item .stat-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

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


/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
  max-width: var(--container-max);
  margin: 0 auto;
}

.testimonial-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(124, 77, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-google-blue);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.testimonial-card:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(124, 77, 255, 0.08));
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-card:hover::before {
  opacity: 1;
}

.testimonial-card .stars {
  color: #FBBF24;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.testimonial-card blockquote {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin-bottom: 1.2rem;
}

.testimonial-card .author {
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
}

.testimonial-card .role {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}


/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.faq-item[open] {
  border-color: var(--brand-primary);
  box-shadow: 0 4px 20px rgba(79, 70, 229, 0.1);
}

.faq-item summary {
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--neutral-800);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color var(--transition-fast);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--neutral-400);
  transition: transform var(--transition-fast);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
  color: var(--brand-primary);
}

.faq-item[open] summary {
  color: var(--brand-primary);
}

.faq-item p {
  padding: 0 1.5rem 1.2rem;
  color: var(--neutral-500);
  line-height: 1.7;
}

.section-dark .faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.section-dark .faq-item summary {
  color: #fff;
}

.section-dark .faq-item p {
  color: rgba(255, 255, 255, 0.7);
}

.section-dark .faq-item[open] {
  border-color: rgba(99, 102, 241, 0.5);
}


/* ============================================================
   FOOTER — Dark Glassmorphism gradient
   ============================================================ */
.footer {
  background: rgba(9, 9, 11, 0.85); /* Dark neutral with opacity */
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  padding: 5rem 2rem 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-sunset);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 3rem;
  max-width: var(--container-max);
  margin: 0 auto;
}

.footer-col h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2rem;
}

.footer-col p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.6rem;
  line-height: 1.7;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.6);
  transition: color var(--transition-fast);
}

.footer-col a:hover {
  color: var(--brand-accent);
}

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

.footer-col ul li a {
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-col ul li a:hover {
  padding-left: 6px;
}

.footer-col i {
  width: 20px;
  color: var(--brand-accent);
}

/* Footer contact form */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  margin-bottom: 0.8rem;
  font-family: var(--font-primary);
  font-size: 0.9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  outline: none;
  transition: all var(--transition-fast);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--brand-primary);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.contact-form button,
.contact-form input[type="submit"] {
  width: 100%;
  padding: 0.75rem;
  font-family: var(--font-primary);
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: var(--grad-ocean);
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.contact-form button:hover,
.contact-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.copyright {
  text-align: center;
  padding-top: 2.5rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}


/* ============================================================
   CTA BANNER — Gradient call-to-action
   ============================================================ */
.cta-banner {
  text-align: center;
  padding: var(--section-pad);
}

.cta-banner h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

.cta-banner p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner .btn-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}


/* ============================================================
   PARTNER LOGOS / GALLERY — Infinite scroll
   ============================================================ */
.logo-strip {
  overflow: hidden;
  padding: 2rem 0;
  position: relative;
}

.logo-strip::before,
.logo-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
}

.logo-strip::before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}

.logo-strip::after {
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
}

.section-dark .logo-strip::before {
  background: linear-gradient(90deg, #0c0c1d, transparent);
}

.section-dark .logo-strip::after {
  background: linear-gradient(270deg, #0c0c1d, transparent);
}

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

.logo-track img {
  height: 50px;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all var(--transition-fast);
}

.logo-track img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

@keyframes scroll-logo {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* ============================================================
   PAGE HERO — Subpage top banner
   ============================================================ */
.page-hero {
  padding: 10rem 2rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.12) 0%, transparent 50%);
}

.page-hero h1 {
  position: relative;
  z-index: 2;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.page-hero .breadcrumb {
  position: relative;
  z-index: 2;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.page-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
}

.page-hero .breadcrumb a:hover {
  color: #fff;
}

/* Different page hero gradients */
.page-hero-indigo {
  background: linear-gradient(135deg, #312E81 0%, #4338CA 50%, #6366F1 100%);
  color: #fff;
}

.page-hero-teal {
  background: linear-gradient(135deg, #134E4A 0%, #0D9488 50%, #2DD4BF 100%);
  color: #fff;
}

.page-hero-purple {
  background: linear-gradient(135deg, #581C87 0%, #7C3AED 50%, #A78BFA 100%);
  color: #fff;
}

.page-hero-rose {
  background: linear-gradient(135deg, #881337 0%, #E11D48 50%, #FB7185 100%);
  color: #fff;
}

.page-hero-amber {
  background: linear-gradient(135deg, #78350F 0%, #D97706 50%, #FCD34D 100%);
  color: var(--neutral-900);
}

.page-hero-emerald {
  background: linear-gradient(135deg, #064E3B 0%, #059669 50%, #34D399 100%);
  color: #fff;
}

.page-hero-ocean {
  background: linear-gradient(135deg, #1E3A5F 0%, #3B82F6 50%, #93C5FD 100%);
  color: #fff;
}

.page-hero-dark {
  background: var(--grad-hero);
  color: #fff;
}


/* ============================================================
   CONTENT SECTION — Used on subpages
   ============================================================ */
.content-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.content-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  color: var(--neutral-900);
}

.content-section h2:first-child {
  margin-top: 0;
}

.content-section p {
  font-size: 1.05rem;
  color: var(--neutral-600);
  line-height: 1.9;
  margin-bottom: 1rem;
}

.content-section ul,
.content-section ol {
  padding-left: 0;
  margin: 1.2rem 0;
}

.content-section li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0.4rem 0;
  font-size: 1rem;
  color: var(--neutral-600);
}

.content-section li::before {
  content: '✦';
  color: var(--brand-primary);
  font-size: 0.7rem;
  margin-top: 6px;
  flex-shrink: 0;
}

.content-section .content-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin: 2rem 0;
  box-shadow: var(--shadow-lg);
}

.content-section .highlight-box {
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.04), rgba(6, 182, 212, 0.04));
  border-left: 4px solid var(--brand-primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 1.5rem;
  margin: 2rem 0;
}

.content-section .highlight-box p {
  color: var(--neutral-700);
  margin: 0;
}


/* ============================================================
   WHY CHOOSE US — Icon grid
   ============================================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  max-width: var(--container-max);
  margin: 0 auto;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(124, 77, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  transition: all var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.why-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad-sapphire-rose);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.why-item:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(124, 77, 255, 0.1));
  transform: translateY(-4px);
  border-color: rgba(124, 77, 255, 0.2);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.why-item:hover::before {
  opacity: 1;
}

.why-item .why-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.why-item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.3rem;
}

.why-item p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}


/* ============================================================
   PROCESS / APPROACH STEPS
   ============================================================ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  max-width: var(--container-max);
  margin: 0 auto;
}

.process-step {
  text-align: center;
  padding: 2rem 1.5rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(237, 233, 254, 0.3) 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(79, 70, 229, 0.06);
  transition: all var(--transition-smooth);
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(79, 70, 229, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(237, 233, 254, 0.5) 100%);
}

.process-step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--grad-blue-indigo);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 4px 15px rgba(41, 121, 255, 0.3);
}

.process-step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
  color: var(--neutral-900);
}

.process-step p {
  font-size: 0.9rem;
  color: var(--neutral-500);
  line-height: 1.7;
}


/* ============================================================
   INDUSTRIES SECTION — Icon badges
   ============================================================ */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: var(--container-max);
  margin: 0 auto;
}

.industry-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.2rem 1.5rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255, 249, 235, 0.9));
  border: 1px solid rgba(255, 171, 64, 0.15);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  backdrop-filter: blur(8px);
}

.industry-badge:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md), 0 0 20px rgba(245, 158, 11, 0.08);
  border-color: var(--brand-warm);
  background: linear-gradient(135deg, rgba(255,255,255,1), rgba(255, 243, 224, 0.95));
}

.industry-badge .badge-icon {
  font-size: 1.5rem;
}

.industry-badge span {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--neutral-700);
}


/* ============================================================
   ANIMATIONS — Scroll reveal
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

/* Stagger children animation */
.stagger-children>* {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.stagger-children.visible>*:nth-child(1) {
  transition-delay: 0.1s;
}

.stagger-children.visible>*:nth-child(2) {
  transition-delay: 0.2s;
}

.stagger-children.visible>*:nth-child(3) {
  transition-delay: 0.3s;
}

.stagger-children.visible>*:nth-child(4) {
  transition-delay: 0.4s;
}

.stagger-children.visible>*:nth-child(5) {
  transition-delay: 0.5s;
}

.stagger-children.visible>*:nth-child(6) {
  transition-delay: 0.6s;
}

.stagger-children.visible>*:nth-child(7) {
  transition-delay: 0.7s;
}

.stagger-children.visible>*:nth-child(8) {
  transition-delay: 0.8s;
}

.stagger-children.visible>* {
  opacity: 1;
  transform: translateY(0);
}


/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad-ocean);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--transition-smooth);
  z-index: 999;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.5);
}


/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.text-center {
  text-align: center;
}

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

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.max-w-md {
  max-width: 720px;
}

.max-w-lg {
  max-width: 960px;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-center {
  justify-content: center;
}

/* Responsive hide/show */
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}


/* ============================================================
   PAGE CONTENT WRAPPER — Subpages
   ============================================================ */
.page-content {
  padding: 0;
}

.page-content .section {
  padding: var(--section-pad);
}


/* ============================================================
   CONTACT PAGE SECTION — Full contact area
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: var(--container-max);
  margin: 0 auto;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
}

.contact-info-card i {
  font-size: 1.3rem;
  color: var(--brand-accent);
  margin-top: 3px;
}

.contact-info-card h4 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.3rem;
}

.contact-info-card p,
.contact-info-card a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.contact-form-large input,
.contact-form-large textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  font-family: var(--font-primary);
  font-size: 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  outline: none;
  transition: all var(--transition-fast);
}

.contact-form-large input::placeholder,
.contact-form-large textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.contact-form-large input:focus,
.contact-form-large textarea:focus {
  border-color: var(--brand-primary);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   GRADIENT TEXT UTILITIES
   ============================================================ */
.gradient-text-ocean {
  background: var(--grad-ocean);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 8s ease-in-out infinite;
}

.gradient-text-sunrise {
  background: var(--grad-sunrise);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 8s ease-in-out infinite;
}

.gradient-text-forest {
  background: var(--grad-forest);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 8s ease-in-out infinite;
}

.gradient-text-sunset {
  background: linear-gradient(135deg, #E040FB, #536DFE, #00E5FF, #69F0AE);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 6s ease-in-out infinite;
}

.gradient-text-amber {
  background: var(--grad-amber-orange);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 8s ease-in-out infinite;
}

.gradient-text-purple-pink {
  background: var(--grad-purple-pink);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 6s ease-in-out infinite;
}

.gradient-text-teal {
  background: var(--grad-emerald-teal);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 8s ease-in-out infinite;
}

/* NEW: Google-style gradient text */
.gradient-text-google {
  background: var(--grad-google-multi);
  background-size: 400% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 5s ease-in-out infinite;
}

.gradient-text-electric {
  background: var(--grad-electric-dream);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 6s ease-in-out infinite;
}

/* Enhanced heading sizes with Outfit/Sora fonts */
.heading-display {
  font-family: 'Outfit', 'Space Grotesk', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.heading-xl {
  font-family: 'Sora', 'Inter', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.heading-lg {
  font-family: 'Outfit', 'Space Grotesk', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
}

.text-lg {
  font-size: 1.15rem;
  line-height: 1.8;
}

.text-xl {
  font-size: 1.3rem;
  line-height: 1.7;
}

.gradient-border-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.gradient-border-card::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  background: var(--grad-sunset);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}


/* ============================================================
   SCROLLING IMAGE GALLERY
   ============================================================ */
.gallery-section {
  padding: var(--section-pad);
  background: var(--grad-arctic);
  overflow: hidden;
  position: relative;
}

.gallery-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 191, 165, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 90%, rgba(224, 64, 251, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.gallery-section .section-header {
  margin-bottom: 2.5rem;
}

#imageGallery {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 1rem 0;
}

#imageGallery::-webkit-scrollbar {
  display: none;
}

#imageGallery img {
  flex: 0 0 auto;
  width: 340px;
  height: 230px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

#imageGallery img:hover {
  transform: scale(1.04);
  box-shadow: var(--shadow-xl);
}

@media (max-width: 768px) {
  #imageGallery img {
    width: 280px;
    height: 190px;
  }
}


/* ============================================================
   FAQ PAGE — Dynamic Layout
   ============================================================ */
.faq-search-bar {
  max-width: 700px;
  margin: 0 auto 2.5rem;
}

.faq-search-bar input {
  width: 100%;
  padding: 1rem 1.5rem;
  font-family: var(--font-primary);
  font-size: 1.05rem;
  border: 2px solid var(--neutral-200);
  border-radius: var(--radius-full);
  outline: none;
  transition: all var(--transition-fast);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.faq-search-bar input:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1), var(--shadow-md);
}

.faq-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
  align-items: start;
}

.faq-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--neutral-200);
  box-shadow: var(--shadow-sm);
}

.faq-sidebar h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: var(--neutral-900);
}

.faq-counter {
  font-size: 0.85rem;
  color: var(--neutral-400);
  margin-bottom: 1rem;
}

.faq-cats {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.faq-cats li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0.8rem;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  color: var(--neutral-600);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.faq-cats li:hover {
  background: rgba(79, 70, 229, 0.06);
  color: var(--brand-primary);
}

.faq-cat-count {
  font-size: 0.75rem;
  background: var(--neutral-100);
  padding: 2px 8px;
  border-radius: var(--radius-full);
  color: var(--neutral-400);
  font-weight: 600;
}

.faq-list-dynamic {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.faq-item:hover {
  border-color: var(--brand-primary);
  box-shadow: var(--shadow-sm);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--neutral-800);
}

.faq-toggle {
  font-size: 1.3rem;
  color: var(--brand-primary);
  font-weight: 700;
  min-width: 24px;
  text-align: center;
}

.faq-a {
  display: none;
  padding: 0 1.2rem;
}

.faq-a.open {
  display: block;
  padding: 0 1.2rem 1.2rem;
}

.faq-a p {
  font-size: 0.9rem;
  color: var(--neutral-600);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.faq-steps {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.faq-step {
  font-size: 0.88rem;
  color: var(--neutral-500);
  padding: 0.5rem 0.8rem;
  background: var(--neutral-50);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--brand-primary);
}

@media (max-width: 900px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-sidebar {
    position: static;
  }
}


/* ============================================================
   NEWS PAGE — Live Feed Grid
   ============================================================ */
.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.news-header h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0;
}

.news-timestamp {
  font-size: 0.85rem;
  color: var(--neutral-400);
  margin-top: 0.3rem;
}

.news-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.article-anchor {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.2rem;
  background: #fff;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: inherit;
  transition: all var(--transition-fast);
  cursor: pointer;
}

.article-anchor:hover {
  border-color: var(--brand-primary);
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}

.article-anchor.highlight {
  border-color: var(--brand-primary);
  background: rgba(79, 70, 229, 0.03);
  animation: highlightPulse 1.8s ease-out;
}

@keyframes highlightPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.3);
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.news-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad-ocean);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content {
  flex: 1;
  min-width: 0;
}

.news-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--neutral-800);
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-meta {
  font-size: 0.78rem;
  color: var(--neutral-400);
  margin-top: 0.3rem;
}

.badge-new {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  background: var(--grad-sunrise);
  color: #fff;
  padding: 1px 7px;
  border-radius: var(--radius-full);
  margin-left: 8px;
  vertical-align: middle;
  text-transform: uppercase;
}

/* Skeleton loading */
.news-skeleton {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.2rem;
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-md);
  animation: shimmer 1.5s ease-in-out infinite;
}

.skeleton-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  background: var(--neutral-100);
}

.skeleton-lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.skeleton-line {
  height: 12px;
  border-radius: 6px;
  background: var(--neutral-100);
}

.skeleton-line:first-child {
  width: 80%;
}

.skeleton-line:last-child {
  width: 50%;
}

@keyframes shimmer {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.animate-in {
  animation: fadeSlideIn 0.4s ease-out;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

@media (max-width: 640px) {
  .news-thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }

  .news-title {
    font-size: 0.88rem;
  }
}


/* ============================================================
   PRICING CARDS
   ============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.pricing-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  border: 1px solid var(--neutral-200);
  text-align: center;
  transition: all var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad-emerald-teal);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: var(--brand-emerald);
}

.pricing-card.popular {
  border: 2px solid var(--brand-emerald);
  box-shadow: var(--shadow-lg), 0 0 0 4px rgba(16, 185, 129, 0.08);
}

.pricing-card.popular::after {
  content: 'Most Popular';
  position: absolute;
  top: 16px;
  right: -28px;
  background: var(--brand-emerald);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 36px;
  transform: rotate(45deg);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-card h3 {
  font-family: 'Outfit', var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--neutral-900);
}

.pricing-card .price {
  font-family: 'Sora', var(--font-heading);
  font-size: 2.8rem;
  font-weight: 800;
  color: #059669;
  margin: 1rem 0 0.3rem;
  line-height: 1;
}

.pricing-card .price-suffix {
  font-size: 0.9rem;
  color: var(--neutral-400);
  font-weight: 400;
}

.pricing-card .price-note {
  font-size: 0.82rem;
  color: var(--neutral-400);
  margin-bottom: 1.5rem;
}

.pricing-card ul {
  text-align: left;
  margin-bottom: 1.5rem;
}

.pricing-card ul li {
  font-size: 0.9rem;
  color: var(--neutral-600);
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--neutral-100);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-card ul li::before {
  content: '✓';
  color: #059669;
  font-weight: 700;
  flex-shrink: 0;
}


/* ============================================================
   PRODUCT / BRAND SECTION CARDS
   ============================================================ */
.product-section {
  padding: 3rem 0;
  border-bottom: 1px solid var(--neutral-100);
}

.product-section:last-child {
  border-bottom: none;
}

.product-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.product-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: var(--radius-md);
  background: #fff;
  padding: 8px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--neutral-100);
}

.product-header h3 {
  font-family: 'Outfit', var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--neutral-900);
}

.product-header .product-tagline {
  font-size: 0.9rem;
  color: var(--neutral-500);
  margin: 0;
}

.product-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.product-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0.8rem 1rem;
  background: var(--neutral-50);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--brand-emerald);
}

.product-feature-item i {
  color: var(--brand-emerald);
  margin-top: 3px;
  flex-shrink: 0;
}

.product-feature-item span {
  font-size: 0.9rem;
  color: var(--neutral-600);
}


/* ============================================================
   FOOTER — Gradient Background
   ============================================================ */
.footer {
  background: linear-gradient(135deg, #0f0c29 0%, #1a1a4e 40%, #24243e 70%, #0c1b33 100%);
  color: rgba(255, 255, 255, 0.8);
  padding: clamp(3rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem) 1.5rem;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad-sunset);
}

.footer::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 2.5rem;
  max-width: var(--container-max);
  margin: 0 auto;
}

.footer-col h3 {
  font-family: 'Outfit', var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.6rem;
}

.footer-col h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--grad-ocean);
  border-radius: 2px;
}

.footer-col p,
.footer-col a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  transition: color var(--transition-fast);
}

.footer-col a:hover {
  color: var(--brand-accent);
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-col ul li a {
  display: inline-block;
  padding: 2px 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-col ul li a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer-col i {
  color: var(--brand-accent);
  margin-right: 8px;
  width: 16px;
}

.footer .contact-form input,
.footer .contact-form textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  margin-bottom: 0.7rem;
  font-family: var(--font-primary);
  font-size: 0.88rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  outline: none;
  transition: all var(--transition-fast);
}

.footer .contact-form input::placeholder,
.footer .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.footer .contact-form input:focus,
.footer .contact-form textarea:focus {
  border-color: var(--brand-primary);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.footer .contact-form button {
  width: 100%;
  padding: 0.7rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background: var(--grad-ocean);
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.footer .contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
}

.copyright {
  text-align: center;
  padding-top: 2rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.whatsapp-btn {
  position: fixed;
  bottom: 5.5rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 998;
  transition: all var(--transition-fast);
  text-decoration: none;
  animation: whatsappPulse 2s ease-in-out infinite;
}

.whatsapp-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

@keyframes whatsappPulse {

  0%,
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }

  50% {
    box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6), 0 0 0 8px rgba(37, 211, 102, 0.1);
  }
}


/* ============================================================
   MOBILE CALL FLOATING BUTTON
   Only visible on devices where hamburger nav is active (≤1024px)
   ============================================================ */
.mobile-call-btn {
  display: none; /* Hidden on desktop */
  position: fixed;
  bottom: 9.5rem; /* Positioned above the WhatsApp button */
  right: 2rem;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  box-shadow: 0 4px 20px rgba(79, 70, 229, 0.45);
  z-index: 998;
  transition: all var(--transition-fast);
  text-decoration: none;
  animation: callPulse 2.5s ease-in-out infinite;
}

.mobile-call-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 8px 30px rgba(79, 70, 229, 0.55);
  color: #fff;
}

@keyframes callPulse {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.45);
  }
  50% {
    box-shadow: 0 4px 30px rgba(79, 70, 229, 0.65), 0 0 0 8px rgba(79, 70, 229, 0.1);
  }
}

@media (max-width: 1024px) {
  .mobile-call-btn {
    display: flex;
  }
}


/* ============================================================
   FAQ PAGE — Complete Layout + 3-Scrollbar
   ============================================================ */
.faq-search-bar {
  margin-bottom: 2rem;
}

.faq-search-bar input {
  width: 100%;
  padding: 1rem 1.5rem;
  font-family: var(--font-primary);
  font-size: 1.05rem;
  border: 2px solid var(--neutral-200);
  border-radius: var(--radius-full);
  background: #fff;
  outline: none;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.faq-search-bar input:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1), var(--shadow-md);
}

.faq-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2.5rem;
  align-items: start;
}

/* Sidebar */
.faq-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--neutral-200);
  box-shadow: var(--shadow-sm);
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

.faq-sidebar::-webkit-scrollbar {
  width: 4px;
}

.faq-sidebar::-webkit-scrollbar-thumb {
  background: var(--neutral-300);
  border-radius: 4px;
}

.faq-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.faq-sidebar h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--neutral-800);
  margin-bottom: 0.3rem;
}

.faq-counter {
  font-size: 0.82rem;
  color: var(--neutral-400);
  margin-bottom: 1rem;
}

/* Category buttons */
.faq-cats {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.faq-cats li {
  padding: 0.55rem 0.8rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--neutral-600);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition-fast);
  border-left: 3px solid transparent;
}

.faq-cats li:hover {
  background: rgba(79, 70, 229, 0.06);
  color: var(--brand-primary);
}

.faq-cats li.active {
  background: rgba(79, 70, 229, 0.1);
  color: var(--brand-primary);
  font-weight: 600;
  border-left-color: var(--brand-primary);
}

/* Main FAQ content */
.faq-main {
  min-width: 0;
}

.faq-list-dynamic {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 4px;
}

.faq-list-dynamic::-webkit-scrollbar {
  width: 5px;
}

.faq-list-dynamic::-webkit-scrollbar-thumb {
  background: var(--brand-primary);
  border-radius: 5px;
}

.faq-list-dynamic::-webkit-scrollbar-track {
  background: var(--neutral-100);
  border-radius: 5px;
}

/* Individual FAQ items */
.faq-list-dynamic .faq-item,
.faq-list-dynamic details {
  background: #fff;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.faq-list-dynamic .faq-item:hover,
.faq-list-dynamic details:hover {
  border-color: var(--brand-primary);
  box-shadow: var(--shadow-sm);
}

.faq-list-dynamic summary,
.faq-list-dynamic .faq-q {
  padding: 1rem 1.2rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--neutral-800);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all var(--transition-fast);
}

.faq-list-dynamic summary:hover,
.faq-list-dynamic .faq-q:hover {
  background: rgba(79, 70, 229, 0.04);
  color: var(--brand-primary);
}

/* FAQ question row - the JS creates: .faq-q > div (text) + .faq-toggle (+/−) */
.faq-list-dynamic .faq-q {
  padding: 1rem 1.2rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--neutral-800);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all var(--transition-fast);
}

.faq-list-dynamic .faq-q:hover {
  background: rgba(79, 70, 229, 0.04);
  color: var(--brand-primary);
}

.faq-toggle {
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--neutral-400);
  flex-shrink: 0;
  margin-left: 1rem;
  width: 24px;
  text-align: center;
  user-select: none;
}

/* Answer area - hidden by default, shown with .open */
.faq-list-dynamic .faq-a {
  display: none;
  padding: 0 1.2rem 1rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--neutral-600);
  border-top: 1px solid var(--neutral-100);
}

.faq-list-dynamic .faq-a.open {
  display: block;
}

.faq-list-dynamic .faq-a p {
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 0.5rem;
  padding-top: 0.8rem;
}

/* Steps inside answer */
.faq-steps {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.faq-step {
  padding: 0.5rem 0.8rem;
  background: var(--neutral-50);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--brand-primary);
  font-size: 0.88rem;
  color: var(--neutral-700);
}

/* Category item layout: name + count badge */
.faq-cats li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-cat-name {
  flex: 1;
}

.faq-cat-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-primary);
  background: rgba(79, 70, 229, 0.1);
  padding: 2px 8px;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}

/* FAQ responsive */
@media (max-width: 768px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-sidebar {
    position: static;
    max-height: none;
  }

  .faq-list-dynamic {
    max-height: none;
  }
}


/* ============================================================
   ENHANCED GLASSMORPHISM EFFECTS
   ============================================================ */
.section-light .card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.highlight-box {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.section-cool .pricing-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.testimonial-card {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* ============================================================
   CONTACT PAGE — Detailed Form + Action Cards
   ============================================================ */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2.5rem;
}

.contact-page-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 5vw, 2.5rem); /* Responsive padding */
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--neutral-100);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
  margin-top: 0.8rem;
  padding: 1.2rem;
  background: var(--neutral-50);
  border: 1.5px solid var(--neutral-200);
  border-radius: var(--radius-md);
}

.detailed-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.detailed-form .form-group {
  display: flex;
  flex-direction: column;
}

.detailed-form .form-group.full-width {
  margin-bottom: 1.2rem;
}

.detailed-form label {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--neutral-700);
  margin-bottom: 0.4rem;
}

.detailed-form label small {
  font-weight: 400;
  color: var(--neutral-400);
}

.detailed-form .req {
  color: var(--brand-rose);
}

.detailed-form input,
.detailed-form select,
.detailed-form textarea {
  font-family: var(--font-primary);
  font-size: 0.92rem;
  padding: 0.7rem 1rem;
  border: 1.5px solid var(--neutral-200);
  border-radius: var(--radius-md);
  background: var(--neutral-50);
  color: var(--neutral-800);
  transition: all var(--transition-fast);
  outline: none;
}

.detailed-form input:focus,
.detailed-form select:focus,
.detailed-form textarea:focus {
  border-color: var(--brand-primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.detailed-form select[multiple] {
  min-height: 120px;
}

.radio-group {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--neutral-600);
  cursor: pointer;
}

.radio-label input[type="radio"] {
  accent-color: var(--brand-primary);
  width: 16px;
  height: 16px;
}

/* Contact action cards */
.contact-page-info {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.contact-action-card {
  display: flex;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--neutral-100);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}

.contact-action-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.contact-action-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.contact-action-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--neutral-800);
  margin-bottom: 0.2rem;
}

.contact-action-card p {
  font-size: 0.82rem;
  color: var(--neutral-500);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .detailed-form .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .checkbox-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  
  .contact-page-form {
    padding: 1.25rem;
  }
  
  .detailed-form label {
    font-size: 0.82rem;
  }
}

/* ============================================================
   FOOTER BRANDING — Gradient Name
   ============================================================ */
.text-gradient-brand {
  background: linear-gradient(135deg, #ec4899, #6366f1, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* ============================================================
   PAGE HERO — Teal Variant
   ============================================================ */
.page-hero-teal {
  background: linear-gradient(135deg, #0d9488, #0ea5e9, #6366f1);
}

/* ============================================================
   TOP BRANDING HEADER (Home Page Only)
   ============================================================ */
.top-brand-header {
  text-align: center;
  padding: 1.5rem 1rem 3rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  z-index: 10;
}

.top-brand-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 42px);
  font-weight: 800;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}

.top-brand-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--neutral-600);
  word-spacing: 2px;
}

body.has-top-brand .navbar {
  top: 140px;
}

body.has-top-brand .navbar.scrolled {
  top: 10px;
}

@media (max-width: 768px) {
  body.has-top-brand .navbar {
    top: 160px;
  }
  .top-brand-header {
    padding: 1rem 0.5rem 1.5rem;
  }
  .top-brand-subtitle {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  body.has-top-brand .navbar {
    top: 180px;
  }
}
