:root{--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px;--transition: 200ms ease}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0;list-style:none;text-decoration:none}body{font-family:"Source Sans 3","Segoe UI",sans-serif;background:#fff;color:#66726b;line-height:1.7;font-weight:400;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block;height:auto}a{color:inherit}a:focus-visible,button:focus-visible{outline:2px solid #7ed957;outline-offset:3px}p{margin:0}strong{font-weight:700;color:#66726b}h1,h2,h3,h4{font-family:"Manrope","Segoe UI",sans-serif;color:#66726b;letter-spacing:-0.01em}h1{line-height:1.1}h2,h3{line-height:1.3}.container{width:min(1140px,92%);margin:0 auto}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:10px;background:rgba(126,217,87,.12);color:#1e3d2b;font-weight:600;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}.stat-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:999px;background:rgba(30,61,43,.06);color:#1f4d3a;font-weight:600;font-size:.9rem}.button,.article-cta .cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.4rem;border-radius:999px;border:1px solid rgba(0,0,0,0);font-weight:700;letter-spacing:.01em;transition:background-color 200ms ease,color 200ms ease,border-color 200ms ease,transform 200ms ease;cursor:pointer}.button-primary,.article-cta .cta-button{background:linear-gradient(135deg, #7ed957 0%, rgb(100.4504854369, 209.4737864078, 53.7262135922) 100%);color:#fff;box-shadow:0 8px 30px rgba(30,61,43,.08)}.button-primary:hover,.article-cta .cta-button:hover,.button-primary:focus-visible,.article-cta .cta-button:focus-visible{transform:translateY(-1px);box-shadow:0 18px 50px rgba(30,61,43,.1)}.button-ghost{background:rgba(0,0,0,0);color:#1e3d2b;border-color:rgba(30,61,43,.2)}.button-ghost:hover,.button-ghost:focus-visible{border-color:#1e3d2b;background:rgba(30,61,43,.05)}.site-header{background:hsla(0,0%,100%,.98);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(126,217,87,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 30px rgba(30,61,43,.08)}.site-header .header-top{background:linear-gradient(90deg, rgba(126, 217, 87, 0.1), rgba(31, 77, 58, 0.08));padding:.5rem 1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative;overflow:hidden}.site-header .header-top::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, #7ed957, transparent)}.site-header .header-top .pulse-dot{width:8px;height:8px;background:#7ed957;border-radius:50%;animation:pulse 2s infinite}.site-header .header-top p{color:#66726b;font-size:.85rem;font-weight:500;letter-spacing:.03em;margin:0}.site-header .header-main{padding:1rem 0}.site-header .header-main .container{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.brand{display:inline-flex;align-items:center;gap:1rem;text-decoration:none;transition:transform .3s ease}.brand:hover{transform:translateX(5px)}.brand .brand-logo{position:relative;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(126, 217, 87, 0.1), rgba(31, 77, 58, 0.1));border-radius:12px;border:1px solid rgba(126,217,87,.3);color:#7ed957}.brand .brand-logo .logo-pulse{position:absolute;inset:-2px;border-radius:12px;border:2px solid #7ed957;animation:pulseBorder 3s infinite;opacity:.5}.brand .brand-logo svg{width:28px;height:28px}.brand .brand-text{display:grid;gap:.25rem}.brand .brand-name{font-size:1.5rem;font-weight:800;letter-spacing:-0.02em;background:linear-gradient(135deg, #1e3d2b, #7ed957);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.brand .brand-tagline{font-size:.8rem;color:#1f4d3a;font-weight:500;letter-spacing:.05em;text-transform:uppercase}@keyframes pulseBorder{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.05);opacity:.8}}.primary-nav{display:flex;align-items:center;gap:1.5rem}.primary-nav .nav-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1f4d3a;font-weight:600;font-size:.95rem;padding:.6rem 1rem;border-radius:10px;transition:all .3s ease;position:relative;overflow:hidden}.primary-nav .nav-link::before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg, #7ed957, #1f4d3a);transform:translateX(-50%);transition:width .3s ease}.primary-nav .nav-link .nav-icon{font-size:1.1rem;transition:transform .3s ease}.primary-nav .nav-link:hover{color:#1e3d2b;background:rgba(251,255,247,.1)}.primary-nav .nav-link:hover .nav-icon{transform:scale(1.2)}.primary-nav .nav-link:hover::before{width:60%}.primary-nav .nav-link.is-active{color:#7ed957;background:rgba(126,217,87,.1);font-weight:700}.primary-nav .nav-link.is-active::before{width:80%}.primary-nav .nav-cta{background:linear-gradient(135deg, #7ed957, rgb(157.9368932039, 226.4077669903, 128.5922330097));color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-weight:700;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(126,217,87,.3)}.primary-nav .nav-cta .cta-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);animation:rotateGlow 6s linear infinite;pointer-events:none}.primary-nav .nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(126,217,87,.4)}.primary-nav .nav-cta::before{display:none}@keyframes rotateGlow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.hero.health-radar{position:relative;min-height:100vh;background:linear-gradient(135deg, rgba(251, 255, 247, 0.05) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(251, 255, 247, 0.1) 100%);overflow:hidden;display:flex;align-items:center;padding:5rem 0}.hero.health-radar .hero-background{position:absolute;inset:0;z-index:1}.hero.health-radar .pulse-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(126, 217, 87, 0.03) 1px, transparent 1px),linear-gradient(90deg, rgba(126, 217, 87, 0.03) 1px, transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(circle at center, black 30%, transparent 70%);mask-image:radial-gradient(circle at center, black 30%, transparent 70%)}.hero.health-radar .health-wave{position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(transparent, rgba(126, 217, 87, 0.05));clip-path:path("M0,100 C150,50 350,150 500,100 S750,50 1000,100 L1000,200 L0,200 Z");animation:waveMove 20s infinite linear}.hero.health-radar .floating-cells{position:absolute;width:100%;height:100%}.hero.health-radar .floating-cells .cell{position:absolute;border-radius:50%;background:radial-gradient(circle, rgba(126, 217, 87, 0.1), transparent 70%);animation:floatCell 20s infinite linear}.hero.health-radar .floating-cells .cell:nth-child(1){width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.hero.health-radar .floating-cells .cell:nth-child(2){width:120px;height:120px;top:60%;right:15%;animation-delay:-5s}.hero.health-radar .floating-cells .cell:nth-child(3){width:60px;height:60px;bottom:30%;left:20%;animation-delay:-10s}.hero.health-radar .floating-cells .cell:nth-child(4){width:100px;height:100px;top:40%;right:25%;animation-delay:-15s}@keyframes waveMove{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes floatCell{0%,100%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-30px) rotate(120deg)}66%{transform:translateY(15px) rotate(240deg)}}.hero.health-radar .container{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr 1fr;gap:6rem;align-items:center;max-width:1400px;margin:0 auto;padding:0 3rem}.hero.health-radar .topic-tags{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.hero.health-radar .topic-tags .tag{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.03em;transition:all .3s ease}.hero.health-radar .topic-tags .tag.trending{background:rgba(126,217,87,.15);color:#7ed957;border:1px solid rgba(126,217,87,.3)}.hero.health-radar .topic-tags .tag.trending:hover{background:rgba(126,217,87,.25);transform:translateY(-2px)}.hero.health-radar .topic-tags .tag.new{background:rgba(31,77,58,.15);color:#1f4d3a;border:1px solid rgba(31,77,58,.3)}.hero.health-radar .topic-tags .tag.new:hover{background:rgba(31,77,58,.25);transform:translateY(-2px)}.hero.health-radar .headline-container{position:relative;margin-bottom:2rem}.hero.health-radar .headline-container .headline-pulse{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:20px;background:radial-gradient(circle, rgba(126, 217, 87, 0.1), transparent 70%);animation:headlinePulse 4s infinite;z-index:-1}@keyframes headlinePulse{0%,100%{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.hero.health-radar h1{font-size:clamp(3rem,5vw,4rem);line-height:1.1;font-weight:800;margin:0;display:grid;gap:.5rem}.hero.health-radar .headline-main{color:#1e3d2b;letter-spacing:-0.02em}.hero.health-radar .headline-accent{background:linear-gradient(135deg, #7ed957, #1f4d3a);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;position:relative;display:inline-block}.hero.health-radar .headline-accent::after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg, #7ed957, #1f4d3a);border-radius:2px}.hero.health-radar .hero-description{color:#66726b;font-size:1.2rem;line-height:1.7;margin-bottom:3rem;max-width:600px;font-weight:400}.hero.health-radar .hero-actions{display:flex;gap:1.5rem;margin-bottom:4rem;flex-wrap:wrap}.hero.health-radar .primary-btn{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg, #7ed957, rgb(110.0315533981, 212.2961165049, 66.2038834951));color:#fff;padding:1.25rem 2.5rem;border-radius:15px;font-weight:700;text-decoration:none;transition:all .3s ease;border:none;box-shadow:0 10px 30px rgba(126,217,87,.3);position:relative;overflow:hidden}.hero.health-radar .primary-btn .btn-pulse{position:absolute;inset:0;background:radial-gradient(circle at center, rgba(255, 255, 255, 0.3), transparent 70%);opacity:0;animation:btnPulse 2s infinite}.hero.health-radar .primary-btn .btn-text{position:relative;z-index:1}.hero.health-radar .primary-btn:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(126,217,87,.4)}.hero.health-radar .primary-btn:hover .btn-icon{transform:translateX(5px)}.hero.health-radar .primary-btn .btn-icon{transition:transform .3s ease}@keyframes btnPulse{0%,100%{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.hero.health-radar .secondary-btn{display:inline-flex;align-items:center;gap:.75rem;background:hsla(0,0%,100%,.9);color:#1e3d2b;padding:1.25rem 2rem;border-radius:15px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid rgba(126,217,87,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero.health-radar .secondary-btn:hover{background:#fff;transform:translateY(-3px);border-color:#7ed957;box-shadow:0 10px 25px rgba(126,217,87,.15)}.hero.health-radar .research-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:3rem}.hero.health-radar .stat-card{background:hsla(0,0%,100%,.9);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;border:1px solid rgba(126,217,87,.2);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero.health-radar .stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(30,61,43,.1);border-color:rgba(126,217,87,.3)}.hero.health-radar .stat-card .stat-icon{font-size:2rem}.hero.health-radar .stat-card .stat-content{flex:1}.hero.health-radar .stat-card .stat-number{font-size:1.5rem;font-weight:800;color:#7ed957;margin-bottom:.25rem}.hero.health-radar .stat-card .stat-label{font-size:.9rem;color:#1f4d3a;line-height:1.4}.hero.health-radar .hero-visual{position:relative}.hero.health-radar .data-visualization{background:hsla(0,0%,100%,.95);border-radius:20px;padding:2.5rem;box-shadow:0 25px 60px rgba(30,61,43,.15);border:1px solid rgba(126,217,87,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hero.health-radar .visual-main{margin-bottom:2.5rem}.hero.health-radar .health-metric{margin-bottom:2rem}.hero.health-radar .health-metric:last-child{margin-bottom:0}.hero.health-radar .health-metric .metric-label{display:flex;justify-content:space-between;color:#1e3d2b;font-weight:600;margin-bottom:.75rem;font-size:1.1rem}.hero.health-radar .health-metric .metric-bar{height:12px;background:rgba(251,255,247,.5);border-radius:6px;overflow:hidden;position:relative;margin-bottom:.5rem}.hero.health-radar .health-metric .metric-bar .bar-fill{height:100%;background:linear-gradient(90deg, #7ed957, rgb(189.8737864078, 235.8155339806, 170.1844660194));border-radius:6px;position:relative}.hero.health-radar .health-metric .metric-bar .bar-pulse{position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);animation:barShimmer 2s infinite}.hero.health-radar .health-metric .metric-value{color:#1f4d3a;font-size:.95rem;font-weight:500}@keyframes barShimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.hero.health-radar .live-data{background:rgba(251,255,247,.2);border-radius:12px;padding:1.5rem;border:1px solid rgba(126,217,87,.2)}.hero.health-radar .live-badge{display:inline-flex;align-items:center;gap:.5rem;background:#7ed957;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem}.hero.health-radar .live-badge .live-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:livePulse 1s infinite}@keyframes livePulse{0%,100%{opacity:1}50%{opacity:.3}}.hero.health-radar .data-stream{display:grid;gap:.75rem}.hero.health-radar .data-point{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:hsla(0,0%,100%,.9);border-radius:8px;transition:all .3s ease}.hero.health-radar .data-point:hover{transform:translateX(5px);background:#fff}.hero.health-radar .data-point .data-tag{background:rgba(31,77,58,.15);color:#1f4d3a;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700;white-space:nowrap}.hero.health-radar .data-point .data-text{color:#66726b;font-size:.9rem;line-height:1.4;flex:1}.hero.health-radar .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;z-index:2;color:#1f4d3a;text-align:center}.hero.health-radar .scroll-indicator .indicator-text{font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.hero.health-radar .scroll-indicator .indicator-wave{animation:bounceWave 2s infinite}@keyframes bounceWave{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width: 1200px){.hero.health-radar .container{gap:4rem;padding:0 2rem}.hero.health-radar .research-stats{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 1024px){.hero.health-radar .container{grid-template-columns:1fr;text-align:center;gap:4rem}.hero.health-radar .hero-content{display:flex;flex-direction:column;align-items:center}.hero.health-radar .topic-tags{justify-content:center}.hero.health-radar .hero-description{text-align:center}.hero.health-radar .hero-actions{justify-content:center}.site-header .container{flex-direction:column;gap:1.5rem}.primary-nav{width:100%;justify-content:center;flex-wrap:wrap}}@media(max-width: 768px){.hero.health-radar{padding:4rem 0}.hero.health-radar .research-stats{grid-template-columns:1fr}.hero.health-radar .hero-actions{flex-direction:column;align-items:stretch}.hero.health-radar .data-visualization{padding:1.5rem}.hero.health-radar h1{font-size:clamp(2.5rem,4vw,3rem)}}@media(max-width: 480px){.hero.health-radar .container{padding:0 1.5rem}.site-header .header-main .container{padding:0 1rem}.brand .brand-name{font-size:1.3rem}}.article-list{padding:3.5rem 0 4.5rem;background:linear-gradient(180deg, #fff 0%, rgba(251, 255, 247, 0.7) 100%)}.article-list .section-header{text-align:center;margin-bottom:2.4rem;display:grid;gap:.65rem}.article-list .section-header h2{font-size:clamp(1.8rem,3vw,2.2rem)}.article-list .section-header p{color:#66726b;font-size:1rem}.article-list .grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:1.8rem}.article-list .show-more{margin-top:1.5rem;text-align:center}.article-list .ghost-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:rgba(0,0,0,0);color:#7ed957;border:2px solid #7ed957;border-radius:.375rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.article-list .ghost-button:hover{background:#7ed957;color:#fff;transform:translateY(-1px)}.article-list .ghost-button:active{transform:translateY(0)}.is-hidden{display:none !important}.card{background-color:#fff;border-radius:22px;overflow:hidden;border:1px solid #7ed957;display:flex;flex-direction:column;min-height:100%;transition:transform 200ms ease,box-shadow 200ms ease,border-color 200ms ease;box-shadow:0 8px 30px rgba(30,61,43,.08)}.card .card-link{display:flex;flex-direction:column;height:100%;color:inherit}.card:hover,.card:focus-within{transform:translateY(-4px);box-shadow:0 18px 50px rgba(30,61,43,.1);border-color:rgba(30,61,43,.16)}.card .card-media{position:relative;aspect-ratio:4/3;background:linear-gradient(135deg, rgba(126, 217, 87, 0.12), rgba(31, 77, 58, 0.35));overflow:hidden}.card .card-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 200ms ease}.card:hover .card-media img,.card:focus-within .card-media img{transform:scale(1.04)}.card .card-body{padding:1.5rem;display:grid;gap:.75rem}.card .card-body h3{font-size:1.2rem}.card .card-body p{color:#66726b;font-size:.98rem}.card .meta{color:#1f4d3a;font-size:.9rem;font-weight:600}.badge{position:absolute;left:1rem;top:1rem;background-color:hsla(0,0%,100%,.9);color:#1e3d2b;font-weight:700;font-size:.8rem;padding:.4rem .85rem;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(30,61,43,.12);box-shadow:0 8px 30px rgba(30,61,43,.08)}.site-footer{background:#1e3d2b;color:hsla(0,0%,100%,.88);padding:2.8rem 0}.site-footer .container{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.site-footer .footer-content{display:flex;flex-direction:column;gap:1.25rem}.site-footer .footer-info{display:grid;gap:.75rem}.site-footer .footer-info p{margin:0}.site-footer .footer-info .copyright{font-size:.9rem;line-height:1.6;color:hsla(0,0%,100%,.76)}.site-footer .footer-info .footer-address,.site-footer .footer-info .footer-contact{color:hsla(0,0%,100%,.82);font-size:.95rem}.site-footer .footer-info a{color:hsl(102,63.1067961165%,79.6078431373%);font-weight:600}.site-footer .footer-info a:hover,.site-footer .footer-info a:focus-visible{color:#fff}.site-footer .footer-nav{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.site-footer .footer-nav a{color:hsla(0,0%,100%,.82);font-size:.95rem;font-weight:600;transition:color 200ms ease}.site-footer .footer-nav a:hover,.site-footer .footer-nav a:focus-visible{color:#fff}.products-hero{background:linear-gradient(140deg, rgba(126, 217, 87, 0.1), rgba(31, 77, 58, 0.08));padding:4rem 0 5rem;position:relative;overflow:hidden}.products-hero::before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle, rgba(126, 217, 87, 0.08) 0%, rgba(126, 217, 87, 0) 70%);z-index:0}.products-hero::after{content:"";position:absolute;bottom:-30%;left:-15%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle, rgba(31, 77, 58, 0.06) 0%, rgba(31, 77, 58, 0) 70%);z-index:0}.products-hero .product-benefits li::before{content:"✓";color:#f7c417;font-weight:700;font-size:1.25rem}.products-hero .products-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1;display:grid;gap:1.5rem}.products-hero .products-hero-content .eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;margin:0 auto .5rem}.products-hero .products-hero-content .eyebrow .icon{color:#7ed957;font-size:1.2rem}.products-hero .products-hero-content .eyebrow span{text-transform:uppercase;letter-spacing:.15em;font-weight:600;font-size:.85rem;color:#7ed957;background:rgba(126,217,87,.1);padding:.4rem 1rem;border-radius:50px;display:inline-block}.products-hero .products-hero-content h1{font-size:clamp(2.5rem,4vw,3.2rem);font-weight:700;color:#1f4d3a;line-height:1.2;margin:0}.products-hero .products-hero-content h1 .highlight{color:#7ed957;position:relative}.products-hero .products-hero-content h1 .highlight::after{content:"";position:absolute;bottom:.2em;left:0;width:100%;height:.2em;background:linear-gradient(90deg, rgba(126, 217, 87, 0.2), rgba(126, 217, 87, 0));border-radius:2px}.products-hero .products-hero-content p{color:#0e0d11;font-size:1.15rem;line-height:1.6;max-width:700px;margin:0 auto;opacity:.9}.products-hero .products-hero-content .hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid rgba(31,77,58,.1)}.products-hero .products-hero-content .hero-stats .stat{display:flex;flex-direction:column;align-items:center}.products-hero .products-hero-content .hero-stats .stat .stat-icon{width:24px;height:24px;margin-bottom:.5rem}.products-hero .products-hero-content .hero-stats .stat .stat-icon.quality{color:#7ed957}.products-hero .products-hero-content .hero-stats .stat .stat-icon.natural{color:#1f4d3a}.products-hero .products-hero-content .hero-stats .stat .stat-icon.verified{color:#7ed957}.products-hero .products-hero-content .hero-stats .stat .stat-text{font-size:.9rem;font-weight:600;color:#1f4d3a;text-align:center}.products-grid{background:#fff;padding:5rem 0}.products-grid .section-header{text-align:center;margin-bottom:4rem}.products-grid .section-header h2{font-size:2.2rem;color:#1f4d3a;margin-bottom:1rem}.products-grid .section-header h2 .orange{color:#7ed957}.products-grid .section-header p{color:#0e0d11;max-width:700px;margin:0 auto;font-size:1.05rem}.products-grid .filter-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem;flex-wrap:wrap}.products-grid .filter-tabs .filter-tab{background:#fff;border:2px solid rgba(31,77,58,.1);color:#1f4d3a;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.products-grid .filter-tabs .filter-tab:hover{border-color:#1f4d3a;background:rgba(31,77,58,.05)}.products-grid .filter-tabs .filter-tab.active{background:#1f4d3a;color:#fff;border-color:#1f4d3a}.products-grid .products-container{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:2.5rem;margin-bottom:4rem}.products-grid .products-container .product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid rgba(31,77,58,.1)}.products-grid .products-container .product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12);border-color:rgba(126,217,87,.2)}.products-grid .products-container .product-card .product-badge{position:absolute;top:1rem;left:1rem;background:#7ed957;color:#fff;padding:.4rem .8rem;border-radius:50px;font-size:.75rem;font-weight:700;z-index:1}.products-grid .products-container .product-card .product-image{height:200px;background:linear-gradient(135deg, rgba(31, 77, 58, 0.1), rgba(126, 217, 87, 0.1));display:flex;align-items:center;justify-content:center;position:relative}.products-grid .products-container .product-card .product-image .product-icon{font-size:3.5rem;color:#1f4d3a}.products-grid .products-container .product-card .product-content{padding:1.5rem}.products-grid .products-container .product-card .product-content .product-category{color:#7ed957;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}.products-grid .products-container .product-card .product-content h3{font-size:1.3rem;color:#1f4d3a;margin-bottom:.75rem;line-height:1.3}.products-grid .products-container .product-card .product-content .product-description{color:#0e0d11;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;opacity:.8}.products-grid .products-container .product-card .product-content .product-footer{display:flex;justify-content:space-between;align-items:center}.products-grid .products-container .product-card .product-content .product-footer .product-price{font-size:1.5rem;font-weight:700;color:#7ed957}.products-grid .products-container .product-card .product-content .product-footer .product-price .currency{font-size:.9rem;color:#0e0d11;margin-right:.25rem}.products-grid .products-container .product-card .product-content .product-footer .add-to-cart{background:#1f4d3a;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.products-grid .products-container .product-card .product-content .product-footer .add-to-cart:hover{background:rgb(16.3611111111,40.6388888889,30.6111111111);transform:translateY(-2px)}.products-grid .products-container .product-card .product-content .product-footer .add-to-cart.in-cart{background:#7ed957}.benefits-section{background:linear-gradient(135deg, rgba(31, 77, 58, 0.03), rgba(126, 217, 87, 0.02));padding:5rem 0}.benefits-section .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.benefits-section .benefits-grid .benefit-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid rgba(0,0,0,0)}.benefits-section .benefits-grid .benefit-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.08);border-color:rgba(126,217,87,.1)}.benefits-section .benefits-grid .benefit-card .benefit-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:rgba(31,77,58,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.benefits-section .benefits-grid .benefit-card .benefit-icon svg{width:30px;height:30px;color:#1f4d3a}.benefits-section .benefits-grid .benefit-card .benefit-icon.orange{background:rgba(126,217,87,.1)}.benefits-section .benefits-grid .benefit-card .benefit-icon.orange svg{color:#7ed957}.benefits-section .benefits-grid .benefit-card h3{color:#1f4d3a;margin-bottom:1rem;font-size:1.3rem}.benefits-section .benefits-grid .benefit-card p{color:#0e0d11;font-size:.95rem;line-height:1.5;opacity:.9}@media(max-width: 768px){.products-hero{padding:3rem 0 4rem}.products-hero .products-hero-content{gap:1.25rem}.products-hero .products-hero-content h1{font-size:2rem}.products-hero .products-hero-content p{font-size:1rem}.products-hero .products-hero-content .hero-stats{gap:2rem;flex-wrap:wrap}.products-grid{padding:3rem 0}.products-grid .products-container{grid-template-columns:1fr;gap:2rem}.benefits-section{padding:3rem 0}.benefits-section .benefits-grid{grid-template-columns:1fr;gap:1.5rem}}.features-bar{background-color:#1e3d2b;padding:1.3rem 0}.features-bar .features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.25rem;align-items:center}.features-bar .feature-item{display:flex;align-items:center;gap:.75rem;color:#1f4d3a;font-size:.95rem}.features-bar .feature-item .feature-icon{width:34px;height:34px;background-color:hsla(0,0%,100%,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;color:#fff;border:1px solid hsla(0,0%,100%,.2)}.products-list{padding:3.5rem 0 4.5rem;background-color:#fff}.products-list .section-header{text-align:center;margin-bottom:2.6rem}.products-list .section-header h2{font-size:2rem}.products-list .section-header p{color:#66726b;margin-top:.65rem}.products-list .products-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.8rem}.product-card{position:relative;background-color:#fff;border-radius:16px;overflow:hidden;border:1px solid #7ed957;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 8px 30px rgba(30,61,43,.08)}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 70px rgba(30,61,43,.14);border-color:rgba(30,61,43,.16)}.product-card .product-media{aspect-ratio:1/1;background:linear-gradient(135deg, rgba(31, 77, 58, 0.7), rgba(251, 255, 247, 0.7));overflow:hidden}.product-card .product-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-media img{transform:scale(1.04)}.product-card .product-body{padding:1.4rem;display:grid;gap:.65rem;flex:1}.product-card .product-body h3{font-size:1.1rem;color:#1e3d2b;min-height:2.6rem}.product-card .product-rating{display:flex;align-items:center;gap:.5rem}.product-card .product-rating .stars{color:#7ed957;font-size:.9rem}.product-card .product-rating .rating-value{color:#1f4d3a;font-size:.9rem;font-weight:600}.product-card .product-btn{background:linear-gradient(135deg, #7ed957 0%, rgb(100.4504854369, 209.4737864078, 53.7262135922) 100%);color:#fff;padding:.65rem 1.5rem;border-radius:999px;font-weight:700;font-size:.9rem;text-align:center;transition:background-color 200ms ease,transform 200ms ease;width:100%;display:inline-block}.product-card .product-btn:hover,.product-card .product-btn:focus-visible{transform:translateY(-1px)}.guarantee-section{background-color:#fff;padding:3.2rem 0}.guarantee-section .guarantee-box{background:linear-gradient(135deg, rgba(30, 61, 43, 0.95), rgba(30, 61, 43, 0.9));border-radius:22px;padding:2.6rem;display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:center;box-shadow:0 18px 50px rgba(30,61,43,.1)}.guarantee-section .guarantee-icon .guarantee-seal{width:96px;height:96px;background-color:#fff;border-radius:50%;display:grid;place-items:center;font-size:2.6rem;color:#7ed957;font-weight:800;box-shadow:0 8px 30px rgba(30,61,43,.08)}.guarantee-section .guarantee-content{color:#fff}.guarantee-section .guarantee-content h2{color:#fff;font-size:1.7rem;margin-bottom:.8rem;letter-spacing:.04em}.guarantee-section .guarantee-content p{font-size:1.02rem;opacity:.92}.guarantee-section .guarantee-btn{background-color:#fff;color:#1e3d2b;padding:.75rem 1.75rem;border-radius:999px;font-weight:700;font-size:1rem;display:inline-block;transition:transform 200ms ease,box-shadow 200ms ease;box-shadow:0 8px 30px rgba(30,61,43,.08)}.guarantee-section .guarantee-btn:hover,.guarantee-section .guarantee-btn:focus-visible{transform:translateY(-1px);box-shadow:0 18px 50px rgba(30,61,43,.1)}.testimonials-section{background:rgba(31,77,58,.65);padding:3.2rem 0 4rem}.testimonials-section .section-header{text-align:center;margin-bottom:2.4rem}.testimonials-section .section-header h2{font-size:1.8rem}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.8rem}.testimonial-card{background-color:#fff;border-radius:16px;padding:1.8rem;box-shadow:0 8px 30px rgba(30,61,43,.08);display:grid;gap:1rem;border:1px solid #7ed957}.testimonial-card .testimonial-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.testimonial-card .testimonial-header strong{color:#1e3d2b;font-size:.98rem}.testimonial-card .testimonial-header .stars{color:#7ed957;font-size:.9rem}.testimonial-card p{color:#66726b;font-size:.98rem;line-height:1.6}.article-main{background:#fff;padding:3.5rem 0 4.5rem}.article-page{display:grid;gap:2.8rem;max-width:860px;margin:0 auto}.article-lede{display:grid;gap:1rem}.article-lede .article-tag{background-color:rgba(126,217,87,.14);color:#1e3d2b;font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;width:-moz-fit-content;width:fit-content;padding:.4rem .75rem;border-radius:999px}.article-lede h1{font-size:clamp(2rem,3vw,2.6rem)}.article-lede .article-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.4rem;color:#66726b;font-size:.95rem}.article-lede .article-intro{font-size:1.05rem;color:#66726b}.article-hero{border-radius:22px;overflow:hidden;max-width:520px;margin:0 auto;box-shadow:0 18px 50px rgba(30,61,43,.1)}.article-hero img{width:100%;height:auto;display:block}.article-hero figcaption{background-color:rgba(30,61,43,.05);color:#1f4d3a;font-size:.9rem;padding:.9rem 1.2rem}.article-content{display:grid;gap:1.6rem;color:#66726b;font-size:1.02rem;line-height:1.75}.article-content h2,.article-content h3{color:#1e3d2b}.article-content h2{font-size:1.65rem}.article-content h3{font-size:1.22rem}.article-content ul,.article-content ol{padding-left:1.2rem;display:grid;gap:.5rem}.article-content li{position:relative}.article-content blockquote{border-left:4px solid #7ed957;padding:1rem 1.5rem;background-color:rgba(126,217,87,.1);color:#1e3d2b;font-style:italic}.article-content a{color:#7ed957;font-weight:700}.article-highlight{background:linear-gradient(135deg, rgba(251, 255, 247, 0.95), rgba(31, 77, 58, 0.85));border:1px solid rgba(126,217,87,.22);border-radius:16px;padding:1.4rem;display:grid;gap:.7rem}.article-highlight h3{margin:0;font-size:1.18rem;color:#1e3d2b}.article-highlight p{margin:0;color:#232931}.article-cta{background:linear-gradient(120deg, rgba(126, 217, 87, 0.14), rgba(31, 77, 58, 0.35));border-radius:22px;padding:1.8rem;display:grid;gap:1rem;border:1px solid rgba(126,217,87,.2)}.article-cta h2{color:#232931;font-size:1.45rem}.article-cta p{color:#66726b;color:#232931}.article-cta .cta-button{width:-moz-fit-content;width:fit-content}.article-related{border-top:1px solid rgba(126,217,87,.7);padding-top:2rem;display:grid;gap:1.4rem}.article-related h2{font-size:1.35rem;color:#1e3d2b}.article-related-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))}.article-related-link{background-color:rgba(251,255,247,.9);border-radius:16px;padding:1rem 1.25rem;color:#1e3d2b;font-weight:700;text-decoration:none;display:block;transition:background-color 200ms ease,transform 200ms ease,border-color 200ms ease;border:1px solid rgba(126,217,87,.18)}.article-related-link span{display:block;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#66726b;margin-bottom:.35rem}.article-related-link:hover,.article-related-link:focus-visible{background-color:rgba(31,77,58,.8);transform:translateY(-2px);border-color:rgba(126,217,87,.35)}.page-content{padding:3rem 0 4rem;background-color:#fff}.page-header{text-align:center;margin-bottom:2.3rem;padding-bottom:1.4rem;border-bottom:2px solid rgba(126,217,87,.18)}.page-header h1{font-size:2.4rem;color:#1e3d2b;font-weight:800}.content-wrapper{max-width:820px;margin:0 auto;display:grid;gap:1.4rem}.content-wrapper p{font-size:1.02rem;line-height:1.75;color:#66726b;margin-bottom:1.2rem}.content-wrapper p:last-child{margin-bottom:0}.content-wrapper a{color:#7ed957;font-weight:700;text-decoration:none;transition:color 200ms ease}.content-wrapper a:hover,.content-wrapper a:focus-visible{color:hsl(102,63.1067961165%,51.6078431373%);text-decoration:underline}.product-page{background-color:#fff}.product-hero{padding:3.2rem 0;background:linear-gradient(135deg, rgba(251, 255, 247, 0.85), rgba(31, 77, 58, 0.8))}.product-hero-grid{display:grid;grid-template-columns:1fr;gap:2.8rem;align-items:center}.product-hero-image{position:relative;text-align:center;padding:1.5rem;background:#fff;border-radius:22px;box-shadow:0 8px 30px rgba(30,61,43,.08);border:1px solid #7ed957}.product-hero-image img{max-width:420px;margin:0 auto}.product-badge{position:absolute;top:1rem;right:1rem;background-color:rgba(126,217,87,.15);color:#1e3d2b;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.product-hero-content h1{font-size:2.4rem;color:#1e3d2b;margin-bottom:.5rem;font-weight:800}.product-subtitle{font-size:1.15rem;color:#7ed957;margin-bottom:1.3rem;font-weight:700}.product-description{margin-bottom:1.6rem}.product-description p{font-size:1.02rem;line-height:1.7;color:#1e3d2b}.product-benefits h3{font-size:1.22rem;color:#1e3d2b;margin-bottom:.8rem;font-weight:700}.product-benefits ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem;list-style:none}.product-benefits li{display:flex;align-items:center;gap:.6rem;padding:.75rem;background-color:rgba(251,255,247,.9);border-radius:10px;color:#1e3d2b;font-weight:700;border:1px solid #7ed957}.product-benefits li::before{content:"";width:1.1rem;height:1.1rem;display:inline-block;background:url("../img/check.svg") no-repeat center;background-size:contain;flex-shrink:0}.product-checkout{padding:3.2rem 0}.checkout-box{background:linear-gradient(135deg, #eff7f2 0%, #e1f1ea 100%);border-radius:22px;padding:2.4rem;box-shadow:0 8px 30px rgba(30,61,43,.08)}.checkout-box h2{text-align:center;font-size:2rem;color:#1e3d2b;margin-bottom:2rem;font-weight:800}.checkout-content{display:grid;grid-template-columns:1fr;gap:2rem;max-width:920px;margin:0 auto;background-color:#fff;padding:1.8rem;border-radius:22px;box-shadow:0 8px 30px rgba(30,61,43,.08);border:1px solid #7ed957}.product-package{position:relative;text-align:center;padding:1.5rem}.package-badge{position:absolute;top:0;left:50%;transform:translateX(-50%);background:linear-gradient(135deg, #7ed957 0%, rgb(110.0315533981, 212.2961165049, 66.2038834951) 100%);color:#fff;padding:.7rem 1.4rem;border-radius:2rem;font-size:1.05rem;font-weight:800;box-shadow:0 8px 30px rgba(30,61,43,.08)}.package-image{max-width:250px;margin:2rem auto 0}.package-details{text-align:center}.package-title{font-size:1.7rem;color:#1e3d2b;margin-bottom:1rem;font-weight:800}.package-title span{color:#7ed957;font-weight:800}.package-pricing{margin-bottom:1.6rem}.price-main{display:flex;align-items:baseline;justify-content:center;gap:.35rem;margin-bottom:.8rem;font-weight:800;color:#1e3d2b}.price-label{background:rgba(126,217,87,.16);color:#1e3d2b;padding:.35rem .75rem;border-radius:999px;font-size:.85rem}.price-save{color:#7ed957}.price-value{font-size:3rem}.price-unit{font-size:1.2rem;color:#1f4d3a}.price-details{font-size:1rem}.price-details p{margin-bottom:.35rem;color:#66726b}.price-old{text-decoration:line-through;color:#9aa8b0;margin-right:.35rem}.shipping-info{font-size:.95rem;color:#1f4d3a}.checkout-btn{width:100%;background:linear-gradient(135deg, #7ed957 0%, rgb(106.8378640777, 211.3553398058, 62.0446601942) 100%);color:#fff;border:none;padding:1.05rem 2rem;border-radius:10px;font-size:1.15rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 30px rgba(30,61,43,.08);margin-bottom:1.1rem}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 18px 50px rgba(30,61,43,.1)}.package-features{display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.65rem;padding:.75rem;background-color:rgba(251,255,247,.9);border-radius:10px;font-size:1rem;color:#1e3d2b;border:1px solid #7ed957}.feature-icon{color:#7ed957;font-weight:800;font-size:1.15rem}.product-guarantee{padding:3rem 0 3.5rem;background-color:#fff}.product-guarantee .guarantee-content{display:flex;align-items:center;justify-content:center;gap:1.6rem;text-align:center;padding:1.8rem;background-color:rgba(251,255,247,.9);border-radius:22px;border:1px solid #7ed957}.product-guarantee .guarantee-seal{width:80px;height:80px;background:linear-gradient(135deg, #7ed957 0%, rgb(106.8378640777, 211.3553398058, 62.0446601942) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:800;flex-shrink:0;box-shadow:0 8px 30px rgba(30,61,43,.08)}.product-guarantee .guarantee-text h2{font-size:1.6rem;color:#1e3d2b;margin-bottom:.4rem;font-weight:800}.product-guarantee .guarantee-text p{font-size:1.02rem;color:#66726b;line-height:1.6}@media(min-width: 768px){.hero{padding:4.5rem 0 5rem}.site-footer .footer-content{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.article-main{padding:4rem 0 5rem}.article-content{font-size:1.05rem}.article-cta{padding:2rem 2.3rem}.product-hero-grid{grid-template-columns:1fr 1fr}.checkout-content{grid-template-columns:1fr 1fr;align-items:center}.package-details{text-align:left}.price-main{justify-content:flex-start}.product-guarantee .guarantee-content{text-align:left}}@media(max-width: 767px){.primary-nav{gap:1rem}.hero{padding:3.5rem 0 4rem}.article-list .grid{gap:1.4rem}.features-bar .features-grid{grid-template-columns:repeat(2, 1fr);gap:1rem}.guarantee-section .guarantee-box{grid-template-columns:1fr;text-align:center;padding:2rem 1.4rem}.guarantee-section .guarantee-icon .guarantee-seal{margin:0 auto}.product-benefits ul{grid-template-columns:1fr}.checkout-box{padding:1.5rem}.checkout-content{padding:1.4rem}.price-value{font-size:2.6rem}.product-guarantee .guarantee-content{flex-direction:column}.site-header{position:relative}}
