*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Roboto Condensed','Segoe UI',sans-serif;line-height:1.5}header{background-color:#c86230;padding:12px 24px;position:sticky;top:0;z-index:1000;box-shadow:0 12px 18px -10px #0006 0 32px 52px -40px #00000040}:root{--tick-size:24px;--tick-gap:14px;--tick-font:20px;--tick-top:.16em}*{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}a,button{cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}p{margin-bottom:16px}html{scroll-behavior:smooth;scroll-padding-top:75px}.core-strength-navbar{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;width:100%;max-width:1500px;margin-inline:auto}.core-strength-logo{display:flex;align-items:center}.core-strength-logo img{height:35px;width:auto;display:block}.core-strength-logo a{display:inline-flex;align-items:center;text-decoration:none}.core-strength-logo a:focus-visible{outline:2px solid #000;outline-offset:2px}.core-strength-nav-links{display:flex;align-items:center;gap:40px}.core-strength-nav-links a{text-decoration:none;color:#fff;font-size:20px;font-weight:400;display:inline-flex;align-items:center;line-height:1}.core-strength-margin-top-small{margin-top:30px}.core-strength-margin-top-medium{margin-top:50px}.core-strength-nav-links a.core-strength-order-btn:link,.core-strength-nav-links a.core-strength-order-btn:visited,.core-strength-nav-links a.core-strength-order-btn:hover,.core-strength-nav-links a.core-strength-order-btn:active,.core-strength-nav-links a.core-strength-order-btn:focus{color:#000;font-weight:600}.core-strength-nav-links a:first-child{color:#fff}.core-strength-order-btn{background-color:#ffe600;color:#ffe600;border:none;padding:10px 20px;border-radius:6px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:20px}.core-strength-order-btn:hover{background:#ffe600}.core-strength-order-btn i{border:3px solid #fff;border-radius:50%;padding:2px 6px;font-style:normal;font-weight:700}.core-strength-nav-links a.core-strength-order-btn{display:inline-flex;align-items:center;line-height:1}.core-strength-nav-links a.core-strength-order-btn::after{content:"\00BB";display:inline-flex;align-items:center;font-size:30px;line-height:1;font-weight:600;margin-left:.05em;transform:translateY(-0.06em)}.core-strength-hamburger{display:none;font-size:26px;background:none;border:none;cursor:pointer}.core-strength-hero-section{padding:50px 20px;background:#fff}.core-strength-hero-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.core-strength-hero-image{flex:0 0 auto;max-width:400px;display:flex;align-items:center}.core-strength-hero-image img{width:100%;height:auto;display:block}.core-strength-hero-content{flex:1;max-width:600px;display:flex;flex-direction:column;justify-content:center}.core-strength-hero-content h1{font-size:36px;font-weight:700;color:#000;margin-bottom:16px}.core-strength-hero-content .core-strength-tagline{font-size:22px;font-weight:600;color:#0056ba;margin-bottom:20px}.core-strength-hero-content p{font-size:20px;color:#333;margin-bottom:20px}.core-strength-tick-list{list-style:none;padding-left:0;margin-bottom:25px;font-size:var(--tick-font);color:#222}.core-strength-tick-list li{position:relative;margin-bottom:12px;padding-left:calc(var(--tick-size) + var(--tick-gap));line-height:1.5}.core-strength-tick-list li::before{content:"";position:absolute;left:0;top:var(--tick-top,0.15em);width:var(--tick-size,22px);height:var(--tick-size,22px);background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><circle cx='12' cy='12' r='12' fill='%2314a44d' opacity='.12'/><path d='M7 12.5l3.2 3.2L17.5 8.5' stroke='%2314a44d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") no-repeat center / contain}.core-strength-hero-cta{max-width:900px;margin:30px auto 0;display:flex;justify-content:center;align-items:center;padding-inline:20px}.core-strength-hero-btn{--btn-bg:#e14b1d;--btn-color:#fff;--btn-font-size:34px;--btn-radius:7px;--btn-py:18px;--btn-px:75px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--btn-bg);color:var(--btn-color);font-size:var(--btn-font-size);font-weight:600;text-decoration:none;padding:var(--btn-py) var(--btn-px);border-radius:var(--btn-radius);line-height:1;animation:heroPulse 2.1s ease-in-out infinite;transform-origin:center;box-shadow:0 8px 18px #00000040;transition:background .2s ease}.core-strength-hero-btn::after{content:"\00BB";font-size:1.2em;line-height:1;font-weight:600;margin-top:-3px}.core-strength-hero-btn:hover{background:#f54c18}.core-strength-hero-btn:active{transform:translateY(1px)}@keyframes heroPulse{0%,100%{transform:scale(1);box-shadow:0 8px 18px #00000040}50%{transform:scale(1.05);box-shadow:0 12px 28px #00000059}}.core-strength-testimonials-section{padding:60px 20px;background:#f8f8f8}.core-strength-testimonials-container{max-width:1100px;margin:0 auto}.core-strength-testimonials-section h2{font-size:32px;text-align:center;margin-bottom:30px;font-weight:700}.core-strength-review-strip{display:flex;justify-content:center;align-items:flex-end;gap:12px;overflow-x:auto;padding:20px 0;margin-bottom:40px}.core-strength-review-strip img{width:auto;height:auto;border-radius:20px;object-fit:cover;flex-shrink:0}.core-strength-testimonial{display:flex;align-items:flex-start;gap:20px;margin-bottom:40px}.core-strength-user-photo img{width:70px;height:70px;border-radius:50%;object-fit:cover;box-shadow:0 2px 6px #0000001a}.core-strength-testimonial-content h3{font-size:20px;font-weight:700;color:#0056ba;margin-bottom:8px}.core-strength-testimonial-content .core-strength-verified{color:#f7941d;font-size:14px;font-weight:600}.core-strength-testimonial-content p{font-size:17px;color:#333;margin-bottom:6px}.core-strength-profile-info{display:flex;align-items:center;gap:10px;margin-top:8px}.core-strength-bottle-image{width:55px;height:55px;border-radius:50%}.core-strength-user-details p{font-weight:700;margin:0}.core-strength-user-details a{color:#00a6e0;text-decoration:none;font-size:14px;font-weight:700}.core-strength-user-details a:hover{text-decoration:underline}.core-strength-pricing-section{box-sizing:border-box;background-color:#FFF;padding:10px 40px 50px}.core-strength-pricing-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;overflow:visible}.core-strength-price-box{flex:1 1 300px;max-width:320px;background:#F8F8F8;border-radius:10px;text-align:center;box-shadow:none;transition:transform .3s ease;overflow:visible}.core-strength-price-box:hover{transform:scale(1.05);z-index:2}.core-strength-price-box img{width:100%;height:auto;display:block;border-radius:10px}.core-strength-pricing-section-main{background-color:#c86230;color:#fff;text-align:center;padding-top:30px;padding-bottom:0;margin-bottom:0;border-top:5px solid #c04d14}.core-strength-pricing-heading h2{font-size:38px;font-weight:700;margin-bottom:0;padding-bottom:0;line-height:45px}.core-strength-bottom-arrow-divider{background-color:#c86230;height:50px;max-width:580px;clip-path:polygon(0 0,100% 0,50% 100%);margin:0 auto;margin-top:-1px}.core-strength-bonus-section{background-color:#f7f7f7;box-sizing:border-box;text-align:center;color:#000;padding:40px 20px 50px}.core-strength-bonus-heading h2{font-size:48px;font-weight:700;margin-bottom:40px;color:#000;line-height:55px}.core-strength-bonus-heading .core-strength-bonus-highlight{color:#004ac0}.core-strength-bonus-underline{border-bottom:3px solid #ff2f00;padding-bottom:0}.core-strength-bonus-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.core-strength-bonus-box{flex:1 1 300px;max-width:450px;background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000000d;padding:20px;text-align:center;line-height:50px}.core-strength-bonus-box img{width:100%;height:auto;border-radius:10px;margin-bottom:15px}.core-strength-bonus-box h3{font-size:32px;font-weight:700;margin:10px 0 5px;color:#000;line-height:1.3}.core-strength-bonus-h3{font-size:40px;color:#007ac1;font-weight:700;display:block}.core-strength-bonus-free{display:block;font-size:40px;font-weight:700;color:#f88800;margin-bottom:10px}.core-strength-bonus-box p{font-size:21px;color:#333;line-height:1.6}.core-strength-whatis-section{background-color:#f7f7f7;box-sizing:border-box;padding:20px}.core-strength-whatis-header{text-align:center;margin-bottom:30px}.core-strength-whatis-header h2{color:#000;font-size:40px;font-weight:700;margin:0;display:inline-block;padding:10px 20px;border-radius:6px}.core-strength-whatis-content{display:flex;flex-wrap:wrap;gap:30px;max-width:1100px;margin:0 auto;align-items:flex-start}.core-strength-whatis-content p{font-size:22px;margin-bottom:16px}.core-strength-whatis-image{flex:1 1 300px;max-width:350px;align-self:center!important}.core-strength-whatis-image img{width:100%;height:auto;border-radius:10px;display:block}.core-strength-whatis-text{flex:1 1 500px;color:#000;line-height:40px;margin-top:-5px}.core-strength-benefits-section{background-color:#fff;box-sizing:border-box;padding:30px 20px 20px}.core-strength-benefits-header,.core-strength-benefits-content{max-width:1080px;margin:0 auto;box-sizing:border-box}.core-strength-benefits-header h2{margin:0;font-size:40px;font-weight:700;color:#000;text-align:center}.core-strength-benefits-content{margin-top:30px;font-size:22px;color:#111}.core-strength-benefits-content p{margin-bottom:22px;line-height:1.6}.core-strength-benefits-list{list-style:none;padding-left:0;margin-bottom:30px}.core-strength-benefits-list li{margin-bottom:15px;position:relative;padding-left:32px;line-height:1.5}.core-strength-benefits-list li::before{content:"\2713";position:absolute;left:0;top:50%;transform:translateY(-40%);font-size:28px;color:#01aa01;line-height:1}.core-strength-how-it-works-section{box-sizing:border-box;background-color:#f7f7f7;padding:30px 20px 20px}.core-strength-how-it-works-header,.core-strength-how-it-works-content{max-width:1080px;margin:0 auto;box-sizing:border-box}.core-strength-how-it-works-header h2{font-size:40px;font-weight:700;color:#000;text-align:center;margin-bottom:20px}.core-strength-how-it-works-content p{font-size:22px;line-height:1.6;margin-bottom:20px;color:#111}.core-strength-how-it-works-bold{font-weight:700}.core-strength-how-it-works-list{list-style:none;padding-left:0;margin-bottom:25px}.core-strength-how-it-works-list li{margin-bottom:20px;font-size:22px;line-height:1.6;color:#111}.core-strength-how-it-works-list-content{font-weight:700;display:inline-block;margin-bottom:5px}.core-strength-ingredients-section{padding:30px 20px 20px;box-sizing:border-box;background-color:#fff}.core-strength-ingredients-header h2{text-align:center;font-size:40px;font-weight:700;color:#000;margin-bottom:20px}.core-strength-ingredients-content,.core-strength-ingredients-header{max-width:1080px;margin:0 auto;font-size:22px;color:#111;line-height:1.6}.core-strength-ingredients-subheading{font-size:24px;font-weight:700;margin-top:25px;padding-bottom:30px;color:#222}.core-strength-ingredients-list{list-style:none;padding-left:0;margin-bottom:25px}.core-strength-ingredients-list li{display:flex;align-items:flex-start;margin-bottom:20px}.core-strength-ingredients-circle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background-color:#23a550;color:#fff;border-radius:50%;width:32px;height:32px;font-size:18px;font-weight:700;margin-right:12px;margin-top:6px}.core-strength-ingredients-list-content{font-weight:700;margin-right:6px}.core-strength-moneyback-guarantee-section{background:#f7f7f7;padding:30px 20px 20px;box-sizing:border-box;text-align:center}.core-strength-moneyback-container{max-width:1080px;margin:0 auto}.core-strength-moneyback-title{font-size:45px;font-weight:700;color:#0076a3;margin-bottom:25px;line-height:55px}.core-strength-moneyback-content{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;text-align:center;gap:25px;margin-bottom:15px}.core-strength-moneyback-badge{width:300px;max-width:100%;height:auto}.core-strength-moneyback-text-wrapper{flex:1 1 480px;text-align:left}.core-strength-moneyback-text-wrapper p{font-size:22px;color:#111;line-height:1.6;margin-bottom:16px}.core-strength-moneyback-icons{margin-bottom:20px}.core-strength-moneyback-icons img{width:100%;max-width:720px;height:auto;display:block;margin:0 auto}.core-strength-moneyback-note{font-size:22px;color:#000}.core-strength-faq-section{background:linear-gradient(to right,#0366c3,#00b2d6);color:#fff;padding:50px 20px}.core-strength-faq-container{max-width:900px;margin:0 auto}.core-strength-faq-heading{text-align:center;font-size:40px;font-weight:700;margin-bottom:40px}.core-strength-faq-item{background:#fff;color:#000;border-radius:10px;margin-bottom:15px;overflow:hidden}.core-strength-faq-question{cursor:pointer;font-size:28px;font-weight:700;padding:18px 20px;margin:0;display:flex;justify-content:space-between;align-items:center}.core-strength-faq-answer{display:none;padding:0 20px 18px;font-size:22px;line-height:1.5}.core-strength-faq-toggle-icon{transition:transform .3s ease;font-size:18px}.core-strength-faq-item.core-strength-active .core-strength-faq-answer{display:block}.core-strength-faq-item.core-strength-active .core-strength-faq-toggle-icon{transform:rotate(180deg)}.core-strength-interlinks-section{background-color:#c86230;padding:40px 20px;margin-top:250px;overflow-x:hidden}.core-strength-interlinks-wrapper{max-width:900px;margin:0 auto;width:100%;box-sizing:border-box}.core-strength-footer-links{list-style-type:disc;display:grid;grid-template-columns:repeat(2,minmax(250px,1fr));gap:20px 60px;padding-left:30px;margin:0;box-sizing:border-box}.core-strength-footer-links li{font-size:20px;font-weight:600;color:#fff;line-height:1.8;word-break:break-word}.core-strength-footer-links a{color:#fff;text-decoration:none}.core-strength-footer-links a:hover{text-decoration:none}.core-strength-site-footer{background-color:#4a4a4a;color:#ececec;text-align:center;box-sizing:border-box;padding:30px 20px 10px}.core-strength-footer-disclaimer{max-width:1200px;margin:0 auto;line-height:1.8;font-size:16px;box-sizing:border-box}.core-strength-footer-disclaimer p{margin-bottom:24px}.core-strength-footer-disclaimer{font-weight:400;font-size:16px;margin-top:10px}.core-strength-copyright{text-align:center;color:#fff;font-size:18px;line-height:1.6;font-weight:500}.core-strength-copyright .core-strength-copyright-link{color:#fff;text-decoration:none}.core-strength-customer-reviews-section{background:#fff;color:#111;padding:60px 20px}.core-strength-customer-reviews-section .core-strength-cr-container{max-width:1050px;margin:0 auto}.core-strength-customer-reviews-section .core-strength-cr-heading{text-align:center;margin-bottom:30px}.core-strength-customer-reviews-section .core-strength-cr-heading h2{margin:0;line-height:1.18;font-weight:700;font-size:44px;color:#0e0e0e}.core-strength-customer-reviews-section .core-strength-cr-ugc-strip{display:grid;grid-template-columns:repeat(4,auto);column-gap:18px;row-gap:18px;justify-content:center;align-items:center;margin-bottom:20px}.core-strength-customer-reviews-section .core-strength-cr-ugc{width:100%;max-width:180px;aspect-ratio:1/1;border-style:solid;border-color:#fff;border-width:7px 7px 21px;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 20px -6px #0003 0 0 16px -6px #0000003b}.core-strength-customer-reviews-section .core-strength-cr-ugc img{width:100%;height:100%;object-fit:cover;display:block}.core-strength-customer-reviews-section .core-strength-cr-card{background:#fff;border:none;border-radius:16px;padding:28px}.core-strength-customer-reviews-section .core-strength-cr-card-top{display:grid;grid-template-columns:110px 1fr;gap:2px;align-items:start}.core-strength-customer-reviews-section .core-strength-cr-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;display:block;box-shadow:0 0 0 6px #e1dfdf}.core-strength-customer-reviews-section .core-strength-cr-title{margin:0 0 6px;font-size:32px;font-weight:600;color:#0699c2}.core-strength-customer-reviews-section .core-strength-cr-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.core-strength-customer-reviews-section .core-strength-cr-stars .core-strength-star{width:22px;height:22px;fill:#ffb400;display:inline-block}.core-strength-customer-reviews-section .core-strength-cr-verified{font-size:20px;font-weight:600;color:#e56f2d}.core-strength-customer-reviews-section p{margin:0;font-size:22px;line-height:1.5;color:#111;position:relative;padding-left:0}.core-strength-customer-reviews-section .core-strength-cr-bottom{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;margin-top:20px}.core-strength-customer-reviews-section .core-strength-cr-bottle img{width:100px;height:auto;display:block}.core-strength-customer-reviews-section .core-strength-cr-purchase-name{margin:0 0 6px;font-size:22px;color:#333}.core-strength-customer-reviews-section .core-strength-cr-purchase-line{margin:0;font-size:22px;font-weight:600;color:#0aa0c8}.core-strength-pp-section{background:#fff}.core-strength-pp-container{max-width:1150px;margin:0 auto;padding:24px 16px;text-align:left;line-height:1.65;font-size:16px;color:#222}.core-strength-pp-title{margin:0 0 6px;font-size:28px;font-weight:700}.core-strength-pp-updated{margin:0 0 18px;font-size:14px;opacity:.8}.core-strength-pp-intro{margin-bottom:16px}.core-strength-pp-container h2{font-size:20px;margin:22px 0 10px;font-weight:700}.core-strength-pp-container p{margin:10px 0}.core-strength-pp-container a{color:#0056b3;text-decoration:underline}.core-strength-tou-section{background:#fff}.core-strength-tou-container{max-width:1150px;margin:0 auto;padding:24px 16px;text-align:left;line-height:1.65;font-size:16px;color:#222}.core-strength-tou-title{margin:0 0 6px;font-size:28px;font-weight:700}.core-strength-tou-updated{margin:0 0 18px;font-size:14px;opacity:.8}.core-strength-tou-intro{margin-bottom:16px}.core-strength-tou-container h2{font-size:20px;margin:22px 0 10px;font-weight:700}.core-strength-tou-container p{margin:10px 0}.core-strength-tou-container a{color:#0056b3;text-decoration:underline}.core-strength-ot-section{background:#fff}.core-strength-ot-container{max-width:1150px;margin:0 auto;padding:24px 16px;text-align:left;line-height:1.65;font-size:16px;color:#222}.core-strength-ot-title{margin:0 0 14px;font-size:28px;font-weight:700}.core-strength-ot-container h2{font-size:20px;margin:22px 0 10px;font-weight:700}.core-strength-ot-container p{margin:10px 0}.core-strength-ot-list{margin:10px 0 12px 18px;padding:0}.core-strength-ot-list li{margin:6px 0}.core-strength-rp-section{background:#fff}.core-strength-rp-container{max-width:1150px;margin:0 auto;padding:24px 16px;text-align:left;line-height:1.65;font-size:16px;color:#222}.core-strength-rp-title{margin:0 0 6px;font-size:28px;font-weight:700}.core-strength-rp-updated{margin:0 0 18px;font-size:14px;opacity:.8}.core-strength-rp-container h2{font-size:20px;margin:22px 0 10px;font-weight:700}.core-strength-rp-container p{margin:10px 0}.core-strength-rp-list{margin:10px 0 12px 18px;padding:0}.core-strength-rp-list li{margin:6px 0}.core-strength-cu-section{background:#fff}.core-strength-cu-container{max-width:1150px;margin:0 auto;padding:24px 16px;text-align:left;line-height:1.65;font-size:16px;color:#222}.core-strength-cu-title{margin:0 0 14px;font-size:28px;font-weight:700}.core-strength-cu-intro{margin-bottom:18px}.core-strength-cu-container h2{font-size:20px;margin:22px 0 10px;font-weight:700}.core-strength-cu-container p{margin:10px 0}.core-strength-cu-container a{color:#0056b3;text-decoration:underline}.core-strength-logo .core-strength-logo-wordmark{display:inline-flex;align-items:center;font-weight:600;font-size:34px;letter-spacing:.4px;color:#fff;text-decoration:none;line-height:1;white-space:nowrap}.core-strength-logo .core-strength-logo-wordmark:link,.core-strength-logo .core-strength-logo-wordmark:visited,.core-strength-logo .core-strength-logo-wordmark:hover,.core-strength-logo .core-strength-logo-wordmark:active{color:#fff}@media (min-width: 1280px){.core-strength-pp-container{line-height:1.7;font-size:17px}.core-strength-tou-container{line-height:1.7;font-size:17px}}@media (max-width: 1020px){.core-strength-pricing-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;overflow:visible}.core-strength-price-box{flex:1 1 300px;max-width:260px;background:#F8F8F8;border-radius:10px;text-align:center;box-shadow:none;transition:transform .3s ease;overflow:visible}.core-strength-price-box img{width:100%;height:auto;display:block;border-radius:10px}.core-strength-pricing-heading h2{font-size:34px}}@media (max-width: 1015px){.core-strength-whatis-image{display:none}}@media (max-width: 900px){.core-strength-logo img{height:25px;width:auto}.core-strength-nav-links a{text-decoration:none;font-size:18px;font-weight:400;display:inline-flex;align-items:center;line-height:1}.core-strength-price-box{flex:1 1 300px;max-width:210px;background:#F8F8F8;border-radius:10px;text-align:center;box-shadow:none;transition:transform .3s ease;overflow:visible}.core-strength-bonus-h3{font-size:36px;color:#007ac1;font-weight:700;display:block}.core-strength-bonus-box h3{font-size:36px;font-weight:700;margin:10px 0 5px;color:#000;line-height:35px}.core-strength-bonus-free{display:block;font-size:36px;font-weight:700;color:#f88800;margin-bottom:10px;line-height:30px}.core-strength-customer-reviews-section .core-strength-cr-heading h2{font-size:36px}.core-strength-customer-reviews-section .core-strength-cr-ugc{max-width:150px}.core-strength-customer-reviews-section .core-strength-cr-title{font-size:32px}.core-strength-customer-reviews-section .core-strength-cr-quote{font-size:26px}.core-strength-customer-reviews-section .core-strength-cr-bottle img{width:100px}.core-strength-logo .core-strength-logo-wordmark{font-size:32px}}@media (max-width: 768px){.core-strength-navbar{justify-content:flex-start;position:relative}.core-strength-hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;order:1;margin-left:6px;color:transparent}.core-strength-hamburger::before{content:"\2630";color:#fff;font-size:26px;line-height:1}.core-strength-logo{order:2;margin-left:5px}.core-strength-logo img{height:25px;width:auto;display:block}.core-strength-nav-links{order:3;display:flex;align-items:center;margin-left:auto;gap:0;position:static}.core-strength-nav-links a:not(.core-strength-order-btn){display:none}.core-strength-nav-links a.core-strength-order-btn{display:inline-flex;white-space:nowrap;padding:10px 20px;margin-right:10px}.core-strength-nav-links.core-strength-show{position:absolute;left:0;right:0;top:100%;background:#c86230;box-shadow:0 12px 18px -10px #0000002e;padding:18px 28px 22px;display:flex;flex-direction:column;gap:16px;align-items:flex-start;text-align:left;z-index:1001}.core-strength-nav-links.core-strength-show a:not(.core-strength-order-btn){display:block;padding:6px 0}.core-strength-nav-links.core-strength-show .core-strength-order-btn{position:fixed;right:clamp(12px,3vw,24px);top:calc(env(safe-area-inset-top,0px) + 12px);transform:none;z-index:1102}.core-strength-navbar:has(#navMenu.core-strength-show) .core-strength-hamburger::before{content:"\00D7";font-size:28px}.core-strength-pricing-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;overflow:visible}.core-strength-price-box{flex:1 1 200px;max-width:250px;background:#F8F8F8;border-radius:10px;text-align:center;box-shadow:none;transition:transform .3s ease;overflow:visible}.core-strength-price-box img{width:100%;height:auto;display:block;border-radius:10px}.core-strength-pricing-heading h2{font-size:34px}.core-strength-bottom-arrow-divider{height:40px;margin-top:-1px}.core-strength-bonus-grid{flex-direction:column;align-items:center}.core-strength-whatis-image,.core-strength-whatis-text{max-width:100%}.core-strength-whatis-header h2{font-size:32px;padding:8px 16px}.core-strength-whatis-content{font-size:20px;margin-bottom:16px;text-align:left;flex-direction:column;margin-top:-15px}.core-strength-whatis-image,.core-strength-whatis-text{width:100%}.core-strength-whatis-image img{max-width:100%;height:auto}.core-strength-benefits-header h2{font-size:32px}.core-strength-benefits-list li{padding-left:22px}.core-strength-footer-links{grid-template-columns:1fr;gap:15px 0;padding-left:20px}.core-strength-footer-links li{font-size:18px}.core-strength-footer-disclaimer{font-size:14px;padding:0 5px}.core-strength-footer-disclaimer p{margin-bottom:20px}.core-strength-hero-container{flex-direction:column;align-items:center}.core-strength-hero-image{margin:0 auto 5px;max-width:80%}.core-strength-hero-content{max-width:680px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.core-strength-hero-content h1,.core-strength-hero-content .core-strength-tagline,.core-strength-hero-content p,.core-strength-hero-content .core-strength-tick-list{text-align:left;width:100%}.core-strength-tick-list{margin-left:0}.core-strength-hero-cta{justify-content:center}.core-strength-hero-btn{--btn-bg:#e14b1d;--btn-color:#fff;--btn-font-size:28px;--btn-radius:7px;--btn-py:20px;--btn-px:70px;margin-top:-15px;line-height:1.3;text-align:center}.core-strength-testimonial{flex-direction:column;align-items:center;text-align:center}.core-strength-testimonial-content{margin-top:15px}.core-strength-profile-info{flex-direction:column;align-items:center}.core-strength-bonus-heading h2{font-size:46px;font-weight:700;margin-bottom:40px;color:#000;line-height:55px}.core-strength-bonus-h3{font-size:36px;color:#007ac1;font-weight:700;display:block}.core-strength-bonus-box h3{font-size:36px;font-weight:700;margin:10px 0 5px;color:#000;line-height:35px}.core-strength-bonus-free{display:block;font-size:36px;font-weight:700;color:#f88800;margin-bottom:10px;line-height:30px}}@media (max-width:650px){.core-strength-customer-reviews-section .core-strength-cr-ugc-strip{grid-template-columns:repeat(2,1fr);column-gap:10px;row-gap:10px;justify-items:center}.core-strength-customer-reviews-section .core-strength-cr-ugc{width:100%;max-width:none;max-width:280px}.core-strength-hero-btn{--btn-font-size:28px;--btn-radius:7px;--btn-py:20px;--btn-px:40px;margin-top:-15px;line-height:1.3;text-align:center}.core-strength-customer-reviews-section{padding-left:10px;padding-right:10px}.core-strength-customer-reviews-section .core-strength-cr-card{padding-left:18px;padding-right:18px}.core-strength-customer-reviews-section .core-strength-cr-card-top{display:grid;grid-template-columns:80px 1fr;column-gap:25px;row-gap:10px;align-items:start;grid-template-areas:"avatar title" "avatar meta" "para para" "bottom bottom"}.core-strength-customer-reviews-section .core-strength-cr-avatar{grid-area:avatar}.core-strength-customer-reviews-section .core-strength-cr-top-content{display:contents}.core-strength-customer-reviews-section .core-strength-cr-title{grid-area:title;padding-top:5px}.core-strength-customer-reviews-section .core-strength-cr-meta{grid-area:meta;margin:-5px 0 8px;justify-content:flex-start}.core-strength-customer-reviews-section .core-strength-cr-top-content > p{grid-area:para;margin:0;line-height:1.7}.core-strength-customer-reviews-section .core-strength-cr-bottom{grid-area:bottom;grid-template-columns:1fr;text-align:center;margin-top:16px}.core-strength-customer-reviews-section .core-strength-cr-bottle img{margin:0 auto;width:150px}}@media (max-width: 640px){.core-strength-pp-container{padding:20px 14px;font-size:15px}.core-strength-pp-title{font-size:24px}.core-strength-pp-container h2{font-size:18px}.core-strength-tou-container{padding:20px 14px;font-size:15px}.core-strength-tou-title{font-size:24px}.core-strength-tou-container h2{font-size:18px}.core-strength-ot-container{padding:20px 14px;font-size:15px}.core-strength-ot-title{font-size:24px}.core-strength-ot-container h2{font-size:18px}.core-strength-rp-container{padding:20px 14px;font-size:15px}.core-strength-rp-title{font-size:24px}.core-strength-rp-container h2{font-size:18px}.core-strength-cu-container{padding:20px 14px;font-size:15px}.core-strength-cu-title{font-size:24px}.core-strength-cu-container h2{font-size:18px}.core-strength-logo .core-strength-logo-wordmark{font-size:24px}}@media (max-width: 565px){.core-strength-bonus-heading h2{font-size:40px;font-weight:700;margin-bottom:40px;color:#000;line-height:50px}.core-strength-hero-btn{--btn-font-size:26px;--btn-radius:7px;--btn-py:20px;--btn-px:25px;margin-top:-15px;line-height:1.3;text-align:center}}@media (max-width: 500px){.core-strength-logo img{height:23px;width:auto;display:block;margin-left:-10px}.core-strength-pricing-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;overflow:visible}.core-strength-price-box{flex:1 1 300px;max-width:350px;background:#F8F8F8;border-radius:10px;text-align:center;box-shadow:none;transition:transform .3s ease;overflow:visible}.core-strength-price-box img{width:100%;height:auto;display:block;border-radius:10px}.core-strength-pricing-heading h2{font-size:34px}.core-strength-bonus-heading h2{font-size:34px;font-weight:700;margin-bottom:40px;color:#000;line-height:45px}.core-strength-bonus-h3{font-size:34px;color:#007ac1;font-weight:700;display:block}.core-strength-bonus-box h3{font-size:34px;font-weight:700;margin:10px 0 5px;color:#000;line-height:35px}.core-strength-bonus-free{display:block;font-size:34px;font-weight:700;color:#f88800;margin-bottom:10px;line-height:30px}.core-strength-how-it-works-header h2{font-size:36px;font-weight:700;color:#000;text-align:center;margin-bottom:20px}.core-strength-hero-btn{--btn-font-size:24px;--btn-radius:7px;--btn-py:20px;--btn-px:25px;margin-top:-15px;line-height:1.3;text-align:center}.core-strength-customer-reviews-section .core-strength-cr-ugc-strip{grid-template-columns:repeat(2,1fr);column-gap:14px;row-gap:14px;justify-items:center}.core-strength-customer-reviews-section .core-strength-cr-ugc{width:100%;max-width:250px}.core-strength-customer-reviews-section{padding-left:10px;padding-right:10px}.core-strength-customer-reviews-section .core-strength-cr-card{padding-left:18px;padding-right:18px}.core-strength-customer-reviews-section .core-strength-cr-card-top{display:grid;grid-template-columns:80px 1fr;column-gap:18px;row-gap:10px;align-items:center;grid-template-areas:"avatar title" "meta meta" "para para" "bottom bottom"}.core-strength-customer-reviews-section .core-strength-cr-avatar{grid-area:avatar;width:80px;height:80px;margin-top:0;align-self:center}.core-strength-customer-reviews-section .core-strength-cr-top-content{display:contents}.core-strength-customer-reviews-section .core-strength-cr-title{grid-area:title;padding-top:0;margin-top:0;line-height:1.1}.core-strength-customer-reviews-section .core-strength-cr-meta{grid-area:meta;display:flex;align-items:center;gap:10px;flex-wrap:nowrap;margin:4px 0 8px;justify-content:flex-start}.core-strength-customer-reviews-section .core-strength-cr-stars .core-strength-star{width:20px;height:20px}.core-strength-customer-reviews-section .core-strength-cr-verified{font-size:22px;white-space:nowrap;line-height:1}.core-strength-customer-reviews-section .core-strength-cr-top-content > p{grid-area:para;margin:0;line-height:1.7}.core-strength-customer-reviews-section .core-strength-cr-bottom{grid-area:bottom;grid-template-columns:1fr;text-align:center;margin-top:16px}.core-strength-customer-reviews-section .core-strength-cr-bottle img{margin:0 auto;width:150px}.core-strength-customer-reviews-section .core-strength-cr-title{font-size:28px}}@media (max-width: 430px){.core-strength-logo img{height:20px;width:auto;display:block;margin-left:-10px}.core-strength-nav-links{order:3;display:flex;align-items:center;margin-left:auto;gap:0;position:static}.core-strength-nav-links a:not(.core-strength-order-btn){display:none}.core-strength-nav-links a.core-strength-order-btn{display:inline-flex;white-space:nowrap;padding:8px 20px;margin-right:10px}.core-strength-navbar:has(#navMenu.core-strength-show) .core-strength-hamburger::before{content:"\00D7";font-size:28px}.core-strength-pricing-heading h2{font-size:28px}.core-strength-pricing-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;overflow:visible}.core-strength-price-box{flex:1 1 300px;max-width:320px;background:#F8F8F8;border-radius:10px;text-align:center;box-shadow:none;transition:transform .3s ease;overflow:visible}.core-strength-price-box img{width:100%;height:auto;display:block;border-radius:10px}.core-strength-bonus-heading h2{font-size:31px;font-weight:700;margin-bottom:40px;color:#000;line-height:40px}.core-strength-bonus-h3{font-size:32px;color:#007ac1;font-weight:700;display:block}.core-strength-bonus-box h3{font-size:32px;font-weight:700;margin:10px 0 5px;color:#000;line-height:35px}.core-strength-bonus-free{display:block;font-size:32px;font-weight:700;color:#f88800;margin-bottom:10px;line-height:30px}.core-strength-how-it-works-header h2{font-size:36px;font-weight:700;color:#000;text-align:center;margin-bottom:20px}.core-strength-moneyback-title{font-size:40px;font-weight:700;color:#0076a3;margin-bottom:25px;line-height:45px}.core-strength-hero-btn{--btn-font-size:28px;--btn-radius:7px;--btn-py:20px;--btn-px:25px;margin-top:-15px;line-height:1.3;text-align:center}.core-strength-logo .core-strength-logo-wordmark{font-size:22px}}@media (max-width: 405px){.core-strength-logo img{height:18px;width:auto;display:block;margin-left:-10px}.core-strength-nav-links{order:3;display:flex;align-items:center;margin-left:auto;gap:0;position:static}.core-strength-nav-links a:not(.core-strength-order-btn){display:none}.core-strength-nav-links a.core-strength-order-btn{display:inline-flex;white-space:nowrap;padding:6px 18px;margin-right:2px}.core-strength-navbar:has(#navMenu.core-strength-show) .core-strength-hamburger::before{content:"\00D7";font-size:28px}.core-strength-pricing-heading h2{font-size:26px}.core-strength-bonus-h3{font-size:26px;color:#007ac1;font-weight:700;display:block}.core-strength-bonus-box h3{font-size:26px;font-weight:700;margin:10px 0 5px;color:#000;line-height:35px}.core-strength-bonus-free{display:block;font-size:26px;font-weight:700;color:#f88800;margin-bottom:10px;line-height:30px}.core-strength-hero-btn{--btn-font-size:26px;--btn-radius:7px;--btn-py:20px;--btn-px:25px;margin-top:-15px;line-height:1.4;text-align:center}.core-strength-logo .core-strength-logo-wordmark{font-size:20px}}@media (max-width: 380px){.core-strength-logo img{height:18px;width:auto;display:block;margin-left:-20px}.core-strength-nav-links{order:3;display:flex;align-items:center;margin-left:auto;gap:0;position:static}.core-strength-nav-links a:not(.core-strength-order-btn){display:none}.core-strength-nav-links a.core-strength-order-btn{display:inline-flex;white-space:nowrap;padding:6px 12px;margin-right:2px}.core-strength-navbar:has(#navMenu.core-strength-show) .core-strength-hamburger::before{content:"\00D7";font-size:28px}.core-strength-bonus-heading h2{font-size:26px;font-weight:700;margin-bottom:40px;color:#000;line-height:35px}.core-strength-how-it-works-header h2{font-size:28px;font-weight:700;color:#000;text-align:center;margin-bottom:20px}.core-strength-moneyback-title{font-size:35px;font-weight:700;color:#0076a3;margin-bottom:25px;line-height:45px}.core-strength-hero-btn{--btn-font-size:24px;--btn-radius:7px;--btn-py:20px;--btn-px:25px;margin-top:-15px;line-height:1.3;text-align:center}.core-strength-logo .core-strength-logo-wordmark{font-size:18px}}@media (max-width: 350px){.core-strength-logo img{height:14px;width:auto;display:block;margin-left:-25px;margin-right:7px}.core-strength-nav-links{order:3;display:flex;align-items:center;margin-left:auto;gap:0;position:static}.core-strength-nav-links a{display:none!important}.core-strength-nav-links .core-strength-order-btn{display:none!important;position:static!important;right:auto!important;top:auto!important;transform:none!important;margin:0!important}.core-strength-navbar:has(#navMenu.core-strength-show) .core-strength-hamburger::before{content:"\00D7";font-size:20px}.core-strength-order-btn{border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;align-items:center;gap:7px;font-size:16px}.core-strength-order-btn i{border:3px solid #fff;border-radius:50%;padding:2px 6px;font-style:normal;font-weight:700}.core-strength-nav-links a.core-strength-order-btn{display:inline-flex;align-items:center;line-height:1}.core-strength-nav-links a.core-strength-order-btn::after{content:"\00BB";display:inline-flex;align-items:center;font-size:18px;line-height:1;font-weight:600;margin-left:.05em;transform:translateY(-0.06em)}.core-strength-hero-btn{--btn-font-size:24px;--btn-radius:7px;--btn-py:20px;--btn-px:25px;margin-top:-15px;line-height:1.3;text-align:center}.core-strength-logo .core-strength-logo-wordmark{font-size:24px}}@media (max-width: 330px){.core-strength-price-box{max-width:100%}.core-strength-pricing-heading h2{font-size:24px;font-weight:700;margin-bottom:0;padding-bottom:0;line-height:30px}.core-strength-bottom-arrow-divider{height:40px;margin-top:-1px}.core-strength-bonus-heading h2{font-size:24px;font-weight:700;margin-bottom:20px;color:#000;line-height:35px}.core-strength-bonus-underline{font-size:22px;font-weight:700;margin-bottom:20px;color:#000;line-height:35px}.core-strength-bonus-h3{font-size:24px;color:#007ac1;font-weight:700;display:block}.core-strength-bonus-box h3{font-size:24px;font-weight:700;margin:10px 0 5px;color:#000;line-height:35px}.core-strength-bonus-free{display:block;font-size:24px;font-weight:700;color:#f88800;margin-bottom:10px;line-height:30px}.core-strength-whatis-header h2{color:#000;font-size:28px;font-weight:700;margin:0;background-color:#fff;display:inline-block;padding:10px 20px;border-radius:6px}.core-strength-whatis-content p{font-size:18px;margin-bottom:16px;line-height:30px}.core-strength-bonus-box p{font-size:18px;color:#333;line-height:30px}.core-strength-benefits-header h2{font-size:26px}.core-strength-benefits-content p{margin-bottom:18px;line-height:30px}.core-strength-benefits-content{margin-top:20px;font-size:18px;color:#111}.core-strength-benefits-list{list-style:none;padding-left:0;margin-bottom:30px}.core-strength-benefits-list li{margin-bottom:15px;position:relative;padding-left:30px;line-height:1.5}.core-strength-benefits-list li::before{content:"\2713";position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:22px;color:#01aa01;font-weight:700}.core-strength-how-it-works-header h2{font-size:28px;font-weight:700;color:#000;text-align:center;margin-bottom:20px}.core-strength-how-it-works-content p{font-size:18px;line-height:30px;margin-bottom:20px;color:#111}.core-strength-how-it-works-list{list-style:none;padding-left:0;margin-bottom:25px}.core-strength-how-it-works-list li{margin-bottom:25px;font-size:18px;line-height:30px;color:#111}.core-strength-how-it-works-list-content{font-weight:700;display:inline-block;margin-bottom:5px}.core-strength-ingredients-header h2{text-align:center;font-size:28px;font-weight:700;color:#000;margin-bottom:20px}.core-strength-ingredients-content,.core-strength-ingredients-header{max-width:1080px;margin:0 auto;font-size:18px;color:#111;line-height:1.6}.core-strength-ingredients-subheading{font-size:22px;font-weight:700;margin-top:25px;padding-bottom:30px;color:#222}.core-strength-ingredients-circle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background-color:#23a550;color:#fff;border-radius:50%;width:32px;height:32px;font-size:18px;font-weight:700;margin-right:12px;margin-top:6px}.core-strength-moneyback-title{font-size:30px;font-weight:700;color:#0076a3;margin-bottom:25px;line-height:35px}.core-strength-moneyback-badge{width:250px;max-width:100%;height:auto}.core-strength-moneyback-text-wrapper{flex:1 1 480px;text-align:left}.core-strength-moneyback-text-wrapper p{font-size:18px;color:#111;line-height:1.6;margin-bottom:16px}.core-strength-moneyback-icons{margin-bottom:25px}.core-strength-moneyback-icons img{width:100%;max-width:720px;height:auto;display:block}.core-strength-moneyback-note{font-size:18px;color:#000;text-align:left}.core-strength-faq-heading{text-align:center;font-size:34px;font-weight:700;margin-bottom:40px;line-height:45px}.core-strength-faq-question{cursor:pointer;font-size:22px;font-weight:700;padding:18px 20px;margin:0;display:flex;justify-content:space-between;align-items:center}.core-strength-faq-answer{display:none;padding:0 20px 18px;font-size:18px;line-height:1.5}.core-strength-site-footer{background-color:#4a4a4a;color:#fff;text-align:center;box-sizing:border-box;padding:30px 20px 15px}.core-strength-footer-disclaimer{max-width:1200px;margin:0 auto;line-height:25px;box-sizing:border-box;font-weight:400;font-size:14px;text-align:left}.core-strength-footer-disclaimer p{margin-bottom:24px}.core-strength-copyright{font-weight:500;font-size:14px;margin-top:20px}.core-strength-hero-btn{--btn-font-size:20px;--btn-radius:7px;--btn-py:20px;--btn-px:25px;margin-top:-15px;line-height:1.3;text-align:center}}@media (max-width: 319px){.core-strength-navbar{justify-content:flex-start;position:relative}.core-strength-hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;margin:0;order:1;color:transparent;z-index:1002}.core-strength-hamburger::before{content:"\2630";color:#fff;font-size:22px;line-height:1;margin-right:35px;margin-left:15px}.core-strength-logo{order:2;position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center}.core-strength-logo img{height:25px;width:auto;display:block}.core-strength-nav-links{order:3;display:flex;align-items:center;margin-left:auto;gap:0;position:static}.core-strength-nav-links a{display:none!important}.core-strength-nav-links .core-strength-order-btn{display:none!important;position:static!important;right:auto!important;top:auto!important;transform:none!important;margin:0!important}.core-strength-nav-links.core-strength-show{position:absolute;left:0;right:0;top:100%;background:#c86230;box-shadow:0 12px 18px -10px #0000002e;padding:16px;display:flex;flex-direction:column;gap:14px;align-items:flex-start;text-align:left;z-index:1001}.core-strength-nav-links.core-strength-show a{display:block!important;width:100%}.core-strength-nav-links.core-strength-show .core-strength-order-btn{display:flex!important;position:static!important;justify-content:center;align-items:center;width:100%;padding:10px 14px;font-size:16px;margin-top:6px}.core-strength-navbar:has(#navMenu.core-strength-show) .core-strength-hamburger::before{content:"\00D7";font-size:24px}.core-strength-hero-btn{--btn-font-size:20px;--btn-radius:7px;--btn-py:20px;--btn-px:25px;margin-top:-15px;line-height:1.3;text-align:center}.core-strength-logo .core-strength-logo-wordmark{font-size:24px}}