@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Source+Sans+3:wght@300;400;600;700&display=swap");.agronomy-page *{font-family:Source Sans\ 3,sans-serif}.agronomy-page h1,.agronomy-page h2,.agronomy-page h3,.agronomy-page h4,.agronomy-page h5,.agronomy-page h6{font-family:Merriweather,serif}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroScale{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.hero-title{animation:heroFadeInUp .8s ease-out}.hero-subtitle{animation:heroFadeInUp .8s ease-out .2s both}.hero-badges{animation:heroFadeInUp .8s ease-out .4s both}.hero-pattern{background-image:linear-gradient(45deg,rgba(255,255,255,.03) 25%,transparent 0),linear-gradient(-45deg,rgba(255,255,255,.03) 25%,transparent 0),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.03) 0),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.03) 0);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0}.section-header{position:relative;display:inline-block;padding-bottom:16px}.section-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,transparent,#228b22,transparent);border-radius:2px}.guide-card{animation:fadeInUp .8s ease-out both;transition:all .4s cubic-bezier(.4,0,.2,1)}.guide-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.15)}.card-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);background-size:200% 100%;animation:shimmer 3s infinite}.coming-soon-card{transition:all .4s ease}.coming-soon-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.cta-button{position:relative;overflow:hidden;transition:all .3s ease}.cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.cta-button:hover:before{width:300px;height:300px}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}}