/* ==========================================================================
   DHARMIK TECH — IT SERVICES & SOFTWARE SOLUTIONS
   Clean, Premium Light Theme | Koparkhairane, Navi Mumbai
   Design System & Responsive Architecture
   ========================================================================== */

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

/* --- Design Tokens & CSS Variables (100% Light Theme) --- */
:root {
  /* Brand Colors */
  --primary: #FF6B00;                    /* Dharmik Orange */
  --primary-dark: #E05500;               /* Hover state */
  --primary-light: #FFF0E5;              /* Soft orange tint */
  --primary-subtle: #FFF8F2;             /* Very soft background */
  --primary-glow: rgba(255, 107, 0, 0.22);
  
  /* Neutral Dark / Typography */
  --dark: #121826;                       /* High-contrast headings */
  --dark-2: #1E293B;                     /* Sub-headings */
  --dark-3: #334155;                     /* Secondary text */
  --dark-4: #475569;                     /* Body copy */
  --dark-card: #FFFFFF;                  /* Clean white card */
  
  /* Light Theme Surfaces */
  --white: #FFFFFF;
  --bg-page: #FFFFFF;
  --bg-light: #F8FAFC;                   /* Light slate background */
  --bg-subtle: #F1F5F9;                  /* Subtle separator/ticker bg */
  --bg-card-light: #FFFFFF;
  
  /* Text Colors */
  --text-dark: #1E293B;
  --text-dark-muted: #64748B;
  --text-light: #1E293B;
  --text-muted: #64748B;
  
  /* Status & Accents */
  --whatsapp: #25D366;
  --whatsapp-dark: #1EBE5D;
  --success: #10B981;
  --info: #2563EB;
  
  /* Borders & Shadows (Soft, Crisp & Modern) */
  --border-light: #E2E8F0;
  --border-subtle: #EDF2F7;
  --border-dark: #E2E8F0;
  --border-dark-strong: #CBD5E1;
  --border-orange: rgba(255, 107, 0, 0.35);
  
  --shadow-xs: 0 1px 3px rgba(15, 23, 42, 0.05);
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 16px 36px rgba(15, 23, 42, 0.10);
  --shadow-dark: 0 16px 36px rgba(15, 23, 42, 0.08);
  --shadow-orange: 0 8px 24px rgba(255, 107, 0, 0.28);
  --shadow-glow: 0 0 30px rgba(255, 107, 0, 0.15);

  /* Radii */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Typography Scale */
  --font-heading: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --transition-slow: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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

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

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background-color: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

/* --- Utility Container & Typography --- */
.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-narrow {
  max-width: 960px;
}

.container-wide {
  max-width: 1400px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--dark);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.text-orange { color: var(--primary) !important; }
.text-white { color: var(--dark) !important; }
.text-muted { color: var(--text-dark-muted) !important; }
.text-light-muted { color: var(--text-dark-muted) !important; }
.bg-dark { background-color: var(--bg-light) !important; }
.bg-dark-2 { background-color: var(--bg-subtle) !important; }
.bg-light { background-color: var(--bg-light) !important; }

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.1rem;
  border-radius: var(--radius-full);
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background-color: var(--primary-light);
  color: var(--primary-dark);
  margin-bottom: 1.15rem;
  border: 1px solid rgba(255, 107, 0, 0.25);
}

.section-tag.dark-tag {
  background-color: var(--primary-light);
  color: var(--primary-dark);
  border-color: rgba(255, 107, 0, 0.3);
}

.section-tag i, .section-tag svg {
  font-size: 0.9rem;
}

.section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3.5rem auto;
}

.section-title {
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  margin-bottom: 1rem;
  color: var(--dark);
}

.section-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: var(--text-dark-muted);
  font-weight: 400;
  line-height: 1.65;
}

.section-header.dark .section-title {
  color: var(--dark);
}

.section-header.dark .section-subtitle {
  color: var(--text-dark-muted);
}

.section-pad {
  padding: 5.5rem 0;
}

@media (max-width: 768px) {
  .section-pad {
    padding: 3.75rem 0;
  }
  .section-header {
    margin-bottom: 2.5rem;
  }
}

