/*
Theme Name: Hello Elementor Child
Theme URI: https://hikemytraffic.com/
Description: A premium, high-converting dark-theme child theme for HikeMyTraffic digital marketing agency.
Author: Antigravity
Author URI: https://hikemytraffic.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* --- Import Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* --- CSS Variables & Root Styling --- */
:root {
  --primary-bg: #030712;
  --secondary-bg: #0b0f19;
  --card-bg: rgba(11, 15, 25, 0.6);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  
  /* SaaS Accent Colors */
  --accent-growth: #00f299;
  --accent-cyan: #00d4ff;
  --accent-indigo: #6366f1;
  --accent-purple: #a855f7;
  --accent-pink: #ec4899;
  
  /* Borders & Glows */
  --border-color: rgba(255, 255, 255, 0.08);
  --border-glow: rgba(0, 242, 153, 0.15);
  
  /* Typography */
  --font-headings: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;

  /* Transitions */
  --transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  
  --shadow-premium: 0 20px 50px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 30px rgba(99, 102, 241, 0.15);
}

/* --- Base Resets & Layout --- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body, #page, .site, main, section {
  background-color: #030712 !important;
  color: #ffffff !important;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-headings);
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

p, span, label, li {
  color: #cbd5e1 !important;
}

.text-muted, .section-subtitle {
  color: #94a3b8 !important;
}

/* Highlights and custom item overrides to protect them from the global span/label/li rule */
.gradient-growth-text,
.gradient-text,
.gradient-growth-text *,
.gradient-text * {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

.btn-primary {
  color: #030712 !important;
}

.btn-secondary {
  color: #ffffff !important;
}

.logo a, .footer-logo a, .footer-logo {
  color: #ffffff !important;
}

.nav-link {
  color: #ffffff !important;
  font-weight: 600 !important;
}

.nav-link:hover,
.nav-item.active .nav-link {
  color: #00F299 !important;
}

.dropdown-link {
  color: #cbd5e1 !important;
}

.dropdown-link:hover {
  color: #ffffff !important;
}

.read-more, .read-more svg {
  color: #00F299 !important;
}

.section-tag {
  color: #00F299 !important;
}

.db-trend-up, .db-act-gain {
  color: #00F299 !important;
}

.calc-label span:last-child {
  color: #00f299 !important;
}

.calc-result-value {
  color: #00f299 !important;
}

.testimonial-stars {
  color: #facc15 !important;
}

.stats-mockup-num {
  color: #00f299 !important;
}

.status-indicator {
  background: #00f299 !important;
}

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

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

ul {
  list-style: none;
}

/* --- Common Layout & Section Helpers --- */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-padding {
  padding: 120px 0;
  position: relative;
}

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

.mb-12 { margin-bottom: 12px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }
.mb-64 { margin-bottom: 64px; }

/* --- Spotlights & Background Overlays --- */
.grid-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 60px 60px;
  background-position: center top;
  mask-image: radial-gradient(circle at center, black, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 80%);
  pointer-events: none;
  z-index: 0;
}

.spotlight {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, rgba(0, 242, 153, 0.03) 50%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

.spotlight-1 {
  top: -10%;
  right: -5%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, rgba(168, 85, 247, 0.05) 50%, transparent 70%);
}

.spotlight-2 {
  bottom: 20%;
  left: -10%;
  background: radial-gradient(circle, rgba(0, 242, 153, 0.1) 0%, rgba(0, 212, 255, 0.05) 50%, transparent 70%);
}

.spotlight-3 {
  top: 40%;
  right: -10%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.08) 0%, rgba(99, 102, 241, 0.04) 50%, transparent 70%);
}

/* --- Premium Typography & Highlights --- */
.gradient-text {
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
}

.gradient-growth-text {
  background: linear-gradient(135deg, var(--accent-growth) 0%, var(--accent-cyan) 50%, var(--accent-indigo) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-headings);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-growth);
  border: 1px solid rgba(0, 242, 153, 0.15);
  background: rgba(0, 242, 153, 0.04);
  padding: 6px 16px;
  border-radius: 99px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 242, 153, 0.05);
}

.section-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-growth);
  box-shadow: 0 0 8px var(--accent-growth);
}

