:root {
      --font-heading-name: 'Sora';
      --font-body-name: 'Inter';
      --font-heading: 'Sora', sans-serif;
      --font-body: 'Inter', sans-serif;
      --letter-spacing-heading: -0.5px;
      --letter-spacing-body: 0px;
      --space-base: 1rem;
      --radius-small: 8px;
      --radius-large: 16px;
      --border-width: 1px;
      --shadow-color: 21 128 61;
      --shadow-offset-x: 0px;
      --shadow-offset-y: 4px;
      --shadow-blur: 24px;
      --shadow-spread: 0px;
      --shadow-opacity: 0.15;
      --shadow-custom: 0px 4px 24px rgba(21, 128, 61, 0.15);
      --shadow-custom-hover: 0px 8px 32px rgba(21, 128, 61, 0.25);
    }

/*
 * New Frame Styles
 * Generated by UXMagic Copilot
 * 
 * Table of Contents:
 * 1. CSS Reset & Base Styles
 * 2. Typography
 * 3. Layout & Grid
 * 4. Components
 * 5. Utilities
 * 6. Responsive Design
 */

/* ==========================================================================
   1. CSS Reset & Base Styles
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

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

/* ==========================================================================
   2. Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin: 0 0 1rem 0;
}

a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* ==========================================================================
   3. Layout & Grid
   ========================================================================== */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.col {
  flex: 1;
  padding: 0 0.5rem;
}

/* ==========================================================================
   4. Components
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #007bff;
  color: white;
}

.btn:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.25);
}

.card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.2s ease;
}

.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   5. Utilities
   ========================================================================== */

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

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }

.d-none { display: none; }
.d-block { display: block; }
.d-flex { display: flex; }

/* ==========================================================================
   6. Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
  .container {
    padding: 0 0.75rem;
  }
  
  .row {
    flex-direction: column;
  }
  
  .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 0.5rem;
  }
  
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
}

/* ==========================================================================
   7. Project Specific Styles
   ========================================================================== */

.hero-gradient {
  background: linear-gradient(135deg, #14532d 0%, #15803d 40%, #166534 70%, #1a5c2e 100%)
}

.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease
}

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

.nav-blur {
  backdrop-filter: blur(12px);
  background: rgba(20, 83, 45, 0.95)
}

.stat-card {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7)
}

.zone-pulse {
  animation: pulse 2s infinite
}

@keyframes pulse {
  0%, 100% {
  opacity: 1
}

50% {
  opacity: 0.6
}


}

.flow-line {
  background: linear-gradient(to bottom, #22c55e, #f59e0b)
}

.text-gradient {
  background: linear-gradient(135deg, #22c55e, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.role-card-farmer {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border-top: 4px solid #16a34a
}

.role-card-consumer {
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  border-top: 4px solid #d97706
}

.role-card-business {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-top: 4px solid #2563eb
}

.role-card-logistics {
  background: linear-gradient(135deg, #fdf4ff, #fae8ff);
  border-top: 4px solid #9333ea
}

.mobile-menu {
  display: none
}

.mobile-menu.open {
  display: block
}