/* ============================================
   VMS - Premium CSS Styles
   God-Level Professional Design
============================================ */

/* ============================================
   DASHBOARD SPECIFIC STYLES
============================================ */

/* Dashboard Chart Section */
.chart-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.chart-title-section {
  flex: 1;
}

.chart-actions-section {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.chart-filter {
  padding: 0.5rem 1rem;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: white;
  color: var(--medium-gray);
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.chart-filter:hover {
  background: var(--primary-blue);
  color: white;
  border-color: var(--primary-blue);
}

.chart-filter.active {
  background: var(--primary-blue);
  color: white;
  border-color: var(--primary-blue);
}

/* Calendar Widget Enhancements */
.calendar-day.has-event {
  background: rgba(0, 102, 255, 0.1);
  color: var(--primary-blue);
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.calendar-day.has-event:hover {
  background: var(--primary-blue);
  color: white;
  transform: scale(1.1);
}

.calendar-day.today.has-event {
  background: var(--primary-blue);
  color: white;
  font-weight: 700;
}

/* Event Details Modal */
.event-details-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.event-details-content {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.event-details-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--medium-gray);
}

.event-details-close:hover {
  color: var(--primary-blue);
}

/* Upcoming Event Widget - Dynamic */
.upcoming-event-dynamic {
  background: linear-gradient(
    135deg,
    var(--primary-blue),
    var(--secondary-blue)
  );
  color: white;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 1.5rem;
}

.upcoming-event-dynamic::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}

.event-badge-dynamic {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.event-title-dynamic {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.event-details-dynamic {
  opacity: 0.9;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.event-date-dynamic {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.event-actions-dynamic {
  display: flex;
  gap: 0.75rem;
}

.btn-event-dynamic {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn-primary-event-dynamic {
  background: white;
  color: var(--primary-blue);
}

.btn-primary-event-dynamic:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

/* Chart Container Improvements */
.chart-container-enhanced {
  padding: 1.5rem;
  height: 400px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive Improvements */
@media (max-width: 768px) {
  .chart-header-row {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .chart-actions-section {
    width: 100%;
    justify-content: flex-start;
  }
}

:root {
  --primary-blue: #ff9933;
  --secondary-blue: #ffd700;
  --accent-aqua: #ff5722;
  --pure-white: #ffffff;
  --pure-black: #000000;
  --dark-navy: #0a1628;
  --light-gray: #f7f9fc;
  --medium-gray: #6b7280;
  --border-light: #e5e7eb;
  --glass-bg: rgba(255, 255, 255, 0.95);
  --shadow-premium: 0 20px 60px rgba(0, 0, 0, 0.08);
  --gradient-primary: #ff5722;
  --gradient-bg: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  --gradient-dark: linear-gradient(135deg, #0a1628 0%, #1a2332 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: var(--pure-black);
  overflow-x: hidden;
  background: var(--gradient-bg);
}

i {
  color: #fff !important;
}
/* ============================================
   PREMIUM TYPOGRAPHY
============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.display-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* ============================================
   PREMIUM NAVIGATION
============================================ */
.navbar {
  background: var(--glass-bg);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 5px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar.scrolled {
  padding: 12px 0;
  box-shadow: var(--shadow-premium);
  background: rgba(255, 255, 255, 0.98);
}
/*.navbar .navbar-brand {font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 38px; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-decoration: none; letter-spacing: -0.03em; text-transform: uppercase;}*/
.navbar .navbar-brand {
  width: 20%;
}
.navbar .navbar-brand img {
  width: 170px;
}
.navbar .desktop-menu {
  width: 80%;
}
.navbar .nav-item i {
  color: var(--accent-aqua) !important;
}
.navbar .navbar-nav .nav-link {
  color: var(--pure-black);
  font-weight: 600;
  font-size: 16px;
  margin: 0 20px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Montserrat", sans-serif;
}
.navbar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--gradient-primary);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
  border-radius: 3px;
}
.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--primary-blue);
  transform: translateY(-2px);
}
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: all 0.3s ease;
}
.menu-line {
  width: 100%;
  height: 3px;
  background: var(--primary-blue);
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-toggle.active .menu-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.menu-toggle.active .menu-line:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .menu-line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
.off-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.off-canvas-overlay.active {
  opacity: 1;
  visibility: visible;
}
.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 380px;
  height: 100%;
  background: var(--pure-white);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  z-index: 1002;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.off-canvas-menu.active {
  right: 0;
}
.off-canvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid var(--border-light);
  background: var(--gradient-primary);
}
.off-canvas-logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: var(--pure-white);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.off-canvas-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--pure-white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}
.off-canvas-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
.off-canvas-body {
  flex: 1;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.off-canvas-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.off-canvas-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  color: var(--pure-black);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-20px);
  opacity: 0;
  animation: slideInMenu 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.off-canvas-link:nth-child(1) {
  animation-delay: 0.1s;
}
.off-canvas-link:nth-child(2) {
  animation-delay: 0.2s;
}
.off-canvas-link:nth-child(3) {
  animation-delay: 0.3s;
}
.off-canvas-link:nth-child(4) {
  animation-delay: 0.4s;
}
.off-canvas-link:nth-child(5) {
  animation-delay: 0.5s;
}
@keyframes slideInMenu {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.off-canvas-link:hover {
  background: rgba(0, 102, 255, 0.1);
  color: var(--primary-blue);
  transform: translateX(8px);
}
.off-canvas-link i {
  font-size: 20px;
  width: 24px;
  text-align: center;
}
.off-canvas-cta {
  margin: 40px 0;
}
.btn-off-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px;
  background: var(--gradient-primary);
  color: var(--pure-white);
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-off-canvas:hover {
  color: var(--pure-white);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 102, 255, 0.4);
}
.off-canvas-footer {
  text-align: center;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.social-link {
  width: 48px;
  height: 48px;
  background: rgba(0, 102, 255, 0.1);
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}
.social-link:hover {
  background: var(--primary-blue);
  color: var(--pure-white);
  transform: translateY(-3px);
}
.off-canvas-copyright {
  font-size: 14px;
  color: var(--medium-gray);
  margin: 0;
}
.btn-premium {
  background: var(--gradient-primary);
  color: var(--pure-white);
  padding: 16px 32px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-premium i {
  color: #fff;
}
.btn-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s;
}
.btn-premium:hover::before {
  left: 100%;
}
.btn-premium:hover {
  color: var(--pure-white);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 102, 255, 0.4);
  border-radius: 16px;
}
.hero-section {
  min-height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0 80px;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-dark);
  opacity: 0.85;
  z-index: 1;
}
.video-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a1628 0%, #1a2332 50%, #0066ff 100%);
  position: relative;
  overflow: hidden;
}
.video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--accent-aqua);
  border-radius: 50%;
  opacity: 0.6;
  animation: floatParticle 6s linear infinite;
}
.particle:nth-child(1) {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
  animation-duration: 8s;
}
.particle:nth-child(2) {
  top: 60%;
  left: 80%;
  animation-delay: 2s;
  animation-duration: 6s;
}
.particle:nth-child(3) {
  top: 80%;
  left: 40%;
  animation-delay: 4s;
  animation-duration: 10s;
}
.particle:nth-child(4) {
  top: 30%;
  left: 70%;
  animation-delay: 1s;
  animation-duration: 7s;
}
.particle:nth-child(5) {
  top: 50%;
  left: 10%;
  animation-delay: 3s;
  animation-duration: 9s;
}
@keyframes floatParticle {
  0% {
    transform: translateY(0px) translateX(0px) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-100px) translateX(50px) scale(0.5);
    opacity: 0;
  }
}

