.products-page[data-astro-cid-3swd3b6j]{padding:60px 0}.hero-section[data-astro-cid-3swd3b6j]{text-align:center;max-width:900px;margin:0 auto 60px}.hero-section[data-astro-cid-3swd3b6j] h1[data-astro-cid-3swd3b6j]{font-size:3rem;color:var(--primary-green);margin-bottom:1.5rem}.lead[data-astro-cid-3swd3b6j]{font-size:1.3rem;color:var(--text-gray);line-height:1.6;margin-bottom:2rem}.hero-badges[data-astro-cid-3swd3b6j]{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.badge[data-astro-cid-3swd3b6j]{background:var(--light-green);color:var(--primary-green);padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:600;border:2px solid var(--primary-green)}.categories-section[data-astro-cid-3swd3b6j]{margin:80px 0}.categories-section[data-astro-cid-3swd3b6j] h2[data-astro-cid-3swd3b6j]{text-align:center;color:var(--primary-green);font-size:2.5rem;margin-bottom:3rem}.categories-grid[data-astro-cid-3swd3b6j]{display:flex;flex-direction:column;gap:40px}.category-card[data-astro-cid-3swd3b6j]{display:grid;grid-template-columns:400px 1fr;gap:30px;background:var(--white);border-radius:15px;overflow:hidden;border:2px solid var(--border-color);transition:transform .3s,box-shadow .3s;position:relative}.category-card[data-astro-cid-3swd3b6j]:hover{transform:translate(5px);box-shadow:0 10px 30px #0000001a}.category-card[data-astro-cid-3swd3b6j].featured{border-color:var(--accent-gold);border-width:3px}.featured-badge[data-astro-cid-3swd3b6j]{position:absolute;top:20px;left:20px;background:var(--accent-gold);color:var(--white);padding:8px 20px;border-radius:25px;font-weight:600;z-index:2}.category-image[data-astro-cid-3swd3b6j]{width:100%;height:100%;min-height:300px;background:var(--bg-light)}.category-image[data-astro-cid-3swd3b6j] img[data-astro-cid-3swd3b6j]{width:100%;height:100%;object-fit:cover}.category-content[data-astro-cid-3swd3b6j]{padding:30px}.category-content[data-astro-cid-3swd3b6j] h3[data-astro-cid-3swd3b6j]{color:var(--primary-green);margin:0 0 1rem;font-size:1.8rem}.category-content[data-astro-cid-3swd3b6j] p[data-astro-cid-3swd3b6j]{margin-bottom:1.5rem;color:var(--text-gray);line-height:1.6}.category-specs[data-astro-cid-3swd3b6j]{display:flex;gap:20px;margin-bottom:1.5rem;flex-wrap:wrap}.category-specs[data-astro-cid-3swd3b6j] span[data-astro-cid-3swd3b6j]{background:var(--light-green);padding:8px 15px;border-radius:8px;font-size:.9rem}.category-benefits[data-astro-cid-3swd3b6j]{list-style:none;padding:0;margin:1.5rem 0}.category-benefits[data-astro-cid-3swd3b6j] li[data-astro-cid-3swd3b6j]{margin:.75rem 0;color:var(--text-gray)}.comparison-section[data-astro-cid-3swd3b6j]{margin:80px 0;padding:60px 40px;background:var(--bg-light);border-radius:15px}.comparison-section[data-astro-cid-3swd3b6j] h2[data-astro-cid-3swd3b6j]{text-align:center;color:var(--primary-green);margin-bottom:1rem}.section-intro[data-astro-cid-3swd3b6j]{text-align:center;max-width:700px;margin:0 auto 3rem;font-size:1.1rem}.comparison-table-wrapper[data-astro-cid-3swd3b6j]{overflow-x:auto}.comparison-table[data-astro-cid-3swd3b6j]{width:100%;border-collapse:collapse;background:var(--white);border-radius:10px;overflow:hidden}.comparison-table[data-astro-cid-3swd3b6j] th[data-astro-cid-3swd3b6j]{background:var(--primary-green);color:var(--white);padding:15px;text-align:left}.comparison-table[data-astro-cid-3swd3b6j] td[data-astro-cid-3swd3b6j]{padding:15px;border-bottom:1px solid var(--border-color)}.comparison-table[data-astro-cid-3swd3b6j] tr[data-astro-cid-3swd3b6j]:last-child td[data-astro-cid-3swd3b6j]{border-bottom:none}.comparison-table[data-astro-cid-3swd3b6j] tr[data-astro-cid-3swd3b6j].highlighted{background:var(--light-green)}.finder-section[data-astro-cid-3swd3b6j]{margin:80px 0}.finder-section[data-astro-cid-3swd3b6j] h2[data-astro-cid-3swd3b6j]{text-align:center;color:var(--primary-green);margin-bottom:1rem}.finder-grid[data-astro-cid-3swd3b6j]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:3rem}.finder-card[data-astro-cid-3swd3b6j]{background:var(--white);padding:30px;border-radius:10px;border-left:4px solid var(--secondary-green);border:2px solid var(--border-color)}.finder-card[data-astro-cid-3swd3b6j] h3[data-astro-cid-3swd3b6j]{color:var(--primary-green);margin:0 0 1rem}.finder-card[data-astro-cid-3swd3b6j] p[data-astro-cid-3swd3b6j]{margin:.75rem 0}.finder-card[data-astro-cid-3swd3b6j] ul[data-astro-cid-3swd3b6j]{margin:1rem 0;padding-left:1.2rem}.finder-card[data-astro-cid-3swd3b6j] li[data-astro-cid-3swd3b6j]{margin:.5rem 0}.finder-note[data-astro-cid-3swd3b6j]{font-size:.9rem;color:var(--text-gray);font-style:italic;margin-top:1rem}.quality-section[data-astro-cid-3swd3b6j]{margin:80px 0}.quality-section[data-astro-cid-3swd3b6j] h2[data-astro-cid-3swd3b6j]{text-align:center;color:var(--primary-green);margin-bottom:3rem}.quality-grid[data-astro-cid-3swd3b6j]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.quality-card[data-astro-cid-3swd3b6j]{background:var(--light-green);padding:30px;border-radius:10px;text-align:center}.quality-icon[data-astro-cid-3swd3b6j]{font-size:3rem;margin-bottom:1rem}.quality-card[data-astro-cid-3swd3b6j] h3[data-astro-cid-3swd3b6j]{color:var(--primary-green);margin:1rem 0}.prescription-section[data-astro-cid-3swd3b6j]{margin:80px 0;padding:60px 40px;background:#fff3cd;border:3px solid#ffc107;border-radius:15px}.prescription-section[data-astro-cid-3swd3b6j] h2[data-astro-cid-3swd3b6j]{text-align:center;color:#856404;margin-bottom:2rem}.prescription-content[data-astro-cid-3swd3b6j]{max-width:800px;margin:0 auto}.prescription-content[data-astro-cid-3swd3b6j] p[data-astro-cid-3swd3b6j]{font-size:1.1rem;margin:1rem 0}.prescription-content[data-astro-cid-3swd3b6j] ul[data-astro-cid-3swd3b6j]{margin:1.5rem 0;padding-left:2rem}.prescription-content[data-astro-cid-3swd3b6j] li[data-astro-cid-3swd3b6j]{margin:.75rem 0}.prescription-cta[data-astro-cid-3swd3b6j]{text-align:center;margin-top:2rem;padding-top:2rem;border-top:2px solid#ffc107}.prescription-cta[data-astro-cid-3swd3b6j] p[data-astro-cid-3swd3b6j]{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.prescription-cta[data-astro-cid-3swd3b6j] .btn[data-astro-cid-3swd3b6j]{margin:0 10px}.cta-section[data-astro-cid-3swd3b6j]{text-align:center;padding:80px 40px;background:linear-gradient(135deg,var(--secondary-green),var(--primary-green));color:var(--white);border-radius:15px;margin:80px 0}.cta-section[data-astro-cid-3swd3b6j] h2[data-astro-cid-3swd3b6j]{color:var(--white);margin-bottom:1rem}.cta-section[data-astro-cid-3swd3b6j] p[data-astro-cid-3swd3b6j]{font-size:1.2rem;margin-bottom:2rem}.cta-note[data-astro-cid-3swd3b6j]{margin-top:2rem;font-size:.95rem}.cta-note[data-astro-cid-3swd3b6j] a[data-astro-cid-3swd3b6j]{color:var(--accent-gold);text-decoration:underline}@media (max-width:768px){.hero-section[data-astro-cid-3swd3b6j] h1[data-astro-cid-3swd3b6j]{font-size:2rem}.category-card[data-astro-cid-3swd3b6j]{grid-template-columns:1fr}.category-image[data-astro-cid-3swd3b6j]{min-height:250px}.finder-grid[data-astro-cid-3swd3b6j],.quality-grid[data-astro-cid-3swd3b6j]{grid-template-columns:1fr}.comparison-table[data-astro-cid-3swd3b6j]{font-size:.85rem}.comparison-table[data-astro-cid-3swd3b6j] th[data-astro-cid-3swd3b6j],.comparison-table[data-astro-cid-3swd3b6j] td[data-astro-cid-3swd3b6j]{padding:10px}}
