body {font-family: 'Inter', sans-serif;}
.hero-gradient {background: linear-gradient(135deg, #14532d 0%, #166534 50%, #15803d 100%);}
.nav-link {color: #374151; font-weight: 500;} .nav-link:hover {color: #14532d;}
.mobile-link {display: block; padding: 0.5rem; color: #374151;} .mobile-link:hover {color: #14532d;}
.btn-primary {background: #14532d; color: white; padding: 0.5rem 1rem; border-radius: 0.5rem;}
.btn-primary:hover {background: #0f3d24;}
.btn-yellow {background: #facc15; color: #14532d; padding: 0.5rem 1rem; border-radius: 0.5rem;}
.btn-yellow:hover {background: #eab308;}
.btn-outline {border: 2px solid white; color: white; padding: 0.5rem 1rem; border-radius: 0.5rem;}
.btn-outline:hover {background: white; color: #14532d;}
.card-hover {transition: all 0.3s ease;} .card-hover:hover {transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);}
.form-input {width: 100%; padding: 0.75rem; border: 1px solid #d1d5db; border-radius: 0.5rem;}
.form-input:focus {outline: none; border-color: #14532d; box-shadow: 0 0 0 1px #14532d;}