/* --- Buttons & Interactive CTAs --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.75rem;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-normal);
  text-align: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #FF7A1A 0%, var(--primary) 100%);
  color: var(--white);
  box-shadow: var(--shadow-orange);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 10px 28px rgba(255, 107, 0, 0.4);
  transform: translateY(-2px);
  color: var(--white);
}

.btn-secondary {
  background-color: var(--white);
  color: var(--dark);
  border: 1.5px solid var(--border-light);
  box-shadow: var(--shadow-xs);
}

.btn-secondary:hover {
  background-color: var(--bg-light);
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.btn-secondary-dark {
  background-color: var(--white);
  color: var(--dark);
  border: 1.5px solid var(--border-light);
}

.btn-secondary-dark:hover {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-outline-orange {
  background-color: var(--white);
  color: var(--primary);
  border: 1.5px solid var(--primary);
}

.btn-outline-orange:hover {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-orange);
  transform: translateY(-2px);
}

.btn-white {
  background-color: var(--white);
  color: var(--primary-dark);
  box-shadow: var(--shadow-md);
  font-weight: 700;
}

.btn-white:hover {
  background-color: var(--bg-light);
  color: var(--primary);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.55rem 1.25rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 1.05rem 2.25rem;
  font-size: 1.05rem;
  border-radius: var(--radius-lg);
}

.btn-icon {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-radius: 50%;
}

/* ==========================================================================
   TOP BAR (LIGHT THEME)
   ========================================================================== */
.top-bar {
  background-color: #F8FAFC;
  color: var(--dark-3);
  font-size: 0.85rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border-light);
  position: relative;
  z-index: 100;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-info-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
  color: var(--dark-3);
  transition: var(--transition-fast);
}

.top-info-item svg, .top-info-item i {
  color: var(--primary);
}

.top-info-item:hover {
  color: var(--primary);
}

.top-location-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--primary-light);
  color: var(--primary-dark);
  padding: 0.2rem 0.75rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.775rem;
  border: 1px solid rgba(255, 107, 0, 0.25);
}

@media (max-width: 900px) {
  .top-bar {
    display: none;
  }
}

/* ==========================================================================
   STICKY HEADER & NAV (CLEAN WHITE WITH PROPER LOGO VISIBILITY)
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.35s ease;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  border-bottom-color: var(--border-light);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  transition: height 0.3s ease;
}

.site-header.scrolled .nav-inner {
  height: 80px;
}

/* Brand Logo (Sized prominently for optimal brand visibility) */
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 64px;
}

.brand-logo img {
  height: 58px;
  width: auto;
  max-width: 270px;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.04));
}

.site-header.scrolled .brand-logo {
  height: 54px;
}

.site-header.scrolled .brand-logo img {
  height: 50px;
}

@media (max-width: 600px) {
  .nav-inner {
    height: 75px;
  }
  .site-header.scrolled .nav-inner {
    height: 70px;
  }
  .brand-logo {
    height: 52px;
  }
  .brand-logo img {
    height: 48px;
    max-width: 210px;
  }
  .site-header.scrolled .brand-logo img {
    height: 44px;
  }
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.nav-link {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0;
  position: relative;
  transition: var(--transition-fast);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2.5px;
  background-color: var(--primary);
  transition: width 0.25s ease;
  border-radius: 2px;
}

.nav-link:hover, .nav-link.active {
  color: var(--primary);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

/* Dropdown Menu (Clean White) */
.nav-item-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: 290px;
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 0.75rem 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease;
  pointer-events: none;
  z-index: 100;
}

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

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition-fast);
}

.dropdown-item i, .dropdown-item svg {
  color: var(--primary);
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

.dropdown-item:hover {
  background-color: var(--primary-light);
  color: var(--primary-dark);
  transform: translateX(4px);
}

.dropdown-badge {
  font-size: 0.7rem;
  background: var(--primary);
  color: var(--white);
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-full);
  margin-left: auto;
  font-weight: 700;
}