/* --- Premium Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-headings);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 99px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
  z-index: 1;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-growth) 0%, var(--accent-cyan) 100%);
  color: #030712;
  box-shadow: 0 8px 30px rgba(0, 242, 153, 0.2);
  border: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 242, 153, 0.4);
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-indigo) 100%);
  opacity: 0;
  z-index: -1;
  transition: var(--transition-smooth);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* --- Glassmorphic Navigation Header --- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(3, 7, 18, 0.92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: var(--transition-smooth);
  height: 90px;
}

.site-header.scrolled {
  height: 76px;
  background: rgba(3, 7, 18, 0.92) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-headings);
  font-weight: 800;
  font-size: 24px;
  color: #ffffff !important;
  letter-spacing: -0.03em;
}

.logo-icon {
  width: 32px;
  height: 32px;
  stroke: var(--accent-growth);
  stroke-width: 2.5;
  fill: none;
  filter: drop-shadow(0 0 8px rgba(0, 242, 153, 0.4));
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-item {
  position: relative;
}

.nav-link {
  font-family: var(--font-headings);
  font-weight: 600 !important;
  font-size: 15px;
  color: #ffffff !important;
  padding: 8px 0;
  transition: var(--transition-fast);
}

.nav-link:hover,
.nav-item.active .nav-link {
  color: #00F299 !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-growth), var(--accent-cyan));
  transition: var(--transition-fast);
}

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

/* Dropdown Menu */
.nav-item.has-children {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  background: rgba(11, 15, 25, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 12px;
  min-width: 220px;
  box-shadow: var(--shadow-premium);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
}

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

.dropdown-link {
  display: block;
  padding: 10px 14px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition: var(--transition-fast);
}

.dropdown-link:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.05);
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 26px;
  cursor: pointer;
}

/* --- Premium Cards & Hover Interactions --- */
.gradient-border-card {
  position: relative;
  background: rgba(15, 23, 42, 0.85) !important;
  border: 1px solid rgba(0, 242, 153, 0.25) !important;
  border-radius: 20px;
  padding: 40px;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.gradient-border-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: var(--transition-smooth);
}

.gradient-border-card:hover::before {
  background: linear-gradient(135deg, var(--accent-growth), var(--accent-cyan), var(--accent-indigo));
}

.gradient-border-card:hover {
  background: rgba(15, 23, 42, 0.95) !important;
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 242, 153, 0.12);
}

.glass-card {
  background: rgba(15, 23, 42, 0.85) !important;
  border: 1px solid rgba(0, 242, 153, 0.25) !important;
  border-radius: 20px;
  padding: 36px;
  transition: var(--transition-smooth);
  position: relative;
}

.glass-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 242, 153, 0.35) !important;
  background: rgba(15, 23, 42, 0.95) !important;
  box-shadow: var(--shadow-premium);
}