/* ============================================
   HERO CONTENT WITH PREMIUM TYPOGRAPHY
============================================ */
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-headline {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 3vw, 5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 32px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.highlight-text {
  color: var(--accent-aqua);
  text-shadow: 0 0 30px rgba(0, 229, 255, 0.5);
}
.hero-subheadline {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 600px;
  font-family: "Poppins", sans-serif;
}
.feature-checkpoints {
  list-style: none;
  margin-bottom: 48px;
}
.feature-checkpoints li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--pure-white);
  font-family: "Montserrat", sans-serif;
}
.feature-checkpoints .check-icon {
  background: var(--gradient-primary);
  color: var(--pure-white);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}
.cta-section {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.btn-primary-hero {
  background: var(--gradient-primary);
  color: var(--pure-white);
  font-weight: 700;
  font-size: 15px;
  padding: 18px 30px;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-primary-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.8s;
}
.btn-primary-hero:hover::before {
  left: 100%;
}
.btn-primary-hero:hover {
  color: var(--pure-white);
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(0, 102, 255, 0.5);
  border-radius: 16px;
}
.btn-secondary-hero {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  color: var(--pure-white);
  font-weight: 700;
  font-size: 15px;
  padding: 18px 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-secondary-hero:hover {
  background: var(--pure-white);
  color: var(--primary-blue);
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  border-color: var(--pure-white);
}

/* ============================================
   HERO VISUAL - DASHBOARD PREVIEW
============================================ */
.hero-visual {
  position: relative;
  z-index: 1;
}

.dashboard-preview {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.preview-header {
  background: var(--pure-white);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-light);
}

.preview-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot.red {
  background: #ff5f57;
}

.dot.yellow {
  background: #ffbd2e;
}

.dot.green {
  background: #28ca42;
}

.preview-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--pure-black);
}

.preview-content {
  padding: 30px;
}

.live-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  color: var(--medium-gray);
  font-family: "Montserrat", sans-serif;
}

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

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.dashboard-stats-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.mini-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: rgba(0, 102, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(0, 102, 255, 0.1);
  transition: all 0.3s ease;
}

.mini-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 102, 255, 0.1);
}

.mini-stat-icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-primary);
  color: var(--pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
}
.mini-stat-icon i {
  color: #fff;
}

.mini-stat-number {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: var(--pure-black);
}

.mini-stat-label {
  font-size: 14px;
  color: var(--medium-gray);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.mini-chart {
  margin-bottom: 30px;
}

.chart-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--pure-black);
  margin-bottom: 20px;
}

.chart-bars-mini {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 100px;
  padding: 20px;
  background: rgba(0, 102, 255, 0.02);
  border-radius: 12px;
  border: 1px solid rgba(0, 102, 255, 0.1);
}

.mini-bar {
  background: var(--gradient-primary);
  width: 16px;
  border-radius: 2px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  animation: growBar 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.mini-bar:nth-child(1) {
  animation-delay: 0.1s;
}
.mini-bar:nth-child(2) {
  animation-delay: 0.2s;
}
.mini-bar:nth-child(3) {
  animation-delay: 0.3s;
}
.mini-bar:nth-child(4) {
  animation-delay: 0.4s;
}
.mini-bar:nth-child(5) {
  animation-delay: 0.5s;
}
.mini-bar:nth-child(6) {
  animation-delay: 0.6s;
}
.mini-bar:nth-child(7) {
  animation-delay: 0.7s;
}

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

.activity-mini {
}

.activity-title-mini {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--pure-black);
  margin-bottom: 20px;
}