/* Nav Actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--dark);
  font-size: 1.65rem;
  cursor: pointer;
  padding: 0.25rem;
}

@media (max-width: 1040px) {
  .nav-menu {
    position: fixed;
    top: 90px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 90px);
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
    gap: 1.25rem;
    overflow-y: auto;
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-top: 1px solid var(--border-light);
  }

  .nav-menu.active {
    left: 0;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    background-color: var(--bg-light);
    box-shadow: none;
    margin-top: 0.5rem;
    padding: 0.5rem;
    width: 100%;
    border: 1px solid var(--border-light);
  }

  .mobile-toggle {
    display: block;
  }

  .nav-actions .btn-quote-desktop {
    display: none;
  }
}

/* ==========================================================================
   OFFCANVAS CONTACT DRAWER (LIGHT THEME)
   ========================================================================== */
.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
  z-index: 1998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.offcanvas-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.offcanvas-panel {
  position: fixed;
  top: 0;
  right: -480px;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  background-color: var(--white);
  border-left: 1px solid var(--border-light);
  z-index: 1999;
  padding: 2.25rem 2rem;
  overflow-y: auto;
  transition: right 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: -10px 0 40px rgba(15, 23, 42, 0.15);
  display: flex;
  flex-direction: column;
}

.offcanvas-panel.active {
  right: 0;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-light);
}

.offcanvas-title {
  color: var(--dark);
  font-size: 1.35rem;
}

.offcanvas-close {
  background: var(--bg-light);
  color: var(--dark-3);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  border: 1px solid var(--border-light);
  transition: var(--transition-fast);
}

.offcanvas-close:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.offcanvas-info {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border-light);
}

.offcanvas-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: var(--text-dark-muted);
  font-size: 0.9rem;
  margin-bottom: 1.15rem;
}

.offcanvas-info-item svg, .offcanvas-info-item i {
  color: var(--primary);
  margin-top: 0.2rem;
  font-size: 1.1rem;
}

.offcanvas-info-item strong {
  color: var(--dark);
  display: block;
}

/* ==========================================================================
   HERO SECTION (CLEAN PREMIUM LIGHT THEME)
   ========================================================================== */
.hero-section {
  position: relative;
  background-color: #FFFFFF;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(255, 107, 0, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 90% 70%, rgba(37, 99, 235, 0.06) 0%, transparent 45%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  color: var(--dark);
  padding: 6rem 0 5.5rem 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border-light);
}

.hero-glow-1 {
  position: absolute;
  width: 500px;
  height: 500px;
  top: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.12) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 3.5rem;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 680px;
}

.hero-subtitle-box {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--primary-light);
  border: 1px solid rgba(255, 107, 0, 0.3);
  border-radius: var(--radius-full);
  padding: 0.4rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 1.5rem;
}

.hero-subtitle-box .pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary);
  animation: pulse-dot-anim 1.8s infinite;
}

@keyframes pulse-dot-anim {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 14px var(--primary); }
  100% { transform: scale(0.9); opacity: 0.8; }
}

.hero-title {
  font-size: clamp(2.4rem, 4.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--dark);
  margin-bottom: 1.35rem;
  letter-spacing: -0.03em;
}

.hero-title-typing {
  display: inline-block;
  color: var(--primary);
  border-right: 3px solid var(--primary);
  padding-right: 4px;
  min-height: 1.2em;
  animation: blink-cursor 0.75s step-end infinite;
}

@keyframes blink-cursor {
  from, to { border-color: transparent; }
  50% { border-color: var(--primary); }
}

.hero-description {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--text-dark-muted);
  margin-bottom: 2.25rem;
  line-height: 1.7;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.15rem;
  margin-bottom: 2.5rem;
}

.hero-trust-bar {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light);
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dark-3);
}

.hero-trust-item i, .hero-trust-item svg {
  color: var(--primary);
  font-size: 1.1rem;
}

/* Hero Right Visual Card (Light Theme) */
.hero-visual-card {
  position: relative;
}

.hero-card-container {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: var(--shadow-lg), 0 0 35px rgba(255, 107, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.hero-card-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #FF9800, #3B82F6);
}

.hero-code-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-light);
}

.hero-window-dots {
  display: flex;
  gap: 6px;
}

