:root{--primary-color: #4CBB17;--secondary-color: #002204;--tertiary-color: #E8E4EF;--accent-color: #9bcd83;--text-dark: #333;--text-light: #666;--bg-light: #f8f9fa}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}@media (max-width: 768px){h1{font-size:2rem}}h2{font-size:2rem}@media (max-width: 768px){h2{font-size:1.75rem}}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#3a8e11}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:4rem 0}@media (max-width: 768px){.section{padding:3rem 0}}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--secondary-color);position:relative;display:inline-block;padding-bottom:1rem}.section-title h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--primary-color)}.section-title p{color:var(--text-light);margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:.75rem 2rem;border-radius:5px;font-weight:500;text-align:center;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:#3a8e11;transform:translateY(-2px);box-shadow:0 5px 15px #4cbb174d;color:#fff}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.card-header{padding:1.5rem;border-bottom:1px solid #eee}.card-body{padding:1.5rem}.card-footer{padding:1.5rem;border-top:1px solid #eee}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.grid-2{grid-template-columns:1fr}}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 968px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.grid-3{grid-template-columns:1fr}}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.grid-4{grid-template-columns:1fr}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