.activity-list-mini {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.activity-item-mini {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 14px;
  color: var(--medium-gray);
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.activity-dot-mini {
  width: 8px;
  height: 8px;
  background: var(--accent-aqua);
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

.floating-security-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  background: rgba(0, 229, 255, 0.9);
  backdrop-filter: blur(20px);
  color: var(--pure-white);
  padding: 16px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px rgba(0, 229, 255, 0.3);
  animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  animation: bounce 2s infinite;
}

.scroll-text {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.scroll-arrow {
  font-size: 20px;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.animate-zoom-in {
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

.animate-scale-in {
  opacity: 0;
  transform: scale(0.9) translateY(40px);
  animation: scaleIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
}

.animate-fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

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

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.scale-on-scroll {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.scale-on-scroll.animate-in {
  opacity: 1;
  transform: scale(1);
}

/* ============================================ LOADING OVERLAY =========================================== */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--pure-white) 0%,
    var(--light-gray) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.loading-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}
.premium-loader {
  width: 80px;
  height: 80px;
  position: relative;
}
.premium-loader::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 4px solid var(--border-light);
  border-top: 4px solid var(--primary-blue);
  border-radius: 50%;
  animation: premiumSpin 1.2s linear infinite;
}
.premium-loader::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 64px;
  height: 64px;
  border: 4px solid transparent;
  border-top: 4px solid var(--accent-aqua);
  border-radius: 50%;
  animation: premiumSpin 1.8s linear infinite reverse;
}
@keyframes premiumSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ============================================ RESPONSIVE DESIGN =========================================== */
@media (max-width: 768px) {
  .navbar-brand {
    font-size: 28px;
  }
  .hero-headline {
    font-size: 3rem;
    margin-bottom: 24px;
  }
  .hero-subheadline {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .cta-section {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 40px;
  }
  .btn-primary-hero,
  .btn-secondary-hero {
    justify-content: center;
    font-size: 16px;
    padding: 16px 32px;
  }
  .hero-stats {
    gap: 24px;
    justify-content: center;
  }
  .stat-number {
    font-size: 28px;
  }
  .dashboard-stats-mini {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .preview-content {
    padding: 20px;
  }
  .floating-security-badge {
    position: static;
    margin: 20px auto;
    align-self: center;
  }
  .off-canvas-menu {
    width: 100%;
    right: -100%;
  }
  .feature-checkpoints li {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .hero-headline {
    font-size: 2.2rem;
  }
  .hero-subheadline {
    font-size: 16px;
  }
  .off-canvas-header {
    padding: 20px;
  }
  .off-canvas-body {
    padding: 30px 20px 20px;
  }
  .off-canvas-link {
    font-size: 16px;
    padding: 14px 16px;
  }
}

/* ============================================
   INTRO SECTION STYLES
============================================ */
.intro-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.intro-content {
  position: relative;
  z-index: 2;
}
.intro-headline {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--pure-black);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
  text-align: left;
}
.intro-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--medium-gray);
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins", sans-serif;
  text-align: left;
}
.intro-features {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.intro-features .col-sm-6 {
  padding: 10px;
}
.feature-highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 44px 62px;
  background: var(--pure-white);
  border: 2px solid rgba(0, 102, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  flex-direction: column;
  text-align: center;
}
.feature-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 102, 255, 0.05),
    transparent
  );
  transition: left 0.6s ease;
}
.feature-highlight:hover::before {
  left: 100%;
}
.feature-highlight:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 102, 255, 0.15);
  border-color: var(--primary-blue);
}
.feature-icon {
  width: 56px;
  height: 56px;
  background: var(--gradient-primary);
  color: var(--pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.3);
  border-radius: 10px;
}
.feature-highlight span {
  font-size: 18px;
  font-weight: 600;
  color: var(--pure-black);
  font-family: "Montserrat", sans-serif;
}

/* Background Elements */
.intro-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.bg-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 102, 255, 0.05);
  animation: floatCircle 8s ease-in-out infinite;
}
.bg-circle-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}
.bg-circle-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}
.bg-circle-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 60%;
  animation-delay: 4s;
}

@keyframes floatCircle {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-30px) scale(1.1);
    opacity: 0.8;
  }
}

/* ============================================
   BENEFITS SECTION STYLES
============================================ */
.benefits-section {
  padding: 120px 0;
  background: var(--pure-white);
  position: relative;
  overflow: hidden;
}
.section-header {
  margin-bottom: 80px;
}
.section-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--pure-black);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.section-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--medium-gray);
  max-width: 900px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

.benefits-grid {
  gap: 0px;
}
.benefit-card {
  background: var(--pure-white);
  border: 1px solid var(--border-light);
  padding: 48px 40px;
  height: 100%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border-radius: 10px;
}
.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.benefit-card:hover::before {
  transform: scaleX(1);
}
.benefit-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 102, 255, 0.12);
  border-color: rgba(0, 102, 255, 0.2);
}
.benefit-icon-wrapper {
  position: relative;
  margin-bottom: 32px;
  width: 80px;
  height: 80px;
}
.benefit-icon {
  width: 80px;
  height: 80px;
  background: var(--gradient-primary);
  color: var(--pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  border-radius: 10px;
}

.icon-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary);
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.4s ease;
  z-index: 1;
}

