Certificate of Analysis

<style>
.coa-section {
    background: rgba(var(--color-foreground), 0.03);
    padding: 24px;
    margin: 20px 0;
    border-radius: 8px;
}

.coa-section p {
    color: rgba(var(--color-foreground), 0.8);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.coa-section p:last-child {
    margin-bottom: 0;
}

.coa-heading {
    font-weight: 600;
    color: rgb(var(--color-foreground));
    margin-top: 16px;
    margin-bottom: 12px;
}

.coa-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.coa-list li {
    padding: 8px 0 8px 28px;
    color: rgba(var(--color-foreground), 0.75);
    font-size: 14px;
    position: relative;
}

.coa-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: rgb(var(--color-button));
    font-weight: bold;
    font-size: 16px;
}

.coa-email-link {
    color: rgb(var(--color-button));
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.coa-email-link:hover {
    border-bottom-color: rgb(var(--color-button));
    opacity: 0.85;
}

@media (max-width: 768px) {
    .coa-section {
        padding: 18px;
    }
}
</style>

<div class="coa-section">
    <p><strong>Certificate of Analysis (COA)</strong> is included with all our peptides to confirm quality and purity.</p>
    
    <p class="coa-heading">What's included in your COA:</p>
    
    <ul class="coa-list">
        <li>Purity testing results</li>
        <li>Mass spectrometry data</li>
        <li>HPLC analysis</li>
        <li>Batch information</li>
        <li>Storage recommendations</li>
    </ul>
    
    <p>Request your COA by emailing your batch number to <a class="coa-email-link" href="mailto:info@peptidesphoenix.com">info@peptidesphoenix.com</a></p>
</div>