/* Education SaaS - System Font Design System */

/* ===== SYSTEM FONTS ===== */
/* Using system fonts instead of Google Fonts for better performance and to avoid CSP issues */

/* ===== EDUCATION SAAS COLOR SYSTEM ===== */
:root {
  /* Education Industry Primary Colors */
  --primary-education: #2563eb;       /* Deep Education Blue */
  --primary-education-light: #60a5fa; /* Light Education Blue */
  --primary-education-dark: #1d4ed8;  /* Dark Education Blue */
  
  --secondary-academic: #059669;      /* Academic Green */
  --secondary-academic-light: #34d399; /* Light Academic Green */
  --secondary-academic-dark: #047857;  /* Dark Academic Green */
  
  --accent-knowledge: #7c3aed;        /* Knowledge Purple */
  --accent-knowledge-light: #a78bfa;  /* Light Knowledge Purple */
  --accent-knowledge-dark: #5b21b6;   /* Dark Knowledge Purple */
  
  --accent-innovation: #ea580c;       /* Innovation Orange */
  --accent-innovation-light: #fb923c; /* Light Innovation Orange */
  --accent-innovation-dark: #c2410c;  /* Dark Innovation Orange */
  
  /* Neutral Colors - Clean and Professional */
  --white: #ffffff;
  --gray-25: #fcfcfd;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  
  /* Education Semantic Colors */
  --success-education: #059669;
  --success-light: #ecfdf5;
  --warning-education: #d97706;
  --warning-light: #fffbeb;
  --error-education: #dc2626;
  --error-light: #fef2f2;
  --info-education: #0284c7;
  --info-light: #f0f9ff;
  
  /* Background Colors */
  --bg-primary: var(--white);
  --bg-secondary: var(--gray-25);
  --bg-tertiary: var(--gray-50);
  --bg-overlay: rgba(15, 23, 42, 0.7);
  --bg-glass: rgba(255, 255, 255, 0.9);
  --bg-education-light: #eff6ff;
  
  /* Text Colors */
  --text-primary: var(--gray-900);
  --text-secondary: var(--gray-700);
  --text-tertiary: var(--gray-500);
  --text-quaternary: var(--gray-400);
  --text-inverse: var(--white);
  --text-brand: var(--primary-education);
  
  /* Border Colors */
  --border-light: var(--gray-200);
  --border-medium: var(--gray-300);
  --border-strong: var(--gray-400);
  
  /* Education Industry Gradients */
  --gradient-education: linear-gradient(135deg, var(--primary-education) 0%, var(--accent-knowledge) 100%);
  --gradient-academic: linear-gradient(135deg, var(--secondary-academic) 0%, var(--primary-education) 100%);
  --gradient-innovation: linear-gradient(135deg, var(--accent-innovation) 0%, var(--accent-knowledge) 100%);
  --gradient-hero: linear-gradient(135deg, #2563eb 0%, #7c3aed 50%, #059669 100%);
  --gradient-subtle: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
  
  /* Modern Shadows - Soft and Sophisticated */
  --shadow-xs: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(15, 23, 42, 0.1), 0 1px 2px -1px rgba(15, 23, 42, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(15, 23, 42, 0.1), 0 2px 4px -2px rgba(15, 23, 42, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.1), 0 4px 6px -4px rgba(15, 23, 42, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
  --shadow-focus: 0 0 0 4px rgba(37, 99, 235, 0.12);
  --shadow-education: 0 4px 20px rgba(37, 99, 235, 0.15);
  
  /* Typography - Modern System Font Stack with Better Rendering */
  --font-family-primary: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  --font-family-mono: ui-monospace, "SFMono-Regular", "SF Mono", "Cascadia Code", "Roboto Mono", "Consolas", "Liberation Mono", "Courier New", monospace;
  
  /* Font Weights */
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  
  /* Font Sizes - Modern Scale */
  --text-xs: 0.75rem;      /* 12px */
  --text-sm: 0.875rem;     /* 14px */
  --text-base: 1rem;       /* 16px */
  --text-lg: 1.125rem;     /* 18px */
  --text-xl: 1.25rem;      /* 20px */
  --text-2xl: 1.5rem;      /* 24px */
  --text-3xl: 1.875rem;    /* 30px */
  --text-4xl: 2.25rem;     /* 36px */
  --text-5xl: 3rem;        /* 48px */
  --text-6xl: 3.75rem;     /* 60px */
  
  /* Line Heights */
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  
  /* Spacing Scale */
  --space-1: 0.25rem;   /* 4px */
  --space-2: 0.5rem;    /* 8px */
  --space-3: 0.75rem;   /* 12px */
  --space-4: 1rem;      /* 16px */
  --space-5: 1.25rem;   /* 20px */
  --space-6: 1.5rem;    /* 24px */
  --space-8: 2rem;      /* 32px */
  --space-10: 2.5rem;   /* 40px */
  --space-12: 3rem;     /* 48px */
  --space-16: 4rem;     /* 64px */
  --space-20: 5rem;     /* 80px */
  --space-24: 6rem;     /* 96px */
  --space-32: 8rem;     /* 128px */
  
  /* Border Radius */
  --radius-none: 0;
  --radius-sm: 0.125rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease-out;
  --transition-medium: 0.2s ease-out;
  --transition-slow: 0.3s ease-out;
  --transition-all: all 0.2s ease-out;
}

/* ===== BASE STYLES ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-family-primary);
  line-height: var(--leading-normal);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-size: var(--text-base);
  font-weight: var(--font-regular);
  line-height: var(--leading-normal);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* ===== LAYOUT STRUCTURE ===== */
.main-content {
  flex: 1;
  padding-top: 90px; /* Account for fixed navbar */
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-display);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: -0.025em;
  margin-bottom: var(--space-4);
}

h1 {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
}

h2 {
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
}

h3 {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
}

h4 {
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
}

h5 {
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
}

h6 {
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
}

p {
  margin-bottom: var(--space-4);
  line-height: var(--leading-relaxed);
}

/* ===== MODERN NAVIGATION ===== */
.modern-navbar {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
  padding: var(--space-3) 0;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-all);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.modern-brand {
  text-decoration: none !important;
  color: var(--text-primary) !important;
  font-weight: var(--font-bold);
  font-size: var(--text-xl);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  transition: var(--transition-medium);
}

.modern-brand:hover {
  color: var(--primary-education) !important;
  transform: translateY(-1px);
}

.brand-content {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.brand-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-education);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: var(--text-lg);
  box-shadow: var(--shadow-education);
}

.brand-text {
  font-family: var(--font-family-display);
  font-weight: var(--font-bold);
  font-size: var(--text-xl);
  background: var(--gradient-education);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modern-nav {
  gap: var(--space-8);
}

.modern-nav-link {
  color: var(--text-secondary) !important;
  font-weight: var(--font-medium);
  font-size: var(--text-base);
  text-decoration: none !important;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-md);
  transition: var(--transition-medium);
  position: relative;
  overflow: hidden;
}

.modern-nav-link:hover {
  color: var(--primary-education) !important;
  background-color: var(--bg-education-light);
  transform: translateY(-1px);
}

.modern-nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-education);
  transition: width 0.3s ease;
}