.benefit-card:hover .icon-glow {
  opacity: 0.6;
}
.benefit-card:hover .benefit-icon {
  transform: scale(1.1);
}
.benefit-content {
  flex: 1;
}
.benefit-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--pure-black);
  margin-bottom: 20px;
  line-height: 1.3;
}
.benefit-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--medium-gray);
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
}
.benefit-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mini-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--pure-black);
  font-family: "Montserrat", sans-serif;
}
.mini-feature i {
  color: var(--accent-aqua) !important;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.core-features-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  position: relative;
  overflow: hidden;
}
.core-features-section .section-header {
  margin-bottom: 80px;
}
.core-features-section .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--pure-black);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.core-features-section .section-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--medium-gray);
  max-width: 600px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
.core-features-section .feature-block {
  margin-bottom: 120px;
  position: relative;
}
.core-features-section .feature-block:last-child {
  margin-bottom: 0;
}
.core-features-section .feature-number {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 24px;
  opacity: 0.8;
}
.core-features-section .feature-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--pure-black);
  margin-bottom: 24px;
  line-height: 1.3;
}
.core-features-section .feature-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--medium-gray);
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
}
.core-features-section .feature-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.core-features-section .highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--pure-black);
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}
.core-features-section .highlight-item:hover {
  color: var(--primary-blue);
  transform: translateX(8px);
}
.core-features-section .highlight-item i {
  color: var(--accent-aqua) !important;
  font-size: 18px;
  width: 24px;
  text-align: center;
}
.core-features-section .feature-visual {
  position: relative;
  padding: 20px;
}
.core-features-section .visual-card {
  background: var(--pure-white);
  border: 1px solid var(--border-light);
  box-shadow: 0 20px 60px rgba(0, 102, 255, 0.08);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
}
.core-features-section .visual-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 102, 255, 0.15);
}
.core-features-section .card-header {
  background: var(--light-gray);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border-light);
}
.core-features-section .header-dots {
  display: flex;
  gap: 6px;
}
.core-features-section .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--medium-gray);
}
.core-features-section .dot:nth-child(1) {
  background: #ff5f57;
}
.core-features-section .dot:nth-child(2) {
  background: #ffbd2e;
}
.core-features-section .dot:nth-child(3) {
  background: #28ca42;
}
.core-features-section .card-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--pure-black);
  font-family: "Montserrat", sans-serif;
}
.core-features-section .card-content {
  padding: 32px 24px;
}
.core-features-section .login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.core-features-section .form-group {
  position: relative;
}
.core-features-section .input-field {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: rgba(0, 102, 255, 0.05);
  border: 2px solid rgba(0, 102, 255, 0.1);
  transition: all 0.3s ease;
}
.core-features-section .input-field:hover {
  border-color: var(--primary-blue);
  background: rgba(0, 102, 255, 0.08);
}
.core-features-section .input-icon {
  color: var(--primary-blue);
  font-size: 16px;
  width: 20px;
  text-align: center;
}
.core-features-section .input-placeholder {
  color: var(--medium-gray);
  font-size: 14px;
  font-weight: 500;
}
.core-features-section .login-button {
  background: var(--gradient-primary);
  color: var(--pure-white);
  padding: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.core-features-section .login-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.3);
}
.core-features-section .button-loader {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid var(--pure-white);
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  animation: spin 1s linear infinite;
  opacity: 0;
}
.core-features-section .login-button:hover .button-loader {
  opacity: 1;
}
.core-features-section .security-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background: var(--accent-aqua);
  color: var(--pure-white);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 229, 255, 0.3);
  animation: float 3s ease-in-out infinite;
}
.core-features-section .aadhaar-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.core-features-section .form-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid var(--border-light);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.core-features-section .form-step.active {
  opacity: 1;
  background: rgba(0, 102, 255, 0.05);
  border-color: var(--primary-blue);
}
.core-features-section .step-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  color: var(--pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}
.core-features-section .step-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--pure-black);
  font-family: "Montserrat", sans-serif;
}
.core-features-section .aadhaar-input {
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-blue);
  margin-left: auto;
}
.core-features-section .otp-boxes {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.core-features-section .otp-box {
  width: 40px;
  height: 40px;
  background: var(--pure-white);
  border: 2px solid var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-blue);
  font-family: "JetBrains Mono", monospace;
}
.core-features-section .verification-status {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: rgba(40, 202, 66, 0.1);
  border: 1px solid rgba(40, 202, 66, 0.3);
  color: #28ca42;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.core-features-section .verification-status i {
  font-size: 18px;
}

/* Visitor List Visual */
.core-features-section .visitor-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.core-features-section .visitor-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}
.core-features-section .visitor-item:hover {
  background: rgba(0, 102, 255, 0.05);
  border-color: var(--primary-blue);
  transform: translateX(4px);
}
.core-features-section .visitor-avatar {
  width: 48px;
  height: 48px;
  background: var(--gradient-primary);
  color: var(--pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.core-features-section .visitor-info {
  flex: 1;
}
.core-features-section .visitor-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--pure-black);
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
}
.core-features-section .visitor-details {
  font-size: 14px;
  color: var(--medium-gray);
  font-weight: 500;
}
.core-features-section .visitor-status {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
}
.core-features-section .visitor-status.active {
  background: rgba(40, 202, 66, 0.1);
  color: #28ca42;
  border: 1px solid rgba(40, 202, 66, 0.3);
}
.core-features-section .visitor-status.pending {
  background: rgba(251, 146, 60, 0.1);
  color: #fb923c;
  border: 1px solid rgba(251, 146, 60, 0.3);
}
.core-features-section .visitor-status.completed {
  background: rgba(107, 114, 128, 0.1);
  color: var(--medium-gray);
  border: 1px solid rgba(107, 114, 128, 0.3);
}

