html{scroll-behavior:smooth}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#333;line-height:1.6}#root{width:100%;margin:0;padding:0}.header{background:linear-gradient(135deg,#2d5016,#1a3009);color:#fff;padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;position:relative}.logo h2{color:#f4c430;margin:0;font-size:1.8rem;font-weight:700}.nav{display:flex;gap:2rem;list-style:none}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer}.nav a:hover{color:#f4c430}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.menu-toggle span{width:25px;height:3px;background:#fff;transition:.3s}@media (max-width: 768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#2d5016;flex-direction:column;padding:1rem;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:80px}.hero-background{background:linear-gradient(135deg,#2d5016e6,#1a3009cc),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path fill="%23f4c430" opacity="0.1" d="M0,300L50,320C100,340,200,380,300,390C400,400,500,380,600,350C700,320,800,280,900,270C1000,260,1100,280,1150,290L1200,300V600H1150C1100,600,1000,600,900,600C800,600,700,600,600,600C500,600,400,600,300,600C200,600,100,600,50,600H0Z"/></svg>');background-size:cover;background-position:center;width:100%;color:#fff}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero h1{font-size:3.5rem;margin-bottom:1rem;color:#fff;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.4rem;margin-bottom:1.5rem;color:#f4c430;font-weight:600}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;line-height:1.7;color:#ffffffe6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#f4c430;color:#2d5016;padding:15px 35px;font-size:1.1rem;font-weight:600}.btn-primary:hover{background:#e6b41f;transform:translateY(-2px)}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}.about{background:#f8f9fa}.about-content{max-width:1000px;margin:0 auto}.about-intro{text-align:center;margin-bottom:3rem}.about-intro p{font-size:1.3rem;color:#555;line-height:1.8;max-width:700px;margin:0 auto}.credentials{margin-bottom:3rem}.credentials h3{text-align:center;margin-bottom:2rem;font-size:1.8rem}.credentials ul{list-style:none;max-width:600px;margin:0 auto}.credentials li{background:#fff;padding:1rem 1.5rem;margin-bottom:1rem;border-radius:8px;box-shadow:0 2px 5px #0000001a;font-size:1.1rem;border-left:4px solid #f4c430}.specialties h3{text-align:center;margin-bottom:2rem;font-size:1.8rem}.specialty-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.specialty-item{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.specialty-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.specialty-item .icon{font-size:3rem;margin-bottom:1rem;display:block}.specialty-item h4{color:#2d5016;margin-bottom:1rem;font-size:1.3rem}.specialty-item p{color:#666;margin:0;font-size:1rem;line-height:1.6}@media (max-width: 768px){.specialty-grid{grid-template-columns:1fr}.credentials li{font-size:1rem}.about-intro p{font-size:1.1rem}}.services{background:#fff}.services-intro{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#f8f9fa;border-radius:15px;padding:2rem;border:1px solid #e9ecef;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #2d50161a;border-color:#f4c430}.service-header{text-align:center;margin-bottom:1.5rem}.service-icon{font-size:3rem;margin-bottom:1rem;display:block}.service-card h3{color:#2d5016;font-size:1.4rem;margin:0;text-align:center}.service-description{color:#555;text-align:center;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.service-features{flex-grow:1;margin-bottom:2rem}.service-features h4{color:#2d5016;margin-bottom:1rem;font-size:1.1rem}.service-features ul{list-style:none;padding:0}.service-features li{border-bottom:1px solid #e9ecef;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";color:#f4c430;font-weight:700;position:absolute;left:0}.service-features li:last-child{border-bottom:none}.service-footer{border-top:1px solid #e9ecef;padding-top:1.5rem}.service-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;color:#666}.service-footer .btn{width:100%;background:#2d5016;border:none;font-weight:600}.service-footer .btn:hover{background:#1a3009}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.service-meta{font-size:.85rem}}.testimonials{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.testimonials-intro{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.testimonial-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;border:1px solid #e9ecef}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.testimonial-header{display:flex;align-items:center;margin-bottom:1.5rem;gap:1rem}.avatar{font-size:3rem;background:#f4c430;border-radius:50%;width:70px;height:70px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.client-info h4{margin:0 0 .25rem;color:#2d5016;font-size:1.2rem}.location{margin:0 0 .25rem;color:#666;font-size:.9rem;font-weight:500}.farm-info{margin:0;color:#888;font-size:.85rem;font-style:italic}.rating{margin-bottom:1rem}.star{font-size:1.2rem;margin-right:.25rem}blockquote{font-style:italic;color:#555;font-size:1.1rem;line-height:1.6;margin:0;position:relative;padding-left:1rem;border-left:3px solid #f4c430}.testimonials-cta{text-align:center;background:#fff;padding:3rem 2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;max-width:600px;margin:0 auto}.testimonials-cta h3{color:#2d5016;margin-bottom:1rem;font-size:1.8rem}.testimonials-cta p{color:#666;margin-bottom:2rem;font-size:1.1rem}.testimonials-cta .btn{font-size:1.1rem;padding:15px 35px}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}.testimonial-header{flex-direction:column;text-align:center}.avatar{width:60px;height:60px;font-size:2.5rem}.testimonials-cta{padding:2rem 1rem}.testimonials-cta h3{font-size:1.5rem}}.contact{background:#fff}.contact-intro{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info h3{color:#2d5016;margin-bottom:2rem;text-align:center}.contact-methods{margin-bottom:2rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;margin-bottom:1rem;border-left:4px solid #f4c430}.contact-method .icon{font-size:1.5rem;flex-shrink:0}.contact-method strong{color:#2d5016;display:block;margin-bottom:.25rem}.contact-method p{margin:0;color:#666}.consultation-types{background:#f8f9fa;padding:1.5rem;border-radius:10px;border:1px solid #e9ecef}.consultation-types h4{color:#2d5016;margin-bottom:1rem;font-size:1.1rem}.consultation-types ul{list-style:none;padding:0;margin:0}.consultation-types li{padding:.5rem 0;color:#555;border-bottom:1px solid #e9ecef}.consultation-types li:last-child{border-bottom:none}.contact-form{background:#f8f9fa;padding:2rem;border-radius:15px;border:1px solid #e9ecef}.contact-form h3{color:#2d5016;margin-bottom:1.5rem;text-align:center}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#2d5016;font-weight:600;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f4c430}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{width:100%;background:#2d5016;font-size:1.1rem;padding:1rem;margin-top:1rem}.submit-btn:hover{background:#1a3009}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:5px;margin-top:1rem;border:1px solid #c3e6cb;text-align:center;font-weight:600}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr;gap:0}.contact-form{padding:1.5rem}.contact-method{flex-direction:column;text-align:center;gap:.5rem}}.footer{background:linear-gradient(135deg,#2d5016,#1a3009);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:2rem}.footer-section h3{color:#f4c430;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#f4c430;margin-bottom:1rem;font-size:1.2rem;border-bottom:2px solid #f4c430;padding-bottom:.5rem}.footer-section p{color:#ffffffe6;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section li{color:#fffc;padding:.3rem 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;transition:color .3s ease}.footer-section li:hover{color:#f4c430;padding-left:5px}.footer-section li:last-child{border-bottom:none}.social-links{margin-top:1.5rem}.social-links span{display:block;color:#fffc;margin-bottom:.5rem}.social-icons{display:flex;gap:1rem;margin-top:.5rem}.social-icons span{font-size:1.5rem;cursor:pointer;transition:transform .3s ease;display:inline-block}.social-icons span:hover{transform:scale(1.2)}.contact-info p{margin-bottom:.5rem;font-size:.9rem}.footer-cta{margin-top:1rem;width:100%;background:#f4c430;color:#2d5016;font-weight:600}.footer-cta:hover{background:#e6b41f;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem}.footer-bottom-content{text-align:center}.footer-bottom p{color:#ffffffb3;margin-bottom:.5rem;font-size:.9rem}.disclaimer{font-size:.8rem!important;font-style:italic;max-width:800px;margin:0 auto;line-height:1.4}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.social-icons{justify-content:center}.footer{padding:2rem 0 1rem}.disclaimer{font-size:.75rem!important}}@media (max-width: 1024px) and (min-width: 769px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-padding{padding:80px 0}.btn{display:inline-block;padding:12px 30px;background:#2d5016;color:#fff;text-decoration:none;border-radius:5px;border:none;cursor:pointer;font-size:16px;transition:background .3s ease}.btn:hover{background:#1a3009}.btn-secondary{background:#f4c430;color:#2d5016}.btn-secondary:hover{background:#e6b41f}h1{font-size:2.5rem;margin-bottom:1rem;color:#2d5016}h2{font-size:2rem;margin-bottom:1rem;color:#2d5016;text-align:center}h3{font-size:1.5rem;margin-bottom:.5rem;color:#2d5016}p{margin-bottom:1rem;font-size:1.1rem}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}.section-padding{padding:40px 0}.container{padding:0 15px}}