.modern-nav-link:hover::before {
  width: 100%;
}

.modern-toggler {
  border: none !important;
  padding: var(--space-2);
  border-radius: var(--radius-md);
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.toggler-icon {
  width: 20px;
  height: 2px;
  background: var(--text-primary);
  border-radius: var(--radius-full);
  transition: var(--transition-medium);
}

.modern-toggler:hover .toggler-icon {
  background: var(--primary-education);
}

/* ===== MODERN BUTTONS ===== */
.btn-primary-saas {
  background: var(--gradient-education);
  color: white;
  font-weight: var(--font-semibold);
  font-size: var(--text-base);
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-lg);
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  box-shadow: var(--shadow-education);
  transition: var(--transition-medium);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-primary-saas:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
  color: white;
  text-decoration: none;
}

.btn-primary-saas::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.5s ease;
}

.btn-primary-saas:hover::before {
  left: 100%;
}

.btn-secondary-saas {
  background: transparent;
  color: var(--primary-education);
  font-weight: var(--font-semibold);
  font-size: var(--text-base);
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-lg);
  border: 2px solid var(--primary-education);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  transition: var(--transition-medium);
  cursor: pointer;
}

.btn-secondary-saas:hover {
  background: var(--primary-education);
  color: white;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  text-decoration: none;
}