/* Face Scanner Visual */
.core-features-section .face-scanner {
  text-align: center;
}
.core-features-section .scanner-frame {
  width: 200px;
  height: 200px;
  border: 3px solid var(--primary-blue);
  border-radius: 50%;
  margin: 0 auto 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-features-section .face-outline {
  width: 120px;
  height: 120px;
  border: 2px dashed rgba(0, 102, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.core-features-section .face-icon {
  font-size: 48px;
  color: var(--primary-blue);
}
.core-features-section .scan-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50%;
}
.core-features-section .scan-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent-aqua),
    transparent
  );
  animation: scanMove 2s linear infinite;
}
.core-features-section .scan-line:nth-child(1) {
  top: 30%;
  animation-delay: 0s;
}
.core-features-section .scan-line:nth-child(2) {
  top: 50%;
  animation-delay: 0.5s;
}
.core-features-section .scan-line:nth-child(3) {
  top: 70%;
  animation-delay: 1s;
}

@keyframes scanMove {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.core-features-section .scan-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--medium-gray);
  font-family: "Montserrat", sans-serif;
}
.core-features-section .status-dot {
  width: 8px;
  height: 8px;
  background: var(--accent-aqua);
  border-radius: 50%;
}
.core-features-section .status-dot.pulse {
  animation: pulse 1.5s infinite;
}
.core-features-section .match-result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(40, 202, 66, 0.1);
  border: 1px solid rgba(40, 202, 66, 0.3);
  color: #28ca42;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

/* Invite Preview Visual */
.core-features-section .invite-preview {
  background: linear-gradient(
    135deg,
    var(--light-gray) 0%,
    var(--pure-white) 100%
  );
  padding: 24px;
  text-align: center;
}
.core-features-section .invite-header {
  margin-bottom: 24px;
}
.core-features-section .company-logo {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.core-features-section .invite-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--pure-black);
  font-family: "Montserrat", sans-serif;
}
.core-features-section .invite-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.core-features-section .detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--medium-gray);
}
.core-features-section .detail-item i {
  color: var(--primary-blue);
  width: 16px;
  text-align: center;
}

.core-features-section .verify-button {
  background: var(--gradient-primary);
  color: var(--pure-white);
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.core-features-section .verify-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.3);
}
.core-features-section .qr-code {
  width: 80px;
  height: 80px;
  background: var(--pure-black);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.core-features-section .qr-pattern {
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
      0deg,
      transparent,
      transparent 4px,
      var(--pure-white) 4px,
      var(--pure-white) 8px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 4px,
      var(--pure-white) 4px,
      var(--pure-white) 8px
    );
  opacity: 0.8;
}

/* Background Elements */
.core-features-section .features-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.core-features-section .bg-shape {
  position: absolute;
  background: rgba(0, 102, 255, 0.03);
  border-radius: 50%;
  animation: floatShape 10s ease-in-out infinite;
}
.core-features-section .shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -10%;
  animation-delay: 0s;
}
.core-features-section .shape-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: -5%;
  animation-delay: 3s;
}
.core-features-section .shape-3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 50%;
  animation-delay: 6s;
}

@keyframes floatShape {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-50px) rotate(180deg);
    opacity: 0.6;
  }
}

/* ============================================
   INDUSTRY SECTION STYLES
============================================ */
.industry-section {
  padding: 120px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.industry-section .section-header {
  margin-bottom: 80px;
}
.industry-section .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--pure-black);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.industry-section .section-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--medium-gray);
  max-width: 700px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
.industry-section .industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 60px;
}
.industry-section .industry-card {
  background: var(--pure-white);
  border: 1px solid var(--border-light);
  padding: 40px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-radius: 10px;
}
.industry-section .industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.industry-section .industry-card:hover::before {
  transform: scaleX(1);
}
.industry-section .industry-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 102, 255, 0.15);
  border-color: rgba(0, 102, 255, 0.2);
}
.industry-section .industry-icon {
  width: 80px;
  height: 80px;
  background: var(--gradient-primary);
  color: var(--pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 32px;
  margin: 0 auto 24px;
  transition: all 0.4s ease;
}
.industry-section .industry-card:hover .industry-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 30px rgba(0, 102, 255, 0.3);
}

.industry-section .industry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--pure-black);
  margin-bottom: 16px;
  line-height: 1.3;
}
.industry-section .industry-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--medium-gray);
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
}
.industry-section .industry-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}
/* .industry-section .feature-tag padding: 6px 12pxbackground: rgba(0, 102, 255, 0.1)color: var(--primary-blue)font-size: 12pxfont-weight: 600font-family: 'Montserrat', sans-seriftext-transform: uppercaseletter-spacing: 0.5pxtransition: all 0.3s ease;} */
.industry-section .industry-card:hover .feature-tag {
  background: rgba(0, 102, 255, 0.2);
  transform: translateY(-2px);
}
.industry-section .industry-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-blue) 0%,
    var(--secondary-blue) 100%
  );
  color: var(--pure-white);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 32px;
}
.industry-section .industry-card:hover .industry-overlay {
  opacity: 1;
  visibility: visible;
}
.industry-section .overlay-content {
  text-align: center;
}
.industry-section .overlay-content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.industry-section .overlay-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  opacity: 0.9;
}
.industry-section .overlay-stats {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.industry-section .stat {
  text-align: center;
}
.industry-section .stat-number {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 900;
  display: block;
  color: var(--accent-aqua);
  text-shadow: 0 0 20px rgba(0, 229, 255, 0.5);
}
.industry-section .stat-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
  opacity: 0.8;
}