.hero-window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.hero-window-dots span:nth-child(1) { background: #EF4444; }
.hero-window-dots span:nth-child(2) { background: #F59E0B; }
.hero-window-dots span:nth-child(3) { background: #10B981; }

.hero-feature-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.hero-mini-box {
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: var(--transition-normal);
}

.hero-mini-box:hover {
  background: var(--primary-subtle);
  border-color: var(--primary);
  transform: translateY(-2px);
}

.hero-mini-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.hero-mini-text h5 {
  font-size: 0.875rem;
  color: var(--dark);
  margin-bottom: 0.15rem;
}

.hero-mini-text p {
  font-size: 0.775rem;
  color: var(--text-dark-muted);
}

@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-visual-card {
    max-width: 540px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   SCROLLING TICKER MARQUEE BELT (LIGHT THEME)
   ========================================================================== */
.ticker-marquee {
  background-color: #F8FAFC;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 1.1rem 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  animation: ticker-slide 28s linear infinite;
}

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

@keyframes ticker-slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--dark-2);
  padding: 0 1.5rem;
}

.ticker-item .ticker-dot {
  color: var(--primary);
  font-size: 1.25rem;
}

/* ==========================================================================
   PAGE HERO (INNER PAGES: LIGHT THEME)
   ========================================================================== */
.page-hero {
  background-color: #FFFFFF;
  background-image: 
    radial-gradient(circle at 15% 30%, rgba(255, 107, 0, 0.08) 0%, transparent 45%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  color: var(--dark);
  padding: 5.5rem 0 4.5rem 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border-light);
}

.page-hero-title {
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 1rem;
}

.page-hero-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--text-dark-muted);
  max-width: 700px;
  margin: 0 auto 1.5rem auto;
  line-height: 1.65;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--white);
  border: 1px solid var(--border-light);
  padding: 0.45rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  color: var(--text-dark-muted);
  box-shadow: var(--shadow-xs);
}

.breadcrumbs a {
  color: var(--dark);
  font-weight: 500;
}

.breadcrumbs a:hover {
  color: var(--primary);
}

.breadcrumbs .separator {
  color: var(--primary);
  font-size: 0.75rem;
}

.breadcrumbs .current {
  color: var(--primary);
  font-weight: 700;
}

/* ==========================================================================
   SERVICES GRID & CARDS (LIGHT THEME)
   ========================================================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}

.service-card {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #FF9800);
  transition: width 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-orange);
}

.service-card:hover::before {
  width: 100%;
}

.service-icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  margin-bottom: 1.5rem;
  transition: var(--transition-normal);
}

.service-card:hover .service-icon-wrapper {
  background: var(--primary);
  color: var(--white);
  transform: scale(1.08) rotate(3deg);
  box-shadow: var(--shadow-orange);
}

.service-card-title {
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
  color: var(--dark);
}

.service-card-desc {
  color: var(--text-dark-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.35rem;
}

.service-features-list {
  margin-bottom: 1.75rem;
  flex-grow: 1;
}

.service-feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--dark-2);
  margin-bottom: 0.55rem;
}

.service-feature-item svg, .service-feature-item i {
  color: var(--primary);
  font-size: 0.9rem;
  flex-shrink: 0;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-size: 0.925rem;
  font-weight: 700;
  color: var(--primary);
  margin-top: auto;
  transition: var(--transition-fast);
}

.service-card-link:hover {
  color: var(--primary-dark);
  gap: 0.75rem;
}

/* ==========================================================================
   SOFTWARE SOLUTIONS HUB & CARDS (LIGHT THEME)
   ========================================================================== */
.software-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2.25rem;
}

.software-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
}

.software-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  box-shadow: var(--shadow-lg), 0 0 25px rgba(255, 107, 0, 0.12);
}

.software-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.software-icon-box {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
}

.software-badge {
  font-size: 0.775rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  background: var(--bg-light);
  color: var(--dark-2);
  border: 1px solid var(--border-light);
}

.software-card-title {
  font-size: 1.4rem;
  color: var(--dark);
  margin-bottom: 0.75rem;
}

.software-card-desc {
  color: var(--text-dark-muted);
  font-size: 0.925rem;
  line-height: 1.6;
  margin-bottom: 1.35rem;
}

.software-bullets {
  margin-bottom: 1.75rem;
  flex-grow: 1;
}