/* --- Services Grid --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.service-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 242, 153, 0.12) 0%, rgba(99, 102, 241, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--accent-growth);
  border: 1px solid rgba(0, 242, 153, 0.15);
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.gradient-border-card:hover .service-icon-box {
  color: #030712;
  background: linear-gradient(135deg, var(--accent-growth) 0%, var(--accent-cyan) 100%);
  border-color: transparent;
  transform: scale(1.1) rotate(5deg);
}

.service-icon-box svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  z-index: 1;
}

/* --- Hero Section & Dashboard Mockup --- */
.hero-section {
  position: relative;
  padding-top: 200px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  min-height: 95vh;
  overflow: hidden;
  background: linear-gradient(135deg, #030712 0%, #07111F 50%, #0f172a 100%) !important;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 28px;
  letter-spacing: -0.03em;
}

.hero-content p {
  font-size: 19px;
  color: var(--text-secondary);
  margin-bottom: 44px;
  max-width: 550px;
  line-height: 1.6;
}

.hero-ctas {
  display: flex;
  gap: 20px;
}

/* Dashboard Mockup Component */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-mockup {
  background: rgba(8, 11, 20, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.8), 0 0 40px rgba(99, 102, 241, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  animation: float 7s ease-in-out infinite;
}

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

.db-header {
  height: 48px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

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

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

.db-dot:nth-child(1) { background: #ff5f56; }
.db-dot:nth-child(2) { background: #ffbd2e; }
.db-dot:nth-child(3) { background: #27c93f; }

.db-title {
  font-family: var(--font-headings);
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 1px;
}

.db-body {
  padding: 24px;
}

.db-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.db-metric-card {
  background: rgba(15, 23, 42, 0.85) !important;
  border: 1px solid rgba(0, 242, 153, 0.25) !important;
  border-radius: 12px;
  padding: 16px;
  transition: var(--transition-fast);
}

.db-metric-card:hover {
  background: rgba(15, 23, 42, 0.95) !important;
}

.db-metric-label {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.db-metric-value {
  font-family: var(--font-headings);
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.db-trend-up {
  font-size: 12px;
  color: var(--accent-growth);
  font-weight: 600;
}

.db-chart-container {
  height: 160px;
  position: relative;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.db-svg-chart {
  width: 100%;
  height: 100%;
}

.db-svg-path {
  stroke: url(#chart-gradient);
  stroke-width: 3.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: drawLine 3.5s cubic-bezier(0.4, 0, 0.2, 1) forwards infinite;
}

@keyframes drawLine {
  to { stroke-dashoffset: 0; }
}

.db-activities {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.db-activity-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.db-activity-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.db-act-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.db-act-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-growth);
  box-shadow: 0 0 6px var(--accent-growth);
}

.db-act-indicator.cyan {
  background: var(--accent-cyan);
  box-shadow: 0 0 6px var(--accent-cyan);
}

.db-act-name {
  font-weight: 600;
  color: var(--text-primary);
}

.db-act-query {
  color: var(--text-muted);
}

.db-act-gain {
  color: var(--accent-growth);
  font-weight: 700;
}

/* --- Section 3: Trust Badges Infinite Scroll --- */
.trust-section {
  padding: 60px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: rgba(3, 7, 18, 0.4);
  position: relative;
  z-index: 10;
}

.trust-heading {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--text-primary) !important;
}

.trust-paragraph {
  font-size: 15px;
  color: var(--text-secondary) !important;
  margin-bottom: 40px;
}

.logo-scroll-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
}

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

.logo-scroll-container::before {
  left: 0;
  background: linear-gradient(90deg, #030712 0%, transparent 100%);
}

.logo-scroll-container::after {
  right: 0;
  background: linear-gradient(-90deg, #030712 0%, transparent 100%);
}

.logo-scroll-track {
  display: flex;
  gap: 60px;
  width: calc(240px * 12);
  animation: logo-scroll 25s linear infinite;
}

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

.scroll-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 180px;
  color: var(--text-secondary);
  opacity: 0.65;
  transition: var(--transition-fast);
}

.scroll-logo-item svg {
  max-height: 28px;
  width: auto;
  fill: currentColor;
}

.scroll-logo-item:hover {
  opacity: 1;
  color: var(--text-primary);
  filter: drop-shadow(0 0 10px rgba(0, 242, 153, 0.15));
}

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

/* --- Section 5: About Us Layout --- */
.about-us-section {
  border-bottom: 1px solid var(--border-color);
  background: rgba(3, 7, 18, 0.2);
  position: relative;
  z-index: 10;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.stat-card {
  background: rgba(15, 23, 42, 0.8) !important;
  border: 1px solid rgba(0, 242, 153, 0.2) !important;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition-smooth);
}

.stat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 242, 153, 0.35) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 242, 153, 0.08);
}

.stat-num {
  font-family: var(--font-headings);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 13px;
  color: var(--text-secondary);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --- Section 6: Why Choose Us --- */
.why-choose-us-section {
  border-bottom: 1px solid var(--border-color);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}

.feature-card {
  background: rgba(11, 15, 25, 0.6) !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 20px;
  padding: 36px;
  transition: var(--transition-smooth);
  position: relative;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 242, 153, 0.25) !important;
  background: rgba(11, 15, 25, 0.85) !important;
  box-shadow: var(--shadow-premium);
}

.feature-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 242, 153, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--accent-growth);
  border: 1px solid rgba(0, 242, 153, 0.2);
}

.feature-check {
  width: 20px;
  height: 20px;
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary) !important;
}

.feature-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary) !important;
}

