.legal-page{max-width:800px;margin:40px auto;padding:20px;font-family:Arial,sans-serif;line-height:2.6}.legal-page h1{display:flex;justify-content:center;font-size:28px;margin-bottom:16px}*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6;color:#333;background:#fff}.navbar{background-color:#f0f8ff;background:radial-gradient(circle,#f5f8ed 20%,#f5f8ed 45%,#a3a4a0);padding:.8rem 1.5rem;box-shadow:0 2px 6px #0000001a;position:sticky;top:0;z-index:1000}.navbar-container{display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;width:100%}.navbar-links{display:flex;justify-content:end;list-style:none;gap:1.5rem;margin:0;padding:0;flex-wrap:wrap}.navbar-links li a{text-decoration:none;color:#0b0b0b;white-space:nowrap;transition:color .3s ease}.navbar-links li a:hover{color:#f7063bf7}.navbar-logo{height:32px;display:flex}.buy-now-link{color:#fff;background-color:#ac5a60;padding:8px 10px;border-radius:7px;text-decoration:none;font-weight:700;transition:background-color .3s}.buy-now-link:hover{background-color:#d62828}.menu-icon{display:none;flex-direction:column;cursor:pointer;padding:10px}.menu-icon .bar{height:3px;width:25px;background-color:#11151e;margin:4px 0}@media screen and (max-width: 780px){.navbar-links{display:none;flex-direction:column;background:radial-gradient(circle,#f5f8ed 20%,#f5f8ed 45%,#a3a4a0);position:absolute;padding:14px;top:60px;right:0;width:100%;text-align:center;z-index:1000}.navbar-links.active,.menu-icon{display:flex}.buy-now-link{font-size:14px;padding:6px 12px}.navbar-logo{height:18px}}@media (max-width: 400px){.navbar-links li a{font-size:1rem}}.header{background:radial-gradient(circle at top left,#546569 30%,#687184);color:#e4edef;text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.15),transparent);opacity:.25;z-index:1}.header h1{font-size:clamp(2.5rem,6vw,3.5rem);margin-bottom:1.5rem;animation:fadeIn 1s ease-in;text-shadow:0 0 15px rgba(255,0,150,.3);position:relative;z-index:2}.header p{font-size:clamp(1.1rem,3.5vw,1.3rem);max-width:700px;margin:0 auto 2rem;color:#f0f0f0;position:relative;z-index:2}.header-img{max-width:300px;height:auto;margin:2rem auto;display:block;object-fit:contain;animation:float 4s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(255,0,150,.3));z-index:2;position:relative}.cta-button{display:inline-block;padding:1.1rem 2.5rem;background:#ff0080;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:transform .3s,background .3s;margin-top:2rem;position:relative;z-index:2}.cta-button:hover{background:#e60073;transform:translateY(-3px)}.glow-btn{box-shadow:0 0 15px #ff008080,0 0 30px #ff00804d}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.what-is-header{background-color:#736789;color:#333;text-align:center;padding:20px 0;font-size:2.5em;font-weight:700;margin-top:5px}.container{display:flex;max-width:1200px;margin:40px auto;background:#9fa7ae1c;gap:40px;align-items:center;justify-content:center;flex-wrap:wrap}.product-image{flex:1;text-align:center;max-width:300px}.product-image img{max-width:100%;height:auto;border-radius:10px;display:block;margin:0 auto;mix-blend-mode:darken}.product-info{flex:2;padding:20px;max-width:600px}.product-info p{margin-bottom:15px;line-height:1.6;font-size:1.1em}.cta-button{background-color:#ffc107;color:#333;padding:15px 30px;border:none;border-radius:25px;font-size:1.2em;font-weight:700;cursor:pointer;transition:background-color .3s ease;margin-top:20px;display:inline-block}header p{font-size:1.3em;color:#7f8c8d;margin-bottom:25px;position:relative;z-index:1}.cta-button{background:linear-gradient(45deg,#ff6f61,#ff897a);color:#fff;padding:12px 30px;border:none;border-radius:25px;font-size:1.1em;cursor:pointer;transition:all .3s ease;position:relative;z-index:1;box-shadow:0 4px 10px #ff6f614d}.cta-button:hover{background:linear-gradient(45deg,#e65a50,#ff6f61);transform:translateY(-3px);box-shadow:0 6px 15px #ff6f6180}.energy-features{padding:70px 20px;text-align:center}.energy-features h2{font-size:2.8em;color:#2c3e50;margin-bottom:50px;text-transform:uppercase;letter-spacing:1px;position:relative}.energy-features h2:after{content:"";display:block;width:60px;height:4px;background:#ff6f61;margin:10px auto;border-radius:2px}.energy-feature-grid{display:flex;justify-content:center;gap:30px;max-width:1200px;margin:0 auto;padding:40px 20px;background:#9fa7ae1c;flex-wrap:wrap}.energy-feature-card{background:#fff;border-radius:15px;box-shadow:0 6px 20px #0000001a;padding:25px;width:280px;transition:all .4s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .6s forwards}.energy-feature-card:nth-child(2){animation-delay:.2s}.energy-feature-card:nth-child(3){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.energy-feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #00000026;border:1px solid #ff6f61}.energy-feature-card img{width:120px;height:120px;margin-bottom:20px;border-radius:10px;transition:transform .3s ease}.energy-feature-card:hover img{transform:scale(1.1)}.energy-feature-card h3{font-size:1.6em;color:#2c3e50;margin-bottom:15px}.energy-feature-card p{font-size:1em;color:#7f8c8d;line-height:1.6}@media (max-width: 768px){header h1{font-size:2em}header p{font-size:1em}.energy-features h2{font-size:2em}.energy-feature-card{width:90%;margin:0 auto 20px}}.hero-image{flex:1;min-width:300px;padding:20px;mix-blend-mode:normal;text-align:center}.hero-image img{max-width:100%;height:auto;object-fit:contain}.cta-button:hover{background-color:#ffb300}.energy-hero{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:40px 20px;background:#9fa7ae1c;gap:40px;max-width:1200px;margin:0 auto}.energy-hero:before{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.energy-hero-content{flex:1;min-width:300px;padding:20px;text-align:left}.energy-hero-content h1{font-size:3rem;color:#607ca9}.energy-hero-content p{font-size:1.2rem;color:#01040c;max-width:500px;margin-bottom:100px}.energy-cta-button{padding:12px 30px;font-size:1rem;background-color:#ff6f61;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.energy-cta-button:hover{background-color:#e65b50}@media (max-width: 768px){.energy-hero{flex-direction:column;text-align:center}.hero-content,.hero-image{padding:10px}.energy-hero-content h1{font-size:2rem}.energy-hero-content p{font-size:1rem}.energy-cta-button{font-size:1rem;padding:12px 30px}.energy-features h2{font-size:2rem}.energy-feature-card{width:100%;max-width:320px}}@media (max-width: 768px){.container{flex-direction:column;margin:20px}.product-image img,.header-img{max-width:80%;height:auto}.product-info{max-width:100%;padding:10px}.product-info p{font-size:1rem;line-height:1.8}.cta-button{padding:12px 24px;font-size:1rem}.what-is-header{font-size:1.5em;padding:15px 0}}.testimonials{padding:2rem 1rem;text-align:center;background-color:#fff}.testimonials h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.testimonial-card{max-width:1200px;margin:0 auto 2rem;padding:1.5rem;background-color:#f9fafb;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;text-align:left}.user-info{display:flex;align-items:center;margin-bottom:1rem}.user-photo{width:50px;height:50px;border-radius:50%;margin-right:1rem}.user-info h3{font-size:1.1rem;font-weight:600;color:#374151;margin:0}.user-info p{color:#439c96;margin:.25rem 0}.stars{color:#f59e0b;font-size:1rem}.stars span{color:#d58d14;font-size:.875rem;margin-left:.5rem}.quote{font-style:italic;color:#374151;margin:1rem 0;line-height:1.5}.product-photo{height:70px;mix-blend-mode:darken;margin:1rem 0 0 auto}@media (max-width: 768px){.testimonials h2{font-size:1.5rem}.testimonial-card{padding:1rem}.user-photo{width:40px;height:40px}}.pricing h2{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:2rem}.pricing-card.popular:before{content:"Most Popular";position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#007bff;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.pricing-card h3{font-size:1.5rem;color:#ff6200;margin-bottom:1rem}.pricing-card p{font-size:1.2rem;margin-bottom:1rem}.pricing-card .price{font-size:2rem;font-weight:600;color:#007bff;margin-bottom:1rem}header{background:radial-gradient(circle,#f5f8ed 30%,#a3a4a0);color:#333;text-align:center;padding:1.5rem}header h1{font-size:2rem;font-weight:700;margin:0}main{max-width:1200px;margin:0 auto;padding:2rem 1rem}.container{display:flex;justify-content:center;gap:40px;padding:60px 20px;flex-wrap:wrap}.card{background:#ffffff0d;border-radius:20px;padding:30px;width:320px;text-align:center;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .4s ease,box-shadow .4s ease}.card.popular{background:#ff7e5f1a;box-shadow:0 0 30px #ff7e5f4d;position:relative}.card.popular:before{content:"Most Popular";position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#ff7e5f;color:#fff;padding:5px 20px;border-radius:20px;font-size:.9rem;box-shadow:0 0 10px #ff7e5f80}.card:hover{transform:scale(1.05);box-shadow:0 15px 30px #0000004d}.image-placeholder{width:150px;height:150px;margin:0 auto 20px;background:linear-gradient(135deg,#ff7e5f,#feb47b);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;text-align:center;opacity:.8;box-shadow:0 0 10px #ff7e5f80}.card h3{font-size:1.7rem;margin-bottom:10px;background:linear-gradient(90deg,#ff7e5f,#feb47b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card p{font-size:1rem;color:silver;margin-bottom:15px}.card .price{font-size:2.2rem;margin-bottom:15px;background:linear-gradient(90deg,#fff,#d3d3d3);-webkit-background-clip:text;-webkit-text-fill-color:#00000052;text-shadow:0 0 10px rgba(255,255,255,.3)}.card .bonus{font-size:.95rem;color:#00e6f6;margin-bottom:20px;text-shadow:0 0 5px rgba(0,230,246,.5)}.card button{background:linear-gradient(90deg,#ff7e5f,#feb47b);color:#fff;border:none;padding:12px 30px;border-radius:25px;cursor:pointer;font-size:1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px #ff7e5f66}.card button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ff7e5f99}.payment-methods{margin-top:20px;display:flex;justify-content:center;gap:15px}.payment-methods img{width:45px;opacity:.7;transition:opacity .3s ease,transform .3s ease}.payment-methods img:hover{opacity:1;transform:scale(1.1)}@media (max-width: 768px){.container{flex-direction:column;align-items:center}.card{width:85%}header h1{font-size:2.2rem}header p{font-size:1.1rem}.image-placeholder{width:120px;height:120px}}.bonuses{padding:4rem 1rem;max-width:1200px;margin:0 auto;text-align:center;background:#fff}.bonuses h2{font-size:clamp(2rem,5vw,2.5rem);color:#007bff;margin-bottom:2rem}.bonus-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.bonus-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 20px #0000001a}.bonus-img{width:100%;height:320px;background:#e0e0e0;border-radius:10px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:#666;font-size:1rem}.bonus-card h3{color:#ff6200;margin-bottom:1rem}.science-section{padding:4rem 1rem;background:radial-gradient(circle,#f5f8ed 41%,#a3a4a0);color:#2f2222;text-align:center}.science-section h2{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:1rem}.science-section h3{font-size:1.5rem;margin-bottom:2rem}.science-img{width:100%;max-width:400px;height:auto;max-height:300px;background:#e0e0e0;margin:2rem auto;border-radius:15px;mix-blend-mode:darken;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.2rem}.ingredients.dark{padding:4rem 1rem;max-width:1200px;margin:0 auto;text-align:center;background:#b2a0a01a;color:#fff}.ingredients.dark h2,.ingredients.dark h3{margin-bottom:1rem}.ingredients.dark h2.glow-text{font-size:clamp(2rem,5vw,2.5rem);color:#486767;text-shadow:0 0 9px #0ff,0 0 10px #0ff}.ingredients.dark h3{font-size:1.4rem;color:#ff6ec7;text-shadow:0 0 5px #ff6ec7}.ingredients.dark p{color:#251a1a;margin-bottom:2rem}.ingredient-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(275px,1fr));gap:1.5rem}.ingredient-card{background:#16151547;padding:1.5rem;border-radius:12px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.ingredient-card:hover{transform:translateY(-5px);box-shadow:0 0 15px #0ff6,0 0 25px #0ff2}.glow-card{box-shadow:0 0 8px #0ff4}.ingredient-img{width:100%;height:auto;max-height:280px;border-radius:8px;margin-bottom:1rem}.ingredient-card h4{color:#fc0;font-size:1.3rem;margin-bottom:.3rem}.ingredient-card p{color:#bbb;font-size:.9rem;margin-bottom:.5rem}.ingredient-card ul{list-style:none;padding:0;margin:0}.ingredient-card li{position:relative;padding-left:24px;font-size:.9rem;color:#eee;margin-bottom:5px}.ingredient-card li:before{content:"✔";position:absolute;left:0;color:#00f0ff}.ingredient-card li.highlight{font-weight:700;color:#0ff}.features-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem}.feature-item{background:#222;padding:.5rem 1.2rem;border-radius:20px;font-weight:600;color:#0ff}.glow-feature{box-shadow:0 0 5px #0ff,0 0 10px #0ff3}@media (max-width: 600px){.ingredient-img{max-height:180px}.ingredients.dark h3{font-size:1.2rem}.feature-item{font-size:.9rem}.ingredient-card h4{font-size:1.1rem}}.footer{background:radial-gradient(circle,#f5f8ed 93%,#f5f8ed 69%,#a3a4a0 86%);color:#01081afc;text-align:center;padding:2rem 1rem}.footer a{margin:0 10px;text-decoration:none;color:#0b0b0a}.fda-compliance{color:#11151e;font-size:14px;margin:24px;line-height:1.6}.fda-compliance h2{font-weight:600;margin-bottom:10px;font-size:16px}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:15px;max-width:90%;width:500px;text-align:center;animation:slideIn .5s ease-in}.modal-content button{margin-top:1rem;padding:.5rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:background .3s}.modal-content button:hover{background:#0056b3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.header{padding:4rem 1rem}.header-img{max-width:90%;height:250px}.pricing-options,.bonus-cards,.ingredient-list{grid-template-columns:1fr}.science-img{height:200px}}@media (max-width: 480px){.header h1{font-size:2rem}.header p{font-size:1rem}.header-img{height:180px}.modal-content{padding:1.5rem;width:95%}.features-list{gap:1rem}}.container{max-width:1200px;margin:0 auto;padding:2rem}.guarantee{text-align:center;margin:2rem 0}.guarantee h2{color:#1a73e8;font-size:2rem;margin-bottom:1rem}.guarantee p{font-size:1.1rem;max-width:800px;margin:0 auto 1rem;padding:0 1rem}.badg{background:#1a73e8;color:#fff;border-radius:50%;width:150px;height:150px;display:flex;align-items:center;justify-content:center;margin:1rem auto;font-size:1.2rem;font-weight:700;text-align:center}.certifications{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin:2rem 0}.certifications img{width:100px;height:100px;mix-blend-mode:darken;border-radius:50px}.footer-text{text-align:center;font-size:1.9rem;margin:1rem 0;padding:0 1rem}.cta{text-align:center;margin:2rem 0}.cta-button{color:#fff;padding:1rem 2rem;border:none;border-radius:5px;font-size:1.2rem;cursor:pointer;transition:background .3s ease}.cta-button:hover{background:#1557b0}@media (max-width: 768px){.guarantee h2{font-size:1.5rem}.guarantee p{font-size:1rem}.badg{width:120px;height:120px;font-size:1rem}.cta-button{font-size:1rem;padding:.8rem 1.5rem}}@media (max-width: 480px){.guarantee h2{font-size:1.3rem}.badg{width:100px;height:100px;font-size:.9rem}.certifications img{width:80px;height:80px}.cta-button{width:100%;max-width:300px}}.references-section{max-width:1200px;margin:30px auto 20px;padding:0 20px}.disclaimer{padding:5px;margin:5px;font-size:.8rem;color:#666;text-align:center;font-style:italic}.references-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.journal-logos{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:1.5rem}.journal-logos img{height:auto;max-width:100px;object-fit:contain;border-radius:50px}.references-section h1{font-size:clamp(1.5rem,5vw,2rem);color:#1a3c5a;margin-bottom:1.5rem;text-align:center}.reference{padding:1rem;background:#f5f8ed33;border-radius:5px;box-shadow:0 4px 10px #0000001a}.reference p{font-size:.875rem;line-height:1.6;color:#020817a1}.doi-link{color:#2980b9;text-decoration:none;font-weight:700;font-size:.85rem;word-break:break-word}.copy-button{margin-left:10px;padding:.3rem .6rem;background-color:#2980b9;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:.85rem;transition:background-color .3s ease}.copy-button:hover{background-color:#216a99}@media (max-width: 768px){.references-section{margin:30px 10px;padding:0 15px}.references-grid{gap:14px}.journal-logos img{max-width:90px;height:auto}.reference{padding:1rem}.doi-link{font-size:.9rem}.reference p{font-size:.9rem;line-height:1.8}.copy-button{margin-left:8px;margin-top:0;padding:.4rem .8rem;font-size:.9rem}}@media (max-width: 480px){.journal-logos{flex-direction:column;align-items:center;gap:12px}.references-section{margin:20px 5px;padding:0 10px}.journal-logos img{height:auto}.references-section h1{font-size:clamp(1.2rem,4vw,1.8rem)}.reference p{font-size:.85rem}.references-grid{gap:12px}.doi-link{font-size:.85rem}.copy-button{margin-left:5px;padding:.35rem .7rem}}.hero{text-align:center;padding:3rem 1rem;color:#613838}.hero h2{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}.hero button{padding:.8rem 2rem;font-size:1.1rem;background:#fff;color:#4facfe;border:none;border-radius:5px;cursor:pointer;transition:background .3s}.hero button:hover{background:#e0e0e0}.faq{max-width:1200px;margin:0 auto;background:#bfc4c438;padding:2rem 1rem}.faq h2{text-align:center;color:#35271f;margin-bottom:2rem}.faq-item{background:#fff;margin-bottom:1rem;border-radius:5px;overflow:hidden;box-shadow:0 4px 10px #0000001a}.faq-question{padding:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700}.faq-answer{padding:1rem;display:none;background:#f9f9f9}.faq-answer.active{display:block}footer{text-align:center;padding:1rem;background:#fff;color:#333;margin-top:3rem}body{margin:0;font-family:EB Garamond,serif;font-optical-sizing:auto}html{scroll-behavior:smooth}
