:root{--htrcoa-brand-red: #d03d2b;--htrcoa-brand-red-dim: rgba(208,61,43,.1);--htrcoa-cta-red: #e43919;--htrcoa-dark: #171717;--htrcoa-bg: #efeff1;--htrcoa-bg-raised: #e8e8ea;--htrcoa-bg-card: #ffffff;--htrcoa-bg-card-inner: #f7f7f8;--htrcoa-bg-hover: #f2f2f4;--htrcoa-active: #e0e0e2;--htrcoa-white: #111111;--htrcoa-text-primary: #1a1a1a;--htrcoa-text-secondary: #5a5f6b;--htrcoa-text-tertiary: #7c828e;--htrcoa-text-faint: #a0a5ae;--htrcoa-border: rgba(0,0,0,.08);--htrcoa-border-subtle: rgba(0,0,0,.05);--htrcoa-border-medium: rgba(0,0,0,.12);--htrcoa-green: #16a34a;--htrcoa-green-soft: #15803d;--htrcoa-green-bg: rgba(22,163,74,.07);--htrcoa-green-border: rgba(22,163,74,.18);--htrcoa-blue: #3b82f6;--htrcoa-blue-bg: rgba(59,130,246,.06);--htrcoa-blue-border: rgba(59,130,246,.16);--htrcoa-amber: #b45309;--htrcoa-amber-bg: rgba(180,83,9,.05);--htrcoa-amber-border: rgba(180,83,9,.16);--htrcoa-radius-pill: 100px;--htrcoa-radius-card: 24px;--htrcoa-radius-glass: 12px;--htrcoa-radius-glass-sm: 10px;--htrcoa-max-width-inner: 920px}.htrcoa-page,.htrcoa-page *,.htrcoa-page *:before,.htrcoa-page *:after{box-sizing:border-box}.htrcoa-page{font-family:Inter,sans-serif;background:var(--htrcoa-bg);color:var(--htrcoa-text-primary);-webkit-font-smoothing:antialiased;padding:12px 0}.htrcoa-page .container{max-width:var(--htrcoa-max-width-inner);margin:0 auto;padding:0 24px}.htrcoa-page .hero{padding:48px 0 20px}.htrcoa-page .hero-label{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--htrcoa-text-tertiary);margin-bottom:16px}.htrcoa-page .hero-title{font-size:clamp(48px,7.5vw,76px);font-weight:700;line-height:.98;color:var(--htrcoa-white);margin-bottom:14px;letter-spacing:-1.2px}.htrcoa-page .hero-title .accent{color:var(--htrcoa-brand-red)}.htrcoa-page .hero-subtitle{font-size:18px;font-weight:400;color:var(--htrcoa-text-secondary);line-height:1.5}.htrcoa-page .hero-subtitle strong{font-weight:600;color:var(--htrcoa-text-primary)}.htrcoa-page .hero-meta{display:flex;gap:32px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid var(--htrcoa-border)}.htrcoa-page .hero-meta-item{display:flex;flex-direction:column;gap:6px}.htrcoa-page .hero-meta-label{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--htrcoa-text-tertiary)}.htrcoa-page .hero-meta-value{font-size:14px;font-weight:500;color:var(--htrcoa-text-primary)}.htrcoa-page .verified-strip{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--htrcoa-green-soft);letter-spacing:.3px;margin-bottom:16px}.htrcoa-page .verified-dot{width:6px;height:6px;border-radius:50%;background:var(--htrcoa-green);position:relative}.htrcoa-page .verified-dot:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:1px solid rgba(22,163,74,.3);animation:htrcoa-ring-pulse 2.5s ease-out infinite}@keyframes htrcoa-ring-pulse{0%{transform:scale(1);opacity:1}to{transform:scale(2.2);opacity:0}}.htrcoa-page .trust-banner{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-green-border);border-radius:var(--htrcoa-radius-card);padding:28px 36px;display:flex;align-items:center;justify-content:space-between;margin:32px 0 24px;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .trust-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--htrcoa-green-bg) 0%,transparent 50%);pointer-events:none}.htrcoa-page .trust-left{display:flex;align-items:center;gap:20px;position:relative}.htrcoa-page .trust-shield{width:52px;height:52px;border-radius:var(--htrcoa-radius-glass);background:var(--htrcoa-green-bg);border:1px solid var(--htrcoa-green-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.htrcoa-page .trust-shield svg{width:24px;height:24px;stroke:var(--htrcoa-green);fill:none;stroke-width:1.8}.htrcoa-page .trust-title{font-size:16px;font-weight:700;color:var(--htrcoa-white);margin-bottom:3px}.htrcoa-page .trust-desc{font-size:14px;color:var(--htrcoa-text-secondary);font-weight:400;line-height:1.4}.htrcoa-page .trust-score{display:flex;flex-direction:column;align-items:flex-end;position:relative}.htrcoa-page .trust-score-number{font-size:32px;font-weight:700;color:var(--htrcoa-green);line-height:1;letter-spacing:-.5px}.htrcoa-page .trust-score-label{font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--htrcoa-text-tertiary);margin-top:4px}.htrcoa-page .tldr{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-card);padding:32px 36px;margin:24px 0 48px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .tldr-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--htrcoa-border)}.htrcoa-page .tldr-title{font-size:20px;font-weight:700;color:var(--htrcoa-white)}.htrcoa-page .tldr-meta{font-size:11px;font-weight:500;color:var(--htrcoa-text-tertiary);letter-spacing:1px;text-transform:uppercase}.htrcoa-page .tldr ol{list-style:none;counter-reset:tldr;margin:0;padding:0}.htrcoa-page .tldr ol li{counter-increment:tldr;padding:14px 0 14px 44px;position:relative;border-bottom:1px solid var(--htrcoa-border-subtle);font-size:14.5px}.htrcoa-page .tldr ol li:last-child{border-bottom:none}.htrcoa-page .tldr ol li:before{content:counter(tldr);position:absolute;left:0;top:14px;width:26px;height:26px;border-radius:50%;background:var(--htrcoa-green-bg);border:1px solid var(--htrcoa-green-border);color:var(--htrcoa-green-soft);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.htrcoa-page .tldr ol li strong{display:block;font-size:14px;color:var(--htrcoa-text-primary);margin-bottom:2px;font-weight:600}.htrcoa-page .tldr ol li span{font-size:13.5px;color:var(--htrcoa-text-tertiary);line-height:1.5}.htrcoa-page .prose{font-size:16px;line-height:1.7;color:var(--htrcoa-text-primary)}.htrcoa-page .prose p{margin-bottom:18px}.htrcoa-page .prose p:last-child{margin-bottom:0}.htrcoa-page .step-header{margin:64px 0 24px}.htrcoa-page .step-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--htrcoa-brand-red);margin-bottom:12px}.htrcoa-page .step-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--htrcoa-brand-red);color:#fff;font-size:11px;font-weight:700;letter-spacing:0}.htrcoa-page .step-title{font-size:clamp(26px,3.6vw,36px);font-weight:700;letter-spacing:-.7px;color:var(--htrcoa-white);margin-bottom:12px;line-height:1.15}.htrcoa-page .step-lede{font-size:17px;color:var(--htrcoa-text-secondary);line-height:1.55;max-width:720px}.htrcoa-page .section-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--htrcoa-border);flex-wrap:wrap}.htrcoa-page .section-label{font-size:18px;font-weight:700;color:var(--htrcoa-white)}.htrcoa-page .section-count{font-size:11px;font-weight:500;letter-spacing:1px;color:var(--htrcoa-text-tertiary);text-transform:uppercase}.htrcoa-page .replica-wrap{margin:24px 0 16px}.htrcoa-page .replica-tag{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--htrcoa-text-tertiary);margin-bottom:14px}.htrcoa-page .replica-tag:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--htrcoa-brand-red)}.htrcoa-page .htrcoa-replica-tag-link{color:inherit;text-decoration:underline;text-decoration-color:#d03d2b59;text-underline-offset:2px;transition:color .2s,text-decoration-color .2s}.htrcoa-page .htrcoa-replica-tag-link:hover{color:var(--htrcoa-brand-red);text-decoration-color:var(--htrcoa-brand-red)}.htrcoa-page .htrcoa-inline-link{color:var(--htrcoa-text-primary);font-weight:600;text-decoration:underline;text-decoration-color:#d03d2b66;text-underline-offset:3px;text-decoration-thickness:1.5px;transition:color .2s,text-decoration-color .2s}.htrcoa-page .htrcoa-inline-link:hover{color:var(--htrcoa-brand-red);text-decoration-color:var(--htrcoa-brand-red)}.htrcoa-page .htrcoa-ext-link{color:inherit;text-decoration:underline;text-decoration-color:#7c828e73;text-underline-offset:2px;text-decoration-thickness:1px;transition:color .2s,text-decoration-color .2s}.htrcoa-page .htrcoa-ext-link:hover{color:var(--htrcoa-brand-red);text-decoration-color:var(--htrcoa-brand-red)}.htrcoa-page .callout{background:var(--htrcoa-bg-card-inner);border:1px solid var(--htrcoa-border-subtle);border-radius:var(--htrcoa-radius-glass);padding:18px 20px;margin:12px 0 0;display:flex;gap:14px;align-items:flex-start}.htrcoa-page .callout-icon{width:32px;height:32px;border-radius:var(--htrcoa-radius-glass-sm);flex-shrink:0;display:flex;align-items:center;justify-content:center}.htrcoa-page .callout-icon svg{width:16px;height:16px;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.htrcoa-page .callout-body{flex:1;min-width:0}.htrcoa-page .callout-title{font-size:13px;font-weight:700;letter-spacing:.2px;margin-bottom:4px}.htrcoa-page .callout-text{font-size:14px;color:var(--htrcoa-text-secondary);line-height:1.6}.htrcoa-page .callout-text strong{color:var(--htrcoa-text-primary);font-weight:600}.htrcoa-page .callout-text em{font-style:italic;color:var(--htrcoa-text-primary)}.htrcoa-page .callout.info{background:var(--htrcoa-blue-bg);border-color:var(--htrcoa-blue-border)}.htrcoa-page .callout.info .callout-icon{background:#3b82f61a;border:1px solid var(--htrcoa-blue-border)}.htrcoa-page .callout.info .callout-icon svg{stroke:var(--htrcoa-blue)}.htrcoa-page .callout.info .callout-title{color:var(--htrcoa-blue)}.htrcoa-page .callout.success{background:var(--htrcoa-green-bg);border-color:var(--htrcoa-green-border)}.htrcoa-page .callout.success .callout-icon{background:#16a34a1a;border:1px solid var(--htrcoa-green-border)}.htrcoa-page .callout.success .callout-icon svg{stroke:var(--htrcoa-green)}.htrcoa-page .callout.success .callout-title{color:var(--htrcoa-green-soft)}.htrcoa-page .callout.warn{background:var(--htrcoa-amber-bg);border-color:var(--htrcoa-amber-border)}.htrcoa-page .callout.warn .callout-icon{background:#b453091a;border:1px solid var(--htrcoa-amber-border)}.htrcoa-page .callout.warn .callout-icon svg{stroke:var(--htrcoa-amber)}.htrcoa-page .callout.warn .callout-title{color:var(--htrcoa-amber)}.htrcoa-page .replica-header-card{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-card);padding:28px 32px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .replica-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.htrcoa-page .replica-h-title{font-size:32px;font-weight:700;letter-spacing:-.6px;color:var(--htrcoa-white);line-height:1}.htrcoa-page .replica-h-lot{font-size:11px;font-weight:500;color:var(--htrcoa-text-tertiary);padding:3px 12px;background:var(--htrcoa-bg-raised);border-radius:var(--htrcoa-radius-pill);margin-left:10px;vertical-align:middle}.htrcoa-page .replica-pass-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:var(--htrcoa-radius-pill);background:var(--htrcoa-green-bg);border:1px solid var(--htrcoa-green-border);font-size:11px;font-weight:600;color:var(--htrcoa-green-soft);letter-spacing:1px;text-transform:uppercase}.htrcoa-page .replica-pass-dot{width:7px;height:7px;border-radius:50%;background:var(--htrcoa-green)}.htrcoa-page .replica-h-sub{font-size:14px;color:var(--htrcoa-text-secondary);margin-top:10px}.htrcoa-page .replica-h-sub strong{color:var(--htrcoa-text-primary);font-weight:600}.htrcoa-page .replica-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.htrcoa-page .replica-badge{padding:5px 14px;border:1px solid var(--htrcoa-border-medium);border-radius:var(--htrcoa-radius-pill);font-size:11px;font-weight:500;letter-spacing:.3px;color:var(--htrcoa-text-secondary);background:var(--htrcoa-bg-card)}.htrcoa-page .replica-sf{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-card);padding:28px 32px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .replica-sf-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--htrcoa-border)}.htrcoa-page .replica-sf-title{font-size:18px;font-weight:700;color:var(--htrcoa-white)}.htrcoa-page .replica-sf-serving{font-size:11px;font-weight:500;color:var(--htrcoa-text-tertiary);letter-spacing:.5px}.htrcoa-page .replica-sf-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--htrcoa-border-subtle)}.htrcoa-page .replica-sf-row:last-child{border-bottom:none}.htrcoa-page .replica-sf-ing{font-size:14px;font-weight:400;color:var(--htrcoa-text-primary)}.htrcoa-page .replica-sf-ing span{font-size:13px;color:var(--htrcoa-text-tertiary);font-weight:400}.htrcoa-page .replica-sf-amt{font-size:14px;font-weight:500;color:var(--htrcoa-text-secondary);text-align:right;font-variant-numeric:tabular-nums}.htrcoa-page .replica-dual-lab{display:flex;background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-card);overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .replica-dual-item{flex:1;padding:22px 26px;display:flex;align-items:center;gap:16px}.htrcoa-page .replica-dual-item+.replica-dual-item{border-left:1px solid var(--htrcoa-border)}.htrcoa-page .replica-dl-icon{width:40px;height:40px;border-radius:var(--htrcoa-radius-glass-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.htrcoa-page .replica-dl-icon svg{width:18px;height:18px;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.htrcoa-page .replica-dl-icon.safety{background:var(--htrcoa-blue-bg);border:1px solid var(--htrcoa-blue-border)}.htrcoa-page .replica-dl-icon.safety svg{stroke:var(--htrcoa-blue)}.htrcoa-page .replica-dl-icon.potency{background:var(--htrcoa-green-bg);border:1px solid var(--htrcoa-green-border)}.htrcoa-page .replica-dl-icon.potency svg{stroke:var(--htrcoa-green)}.htrcoa-page .replica-dl-text{display:flex;flex-direction:column;gap:2px}.htrcoa-page .replica-dl-scope{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--htrcoa-text-tertiary)}.htrcoa-page .replica-dl-name{font-size:14px;font-weight:600;color:var(--htrcoa-text-primary)}.htrcoa-page .replica-lab-tags{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.htrcoa-page .replica-lab-tag{padding:3px 10px;border-radius:var(--htrcoa-radius-pill);font-size:10px;font-weight:500;background:var(--htrcoa-bg-raised);color:var(--htrcoa-text-secondary)}.htrcoa-page .replica-iv-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.htrcoa-page .replica-iv-card{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-card);padding:22px 26px;overflow:hidden;transition:border-color .3s,background .3s,box-shadow .3s;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .replica-iv-card:hover{border-color:var(--htrcoa-border-medium);background:var(--htrcoa-bg-hover);box-shadow:0 2px 8px #0000000f}.htrcoa-page .replica-iv-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.htrcoa-page .replica-iv-name{font-size:16px;font-weight:600;color:var(--htrcoa-text-primary)}.htrcoa-page .replica-iv-form{font-size:11px;font-weight:500;color:var(--htrcoa-text-tertiary);margin-top:4px;letter-spacing:.3px}.htrcoa-page .replica-iv-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;background:var(--htrcoa-green-bg);border:1px solid var(--htrcoa-green-border);border-radius:var(--htrcoa-radius-pill);font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--htrcoa-green-soft);flex-shrink:0}.htrcoa-page .replica-iv-badge svg{width:10px;height:10px;stroke:var(--htrcoa-green-soft);fill:none;stroke-width:2.5}.htrcoa-page .replica-iv-vals{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.htrcoa-page .replica-iv-rl{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--htrcoa-text-tertiary);margin-bottom:4px}.htrcoa-page .replica-iv-rv{font-size:22px;font-weight:600;color:var(--htrcoa-white);font-variant-numeric:tabular-nums;letter-spacing:-.4px}.htrcoa-page .replica-iv-ru{font-size:11px;color:var(--htrcoa-text-tertiary);font-weight:400;margin-left:2px}.htrcoa-page .replica-iv-lc{font-size:11px;font-weight:500;color:var(--htrcoa-text-tertiary);text-align:right;line-height:1.6}.htrcoa-page .replica-iv-lcv{color:var(--htrcoa-text-secondary);font-weight:500;font-size:13px}.htrcoa-page .replica-iv-range{position:relative;width:100%;height:4px;background:#0000000f;border-radius:2px}.htrcoa-page .replica-iv-zone{display:block;position:absolute;top:-2px;height:8px;background:#16a34a1a;border:1px solid rgba(22,163,74,.14);border-radius:4px}.htrcoa-page .replica-iv-tick{display:block;position:absolute;top:-6px;width:1px;height:16px;background:#0000001f}.htrcoa-page .replica-iv-dot{display:block;position:absolute;top:50%;width:20px;height:20px;border-radius:50%;background:var(--htrcoa-green);border:2px solid var(--htrcoa-bg-card);box-shadow:0 1px 4px #16a34a66;transform:translate(-50%,-50%);z-index:2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2.5 6.5 5 9 9.5 3.5' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:12px 12px;background-position:center;background-repeat:no-repeat;transition:left 1.4s cubic-bezier(.22,1,.36,1);left:0}.htrcoa-page .replica-iv-scale{display:flex;justify-content:space-between;margin-top:6px;position:relative}.htrcoa-page .replica-iv-scale span{font-size:9px;color:var(--htrcoa-text-faint);font-weight:500;letter-spacing:.5px}.htrcoa-page .replica-iv-scale .scale-label{color:var(--htrcoa-green-soft);font-weight:600}.htrcoa-page .replica-iv-foot{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.htrcoa-page .replica-iv-pct{font-size:12px;font-weight:600;color:var(--htrcoa-green-soft)}.htrcoa-page .replica-iv-legend{font-size:10px;color:var(--htrcoa-text-faint);font-weight:500}.htrcoa-page .replica-hm-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.htrcoa-page .replica-hm-grid-single{grid-template-columns:1fr}.htrcoa-page .replica-hm-card{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-card);padding:22px 26px;overflow:hidden;transition:border-color .3s,background .3s,box-shadow .3s;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .replica-hm-card:hover{border-color:var(--htrcoa-border-medium);background:var(--htrcoa-bg-hover);box-shadow:0 2px 8px #0000000f}.htrcoa-page .replica-hm-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.htrcoa-page .replica-hm-name{font-size:16px;font-weight:600;color:var(--htrcoa-text-primary)}.htrcoa-page .replica-hm-method{font-size:11px;font-weight:500;color:var(--htrcoa-text-tertiary);margin-top:4px;letter-spacing:.3px}.htrcoa-page .replica-hm-values{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.htrcoa-page .replica-hm-result-label{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--htrcoa-text-tertiary);margin-bottom:4px}.htrcoa-page .replica-hm-result-value{font-size:22px;font-weight:600;color:var(--htrcoa-white);font-variant-numeric:tabular-nums;letter-spacing:-.4px}.htrcoa-page .replica-hm-result-unit{font-size:11px;color:var(--htrcoa-text-tertiary);font-weight:400;margin-left:2px}.htrcoa-page .replica-hm-spec{font-size:11px;font-weight:500;color:var(--htrcoa-text-tertiary);text-align:right;line-height:1.6}.htrcoa-page .replica-hm-spec-val{color:var(--htrcoa-text-secondary);font-weight:500;font-size:13px}.htrcoa-page .replica-hm-bar{width:100%;height:3px;background:#0000000f;border-radius:2px;overflow:hidden;position:relative}.htrcoa-page .replica-hm-bar-fill{display:block;height:100%;border-radius:2px;background:var(--htrcoa-green);transition:width 1.4s cubic-bezier(.22,1,.36,1);min-width:2px;position:relative;width:0}.htrcoa-page .replica-hm-bar-fill:after{content:"";position:absolute;right:0;top:-2px;width:7px;height:7px;border-radius:50%;background:var(--htrcoa-green);box-shadow:0 0 8px #16a34a66}.htrcoa-page .replica-hm-pct{font-size:11px;font-weight:500;color:var(--htrcoa-text-tertiary);margin-top:8px;text-align:right}.htrcoa-page .replica-hm-pct em{font-style:normal;color:var(--htrcoa-green-soft);font-weight:600}.htrcoa-page .replica-note{display:flex;align-items:center;gap:10px;margin-top:16px;padding:14px 18px;background:var(--htrcoa-bg-card-inner);border:1px solid var(--htrcoa-border-subtle);border-radius:var(--htrcoa-radius-glass);font-size:12px;color:var(--htrcoa-text-tertiary);line-height:1.5}.htrcoa-page .replica-note strong{color:var(--htrcoa-text-secondary);font-weight:600}.htrcoa-page .replica-note-icon{width:16px;height:16px;stroke:var(--htrcoa-text-tertiary);fill:none;stroke-width:1.5;flex-shrink:0;stroke-linecap:round;stroke-linejoin:round}.htrcoa-page .replica-micro-wrap{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-card);padding:24px 28px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .replica-micro{width:100%;border-collapse:separate;border-spacing:0;box-shadow:none;border-radius:0;overflow:visible;background:transparent}.htrcoa-page .replica-micro thead th{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--htrcoa-text-tertiary);padding:0 0 16px;text-align:left;border-bottom:1px solid var(--htrcoa-border);background:transparent}.htrcoa-page .replica-micro thead th:last-child{text-align:right}.htrcoa-page .replica-micro tbody td{padding:16px 0;font-size:14px;border-bottom:1px solid var(--htrcoa-border-subtle);vertical-align:middle}.htrcoa-page .replica-micro tbody tr:last-child td{border-bottom:none}.htrcoa-page .replica-micro tbody tr{transition:opacity .2s}.htrcoa-page .replica-micro tbody tr:hover{opacity:.7}.htrcoa-page .replica-micro-name{font-weight:600;color:var(--htrcoa-text-primary)}.htrcoa-page .replica-micro-name em{font-style:italic;color:var(--htrcoa-text-secondary)}.htrcoa-page .replica-micro-method{font-size:12px;font-weight:500;color:var(--htrcoa-text-tertiary)}.htrcoa-page .replica-micro-spec{font-size:13px;color:var(--htrcoa-text-tertiary)}.htrcoa-page .replica-micro-result{font-size:13px;font-weight:500;color:var(--htrcoa-text-primary);font-variant-numeric:tabular-nums}.htrcoa-page .replica-micro-pass{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:var(--htrcoa-green-bg);border:1px solid var(--htrcoa-green-border);border-radius:var(--htrcoa-radius-pill);font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--htrcoa-green-soft)}.htrcoa-page .replica-micro-pass svg{width:10px;height:10px;stroke:var(--htrcoa-green-soft);fill:none;stroke-width:2.5}@media(max-width:600px){.htrcoa-page .replica-micro th:nth-child(2),.htrcoa-page .replica-micro td:nth-child(2){display:none}}.htrcoa-page .lab-divider{width:100%;height:1px;background:var(--htrcoa-border);margin:64px 0;position:relative}.htrcoa-page .lab-divider:after{content:"\25c6";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--htrcoa-bg);padding:0 16px;color:var(--htrcoa-text-faint);font-size:8px}.htrcoa-page .replica-lab-row{display:flex;flex-direction:row;align-items:stretch;background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-card);padding:32px 40px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .replica-lab-col{flex:1 1 0;min-width:0;padding:0 32px}.htrcoa-page .replica-lab-col:first-child{padding-left:0;border-right:1px solid var(--htrcoa-border)}.htrcoa-page .replica-lab-col:last-child{padding-right:0}.htrcoa-page .replica-lab-sep{display:none}.htrcoa-page .replica-lab-col-label{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--htrcoa-brand-red);margin-bottom:14px}.htrcoa-page .replica-lab-col-name{font-size:18px;font-weight:700;color:var(--htrcoa-white);margin-bottom:8px;line-height:1.25}.htrcoa-page .replica-lab-col-detail{font-size:13px;color:var(--htrcoa-text-tertiary);line-height:1.7;margin-bottom:16px}.htrcoa-page .replica-lab-sig-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:22px}.htrcoa-page .replica-lab-sig-tag{padding:4px 11px;border-radius:var(--htrcoa-radius-pill);font-size:10px;font-weight:500;background:var(--htrcoa-green-bg);border:1px solid var(--htrcoa-green-border);color:var(--htrcoa-green-soft);letter-spacing:.2px;white-space:nowrap}.htrcoa-page .replica-sig-name{font-style:italic;font-size:26px;font-weight:400;color:var(--htrcoa-white);margin:0 0 4px;letter-spacing:-.2px;padding-top:16px;border-top:1px solid var(--htrcoa-border-subtle)}.htrcoa-page .replica-sig-title{font-size:13px;font-weight:500;color:var(--htrcoa-text-secondary)}.htrcoa-page .replica-sig-date{margin-top:12px;font-size:12px;font-weight:500;color:var(--htrcoa-text-tertiary)}@media(max-width:700px){.htrcoa-page .replica-lab-row{flex-direction:column;padding:24px}.htrcoa-page .replica-lab-col{padding:0!important}.htrcoa-page .replica-lab-col:first-child{border-right:none;border-bottom:1px solid var(--htrcoa-border);padding-bottom:28px!important}.htrcoa-page .replica-lab-col:last-child{padding-top:28px!important}}.htrcoa-page .glossary-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.htrcoa-page .gloss-item{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-glass);padding:18px 22px;transition:border-color .3s,background .3s,box-shadow .3s;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .gloss-item:hover{border-color:var(--htrcoa-border-medium);background:var(--htrcoa-bg-hover);box-shadow:0 2px 8px #0000000f}.htrcoa-page .gloss-term{font-size:14px;font-weight:700;color:var(--htrcoa-white);margin-bottom:6px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.htrcoa-page .gloss-term-full{font-size:11px;color:var(--htrcoa-text-tertiary);font-weight:500;letter-spacing:.3px}.htrcoa-page .gloss-def{font-size:13.5px;color:var(--htrcoa-text-secondary);line-height:1.6}.htrcoa-page .gloss-def em{font-style:italic}.htrcoa-page .faq-list{margin-top:24px}.htrcoa-page .faq-item{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-glass);margin-bottom:10px;overflow:hidden;transition:border-color .3s,box-shadow .3s;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.htrcoa-page .faq-item:hover{border-color:var(--htrcoa-border-medium);box-shadow:0 2px 8px #0000000f}.htrcoa-page .faq-item[open]{border-color:var(--htrcoa-border-medium)}.htrcoa-page .faq-summary{padding:18px 50px 18px 22px;font-size:15px;font-weight:600;color:var(--htrcoa-text-primary);cursor:pointer;list-style:none;position:relative;line-height:1.4;transition:color .2s}.htrcoa-page .faq-summary::-webkit-details-marker{display:none}.htrcoa-page .faq-summary:hover{color:var(--htrcoa-brand-red)}.htrcoa-page .faq-summary:focus{outline:none}.htrcoa-page .faq-summary:focus-visible{outline:2px solid var(--htrcoa-brand-red);outline-offset:2px;border-radius:4px;color:var(--htrcoa-brand-red)}.htrcoa-page .faq-summary:after{content:"";position:absolute;right:22px;top:50%;width:12px;height:12px;transform:translateY(-50%) rotate(0);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2 4 6 8 10 4' fill='none' stroke='%237c828e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px 12px;transition:transform .25s ease}.htrcoa-page .faq-item[open] .faq-summary:after{transform:translateY(-50%) rotate(180deg)}.htrcoa-page .faq-body{padding:0 22px 20px;font-size:14px;color:var(--htrcoa-text-secondary);line-height:1.65}.htrcoa-page .faq-body a{color:var(--htrcoa-brand-red);text-decoration:none;font-weight:500}.htrcoa-page .faq-body a:hover{text-decoration:underline}.htrcoa-page .htrcoa-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:var(--htrcoa-radius-pill);font-size:13px;font-weight:600;letter-spacing:.3px;text-decoration:none;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease;border:1px solid transparent;cursor:pointer}.htrcoa-page .htrcoa-btn-primary{background:var(--htrcoa-cta-red);color:#fff}.htrcoa-page .htrcoa-btn-primary:hover{background:var(--htrcoa-brand-red);transform:translateY(-1px);box-shadow:0 4px 12px #d03d2b40}.htrcoa-page .htrcoa-btn-secondary{background:#ffffff0f;color:#fff;border:1px solid rgba(255,255,255,.18)}.htrcoa-page .htrcoa-btn-secondary:hover{background:#ffffff1f;border-color:#ffffff47}.htrcoa-page .cta-block{background:var(--htrcoa-dark);color:#fff;border-radius:var(--htrcoa-radius-card);padding:44px 32px;margin:72px 0 48px;text-align:center;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 8px 24px #0000000f}.htrcoa-page .cta-block:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 0%,rgba(208,61,43,.12) 0%,transparent 50%);pointer-events:none}.htrcoa-page .cta-eyebrow{font-size:10px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--htrcoa-brand-red);margin-bottom:14px;position:relative}.htrcoa-page .cta-title{font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:-.5px;margin-bottom:12px;position:relative;color:#fff}.htrcoa-page .cta-sub{font-size:15px;color:#ffffffa6;max-width:480px;margin:0 auto 26px;line-height:1.5;position:relative}.htrcoa-page .cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative}.htrcoa-page .htrcoa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.htrcoa-page .htrcoa-footnote{padding:32px 0 8px;text-align:center}.htrcoa-page .htrcoa-footnote p{font-size:13px;color:var(--htrcoa-text-tertiary);line-height:1.7;max-width:540px;margin:0 auto 16px}.htrcoa-page .htrcoa-footnote p a{color:var(--htrcoa-text-secondary);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.htrcoa-page .htrcoa-footnote p a:hover{color:var(--htrcoa-brand-red)}.htrcoa-page .htrcoa-footnote__flag{display:flex;flex-direction:column;align-items:center;gap:6px;margin:24px auto 20px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.htrcoa-page .htrcoa-footnote__flag svg{width:64px;height:auto;display:block;fill:#1a1a1a}.htrcoa-page .htrcoa-footnote__flag-caption{margin:0;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#1a1a1a;line-height:1.3;text-align:center;max-width:540px}.htrcoa-page .htrcoa-footnote__flag-sub{display:block;margin-top:6px;font-size:13px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--htrcoa-text-tertiary);line-height:1.7}.htrcoa-page .fda-disclaimer-box{background:var(--htrcoa-bg-card);border:1px solid var(--htrcoa-border);border-radius:var(--htrcoa-radius-glass-sm);padding:12px 16px;margin:0 auto 16px;max-width:720px;font-size:11px;color:var(--htrcoa-text-secondary);line-height:1.5;font-weight:500}.htrcoa-page [data-reveal]{opacity:1;transform:translateY(0);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.htrcoa-page.htrcoa-js-ready [data-reveal]:not(.visible){opacity:0;transform:translateY(20px)}.htrcoa-page.htrcoa-js-ready [data-reveal].visible{opacity:1;transform:translateY(0)}.htrcoa-page .replica-iv-grid .replica-iv-card:nth-child(1),.htrcoa-page .replica-hm-grid .replica-hm-card:nth-child(1){transition-delay:0s}.htrcoa-page .replica-iv-grid .replica-iv-card:nth-child(2),.htrcoa-page .replica-hm-grid .replica-hm-card:nth-child(2){transition-delay:.08s}.htrcoa-page .replica-iv-grid .replica-iv-card:nth-child(3),.htrcoa-page .replica-hm-grid .replica-hm-card:nth-child(3){transition-delay:.16s}.htrcoa-page .replica-iv-grid .replica-iv-card:nth-child(4),.htrcoa-page .replica-hm-grid .replica-hm-card:nth-child(4){transition-delay:.24s}.htrcoa-page .glossary-grid .gloss-item:nth-child(2n){transition-delay:.06s}@media(max-width:768px){.htrcoa-page .replica-iv-grid,.htrcoa-page .replica-hm-grid,.htrcoa-page .glossary-grid{grid-template-columns:1fr}.htrcoa-page .replica-dual-lab{flex-direction:column}.htrcoa-page .replica-dual-item+.replica-dual-item{border-left:none;border-top:1px solid var(--htrcoa-border)}.htrcoa-page .trust-banner{flex-direction:column;align-items:flex-start;gap:20px;padding:24px}.htrcoa-page .trust-score{align-items:flex-start}.htrcoa-page .hero{padding:36px 0 16px}.htrcoa-page .hero-meta{gap:20px}.htrcoa-page .step-header{margin:48px 0 20px}.htrcoa-page .replica-header-card,.htrcoa-page .replica-sf,.htrcoa-page .tldr,.htrcoa-page .replica-micro-wrap{padding:22px 24px}.htrcoa-page .replica-h-title{font-size:26px}}@media(max-width:480px){.htrcoa-page .container{padding:0 16px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/how-to-read-a-coa.css.map */