.software-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: var(--dark-2);
  font-size: 0.875rem;
  margin-bottom: 0.55rem;
}

.software-bullet-item svg, .software-bullet-item i {
  color: var(--primary);
  font-size: 0.95rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.software-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
}

/* ==========================================================================
   STATS COUNTER SECTION (LIGHT THEME)
   ========================================================================== */
.stats-section {
  background-color: #F8FAFC;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

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

.stat-item {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  transition: var(--transition-normal);
}

.stat-item:hover {
  background: var(--primary-subtle);
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: var(--dark);
  font-size: 0.95rem;
  font-weight: 600;
}

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

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

/* ==========================================================================
   WHY CHOOSE US / TRUST SECTION (LIGHT THEME)
   ========================================================================== */
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}

.why-card {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}

.why-title {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
  color: var(--dark);
}

.why-desc {
  font-size: 0.925rem;
  color: var(--text-dark-muted);
  line-height: 1.65;
}

/* ==========================================================================
   NAVI MUMBAI LOCAL SEO SECTION & TAG CLOUD (LIGHT THEME)
   ========================================================================== */
.locality-section {
  background-color: #F8FAFC;
  color: var(--dark);
  padding: 5.5rem 0;
  position: relative;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.locality-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 3rem 2.5rem;
  box-shadow: var(--shadow-md);
}

.locality-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 2.25rem 0;
}

.locality-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-full);
  padding: 0.55rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dark-2);
  transition: var(--transition-fast);
}

.locality-pill svg, .locality-pill i {
  color: var(--primary);
  font-size: 0.85rem;
}

.locality-pill:hover, .locality-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-orange);
}

.locality-pill.active svg, .locality-pill:hover svg {
  color: var(--white);
}

.locality-footer-note {
  text-align: center;
  color: var(--text-dark-muted);
  font-size: 0.95rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ==========================================================================
   ABOUT STORY & 5-STEP PROCESS (LIGHT THEME)
   ========================================================================== */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}

.about-text h3 {
  font-size: 2.1rem;
  margin-bottom: 1.25rem;
  color: var(--dark);
}

.about-text p {
  color: var(--text-dark-muted);
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.about-visual {
  position: relative;
}

.about-feature-box {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  color: var(--dark);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  position: relative;
}

.process-step {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
  position: relative;
}

.process-step:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}

.process-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem auto;
  box-shadow: 0 4px 15px rgba(255, 107, 0, 0.35);
}

.process-title {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: var(--dark);
}

.process-desc {
  font-size: 0.875rem;
  color: var(--text-dark-muted);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .about-split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* ==========================================================================
   BLOG GRID & CARDS (LIGHT THEME)
   ========================================================================== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2.25rem;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-orange);
}

.blog-card-header {
  padding: 2rem 2rem 0.5rem 2rem;
}

.blog-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.825rem;
  color: var(--text-dark-muted);
  margin-bottom: 0.85rem;
}

.blog-category-pill {
  background: var(--primary-light);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.775rem;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
}

.blog-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.35;
  color: var(--dark);
  transition: var(--transition-fast);
}

.blog-card:hover .blog-card-title {
  color: var(--primary);
}

.blog-card-body {
  padding: 0 2rem 2rem 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-excerpt {
  color: var(--text-dark-muted);
  font-size: 0.925rem;
  margin-bottom: 1.25rem;
  line-height: 1.65;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--primary);
  margin-top: auto;
}

/* ==========================================================================
   CONTACT SECTION & FORMS (LIGHT THEME)
   ========================================================================== */
.contact-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
}

.contact-form-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 2.75rem;
  box-shadow: var(--shadow-md);
}

.form-group {
  margin-bottom: 1.4rem;
}

.form-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.45rem;
}

.form-control {
  width: 100%;
  padding: 0.85rem 1.15rem;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  color: var(--text-dark);
  background-color: var(--bg-light);
  transition: var(--transition-fast);
}

.form-control:focus {
  border-color: var(--primary);
  background-color: var(--white);
  box-shadow: 0 0 0 4px var(--primary-glow);
}

textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

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

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

.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-info-box {
  background: var(--white);
  color: var(--dark);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
}

