.header{background:var(--white);box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:1000;padding:1rem 0}.nav{display:flex;justify-content:space-between;align-items:center}.logo a{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--primary-black)}.logo a:hover{color:var(--dark-black)}.nav-menu{display:flex;gap:2rem;list-style:none;align-items:center}.nav-menu li a{font-weight:500;color:var(--text-dark);transition:color var(--transition-base)}.nav-menu li a:hover{color:var(--primary-black)}.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--primary-black)}@media (max-width: 768px){.menu-toggle{display:block}.nav-menu{position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;box-shadow:0 4px 8px #0000001a;display:none}.nav-menu.active{display:flex}.nav-menu li{width:100%;text-align:center;padding:.5rem 0}}.hero{background:linear-gradient(135deg,#2e75b6,#7cafdd);padding:6rem 0;min-height:600px;display:flex;align-items:center}.hero-content{max-width:700px;text-align:center;margin:0 auto}.hero h1{color:var(--white);font-size:3.5rem;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{color:var(--white);font-size:1.25rem;margin-bottom:2rem;line-height:1.8;text-shadow:0 1px 2px rgba(0,0,0,.1)}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero{padding:4rem 0;min-height:500px}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}}.features{background:var(--off-white)}.section-subtitle{font-size:1.1rem;color:var(--text-medium);max-width:700px;margin:0 auto 3rem}.features-grid{margin-top:3rem}.feature-card{text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--primary-black);margin-bottom:1rem}.feature-card p{color:var(--text-medium);font-size:.95rem;line-height:1.7}@media (max-width: 768px){.features-grid{gap:1.5rem}}.about{background:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{color:var(--primary-black);margin-bottom:1.5rem}.about-text p{margin-bottom:1.25rem;line-height:1.8}.about-text .btn{margin-top:1rem}.about-highlights{display:grid;gap:2rem}.highlight-item{text-align:center;padding:2rem;background:var(--off-white);border-radius:var(--radius-card)}.highlight-item h3{font-size:3rem;color:var(--accent-gold);margin-bottom:.5rem}.highlight-item p{font-weight:500;color:var(--text-dark);margin:0}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem}.highlight-item h3{font-size:2rem}}.contact{background:var(--off-white)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-form{background:var(--white);padding:2rem;border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-subtle);border-radius:var(--radius-card);font-family:var(--font-body);font-size:1rem;transition:border-color var(--transition-base)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-black)}.form-status{margin-top:1rem;padding:.75rem;border-radius:var(--radius-card);text-align:center}.form-status.success{background:#d4edda;color:#155724}.form-status.error{background:#f8d7da;color:#721c24}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{padding:1.5rem;background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.info-item h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--primary-black)}.info-item p{margin:0;color:var(--text-medium)}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}}.footer{background:var(--primary-black);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:var(--white);margin-bottom:1rem}.footer-logo{font-family:var(--font-heading);font-size:1.75rem}.footer-section p{color:#ffffffe6;font-size:.95rem;line-height:1.7}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ffffffe6;font-size:.95rem;transition:color var(--transition-base)}.footer-section ul li a:hover{color:var(--accent-gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#fffc;font-size:.9rem;margin-bottom:.5rem}.disclaimer{font-size:.85rem!important;max-width:800px;margin:1rem auto 0}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}}.bio-page{background:var(--light-bg)}.bio-hero{background:linear-gradient(135deg,#1a4a7a,#2e75b6);padding:4rem 0;color:var(--white);text-align:center}.bio-hero-content h1{font-size:3.5rem;color:var(--white);margin-bottom:1rem;font-weight:700}.bio-subtitle{font-size:1.25rem;color:#fffffff2;margin-bottom:.5rem;font-weight:500}.bio-location{font-size:1rem;color:#ffffffd9;margin:0}.bio-section{padding:4rem 0}.bio-section h2{color:var(--primary-black);text-align:center;margin-bottom:2rem;font-size:2.5rem}.bio-intro{font-size:1.15rem;line-height:1.8;color:var(--text-medium);margin:0}.bio-content-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:center;margin-bottom:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.bio-image-container{display:flex;justify-content:center;align-items:center}.bio-photo{width:100%;max-width:350px;height:auto;border-radius:var(--radius-card);box-shadow:var(--shadow-card);transition:transform var(--transition-base),box-shadow var(--transition-base)}.bio-photo:hover{transform:scale(1.02);box-shadow:var(--shadow-hover)}.bio-text-content{display:flex;flex-direction:column;justify-content:center}.bio-text-content .bio-intro{text-align:left;margin:0}.bio-stats{margin-top:3rem}.stat-card{background:var(--white);border:2px solid var(--primary-black);border-radius:var(--radius-card);padding:2rem;text-align:center;transition:transform var(--transition-base),box-shadow var(--transition-base)}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.stat-number{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;color:var(--accent-gold);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-dark);font-weight:500}.credentials-section{background:var(--white)}.credentials-section p{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.8}.credentials-grid{margin-top:3rem}.credential-card{text-align:center;padding:2.5rem 2rem}.credential-icon{font-size:3rem;margin-bottom:1rem}.credential-card h3{color:var(--primary-black);font-size:1.25rem;margin:0}.achievement-section{background:var(--off-white)}.achievement-content{max-width:800px;margin:0 auto;text-align:center}.achievement-content p{font-size:1.15rem;line-height:1.8;margin-bottom:2rem}.achievement-badges{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.badge{display:flex;align-items:center;gap:1rem;background:var(--white);padding:1.5rem 2.5rem;border-radius:var(--radius-button);box-shadow:var(--shadow-card);transition:transform var(--transition-base),box-shadow var(--transition-base)}.badge:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.badge-icon{font-size:2.5rem}.badge-text{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.career-section{background:var(--white)}.career-timeline{max-width:800px;margin:3rem auto 0;position:relative}.career-timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:var(--primary-black)}.timeline-item{position:relative;padding-left:60px;margin-bottom:3rem}.timeline-marker{position:absolute;left:11px;top:0;width:20px;height:20px;border-radius:50%;background:var(--accent-gold);border:3px solid var(--white);box-shadow:0 0 0 3px var(--primary-black);z-index:1}.timeline-content{padding:2rem}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.timeline-header h3{color:var(--primary-black);margin:0;font-size:1.5rem}.timeline-duration{display:inline-block;padding:.5rem 1rem;background:var(--off-white);color:var(--text-dark);font-weight:600;font-size:.9rem;border-radius:var(--radius-button)}.timeline-location{color:var(--text-light);font-weight:500;margin-bottom:1rem}.timeline-description{font-size:1.05rem;line-height:1.7;color:var(--text-medium);margin:0}.bio-cta{background:var(--off-white);padding:5rem 0}.bio-cta h2{color:var(--primary-black);margin-bottom:1.5rem}.bio-cta p{font-size:1.2rem;color:var(--text-medium);max-width:600px;margin:0 auto 2rem}@media (max-width: 768px){.bio-hero-content h1{font-size:2.5rem}.bio-subtitle{font-size:1.1rem}.bio-section h2{font-size:2rem}.bio-content-grid{grid-template-columns:1fr;gap:2rem}.bio-photo{max-width:280px}.bio-text-content .bio-intro{text-align:center}.stat-number{font-size:2.5rem}.bio-stats,.credentials-grid{gap:1.5rem}.achievement-badges{flex-direction:column;align-items:center}.badge{width:100%;max-width:350px}.career-timeline:before{left:10px}.timeline-item{padding-left:45px}.timeline-marker{left:2px}.timeline-header{flex-direction:column;align-items:flex-start}.timeline-duration{align-self:flex-start}}@media (min-width: 769px) and (max-width: 1024px){.bio-content-grid{grid-template-columns:1fr 1fr;gap:2rem}.bio-photo{max-width:300px}.credentials-grid{grid-template-columns:repeat(2,1fr)}.bio-stats{grid-template-columns:repeat(3,1fr)}}.supplements-page{width:100%;min-height:100vh}.page-header{background:linear-gradient(135deg,#2e75b6,#1a4d7a);color:#fff;padding:4rem 2rem;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.page-header .subtitle{font-size:1.2rem;opacity:.95;max-width:800px;margin:0 auto}.content-section{max-width:1000px;margin:0 auto;padding:3rem 2rem}.content-section h2{color:#2e75b6;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.content-section h3{color:#1a4d7a;font-size:1.5rem;margin:2rem 0 1rem;font-weight:600}.content-section h4{color:#2e75b6;font-size:1.2rem;margin:1.5rem 0 .75rem;font-weight:600}.overview-box{background:#f8f9fa;border-left:4px solid #2E75B6;padding:1.5rem;margin:1.5rem 0;border-radius:4px}.important-box{background:#fff3cd;border-left:4px solid #D4AF37;padding:1.5rem;margin:1.5rem 0;border-radius:4px}.alert-box h3{color:#dc3545;margin-top:0}.supplement-card{background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:2rem;margin:2rem 0;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}.supplement-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #2e75b626}.supplement-card h3{color:#2e75b6;margin-top:0;font-size:1.6rem}.dosage{background:linear-gradient(135deg,#2e75b6,#1a4d7a);color:#fff;padding:.75rem 1.5rem;border-radius:4px;display:inline-block;font-weight:600;margin:1rem 0;font-size:1.1rem}.supplement-details{margin-top:1.5rem}.supplement-details ul{margin:.5rem 0 1rem 1.5rem;line-height:1.8}.supplement-details li{margin-bottom:.5rem}.table-responsive{overflow-x:auto;margin:1.5rem 0}.supplement-table{width:100%;border-collapse:collapse;background:#fff}.supplement-table th,.supplement-table td{padding:1rem;text-align:left;border-bottom:1px solid #dee2e6}.supplement-table th{background:#2e75b6;color:#fff;font-weight:600}.supplement-table tbody tr:hover{background:#f8f9fa}.mt-3{margin-top:3rem}.mb-3{margin-bottom:3rem}.bold{font-weight:700}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.cta-button{display:inline-block;padding:1rem 2rem;background:#2e75b6;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease;border:2px solid #2E75B6}.cta-button:hover{background:#1a4d7a;border-color:#1a4d7a;transform:translateY(-2px);box-shadow:0 4px 12px #2e75b64d}.cta-button.secondary{background:#fff;color:#2e75b6}.cta-button.secondary:hover{background:#f8f9fa}@media (max-width: 768px){.page-header h1{font-size:2rem}.page-header .subtitle{font-size:1rem}.content-section{padding:2rem 1rem}.content-section h2{font-size:1.6rem}.supplement-card{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button{width:100%;text-align:center}.supplement-table{font-size:.9rem}.supplement-table th,.supplement-table td{padding:.75rem .5rem}}.pricing-page{width:100%;min-height:100vh;background:#f8f9fa}.pricing-page .page-header{background:linear-gradient(135deg,#2e75b6,#1a4d7a);color:#fff;padding:4rem 2rem;text-align:center}.pricing-page .page-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.pricing-page .page-header .subtitle{font-size:1.2rem;opacity:.95;max-width:800px;margin:0 auto}.pricing-container{max-width:1400px;margin:-60px auto 4rem;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;position:relative;z-index:10}.pricing-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #2e75b633}.pricing-card.featured{border:3px solid #D4AF37;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-8px)}.badge{position:absolute;top:20px;right:-35px;background:#d4af37;color:#fff;padding:.5rem 3rem;transform:rotate(45deg);font-weight:600;font-size:.85rem;box-shadow:0 2px 8px #0003;z-index:1}.card-header{background:linear-gradient(135deg,#2e75b6,#1a4d7a);color:#fff;padding:2rem;text-align:center}.pricing-card.featured .card-header{background:linear-gradient(135deg,#d4af37,#b8941f)}.card-header h3{font-size:1.8rem;margin:0 0 1rem;font-weight:700}.price{display:flex;flex-direction:column;align-items:center;margin:1rem 0}.price .amount{font-size:3rem;font-weight:700;line-height:1}.price .period{font-size:1rem;opacity:.9;margin-top:.5rem}.alt-price{font-size:.95rem;opacity:.95;margin-top:.5rem}.card-body{padding:2rem}.description{text-align:center;font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.6}.card-body h4{color:#2e75b6;font-size:1.2rem;margin:1.5rem 0 1rem;font-weight:600}.features{list-style:none;padding:0;margin:1rem 0 2rem}.features li{padding:.75rem 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:flex-start;line-height:1.6}.features li:last-child{border-bottom:none}.checkmark{color:#28a745;font-weight:700;margin-right:.75rem;font-size:1.2rem;flex-shrink:0}.cta-button{width:100%;padding:1.2rem 2rem;background:#2e75b6;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.cta-button:hover{background:#1a4d7a;transform:translateY(-2px);box-shadow:0 4px 12px #2e75b64d}.cta-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.cta-button.primary{background:#d4af37}.cta-button.primary:hover{background:#b8941f}.cta-button.large{padding:1.5rem 3rem;font-size:1.3rem}.guarantee{text-align:center;color:#666;font-size:.9rem;margin-top:1rem;font-style:italic}.comparison-section{max-width:1200px;margin:4rem auto;padding:3rem 2rem;background:#fff;border-radius:12px}.comparison-section h2{color:#2e75b6;font-size:2rem;text-align:center;margin-bottom:2rem;font-weight:700}.table-responsive{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;background:#fff}.comparison-table th,.comparison-table td{padding:1rem;text-align:center;border-bottom:1px solid #e9ecef}.comparison-table th{background:#2e75b6;color:#fff;font-weight:600;position:sticky;top:0}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:600}.comparison-table tbody tr:hover{background:#f8f9fa}.comparison-table td{color:#333}.faq-section{max-width:900px;margin:4rem auto;padding:3rem 2rem;background:#fff;border-radius:12px}.faq-section h2{color:#2e75b6;font-size:2rem;text-align:center;margin-bottom:2rem;font-weight:700}.faq-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e9ecef}.faq-item:last-child{border-bottom:none}.faq-item h3{color:#2e75b6;font-size:1.3rem;margin-bottom:.75rem;font-weight:600}.faq-item p{color:#333;line-height:1.8}.final-cta{background:linear-gradient(135deg,#2e75b6,#1a4d7a);color:#fff;text-align:center;padding:4rem 2rem;margin-top:4rem}.final-cta h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.final-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.final-cta .cta-button{background:#fff;color:#2e75b6;max-width:400px}.final-cta .cta-button:hover{background:#f8f9fa;color:#1a4d7a}@media (max-width: 1024px){.pricing-container{grid-template-columns:repeat(2,1fr)}.pricing-card.featured{transform:none;grid-column:span 2}}@media (max-width: 768px){.pricing-page .page-header h1{font-size:2rem}.pricing-container{grid-template-columns:1fr;margin-top:-40px;gap:1.5rem}.pricing-card.featured{transform:none;grid-column:span 1}.badge{font-size:.75rem;padding:.4rem 2.5rem}.card-header h3{font-size:1.5rem}.price .amount{font-size:2.5rem}.comparison-section,.faq-section{padding:2rem 1rem}.comparison-table{font-size:.9rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}.final-cta h2{font-size:2rem}.final-cta p{font-size:1rem}}.legal-page{width:100%;min-height:100vh;background:#f8f9fa}.legal-page .page-header{background:linear-gradient(135deg,#2e75b6,#1a4d7a);color:#fff;padding:3rem 2rem;text-align:center}.legal-page .page-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.legal-page .page-header .subtitle{font-size:1rem;opacity:.9}.legal-content{max-width:900px;margin:0 auto;padding:3rem 2rem;background:#fff;min-height:60vh}.legal-content section{margin-bottom:3rem}.legal-content h2{color:#2e75b6;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;font-weight:700;border-bottom:2px solid #e9ecef;padding-bottom:.5rem}.legal-content h3{color:#1a4d7a;font-size:1.3rem;margin:1.5rem 0 .75rem;font-weight:600}.legal-content p{line-height:1.8;margin-bottom:1rem;color:#333}.legal-content ul,.legal-content ol{margin:1rem 0 1rem 1.5rem;line-height:1.8}.legal-content li{margin-bottom:.5rem;color:#333}.legal-content strong{color:#2e75b6;font-weight:600}.legal-content a{color:#2e75b6;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.legal-content a:hover{border-bottom-color:#2e75b6}.disclaimer-box{background:#fff3cd;border-left:4px solid #ffc107;padding:1.5rem;margin:1.5rem 0;border-radius:4px}.disclaimer-box.urgent{background:#f8d7da;border-left-color:#dc3545}.disclaimer-box h2,.disclaimer-box h3{color:#856404;margin-top:0}.disclaimer-box.urgent h2{color:#721c24}.disclaimer-box p{margin-bottom:.75rem}.disclaimer-box .large-text{font-size:1.1rem;line-height:1.7}.alert-box{background:#f8d7da;border-left:4px solid #dc3545;padding:1.5rem;margin:1.5rem 0;border-radius:4px}.alert-box p{color:#721c24;font-weight:600;margin:0}.contact-box{background:#e7f3ff;border-left:4px solid #2E75B6;padding:1.5rem;margin:1.5rem 0;border-radius:4px}.contact-box p{margin:.5rem 0}.last-updated{margin-top:3rem;padding-top:2rem;border-top:2px solid #e9ecef;color:#6c757d;font-style:italic;text-align:center}.acceptance-notice{background:#2e75b6;color:#fff;padding:1.5rem;margin-top:2rem;border-radius:4px;text-align:center}.acceptance-notice p{margin:0;font-size:1.1rem;font-weight:600;color:#fff}.mt-2{margin-top:2rem}@media (max-width: 768px){.legal-page .page-header h1{font-size:2rem}.legal-content{padding:2rem 1rem}.legal-content h2{font-size:1.5rem}.legal-content h3{font-size:1.2rem}.disclaimer-box,.alert-box,.contact-box{padding:1rem}.legal-content ul,.legal-content ol{margin-left:1rem}}@media print{.legal-page .page-header{background:none;color:#000;border-bottom:2px solid black}.disclaimer-box,.alert-box,.contact-box{border:1px solid #333;background:none!important}.disclaimer-box *,.alert-box *,.contact-box *{color:#000!important}.acceptance-notice{background:none;border:2px solid black;color:#000}.acceptance-notice p{color:#000!important}}.success-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.success-container{max-width:800px;margin:0 auto;text-align:center}.success-icon{width:100px;height:100px;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;margin:0 auto 2rem;box-shadow:0 8px 24px #28a7454d;animation:successPop .5s ease-out}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-page h1{color:#2e75b6;font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.success-subtitle{color:#666;font-size:1.2rem;margin-bottom:3rem}.success-card{background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;text-align:left}.success-card h2{color:#2e75b6;font-size:2rem;margin-bottom:2rem;text-align:center}.steps{display:flex;flex-direction:column;gap:2rem}.step{display:flex;gap:1.5rem;align-items:flex-start}.step-number{min-width:50px;height:50px;background:linear-gradient(135deg,#2e75b6,#1a4d7a);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content{flex:1}.step-content h3{color:#2e75b6;font-size:1.3rem;margin-bottom:.5rem}.step-content p{color:#333;line-height:1.6;margin-bottom:.5rem}.step-content ul{margin:.5rem 0 0 1.5rem;color:#666}.step-content li{margin-bottom:.25rem;line-height:1.6}.support-box{background:#fff3cd;border-left:4px solid #D4AF37;padding:2rem;border-radius:8px;margin-bottom:2rem;text-align:left}.support-box h3{color:#856404;margin-top:0;margin-bottom:1rem}.support-box p{color:#856404;margin-bottom:.5rem}.support-box ul{margin:.5rem 0 0 1.5rem;color:#856404}.support-box a{color:#2e75b6;font-weight:600;text-decoration:none}.support-box a:hover{text-decoration:underline}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:6px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:#2e75b6;color:#fff}.btn-primary:hover{background:#1a4d7a;transform:translateY(-2px)}.btn-secondary{background:#fff;color:#2e75b6;border:2px solid #2E75B6}.btn-secondary:hover{background:#f8f9fa}.receipt-notice{color:#666;font-style:italic;font-size:.95rem}@media (max-width: 768px){.success-page{padding:2rem 1rem}.success-page h1{font-size:2rem}.success-card{padding:2rem 1rem}.step{flex-direction:column;align-items:center;text-align:center}.step-content{text-align:left}.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}}.shop-page{width:100%;min-height:100vh;background:#f8f9fa}.shop-page .page-header{background:linear-gradient(135deg,#2e75b6,#1a4d7a);color:#fff;padding:4rem 2rem;text-align:center}.shop-page .page-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.shop-page .page-header .subtitle{font-size:1.2rem;opacity:.95;max-width:800px;margin:0 auto}.shop-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.info-banner{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;padding:2rem;border-radius:12px;margin-bottom:3rem;box-shadow:0 4px 20px #d4af374d}.info-banner h3{margin-top:0;font-size:1.5rem;margin-bottom:1rem}.info-banner p{margin-bottom:1rem;line-height:1.7}.info-banner .disclaimer{font-size:.9rem;opacity:.95;font-style:italic;margin-bottom:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #2e75b633}.product-card.featured{border:2px solid #D4AF37}.featured-badge{position:absolute;top:15px;right:-35px;background:#d4af37;color:#fff;padding:.4rem 3rem;transform:rotate(45deg);font-weight:600;font-size:.85rem;box-shadow:0 2px 8px #0003;z-index:1}.product-image{width:100%;height:250px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:2rem}.product-info h3{color:#2e75b6;font-size:1.3rem;margin:0 0 .5rem;font-weight:700}.brand{color:#666;font-size:.95rem;margin-bottom:1rem}.product-details{background:#f8f9fa;padding:1rem;border-radius:6px;margin:1rem 0}.detail-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.detail-row:last-child{margin-bottom:0}.detail-row .label{color:#666;font-weight:600}.detail-row .value{color:#333}.benefits{margin:1.5rem 0}.benefits h4{color:#2e75b6;font-size:1rem;margin-bottom:.75rem}.benefits ul{list-style:none;padding:0;margin:0}.benefits li{padding:.4rem 0;color:#333;font-size:.95rem;line-height:1.5}.benefits li:before{content:"✓ ";color:#28a745;font-weight:700;margin-right:.5rem}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #e9ecef}.price{font-size:1.8rem;color:#2e75b6;font-weight:700}.buy-button{background:#2e75b6;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.buy-button:hover{background:#1a4d7a;transform:translateY(-2px)}.supplement-bundle{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:3px solid #D4AF37;border-radius:12px;padding:3rem 2rem;margin-bottom:4rem;text-align:center}.supplement-bundle h2{color:#2e75b6;font-size:2rem;margin-bottom:1rem}.supplement-bundle>p{font-size:1.1rem;color:#666;margin-bottom:2rem}.bundle-contents{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:800px;margin:0 auto;align-items:center}.bundle-includes{text-align:left}.bundle-includes h4{color:#2e75b6;font-size:1.2rem;margin-bottom:1rem}.bundle-includes ul{list-style:none;padding:0}.bundle-includes li{padding:.5rem 0;font-size:1.05rem;color:#333}.bundle-pricing{text-align:center}.bundle-price{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.original-price{text-decoration:line-through;color:#999;font-size:1.2rem}.bundle-price-amount{font-size:3rem;font-weight:700;color:#2e75b6}.savings{color:#28a745;font-weight:700;font-size:1.2rem}.bundle-button{background:#d4af37;color:#fff;padding:1.2rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:1.1rem;display:inline-block;transition:all .3s ease}.bundle-button:hover{background:#b8941f;transform:translateY(-2px);box-shadow:0 4px 12px #d4af374d}.quality-guarantee{margin-bottom:4rem}.quality-guarantee h2{color:#2e75b6;font-size:2rem;text-align:center;margin-bottom:2rem}.standards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.standard{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #00000014}.standard-icon{width:60px;height:60px;background:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.standard h4{color:#2e75b6;margin-bottom:.5rem}.standard p{color:#666;font-size:.95rem;line-height:1.6}.faq-section{margin-bottom:4rem}.faq-section h2{color:#2e75b6;font-size:2rem;text-align:center;margin-bottom:2rem}.faq-item{background:#fff;padding:2rem;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #0000000f}.faq-item h4{color:#2e75b6;font-size:1.2rem;margin:0 0 .75rem}.faq-item p{color:#333;line-height:1.7;margin:0}.affiliate-disclosure{background:#f8f9fa;border-left:4px solid #2E75B6;padding:2rem;border-radius:8px}.affiliate-disclosure h4{color:#2e75b6;margin-top:0;margin-bottom:1rem}.affiliate-disclosure p{color:#666;line-height:1.7;margin:0;font-size:.95rem}@media (max-width: 768px){.shop-page .page-header h1{font-size:2rem}.shop-container{padding:2rem 1rem}.products-grid{grid-template-columns:1fr}.bundle-contents{grid-template-columns:1fr;gap:2rem}.bundle-includes{text-align:center}.bundle-includes ul{text-align:left;display:inline-block}.standards-grid{grid-template-columns:1fr}}:root{--primary-black: #1a1a1a;--dark-black: #0a0a0a;--accent-gold: #D4AF37;--white: #FFFFFF;--light-bg: #FAF9F6;--off-white: #F5F5F5;--text-dark: #1e293b;--text-medium: #334155;--text-light: #9CA3AF;--border-subtle: #D1D5DB;--font-heading: "Playfair Display", serif;--font-body: "Montserrat", sans-serif;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-button: 30px;--radius-card: 8px;--shadow-card: 0 3px 10px rgba(0, 0, 0, .08);--shadow-hover: 0 8px 20px rgba(0, 0, 0, .12);--transition-base: .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text-dark);background-color:var(--light-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--text-dark);margin-bottom:var(--spacing-md)}h1{font-size:3rem;font-weight:700}h2{font-size:1.875rem}h3{font-size:1.5rem}p{margin-bottom:var(--spacing-md);color:var(--text-medium)}a{color:var(--primary-black);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--accent-gold)}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.section{padding:var(--spacing-2xl) 0}.text-center{text-align:center}.grid{display:grid;gap:var(--spacing-lg)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.btn{display:inline-block;padding:1.2rem 3rem;border-radius:var(--radius-button);font-family:var(--font-body);font-weight:500;font-size:1rem;text-align:center;cursor:pointer;border:none;transition:transform var(--transition-base),background var(--transition-base),box-shadow var(--transition-base)}.btn-primary{background:var(--primary-black);color:var(--white)}.btn-primary:hover{background:var(--accent-gold);color:var(--primary-black);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background:var(--white);color:var(--primary-black);border:2px solid var(--primary-black)}.btn-secondary:hover{background:var(--primary-black);color:var(--white);transform:translateY(-2px)}.card{background:var(--white);border:1px solid var(--border-subtle);border-radius:var(--radius-card);padding:var(--spacing-xl);box-shadow:var(--shadow-card);transition:transform var(--transition-base),box-shadow var(--transition-base)}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.btn{padding:1rem 2rem}}@media (min-width: 769px) and (max-width: 1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}
