@import"https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700&display=swap";:root{--primary-gradient: linear-gradient(135deg, #2d7d2d 0%, #3b82f6 100%);--secondary-gradient: linear-gradient(135deg, #059669 0%, #3b82f6 100%)}*{box-sizing:border-box;font-family:Assistant,sans-serif}body{margin:0}.gradient-text{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.original-price{text-decoration:line-through;color:#64748b;margin-inline-start:.5rem}.flex-center{display:flex;align-items:center;justify-content:center}.card{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 2px 24px #0000000f}@media (min-width: 768px){.desktop-flex{display:flex;align-items:center;justify-content:space-between}}@keyframes scroll-left{0%{transform:translate(100%)}to{transform:translate(-100%)}}.card{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 2px 24px #0000000f}.purchase-wrap{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.purchase-wrap{flex-direction:row-reverse}}.marquee-container{overflow:hidden;width:100%;direction:rtl}.marquee-track{display:flex;animation:scroll-horizontal 60s linear infinite;width:max-content}.testimonial-box{flex:0 0 25%;box-sizing:border-box;padding:1.5rem;background:#fff;margin-inline:1rem;border-radius:1rem;box-shadow:0 4px 12px #00000014;font-size:16px;text-align:right;white-space:normal;min-width:250px;max-width:300px}.testimonial-box footer{margin-top:.75rem;font-weight:700;color:#1e293b;font-size:14px}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}