/* --- Timeline Process System --- */
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.timeline-step {
  position: relative;
  z-index: 1;
}

.step-num-glow {
  font-family: var(--font-headings);
  font-size: 56px;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(0, 242, 153, 0.5) 0%, rgba(99, 102, 241, 0.05) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  line-height: 1;
  transition: var(--transition-smooth);
}

.timeline-step:hover .step-num-glow {
  background: linear-gradient(135deg, var(--accent-growth) 0%, var(--accent-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(1.05);
}

.step-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.step-desc {
  font-size: 14px;
  color: var(--text-secondary);
}

/* --- Interactive ROI Calculator --- */
.calculator-box {
  background: rgba(11, 15, 25, 0.7);
  border: 1px solid var(--border-color);
  border-radius: 28px;
  padding: 56px;
  box-shadow: var(--shadow-premium);
  max-width: 900px;
  margin: 0 auto;
  backdrop-filter: blur(16px);
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.calc-inputs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.calc-label {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-headings);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px;
}

.calc-label span:last-child {
  color: var(--accent-growth);
  text-shadow: 0 0 10px rgba(0, 242, 153, 0.2);
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-growth) 0%, var(--accent-cyan) 100%);
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 242, 153, 0.5);
  transition: var(--transition-fast);
}

input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.calc-results {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.calc-result-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.calc-result-value {
  font-family: var(--font-headings);
  font-size: 52px;
  font-weight: 800;
  color: var(--accent-growth);
  margin-bottom: 16px;
  text-shadow: 0 0 20px rgba(0, 242, 153, 0.15);
}

/* --- Premium Testimonial Carousel --- */
.carousel-container {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.testimonial-premium-card {
  background: #0b1120 !important;
  border: 1px solid rgba(0, 242, 153, 0.25) !important;
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-premium);
}

.testimonial-section {
  background-color: #070d19 !important;
}

.testimonial-avatar-gradient {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 24px;
  padding: 3px;
  background: linear-gradient(135deg, var(--accent-growth), var(--accent-cyan), var(--accent-indigo));
  box-shadow: 0 8px 20px rgba(0, 242, 153, 0.25);
}

.testimonial-avatar-gradient img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0b0f19;
  object-fit: cover;
}

.client-name {
  font-family: var(--font-headings);
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.client-company {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

.testimonial-stars {
  color: #fbbf24;
  font-size: 16px;
  margin-bottom: 24px;
  letter-spacing: 3px;
}

.testimonial-quote {
  font-size: 20px;
  line-height: 1.6;
  color: var(--text-primary);
  font-style: italic;
  font-weight: 500;
}

.carousel-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(11, 15, 25, 0.8);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: var(--transition-fast);
}

.carousel-nav-btn:hover {
  background: var(--text-primary);
  color: #030712;
  border-color: var(--text-primary);
}

.carousel-nav-btn.prev {
  left: 0;
}

.carousel-nav-btn.next {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: var(--transition-fast);
}

.carousel-dot.active {
  background: var(--accent-growth);
  width: 24px;
  border-radius: 99px;
  box-shadow: 0 0 10px rgba(0, 242, 153, 0.4);
}

/* --- Form Designs --- */
.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  border-radius: 10px;
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 15px;
  transition: var(--transition-fast);
}

.form-control::placeholder {
  color: var(--text-muted);
}

.form-control:focus {
  outline: none;
  border-color: var(--accent-growth);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 15px rgba(0, 242, 153, 0.1);
}

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

select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  padding-right: 40px;
}

/* --- CTA Banner --- */
.cta-banner {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(0, 242, 153, 0.08) 100%), var(--secondary-bg);
  border: 1px solid var(--border-color);
  border-radius: 28px;
  padding: 90px 48px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: var(--shadow-premium);
}

.cta-banner h2 {
  color: #ffffff !important;
}

.cta-banner p {
  color: #cbd5e1 !important;
}