.contact-info-box:hover {
  border-color: var(--primary);
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
}

.contact-info-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.contact-info-content h4, .contact-info-content h3 {
  color: var(--dark);
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.contact-info-content p, .contact-info-content a {
  color: var(--text-dark-muted);
  font-size: 0.925rem;
  line-height: 1.5;
}

.contact-info-content a:hover {
  color: var(--primary);
}

.map-wrapper {
  margin-top: 2rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  height: 270px;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* ==========================================================================
   CTA BANNER SECTION
   ========================================================================== */
.cta-banner {
  background: linear-gradient(135deg, #FF6B00 0%, #E05500 100%);
  color: var(--white);
  padding: 4.5rem 0;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.cta-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.cta-banner h2 {
  color: #FFFFFF !important;
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  margin-bottom: 0.75rem;
}

.cta-banner p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 620px;
}

.cta-banner-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .cta-banner-content {
    flex-direction: column;
    text-align: center;
  }
  .cta-banner p {
    margin: 0 auto;
  }
}

/* ==========================================================================
   FAQ ACCORDION (LIGHT THEME)
   ========================================================================== */
.faq-list {
  max-width: 840px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-xs);
}

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

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  text-align: left;
  cursor: pointer;
}

.faq-question svg, .faq-question i {
  color: var(--primary);
  font-size: 1.1rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-question svg, .faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.5rem;
  color: var(--text-dark-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  padding: 0 1.5rem 1.25rem 1.5rem;
}

/* ==========================================================================
   FOOTER (CLEAN LIGHT THEME)
   ========================================================================== */
.site-footer {
  background-color: #F8FAFC;
  color: var(--dark-3);
  padding: 5rem 0 2.5rem 0;
  border-top: 1px solid var(--border-light);
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr 1.1fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand p {
  font-size: 0.925rem;
  margin: 1.25rem 0 1.5rem 0;
  line-height: 1.65;
  color: var(--text-dark-muted);
}

.footer-social-links {
  display: flex;
  gap: 0.75rem;
}

.footer-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-xs);
}

.footer-social-btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  transform: translateY(-3px);
}

.footer-col-title {
  font-size: 1.15rem;
  color: var(--dark);
  margin-bottom: 1.35rem;
  position: relative;
  padding-bottom: 0.6rem;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2.5px;
  background: var(--primary);
  border-radius: 2px;
}

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

.footer-links a {
  color: var(--text-dark-muted);
  font-size: 0.925rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-links a:hover {
  color: var(--primary);
  transform: translateX(4px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.925rem;
  margin-bottom: 1rem;
}

.footer-contact-item svg, .footer-contact-item i {
  color: var(--primary);
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.footer-contact-item strong {
  color: var(--dark);
}

.footer-localities-strip {
  padding: 1.75rem 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 2rem;
}

.footer-localities-title {
  color: var(--dark);
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-localities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: 0.825rem;
  color: var(--text-dark-muted);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: var(--text-dark-muted);
}

.back-to-top {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-light);
  cursor: pointer;
  box-shadow: var(--shadow-xs);
  transition: var(--transition-fast);
}

.back-to-top:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  transform: translateY(-3px);
}

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

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* ==========================================================================
   FLOATING WHATSAPP & TOAST NOTIFICATION
   ========================================================================== */
.floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 58px;
  height: 58px;
  background-color: var(--whatsapp);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  z-index: 1500;
  font-size: 1.85rem;
  transition: var(--transition-normal);
  animation: pulse-whatsapp 2.5s infinite;
}

.floating-whatsapp:hover {
  background-color: var(--whatsapp-dark);
  transform: scale(1.12);
  color: var(--white);
}

@keyframes pulse-whatsapp {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Toast (Light Theme) */
.toast-container {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 2100;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none;
}

.toast-box {
  background-color: var(--white);
  color: var(--dark);
  border: 1px solid var(--border-light);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius-md);
  padding: 1rem 1.35rem;
  box-shadow: var(--shadow-lg);
  font-size: 0.925rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  pointer-events: auto;
  animation: toast-slide-in 0.35s ease forwards;
}

@keyframes toast-slide-in {
  from { transform: translateX(-100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* Micro-animations */
.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}