/* ===== HERO SECTION ===== */
.saas-hero {
  background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 50%, #ecfdf5 100%);
  position: relative;
  overflow: hidden;
  padding: var(--space-20) 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.saas-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(124, 58, 237, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-announcement {
  margin-bottom: var(--space-6);
}

.announcement-badge {
  background: rgba(37, 99, 235, 0.1);
  color: var(--primary-education);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  border: 1px solid rgba(37, 99, 235, 0.2);
}

.hero-headline {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-6);
  color: var(--text-primary);
}

.highlight-text {
  background: var(--gradient-education);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.hero-subtext {
  font-size: var(--text-xl);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-8);
  max-width: 600px;
}

.hero-cta {
  display: flex;
  gap: var(--space-4);
  margin-bottom: var(--space-12);
  flex-wrap: wrap;
}

.hero-proof {
  display: flex;
  gap: var(--space-8);
  flex-wrap: wrap;
}

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

.proof-number {
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  color: var(--primary-education);
  margin-bottom: var(--space-1);
}

.proof-text {
  font-size: var(--text-sm);
  color: var(--text-tertiary);
  font-weight: var(--font-medium);
}

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

.dashboard-preview {
  background: white;
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-2xl);
  overflow: hidden;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  transition: var(--transition-slow);
}

.dashboard-preview:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.preview-header {
  background: var(--gradient-education);
  padding: var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.header-dots {
  display: flex;
  gap: var(--space-2);
}

.header-dots span {
  width: 12px;
  height: 12px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.3);
}

.header-title {
  color: white;
  font-weight: var(--font-semibold);
  font-size: var(--text-base);
}

h4 {
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
}

h5 {
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
}

h6 {
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
}

p {
  margin-bottom: var(--space-4);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
}

/* ===== MODERN BUTTON SYSTEM ===== */
.btn-asana {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-family: var(--font-family-primary);
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: var(--transition-all);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn-asana:focus {
  outline: none;
  box-shadow: var(--shadow-focus);
}

.btn-asana.btn-lg {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-lg);
}

.btn-asana.btn-sm {
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-sm);
}

/* Primary Button */
.btn-primary-asana {
  background: var(--gradient-coral);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}

.btn-primary-asana:hover {
  background: var(--gradient-sunset);
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
  color: var(--white);
  text-decoration: none;
}

/* Secondary Button */
.btn-secondary-asana {
  background: var(--white);
  color: var(--text-primary);
  border: 1.5px solid var(--border-medium);
  box-shadow: var(--shadow-xs);
}

.btn-secondary-asana:hover {
  background: var(--gray-50);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-sm);
  color: var(--text-primary);
  text-decoration: none;
}

/* Ghost Button */
.btn-ghost-asana {
  background: transparent;
  color: var(--text-secondary);
  border: none;
}

.btn-ghost-asana:hover {
  background: var(--gray-100);
  color: var(--text-primary);
  text-decoration: none;
}

/* ===== MODERN CARD SYSTEM ===== */
.card-asana {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: var(--transition-medium);
}

.card-asana:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--border-medium);
}

.card-asana-header {
  padding: var(--space-6);
  border-bottom: 1px solid var(--border-light);
}

.card-asana-body {
  padding: var(--space-6);
}

.card-asana-footer {
  padding: var(--space-6);
  border-top: 1px solid var(--border-light);
  background: var(--bg-secondary);
}

/* ===== HERO SECTION ===== */
.hero-asana {
  background: linear-gradient(135deg, var(--gray-25) 0%, var(--white) 100%);
  position: relative;
  overflow: hidden;
  padding: var(--space-24) 0;
}

.hero-asana::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f06a6a' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-title {
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  background: var(--gradient-sunset);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--space-6);
  line-height: var(--leading-tight);
}

.hero-subtitle {
  font-size: var(--text-xl);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: var(--leading-relaxed);
}

.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-12);
}

@media (min-width: 640px) {
  .hero-cta {
    flex-direction: row;
    justify-content: center;
  }
}

/* ===== FEATURE GRID ===== */
.features-asana {
  padding: var(--space-24) 0;
  background: var(--bg-secondary);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-8);
  margin-top: var(--space-16);
}

.feature-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-medium);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-coral);
  transform: translateX(-100%);
  transition: var(--transition-medium);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.feature-card:hover::before {
  transform: translateX(0);
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-2xl);
  margin-bottom: var(--space-6);
  position: relative;
}

.feature-icon.icon-coral {
  background: linear-gradient(135deg, var(--primary-coral-light) 0%, var(--primary-coral) 100%);
  color: var(--white);
}

.feature-icon.icon-purple {
  background: linear-gradient(135deg, var(--primary-purple-light) 0%, var(--primary-purple) 100%);
  color: var(--white);
}