.cta-banner .section-tag {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

/* --- Blog Post Layouts --- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.post-card {
  background: rgba(15, 23, 42, 0.85) !important;
  border: 1px solid rgba(0, 242, 153, 0.25) !important;
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.post-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 242, 153, 0.35) !important;
  box-shadow: var(--shadow-premium);
}

.post-thumb {
  height: 220px;
  background-color: rgba(255, 255, 255, 0.02);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--border-color);
}

.post-info {
  padding: 28px;
}

.post-meta {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  font-weight: 500;
}

.post-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.3;
}

.post-title a:hover {
  color: var(--accent-growth);
}

.post-excerpt {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.6;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  color: var(--accent-growth);
}

.read-more svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: var(--transition-fast);
}

.read-more:hover svg {
  transform: translateX(4px);
}

/* --- Footer Area --- */
.site-footer {
  background: #050811;
  border-top: 1px solid var(--border-color);
  padding: 100px 0 40px;
  font-size: 14px;
  color: var(--text-secondary);
  position: relative;
  z-index: 10;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 60px;
  margin-bottom: 80px;
}

.footer-logo {
  font-family: var(--font-headings);
  font-weight: 800;
  font-size: 22px;
  color: var(--text-primary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-title {
  font-family: var(--font-headings);
  font-weight: 600;
  font-size: 15px;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: #cbd5e1 !important;
}

.footer-links a:hover {
  color: #00F299 !important;
}

.site-footer .form-control {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.site-footer .form-control::placeholder {
  color: #94a3b8 !important;
}

.social-links {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
  color: var(--text-secondary);
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-icon:hover {
  background: var(--text-primary);
  color: #030712;
  border-color: var(--text-primary);
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-muted);
}

.footer-status {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 242, 153, 0.05);
  border: 1px solid rgba(0, 242, 153, 0.15);
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 12px;
  color: var(--accent-growth);
  font-weight: 600;
}

.status-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-growth);
  box-shadow: 0 0 6px var(--accent-growth);
  animation: pulse 1.5s infinite;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 56px;
  }

  .hero-content p {
    margin: 0 auto 36px;
  }

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

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

  .timeline-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .about-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 42px;
  }

  .section-padding {
    padding: 80px 0;
  }

  .services-grid,
  .blog-grid,
  .timeline-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-stats-grid,
  .features-grid {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu.mobile-active {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    background: rgba(8, 11, 20, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 32px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    gap: 20px;
    z-index: 999;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  }

  .mobile-toggle {
    display: block;
  }

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

  .nav-chevron {
    display: none !important;
  }
}

/* ==========================================================================
   Fluent Forms Dark Theme Overrides
   ========================================================================== */
.fluentform {
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --accent-growth: #00f299;
  --border-color: rgba(255, 255, 255, 0.08);
}

.fluentform .ff-el-group {
  margin-bottom: 24px !important;
}

.fluentform .ff-el-form-control {
  width: 100% !important;
  padding: 14px 18px !important;
  border-radius: 8px !important;
  border: 1px solid var(--border-color) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: var(--text-primary) !important;
  font-size: 15px !important;
  outline: none !important;
  transition: border-color 0.2s !important;
}

.fluentform .ff-el-form-control:focus {
  border-color: var(--accent-growth) !important;
}

.fluentform select.ff-el-form-control option {
  background-color: #0b0f19 !important;
  color: #ffffff !important;
}

.fluentform label.ff-el-is-required,
.fluentform label {
  display: block !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--text-secondary) !important;
  margin-bottom: 8px !important;
}

.fluentform button.ff-btn-submit {
  background: linear-gradient(135deg, var(--accent-growth), #00d4ff) !important;
  color: #030712 !important;
  font-weight: 600 !important;
  padding: 14px 28px !important;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
  width: 100% !important;
  font-family: var(--font-headings) !important;
  font-size: 15px !important;
}

.fluentform button.ff-btn-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 242, 153, 0.25) !important;
}

.fluentform .ff-errors-in-stack {
  color: #ff5f56 !important;
  font-size: 13px !important;
  margin-top: 4px !important;
}

/* Success toast styling matching the contact-success-toast */
.fluentform .ff-message-success {
  background: rgba(0, 242, 153, 0.06) !important;
  border: 1px solid var(--accent-growth) !important;
  padding: 20px !important;
  border-radius: 12px !important;
  color: var(--accent-growth) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  box-shadow: 0 0 15px rgba(0, 242, 153, 0.08) !important;
  margin-bottom: 28px !important;
}