/* Background Pattern */
.industry-section .industry-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.industry-section .pattern-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.industry-section .grid-item {
  border: 1px solid rgba(0, 102, 255, 0.1);
  animation: gridPulse 4s ease-in-out infinite;
}

.industry-section .grid-item:nth-child(odd) {
  animation-delay: 2s;
}

@keyframes gridPulse {
  0%,
  100% {
    background: transparent;
  }
  50% {
    background: rgba(0, 102, 255, 0.05);
  }
}

/* ============================================
   RESPONSIVE DESIGN
============================================ */
@media (max-width: 768px) {
  .core-features-section,
  .industry-section {
    padding: 80px 0;
  }

  .core-features-section .feature-block {
    margin-bottom: 80px;
  }

  .core-features-section .feature-number {
    font-size: 60px;
    margin-bottom: 16px;
  }

  .core-features-section .feature-title,
  .industry-section .industry-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .core-features-section .feature-description,
  .industry-section .industry-description {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .core-features-section .visual-card {
    margin-top: 40px;
  }

  .core-features-section .security-badge {
    position: static;
    display: inline-block;
    margin-top: 16px;
  }

  .industry-section .industry-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .industry-section .industry-card {
    padding: 32px 24px;
  }

  .industry-section .overlay-stats {
    gap: 20px;
    flex-direction: column;
  }

  .industry-section .stat-number {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .core-features-section .section-title,
  .industry-section .section-title {
    font-size: 2rem;
  }

  .core-features-section .section-subtitle,
  .industry-section .section-subtitle {
    font-size: 16px;
  }

  .core-features-section .feature-number {
    font-size: 48px;
  }

  .core-features-section .feature-title {
    font-size: 20px;
  }

  .core-features-section .card-content {
    padding: 24px 16px;
  }

  .core-features-section .scanner-frame {
    width: 160px;
    height: 160px;
  }

  .core-features-section .face-outline {
    width: 100px;
    height: 100px;
  }

  .core-features-section .face-icon {
    font-size: 36px;
  }

  .industry-section .industry-card {
    padding: 24px 20px;
  }

  .industry-section .industry-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}

/* ============================================
   TRUST SECTION STYLES
============================================ */
.trust-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}
.trust-card {
  background-color: var(--pure-white);
  border-radius: 12px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-premium);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.trust-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}
.trust-icon {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--primary-blue);
  background: var(--light-gray);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
}
.trust-section .trust-icon i {
  color: var(--primary-blue) !important;
}
.trust-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}
.trust-description {
  color: var(--medium-gray);
  font-size: 16px;
  line-height: 1.6;
}

/* ============================================
   TESTIMONIALS SECTION STYLES
============================================ */
.testimonials-section {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
}
.testimonial-carousel {
  padding: 20px 0;
}
.testimonial-card {
  background-color: var(--pure-white);
  border-radius: 12px;
  padding: 40px;
  margin: 15px;
  box-shadow: var(--shadow-premium);
  transition: all 0.3s ease;
  min-height: 410px;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.1);
}
.testimonial-quote {
  font-size: 36px;
  color: var(--primary-blue);
  opacity: 0.2;
  margin-bottom: 20px;
}
.testimonial-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-style: italic;
  color: var(--dark-navy);
  min-height: 154px;
}
.testimonial-author {
  display: flex;
  align-items: center;
}
.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-initials {
  color: var(--pure-white);
  font-weight: 700;
  font-size: 20px;
}
.author-name {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.author-title {
  font-size: 14px;
  color: var(--medium-gray);
  margin: 0;
}

.owl-carousel .owl-nav button {
  background: #157efa !important;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #fff !important;
  font-size: 20px !important;
}
.owl-carousel .owl-nav {
  display: flex !important; /* position: absolute; */
  left: 0;
  bottom: 45%;
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin-top: 40px;
}
/* ============================================
   RESPONSIVE DESIGN FOR NEW SECTIONS
============================================ */
@media (max-width: 768px) {
  .intro-section,
  .benefits-section {
    padding: 80px 0;
  }

  .intro-headline,
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 24px;
  }

  .intro-description,
  .section-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .intro-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-highlight {
    padding: 20px 24px;
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .feature-highlight span {
    font-size: 16px;
  }

  .benefits-grid {
    gap: 24px;
  }
  .benefit-card {
    padding: 32px 24px;
  }
  .benefit-title {
    font-size: 20px;
  }
  .benefit-description {
    font-size: 15px;
  }
  .section-header {
    margin-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .intro-headline,
  .section-title {
    font-size: 2rem;
  }

  .intro-description,
  .section-subtitle {
    font-size: 16px;
  }

  .feature-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .benefit-icon-wrapper,
  .benefit-icon {
    width: 64px;
    height: 64px;
  }
  .benefit-icon {
    font-size: 24px;
  }
  .benefit-card {
    padding: 24px 20px;
  }
}

/* ============================================
   SMOOTH SCROLL
============================================ */
html {
  scroll-behavior: smooth;
}

/* Footer Main Container */
.footer {
  position: relative;
  background: linear-gradient(135deg, #0a1628 0%, #1a2332 50%, #0f1419 100%);
  color: #ffffff;
  overflow: hidden;
}

/* Main Footer Content */
.footer .footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding: 80px 50px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Company Info Section */
.footer .company-info {
  padding-right: 20px;
}
.footer .footer-logo h2 {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.footer .company-description {
  color: #b8c5d1;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Social Links */
.footer .social-links {
  display: flex;
  gap: 15px;
}
.footer .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 12px;
  color: #00d4ff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
.footer .social-link:hover {
  background: rgba(0, 212, 255, 0.2);
  border-color: #00d4ff;
  transform: translateY(-2px);
}

/* Footer Sections */
.footer .footer-section {
  margin-bottom: 0;
}
.footer .footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
}
.footer .footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #00d4ff, #0099cc);
  border-radius: 1px;
}

/* Footer Links */
.footer .footer-links {
  list-style: none;
  padding: 0;
}
.footer .footer-links li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #fff;
}
.footer .footer-links li:hover::before {
  color: #00d4fc;
}
.footer .footer-links li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.footer .footer-links a {
  color: #b8c5d1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
.footer .footer-links a:hover {
  color: #00d4ff;
  transform: translateX(5px);
}
.footer .footer-links a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #00d4ff;
  transition: width 0.3s ease;
}
.footer .footer-links a:hover::before {
  width: 100%;
}

/* Contact Info */
.footer .contact-info {
  padding-left: 20px;
}
.footer .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  color: #b8c5d1;
  font-size: 0.95rem;
}
.footer .contact-item i {
  color: #00d4ff;
  margin-top: 2px;
  font-size: 1rem;
  flex-shrink: 0;
}

/* Newsletter Section */
.footer .newsletter-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 40px;
  background: rgba(0, 212, 255, 0.05);
  border-radius: 16px;
  margin: 40px 0;
  border: 1px solid rgba(0, 212, 255, 0.1);
}
.footer .newsletter-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.footer .newsletter-content p {
  color: #b8c5d1;
  font-size: 1rem;
}
.footer .newsletter-form {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
}
.footer .email-input {
  width: 280px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.3s ease;
}
.footer .email-input::placeholder {
  color: #8a9aa8;
}
.footer .email-input:focus {
  border-color: #00d4ff;
  background: rgba(255, 255, 255, 0.08);
}
.footer .subscribe-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.footer .subscribe-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3);
}
.footer .subscribe-btn i {
  transition: transform 0.3s ease;
}
.footer .subscribe-btn:hover i {
  transform: translateX(3px);
}

