@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");.product-page *{font-family:Source Sans\ 3,sans-serif}.product-page h1,.product-page h2,.product-page h3,.product-page h4,.product-page h5,.product-page h6{font-family:Merriweather,serif}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-title{animation:heroFadeInUp .8s ease-out}.hero-subtitle{animation:heroFadeInUp .8s ease-out .2s both}.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}.benefit-card{transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .8s ease-out}.benefit-card:first-child{animation-delay:.1s}.benefit-card:nth-child(2){animation-delay:.2s}.benefit-card:nth-child(3){animation-delay:.3s}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.benefit-list-item{animation:fadeInUp .6s ease-out}.benefit-list-item:first-child{animation-delay:.1s}.benefit-list-item:nth-child(2){animation-delay:.2s}.benefit-list-item:nth-child(3){animation-delay:.3s}.benefit-list-item:nth-child(4){animation-delay:.4s}.benefit-list-item:nth-child(5){animation-delay:.5s}.benefit-list-item:nth-child(6){animation-delay:.6s}.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}.product-list{animation:fadeInUp .8s ease-out .3s both}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}}