.feature-icon.icon-teal {
  background: linear-gradient(135deg, var(--primary-teal-light) 0%, var(--primary-teal) 100%);
  color: var(--white);
}

.feature-title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.feature-description {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
}

/* ===== SECTION STYLES ===== */
.section-asana {
  padding: var(--space-24) 0;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--space-16) auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: var(--bg-tertiary);
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  border-radius: var(--radius-full);
  margin-bottom: var(--space-4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-title {
  font-size: var(--text-4xl);
  font-weight: var(--font-extrabold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.section-subtitle {
  font-size: var(--text-xl);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
}

/* ===== STATS GRID ===== */
.stats-asana {
  padding: var(--space-20) 0;
  background: var(--gradient-ocean);
  color: var(--white);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-8);
  text-align: center;
}

.stat-item {
  padding: var(--space-6);
}

.stat-number {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  color: var(--white);
  margin-bottom: var(--space-2);
  display: block;
}

.stat-label {
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.9);
  font-weight: var(--font-medium);
}

/* ===== CTA SECTION ===== */
.cta-asana {
  padding: var(--space-24) 0;
  background: var(--gradient-hero);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-asana::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M50 50c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10 0c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.cta-title {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  margin-bottom: var(--space-6);
  color: var(--white);
}

.cta-subtitle {
  font-size: var(--text-xl);
  margin-bottom: var(--space-8);
  color: rgba(255, 255, 255, 0.9);
  line-height: var(--leading-relaxed);
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
}

@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

/* ===== UTILITIES ===== */
.container-asana {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

@media (min-width: 640px) {
  .container-asana {
    padding: 0 var(--space-6);
  }
}

@media (min-width: 1024px) {
  .container-asana {
    padding: 0 var(--space-8);
  }
}

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

.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: var(--space-2); }
.mb-4 { margin-bottom: var(--space-4); }
.mb-6 { margin-bottom: var(--space-6); }
.mb-8 { margin-bottom: var(--space-8); }

.mt-0 { margin-top: 0; }
.mt-2 { margin-top: var(--space-2); }
.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mt-8 { margin-top: var(--space-8); }

/* ===== ICON FONT SEPARATION ===== */
/* Ensure proper font family separation between text content and icon fonts */

/* Material Symbols Outlined - Default Google Icons */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  /* Prevent Font Awesome styles from interfering */
  font-family: 'Material Symbols Outlined' !important;
}

/* Font Awesome - For legacy compatibility */
.fas, .far, .fab, .fal, .fad, .fa {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Pro', 'Font Awesome 5 Free', 'Font Awesome 5 Pro' !important;
  font-weight: 900;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure text content always uses system fonts - Critical for proper rendering */
body, p, span:not(.material-symbols-outlined):not(.fas):not(.far):not(.fab),
div:not(.material-symbols-outlined),
h1, h2, h3, h4, h5, h6,
td, th, li,
a:not(.material-symbols-outlined),
label, legend, caption {
  font-family: var(--font-family-primary) !important;
}

/* Override any icon font inheritance on text elements */
.card-title, .card-text,
.nav-link > span:not(.material-symbols-outlined),
.dropdown-item > span:not(.material-symbols-outlined),
.btn:not(.btn-icon) > span:not(.material-symbols-outlined),
.form-control, .form-label, .form-text,
.alert > span:not(.material-symbols-outlined),
.badge:not(.badge-icon) > span:not(.material-symbols-outlined),
.table td, .table th,
.sidebar-nav span:not(.material-symbols-outlined),
.brand-text, .nav-text {
  font-family: var(--font-family-primary) !important;
}

/* Icon-specific utilities */
.icon-only {
  font-family: 'Material Symbols Outlined' !important;
}

.text-only {
  font-family: var(--font-family-primary) !important;
}

/* Fix for mixed content (icon + text) */
.icon-text-combo .icon {
  font-family: 'Material Symbols Outlined' !important;
}

.icon-text-combo .text {
  font-family: var(--font-family-primary) !important;
}

/* Prevent icon fonts from being applied to form elements */
input, textarea, select, button, label {
  font-family: var(--font-family-primary) !important;
}

/* Specific fixes for navigation and buttons */
.nav-link, .navbar-brand, .dropdown-menu a,
.btn-text, .breadcrumb, .pagination {
  font-family: var(--font-family-primary) !important;
}

/* Icon size utilities */
.icon-sm {
  font-size: 1rem !important;
}

.icon-md {
  font-size: 1.25rem !important;
}

.icon-lg {
  font-size: 1.5rem !important;
}

.icon-xl {
  font-size: 2rem !important;
}

.icon-2xl {
  font-size: 2.5rem !important;
}

.icon-3xl {
  font-size: 3rem !important;
}

/* Material Symbols specific styles */
.material-symbols-outlined.icon-sm { font-size: 1rem !important; }
.material-symbols-outlined.icon-md { font-size: 1.25rem !important; }
.material-symbols-outlined.icon-lg { font-size: 1.5rem !important; }
.material-symbols-outlined.icon-xl { font-size: 2rem !important; }
.material-symbols-outlined.icon-2xl { font-size: 2.5rem !important; }
.material-symbols-outlined.icon-3xl { font-size: 3rem !important; }

/* ===== RESPONSIVE DESIGN ===== */

/* Large desktop screens */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  .modern-nav {
    gap: var(--space-10);
  }

  .modern-nav-link {
    padding: var(--space-4) var(--space-6);
    font-size: var(--text-lg);
  }
}

/* Desktop screens */
@media (min-width: 992px) and (max-width: 1399px) {
  .modern-nav {
    gap: var(--space-8);
  }
}

/* Tablet landscape */
@media (max-width: 1024px) {
  .modern-navbar {
    padding: var(--space-2) 0;
  }

  .modern-nav {
    gap: var(--space-6);
  }

  .modern-nav-link {
    padding: var(--space-3) var(--space-4);
    font-size: var(--text-sm);
  }

  .brand-text {
    font-size: var(--text-lg);
  }

  .brand-icon {
    width: 36px;
    height: 36px;
    font-size: var(--text-base);
  }
}

/* Tablet portrait and mobile */
@media (max-width: 768px) {
  .modern-navbar {
    padding: var(--space-2) 0;
  }

  .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    margin-top: var(--space-4);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: var(--space-4);
  }

  .modern-nav {
    flex-direction: column;
    gap: var(--space-2);
    width: 100%;
  }

  .modern-nav-link {
    width: 100%;
    text-align: left;
    padding: var(--space-3) var(--space-4);
    border-radius: var(--radius-md);
  }

  .dropdown-menu {
    position: static !important;
    display: block;
    box-shadow: none;
    border: none;
    background: var(--bg-tertiary);
    margin-top: var(--space-2);
    border-radius: var(--radius-md);
  }

  .dropdown-item {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-sm);
  }

  .hero-title {
    font-size: var(--text-4xl);
  }

  .hero-subtitle {
    font-size: var(--text-lg);
  }

  .section-title {
    font-size: var(--text-3xl);
  }

  .cta-title {
    font-size: var(--text-4xl);
  }

  .stat-number {
    font-size: var(--text-4xl);
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6);
  }

  .saas-features {
    padding: 3rem 0;
  }

  .feature-item {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }

  .feature-item .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }

  .feature-item .feature-title {
    font-size: 1.25rem;
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .modern-navbar {
    padding: var(--space-2) 0;
  }

  .brand-content {
    gap: var(--space-2);
  }

  .brand-text {
    font-size: var(--text-base);
  }

  .brand-icon {
    width: 32px;
    height: 32px;
    font-size: var(--text-sm);
  }

  .modern-nav-link {
    padding: var(--space-3);
    font-size: var(--text-sm);
  }

  .dropdown-item {
    padding: var(--space-2) var(--space-3);
    font-size: var(--text-xs);
  }

  .hero-cta {
    flex-direction: column;
    gap: var(--space-3);
  }

  .btn-primary-saas,
  .btn-secondary-saas {
    width: 100%;
    justify-content: center;
  }
}

/* ===== SAAS FEATURES SECTION ===== */
.saas-features {
  padding: 5rem 0;
  background: #f8fafc;
}

.features-grid .row {
  justify-content: center;
}

.feature-item {
  background: white;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.feature-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.feature-item:hover:before {
  transform: translateX(0);
}

.feature-item .feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  color: #2563eb;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  color: white;
  transform: scale(1.1);
}

.feature-item .feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-item .feature-description {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

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

.feature-item .feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #475569;
}

.feature-item .feature-list li:last-child {
  margin-bottom: 0;
}

.feature-item .feature-list li i {
  color: #10b981;
  margin-right: 0.75rem;
  font-size: 0.875rem;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== SECTION HEADER STYLING ===== */
.saas-features .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.saas-features .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.saas-features .section-subtitle {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}