/* Footer Bottom */
.footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom-left p {
  color: #8a9aa8;
  font-size: 0.9rem;
}
.footer .legal-links {
  display: flex;
  list-style: none;
  gap: 30px;
}
.footer .legal-links a {
  color: #8a9aa8;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.footer .legal-links a:hover {
  color: #00d4ff;
}

/* Background Decoration */
.footer .footer-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.footer .bg-shape {
  position: absolute;
  background: linear-gradient(
    135deg,
    rgba(0, 212, 255, 0.1),
    rgba(0, 153, 204, 0.05)
  );
  border-radius: 50%;
  filter: blur(1px);
}
.footer .shape-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -150px;
  animation: float 20s ease-in-out infinite;
}
.footer .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -100px;
  animation: float 25s ease-in-out infinite reverse;
}
.footer .shape-3 {
  width: 150px;
  height: 150px;
  top: 40%;
  left: 10%;
  animation: float 30s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer .footer-main {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .footer .contact-info {
    grid-column: span 2;
    padding-left: 0;
    margin-top: 20px;
  }
  .footer .newsletter-section {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 40px 30px;
  }
  .footer .newsletter-form {
    width: 100%;
    justify-content: center;
  }
  .footer .email-input {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 60px 0 40px;
  }
  .footer .company-info {
    grid-column: span 2;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer .contact-info {
    grid-column: span 2;
    margin-top: 20px;
  }
  .footer .newsletter-section {
    padding: 30px 20px;
    margin: 30px 0;
  }
  .footer .newsletter-form {
    flex-direction: column;
    width: 100%;
  }
  .footer .email-input {
    width: 100%;
  }
  .footer .subscribe-btn {
    justify-content: center;
  }
  .footer .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 25px 0;
  }
  .footer .legal-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .footer .footer-container {
    padding: 0 15px;
  }
  .footer .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 50px 0 30px;
  }
  .footer .company-info {
    grid-column: span 1;
    text-align: center;
  }
  .footer .footer-logo h2 {
    font-size: 2rem;
  }
  .footer .social-links {
    justify-content: center;
  }
  .footer .newsletter-section {
    padding: 25px 15px;
  }
  .footer .newsletter-content h3 {
    font-size: 1.3rem;
  }
  .footer .legal-links {
    gap: 15px;
    font-size: 0.85rem;
  }
  .footer .bg-shape {
    display: none;
  }
}

/* Dark theme enhancements */
@media (prefers-color-scheme: dark) {
  .footer {
    background: linear-gradient(135deg, #000912 0%, #0a1628 50%, #000406 100%);
  }
  .footer .email-input {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.08);
  }
  .footer .newsletter-section {
    background: rgba(0, 212, 255, 0.03);
    border-color: rgba(0, 212, 255, 0.08);
  }
}

/* Print styles */
@media print {
  .footer {
    background: #ffffff !important;
    color: #000000 !important;
  }
  .footer .footer-logo h2,
  .footer .social-link,
  .footer .footer-links a:hover,
  .footer .contact-item i {
    color: #0099cc !important;
  }
  .footer .bg-shape {
    display: none !important;
  }
}

/* Counter Section Base */
.counter-section {
  background: var(--gradient-secondary);
  padding: 120px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}

/* Background Elements */
.counter-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: var(--gradient-primary);
  opacity: 0.1;
  animation: floatAnimation 20s ease-in-out infinite;
  filter: blur(1px);
}

.shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -200px;
  animation-duration: 25s;
}
.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -150px;
  animation-duration: 30s;
  animation-delay: -5s;
}
.shape-3 {
  width: 200px;
  height: 200px;
  top: 20%;
  left: 10%;
  animation-duration: 35s;
  animation-delay: -10s;
}
.shape-4 {
  width: 150px;
  height: 150px;
  bottom: 30%;
  right: 15%;
  animation-duration: 28s;
  animation-delay: -15s;
}

@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-30px) translateX(20px) rotate(90deg);
  }
  50% {
    transform: translateY(-10px) translateX(-20px) rotate(180deg);
  }
  75% {
    transform: translateY(-40px) translateX(10px) rotate(270deg);
  }
}

.grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      rgba(0, 212, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 60s linear infinite;
}

@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}

/* Section Header */

.section-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--light-text);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-subtitle {
  font-size: 1.2rem;
  color: var(--muted-text);
  line-height: 1.6;
  margin: 0 auto;
}

/* Counter Cards */
.counter-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-card);
}
.counter-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.6s ease;
}
.counter-card:hover::before {
  transform: scaleX(1);
}
.counter-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 212, 255, 0.3);
  box-shadow: var(--shadow-glow);
}

/* Counter Icon */
.counter-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.counter-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.counter-icon i {
  color: #fff;
}
.counter-icon.customers {
  background: var(--gradient-primary);
  color: white;
}
.counter-icon.uptime {
  background: linear-gradient(135deg, #00e676 0%, #00c853 100%);
  color: white;
}
.counter-icon.support {
  background: linear-gradient(135deg, #ff6b35 0%, #ff5722 100%);
  color: white;
}
.icon-glow {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -10px;
  left: -10px;
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.4s ease;
  filter: blur(20px);
}

.customers-glow {
  background: rgba(0, 212, 255, 0.4);
}
.uptime-glow {
  background: rgba(0, 230, 118, 0.4);
}
.support-glow {
  background: rgba(255, 107, 53, 0.4);
}

.counter-card:hover .icon-glow {
  opacity: 1;
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.6;
  }
}

/* Counter Content */
.counter-content {
  margin-bottom: 20px;
}
.counter-number {
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
  color: var(--light-text);
  line-height: 1;
  margin-right: 8px;
}
.counter-suffix {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-blue);
  vertical-align: top;
  margin-top: 8px;
}
.counter-label {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--light-text);
  margin: 15px 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.counter-description {
  font-size: 0.95rem;
  color: var(--muted-text);
  line-height: 1.6;
  margin: 0;
}

/* Progress Bar */
.counter-progress {
  position: relative;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 25px;
}
.progress-bar {
  height: 100%;
  width: 0;
  border-radius: 2px;
  transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.customers-progress {
  background: var(--gradient-primary);
}
.uptime-progress {
  background: linear-gradient(90deg, #00e676, #00c853);
}
.support-progress {
  background: linear-gradient(90deg, #ff6b35, #ff5722);
}

.progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Achievement Badges */
.achievement-wrapper {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px 30px;
  backdrop-filter: blur(10px);
}
.achievement-badge {
  padding: 20px;
  transition: all 0.3s ease;
}
.achievement-badge i {
  font-size: 2.5rem;
  color: var(--primary-blue);
  transition: all 0.3s ease;
}
.achievement-badge h6 {
  color: var(--light-text);
  font-weight: 600;
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.achievement-badge:hover i {
  transform: scale(1.2) rotate(10deg);
  color: var(--success-green);
}

@keyframes scrollProgress {
  0%,
  100% {
    height: 0;
  }
  50% {
    height: 100%;
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .section-title {
    font-size: 3rem;
  }
  .counter-number {
    font-size: 3.5rem;
  }
  .counter-suffix {
    font-size: 2rem;
    margin-top: 12px;
  }
}

@media (max-width: 992px) {
  .counter-section {
    padding: 100px 0;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .section-subtitle {
    font-size: 1.1rem;
  }
  .counter-card {
    padding: 35px 25px;
  }
  .counter-number {
    font-size: 3rem;
  }
  .counter-suffix {
    font-size: 1.8rem;
  }
  .counter-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
  .icon-glow {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 768px) {
  .counter-section {
    padding: 80px 0;
    min-height: auto;
  }
  .section-title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .section-subtitle {
    font-size: 1rem;
  }
  .counter-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .counter-number {
    font-size: 2.5rem;
  }
  .counter-suffix {
    font-size: 1.5rem;
    margin-top: 8px;
  }
  .counter-label {
    font-size: 1.2rem;
  }
  .achievement-wrapper {
    padding: 30px 20px;
  }
  .achievement-badge {
    padding: 15px;
  }
  .achievement-badge i {
    font-size: 2rem;
  }
  .achievement-badge h6 {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .counter-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-badge {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
  .counter-card {
    padding: 25px 15px;
  }
  .counter-number {
    font-size: 2.2rem;
  }
  .counter-suffix {
    font-size: 1.3rem;
  }
  .counter-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .icon-glow {
    width: 80px;
    height: 80px;
  }
  .floating-shape {
    display: none;
  }
}

/* Animation Delays for Staggered Effects */
.counter-card:nth-child(1) {
  animation-delay: 0.1s;
}
.counter-card:nth-child(2) {
  animation-delay: 0.2s;
}
.counter-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Print Styles */
@media print {
  .counter-section {
    background: white !important;
    color: black !important;
  }
  .floating-shape,
  .grid-pattern,
  .scroll-indicator {
    display: none !important;
  }
  .counter-card {
    border: 1px solid #ddd !important;
    background: white !important;
  }
  .section-title,
  .counter-number,
  .counter-label {
    color: black !important;
  }
}
