{"id":16376,"date":"2025-09-03T12:33:03","date_gmt":"2025-09-03T12:33:03","guid":{"rendered":"https:\/\/atura-research.com\/?page_id=16376"},"modified":"2025-09-03T13:09:24","modified_gmt":"2025-09-03T13:09:24","slug":"hope","status":"publish","type":"page","link":"https:\/\/peptidogen.mx\/en_us\/hope\/","title":{"rendered":"Hope"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16376\" class=\"elementor elementor-16376\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79d968a e-flex e-con-boxed e-con e-parent\" data-id=\"79d968a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45f462a elementor-widget elementor-widget-html\" data-id=\"45f462a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Atura Research <\/title>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\r\n  <style>\r\n    \/* Basic Body and Global Styles *\/\r\n    body {\r\n      font-family: 'Poppins', sans-serif;\r\n      background-color: #f5f8fb; \/* A subtle, cool light grey background *\/\r\n      color: #333; \/* Standard dark text color *\/\r\n      margin: 0;\r\n      padding: 0;\r\n      line-height: 1.6; \/* Improved readability for body text *\/\r\n      overflow-x: hidden; \/* Prevents horizontal scroll on smaller screens *\/\r\n    }\r\n\r\n    \/* Header Section Styling *\/\r\n    header {\r\n      background: linear-gradient(135deg, #0077cc 0%, #005699 100%); \/* Blue gradient for a professional feel *\/\r\n      color: white;\r\n      padding: 3.5rem 1.5rem; \/* Generous vertical padding *\/\r\n      text-align: center;\r\n      border-radius: 0 0 30px 30px; \/* Rounded bottom corners for a softer look *\/\r\n      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); \/* Adds depth and lift *\/\r\n    }\r\n\r\n    header h1 {\r\n      margin: 0;\r\n      font-size: 2.8rem; \/* Prominent main heading *\/\r\n      font-weight: 700; \/* Bold for impact *\/\r\n      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); \/* Subtle text shadow for depth *\/\r\n    }\r\n\r\n    header p {\r\n      font-size: 1.3rem; \/* Sub-heading text size *\/\r\n      margin-top: 0.8rem;\r\n      font-weight: 300; \/* Lighter weight for contrast *\/\r\n      max-width: 800px; \/* Constrain width for readability *\/\r\n      margin-left: auto;\r\n      margin-right: auto;\r\n    }\r\n\r\n    \/* Call to Action Button (General Style) *\/\r\n    .cta-button {\r\n      display: inline-block;\r\n      background-color: #ffda6a; \/* Bright accent color for immediate attention *\/\r\n      color: #005699; \/* Dark blue text for contrast *\/\r\n      padding: 1rem 2.5rem;\r\n      font-size: 1.1rem;\r\n      font-weight: 700;\r\n      text-decoration: none;\r\n      border-radius: 50px; \/* Pill shape for modern look *\/\r\n      margin-top: 2rem;\r\n      transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; \/* Smooth hover effects *\/\r\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\r\n    }\r\n\r\n    .cta-button:hover {\r\n      background-color: #ffe08a; \/* Lighter yellow on hover *\/\r\n      transform: translateY(-3px); \/* Subtle lift effect *\/\r\n      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);\r\n    }\r\n\r\n    \/* Image Slider Section *\/\r\n    .image-slider {\r\n      width: 100%;\r\n      height: 450px; \/* Generous height for visual impact *\/\r\n      overflow: hidden;\r\n      background-color: #e6eef5; \/* Fallback background *\/\r\n      position: relative;\r\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); \/* Soft shadow below slider *\/\r\n    }\r\n\r\n    .image-slider img {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover; \/* Ensures images cover the area without distortion *\/\r\n      display: block;\r\n      opacity: 0; \/* Start hidden for JS transition *\/\r\n      transition: opacity 1s ease-in-out, transform 0.8s ease-out; \/* Smooth transitions *\/\r\n      transform: scale(1.05); \/* Slightly zoomed in for initial state *\/\r\n    }\r\n\r\n    .image-slider img.active {\r\n      opacity: 1;\r\n      transform: scale(1); \/* Zooms out to normal size *\/\r\n    }\r\n\r\n    .slider-text {\r\n      position: absolute;\r\n      bottom: 30px;\r\n      left: 30px;\r\n      background: rgba(0, 0, 0, 0.65); \/* Semi-transparent dark background for readability *\/\r\n      color: white;\r\n      padding: 1.75rem 2.5rem;\r\n      border-radius: 15px; \/* Rounded corners for the text box *\/\r\n      font-size: 1.45rem;\r\n      line-height: 1.5;\r\n      max-width: 80%; \/* Constrain width *\/\r\n      font-weight: 700;\r\n      backdrop-filter: blur(8px); \/* Frosted glass effect *\/\r\n      transition: opacity 0.4s ease, transform 0.4s ease;\r\n      z-index: 5;\r\n      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);\r\n      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5); \/* Stronger shadow for floating effect *\/\r\n      transform: translateY(20px); \/* Start slightly below for entrance effect *\/\r\n      opacity: 0;\r\n    }\r\n\r\n    .slider-text.active {\r\n      transform: translateY(0);\r\n      opacity: 1;\r\n    }\r\n\r\n    \/* Navigation Bar *\/\r\n    nav {\r\n      background: #eef6fb; \/* Light blue background *\/\r\n      padding: 1rem 0;\r\n      display: flex;\r\n      justify-content: center;\r\n      gap: 30px; \/* Space between navigation items *\/\r\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); \/* Soft shadow below nav *\/\r\n      border-bottom: 2px solid #dbe9f5; \/* Subtle bottom border *\/\r\n      flex-wrap: wrap; \/* Allows items to wrap on small screens *\/\r\n    }\r\n\r\n    nav a {\r\n      text-decoration: none;\r\n      color: #0077cc; \/* Primary blue for links *\/\r\n      font-weight: bold;\r\n      padding: 0.5rem 1rem;\r\n      border-radius: 8px; \/* Rounded link backgrounds *\/\r\n      transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;\r\n      position: relative;\r\n    }\r\n\r\n    nav a:hover {\r\n      background-color: #0077cc; \/* Solid blue on hover *\/\r\n      color: white;\r\n      transform: translateY(-2px); \/* Subtle lift on hover *\/\r\n    }\r\n\r\n    \/* Main Content Container *\/\r\n    .container {\r\n      max-width: 1100px; \/* Optimal width for readability *\/\r\n      margin: 2.5rem auto; \/* Centered with vertical spacing *\/\r\n      padding: 1.5rem;\r\n      background-color: white; \/* White background for content *\/\r\n      border-radius: 12px; \/* Rounded corners for the main content block *\/\r\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); \/* Soft, prominent shadow *\/\r\n    }\r\n\r\n    \/* Individual Section Styling *\/\r\n    .section {\r\n      margin-bottom: 2.5rem; \/* Space between sections *\/\r\n      padding: 1.5rem;\r\n      border-left: 5px solid #0077cc; \/* Prominent blue left border *\/\r\n      background-color: #fdfdfd; \/* Very subtle off-white background *\/\r\n      border-radius: 8px; \/* Rounded corners *\/\r\n      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04); \/* Light shadow *\/\r\n    }\r\n\r\n    .section h2 {\r\n      color: #0077cc;\r\n      margin-top: 0;\r\n      font-size: 1.8rem;\r\n      border-bottom: 1px solid #eee; \/* Subtle separator line *\/\r\n      padding-bottom: 0.5rem;\r\n      margin-bottom: 1rem;\r\n      display: flex; \/* For icon alignment *\/\r\n      align-items: center;\r\n      gap: 10px; \/* Space between icon and text *\/\r\n    }\r\n\r\n    .section h2 i {\r\n      color: #005699; \/* Icon color *\/\r\n    }\r\n\r\n    .section ul {\r\n      list-style: none; \/* Remove default bullets *\/\r\n      padding: 0;\r\n    }\r\n\r\n    .section ul li {\r\n      margin-bottom: 0.8rem;\r\n      padding-left: 25px; \/* Space for custom bullet\/icon *\/\r\n      position: relative;\r\n    }\r\n\r\n    .section ul li::before {\r\n      font-family: \"Font Awesome 6 Free\"; \/* Use Font Awesome for custom bullets *\/\r\n      font-weight: 900; \/* Solid icon style *\/\r\n      content: \"\\f00c\"; \/* Checkmark icon *\/\r\n      color: #0077cc; \/* Blue checkmark *\/\r\n      font-size: 1em;\r\n      position: absolute;\r\n      left: 0;\r\n      top: 3px; \/* Adjust vertical alignment *\/\r\n    }\r\n\r\n    \/* Specific Styling for COA\/Quality Section - NOW DARKER *\/\r\n    .coa-section {\r\n      \/* Darker background for visual emphasis *\/\r\n      background-color: #004085; \/* A dark blue *\/\r\n      color: white; \/* White text for contrast *\/\r\n      padding: 2rem; \/* Increased padding *\/\r\n      border-radius: 12px; \/* More rounded corners *\/\r\n      margin-top: 2.5rem; \/* More space from the list above *\/\r\n      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); \/* Stronger shadow for \"pop\" *\/\r\n    }\r\n\r\n    .coa-section h3 {\r\n      color: #ffda6a; \/* Accent color for the heading *\/\r\n      font-size: 1.7rem; \/* Larger heading *\/\r\n      margin-top: 0;\r\n      margin-bottom: 1.5rem; \/* More space below heading *\/\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 12px; \/* More space for icon *\/\r\n      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);\r\n    }\r\n\r\n    .coa-section h3 i {\r\n      color: #ffda6a; \/* Accent color for the icon *\/\r\n    }\r\n\r\n    .coa-section .seal-container {\r\n      text-align: center; \/* Center the seals *\/\r\n      margin-bottom: 1.5rem; \/* Space below seals *\/\r\n      padding-bottom: 1rem; \/* Padding below seals *\/\r\n      border-bottom: 1px solid rgba(255, 255, 255, 0.2); \/* Subtle separator *\/\r\n    }\r\n\r\n    .coa-section .seal-container img {\r\n      height: 40px; \/* Larger seal size *\/\r\n      vertical-align: middle;\r\n      margin: 0 15px; \/* More space between seals *\/\r\n      filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2)); \/* Subtle glow\/shadow *\/\r\n    }\r\n\r\n\r\n    .coa-section ul {\r\n      list-style: none;\r\n      padding: 0;\r\n      margin-bottom: 1.5rem; \/* Space below list *\/\r\n    }\r\n\r\n    .coa-section ul li {\r\n      margin-bottom: 1rem; \/* More space between list items *\/\r\n      padding-left: 30px; \/* More space for custom bullet *\/\r\n      position: relative;\r\n      font-size: 1.05rem; \/* Slightly larger text *\/\r\n    }\r\n\r\n    .coa-section ul li::before {\r\n      content: \"\\f058\"; \/* Solid check circle icon for strong indication *\/\r\n      font-family: \"Font Awesome 6 Free\";\r\n      font-weight: 900;\r\n      color: #28a745; \/* A clear success green *\/\r\n      font-size: 1.1em;\r\n      position: absolute;\r\n      left: 0;\r\n      top: 2px;\r\n    }\r\n\r\n    .coa-section p {\r\n        font-size: 1.05rem; \/* Consistent font size *\/\r\n    }\r\n\r\n    .coa-section p strong {\r\n        color: #ffda6a; \/* Highlight strong text with accent color *\/\r\n    }\r\n\r\n    \/* Sub-list for documentation *\/\r\n    .coa-section ul ul {\r\n      margin-top: 0.5rem;\r\n      margin-left: 20px; \/* Indent sub-list *\/\r\n    }\r\n\r\n    .coa-section ul ul li {\r\n      margin-bottom: 0.5rem;\r\n      font-size: 1rem; \/* Slightly smaller for sub-list *\/\r\n      padding-left: 20px; \/* Indent sub-list items *\/\r\n    }\r\n\r\n    .coa-section ul ul li::before {\r\n      content: \"\\f0da\"; \/* Right arrow for sub-list items *\/\r\n      font-family: \"Font Awesome 6 Free\";\r\n      font-weight: 900;\r\n      color: #ffda6a; \/* Accent color for arrows *\/\r\n      font-size: 0.9em;\r\n      top: 0;\r\n    }\r\n\r\n\r\n    \/* Disclaimer Section *\/\r\n    .disclaimer {\r\n      background: #fff8e1; \/* Light yellow warning background *\/\r\n      border-left: 6px solid #ffda6a; \/* Prominent yellow left border *\/\r\n      padding: 1.5rem;\r\n      font-size: 0.95rem;\r\n      color: #856404; \/* Dark brown text for warning *\/\r\n      border-radius: 8px;\r\n      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); \/* Soft shadow *\/\r\n    }\r\n\r\n    .disclaimer strong {\r\n      color: #a07d04; \/* Darker bold text for emphasis *\/\r\n    }\r\n\r\n    \/* Footer Section *\/\r\n    footer {\r\n      background: #002244; \/* Very dark blue for a strong footer *\/\r\n      color: white;\r\n      padding: 1.5rem;\r\n      text-align: center;\r\n      font-size: 0.85rem;\r\n      margin-top: 3rem;\r\n      border-radius: 20px 20px 0 0; \/* Rounded top corners *\/\r\n      box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1); \/* Shadow above footer *\/\r\n    }\r\n\r\n    footer a {\r\n      color: #ffda6a; \/* Accent color for footer links *\/\r\n      text-decoration: none;\r\n      margin: 0 5px;\r\n    }\r\n\r\n    footer a:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    \/* Responsive Adjustments (Media Queries) *\/\r\n    @media (max-width: 768px) {\r\n      header h1 { font-size: 2.2rem; }\r\n      header p { font-size: 1.1rem; }\r\n      .cta-button { padding: 0.8rem 2rem; font-size: 1rem; }\r\n      .image-slider { height: 300px; }\r\n      .slider-text { font-size: 1.2rem; padding: 1.2rem 1.8rem; bottom: 20px; left: 20px; max-width: 90%; }\r\n      nav { gap: 15px; padding: 0.8rem; }\r\n      nav a { padding: 0.4rem 0.8rem; }\r\n      .container { margin: 1.5rem auto; padding: 1rem; }\r\n      .section { padding: 1rem; }\r\n      .section h2 { font-size: 1.6rem; }\r\n      .coa-section { padding: 1.5rem; }\r\n      .coa-section h3 { font-size: 1.4rem; gap: 8px;}\r\n      .coa-section .seal-container img { height: 30px; margin: 0 8px; }\r\n      .coa-section ul li { font-size: 1rem; padding-left: 25px; }\r\n      .coa-section ul ul li { font-size: 0.95rem; }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      header { padding: 2.5rem 1rem; }\r\n      header h1 { font-size: 1.8rem; }\r\n      header p { font-size: 1rem; }\r\n      .cta-button { padding: 0.7rem 1.5rem; font-size: 0.9rem; }\r\n      .image-slider { height: 250px; }\r\n      .slider-text { font-size: 0.95rem; padding: 0.7rem 1rem; bottom: 15px; left: 15px; max-width: 95%; backdrop-filter: blur(4px); }\r\n      .section { padding: 0.8rem; }\r\n      .section h2 { font-size: 1.4rem; }\r\n      .coa-section h3 { font-size: 1.2rem; }\r\n      .coa-section .seal-container img { height: 25px; margin: 0 5px; }\r\n      .coa-section ul li { font-size: 0.95rem; padding-left: 20px; }\r\n      .coa-section ul ul li { font-size: 0.9rem; }\r\n      .disclaimer { padding: 1rem; font-size: 0.85rem; }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <header>\r\n  <h1>Atura Research<\/h1>\r\n  <p>Empowering Advanced Research: Scientific-Grade Peptides for In-Vitro Excellence<\/p>\r\n  <a href=\"\/catalog\" class=\"cta-button\">Explore Our Full Catalog <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n<\/header>\r\n\r\n<div class=\"image-slider\">\r\n  <img decoding=\"async\" id=\"sliderImage\" src=\"https:\/\/qnb.naf.temporary.site\/website_a45f3573\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-May-24-2025-02_25_06-PM-1.webp\" alt=\"Peptide Research Banner\" class=\"active\" \/>\r\n  <div id=\"sliderText\" class=\"slider-text active\">\r\n    Premium Research-Grade Materials<br>Exclusively for In Vitro Lab Use\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Product Categories (matches callout width & style) -->\r\n<div class=\"categories-section\">\r\n  <h2><i class=\"fas fa-cube\"><\/i> Product Categories<\/h2>\r\n  <ul>\r\n    <li><strong>Growth Factor Modulators:<\/strong> Essential compounds for investigating cellular growth, differentiation, and tissue repair mechanisms.<\/li>\r\n    <li><strong>Metabolic Regulators:<\/strong> Key peptides for exploring metabolic pathways, energy balance, and related disorders.<\/li>\r\n    <li><strong>Immunomodulatory Compounds:<\/strong> Molecules critical for research into immune system responses and inflammatory processes.<\/li>\r\n    <li><strong>Amino Acid Derivatives:<\/strong> Building blocks and modified amino acids for diverse biochemical studies and custom synthesis.<\/li>\r\n    <li><strong>Topical Peptides for In Vitro Skin Research:<\/strong> Specialized peptides designed for advanced dermatological and cosmetic in vitro studies.<\/li>\r\n  <\/ul>\r\n<\/div>\r\n<!-- Quality Standard Adherence -->\r\n<div class=\"quality-badges-section\">\r\n  <h2><i class=\"fas fa-shield-alt\"><\/i> Quality Standard Adherence<\/h2>\r\n  <div class=\"seal-container\">\r\n    <img decoding=\"async\" src=\"https:\/\/qnb.naf.temporary.site\/website_a45f3573\/wp-content\/uploads\/2025\/08\/FDA-Research-and-Materials-Badge1-1.png\" \r\n         alt=\"Adheres to FDA Principles\" \r\n         title=\"Adhering to FDA Principles for Research Materials\">\r\n    <img decoding=\"async\" src=\"https:\/\/qnb.naf.temporary.site\/website_a45f3573\/wp-content\/uploads\/2025\/08\/GMP.png\" \r\n         alt=\"GMP Compliant\" \r\n         title=\"Good Manufacturing Practices Compliant\">\r\n    <img decoding=\"async\" src=\"https:\/\/qnb.naf.temporary.site\/website_a45f3573\/wp-content\/uploads\/2025\/08\/ISO9001.png\" \r\n         alt=\"ISO 9001 Certified\" \r\n         title=\"ISO 9001 Quality Management System Certified\">\r\n    <img decoding=\"async\" src=\"https:\/\/qnb.naf.temporary.site\/website_a45f3573\/wp-content\/uploads\/2025\/08\/ICH-Guidelines-Certification-Badge.png\" \r\n         alt=\"ICH Guidelines Followed\" \r\n         title=\"Adhering to ICH Guidelines\">\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Why Choose Atura (same width & style, with seals inside) -->\r\n<div class=\"why-section\">\r\n  <h2><i class=\"fas fa-star\"><\/i> Why Researchers Choose Atura Research<\/h2>\r\n  <p>Our dedication to scientific excellence sets us apart. We ensure:<\/p>\r\n  <ul>\r\n    <li><strong>Rigorous Validation:<\/strong> Every batch is meticulously tested via HPLC and Mass Spectrometry to guarantee purity and composition.<\/li>\r\n    <li><strong>Dedicated Support:<\/strong> Access to our knowledgeable team for technical inquiries and research assistance.<\/li>\r\n    <li><strong>Global Compliance:<\/strong> A commitment to navigating complex regulatory landscapes for seamless, ethical distribution worldwide.<\/li>\r\n    <li><strong>Innovation Focused:<\/strong> Continuously expanding our catalog with cutting-edge compounds to meet evolving research demands.<\/li>\r\n  <\/ul>\r\n\r\n  \r\n\r\n\r\n<!-- Quality Standards (moved concluding sentence inside) -->\r\n<div class=\"quality-section\">\r\n  <h3><i class=\"fas fa-certificate\"><\/i> Our Unwavering Commitment to Quality Standards<\/h3>\r\n  <p>\r\n    Atura Research adheres to a comprehensive framework of quality management and manufacturing best practices. While our products are strictly <strong>Research Use Only (RUO)<\/strong> and not for human consumption, our processes are diligently managed:\r\n  <\/p>\r\n  <ul>\r\n    <li><strong>Good Manufacturing Practices (GMP):<\/strong> Our manufacturing processes are conducted in strict compliance with GMP guidelines, ensuring consistent quality, purity, and comprehensive traceability for all our compounds.<\/li>\r\n    <li><strong>ISO 9001 Quality Management Systems:<\/strong> We operate in full compliance with ISO 9001 standards, maintaining a robust, internationally recognized quality management system for all our operations.<\/li>\r\n    <li><strong>Full Quality Program & Audits:<\/strong> We maintain a comprehensive quality program that includes routine internal and external audits to ensure continuous compliance and drive ongoing improvement across all our processes.<\/li>\r\n    <li><strong>Supplier Surveillance Program:<\/strong> Our raw materials are sourced exclusively from approved suppliers who are meticulously vetted and monitored through a rigorous supplier surveillance program to ensure their continuous compliance with regulatory standards and our high quality benchmarks.<\/li>\r\n    <li><strong>ICH Guidelines:<\/strong> We consistently follow relevant International Council for Harmonisation (ICH) guidelines for chemical impurities and stability, aligning with global pharmaceutical development standards.<\/li>\r\n    <li><strong>Independent Third-Party Verification:<\/strong> We partner with accredited laboratories for unbiased testing and validation, providing an essential extra layer of assurance and transparency.<\/li>\r\n    <li><strong>Comprehensive Documentation with Every Order:<\/strong>\r\n      <ul>\r\n        <li>A full Certificate of Analysis (COA), detailing purity, identity, and specifications.<\/li>\r\n        <li>Independent third-party laboratory reports, including endotoxin reports.<\/li>\r\n        <li>Complete lot traceability back to the original manufacturing lot.<\/li>\r\n      <\/ul>\r\n    <\/li>\r\n  <\/ul>\r\n  <p>This rigorous approach ensures the precision and reliability of our peptides for your critical research.<\/p>\r\n<\/div>\r\n\r\n<div class=\"disclaimer\">\r\n  <strong>Disclaimer:<\/strong> All compounds are intended for scientific, non-human, in vitro laboratory research only. They are not to be used for diagnostic or therapeutic purposes. No statements on this website have been evaluated by the FDA. Products are not intended to diagnose, treat, cure, or prevent any disease.\r\n<\/div>\r\n\r\n<!-- Shared styles for the three callouts -->\r\n<style>\r\n\/* Base callout style (applied to categories, why, and quality sections) *\/\r\n.quality-badges-section {\r\n  border-left: 6px solid #005fa3;\r\n  padding: 20px 25px;\r\n  background-color: #f9fbfd;\r\n  border-radius: 8px;\r\n  max-width: 1000px;\r\n  margin: 30px auto;\r\n  font-family: 'Poppins', sans-serif;\r\n  text-align: center;\r\n}\r\n\r\n.quality-badges-section h2 {\r\n  color: #005fa3;\r\n  font-size: 1.5rem;\r\n  margin-top: 0;\r\n}\r\n\r\n.quality-badges-section .seal-container {\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n  gap: 60px; \/* increased horizontal spacing *\/\r\n  flex-wrap: wrap;\r\n  margin-top: 15px;\r\n}\r\n\r\n.quality-badges-section .seal-container img {\r\n  max-width: 140px; \/* increased badge size *\/\r\n  height: auto;\r\n  background: #f5f9fc;\r\n  padding: 8px; \/* slightly larger padding to match new size *\/\r\n  border-radius: 6px;\r\n  box-shadow: 0 2px 6px rgba(0,0,0,0.06);\r\n  transition: transform 0.2s ease;\r\n}\r\n\r\n.quality-badges-section .seal-container img:hover {\r\n  transform: scale(1.05);\r\n}\r\n\r\n\r\n.certifications-row {\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n  gap: 20px; \/* spacing between badges *\/\r\n  margin: 20px auto; \/* separate from other sections *\/\r\n  max-width: 100%; \/* full page width *\/\r\n}\r\n\r\n.certifications-row img {\r\n  max-width: 90px; \/* smaller size *\/\r\n  height: auto;\r\n  background: #f5f9fc; \/* subtle background so they pop *\/\r\n  padding: 6px;\r\n  border-radius: 6px;\r\n  box-shadow: 0 2px 6px rgba(0,0,0,0.06);\r\n  transition: transform 0.2s ease;\r\n}\r\n\r\n.certifications-row img:hover {\r\n  transform: scale(1.05);\r\n}\r\n\r\n.categories-section,\r\n.why-section,\r\n.quality-section {\r\n  border-left: 6px solid #005fa3;\r\n  padding: 20px 25px;\r\n  background-color: #f9fbfd;\r\n  border-radius: 8px;\r\n  max-width: 1000px;\r\n  margin: 30px auto;\r\n  font-family: 'Poppins', sans-serif;\r\n}\r\n\r\n\/* Headings *\/\r\n.categories-section h2,\r\n.why-section h2,\r\n.quality-section h3 {\r\n  margin-top: 0;\r\n  color: #005fa3;\r\n  font-size: 1.5rem;\r\n}\r\n\r\n\/* Text & lists *\/\r\n.categories-section p,\r\n.why-section p,\r\n.quality-section p {\r\n  font-size: 1rem;\r\n  color: #333;\r\n  margin-bottom: 1rem;\r\n}\r\n\r\n.categories-section ul,\r\n.why-section ul,\r\n.quality-section ul {\r\n  padding-left: 1.2rem;\r\n  margin-bottom: 0;\r\n}\r\n\r\n.categories-section li,\r\n.why-section li,\r\n.quality-section li {\r\n  margin-bottom: 0.8rem;\r\n  color: #444;\r\n  line-height: 1.5;\r\n}\r\n\r\n.categories-section li strong,\r\n.why-section li strong,\r\n.quality-section li strong {\r\n  color: #000;\r\n}\r\n\r\n\/* Nested list in quality section *\/\r\n.quality-section ul ul {\r\n  list-style-type: disc;\r\n  padding-left: 1.5rem;\r\n  margin-top: 0.5rem;\r\n}\r\n.quality-section ul ul li {\r\n  margin-bottom: 0.4rem;\r\n}\r\n\r\n\/* Seals row inside Why section *\/\r\n.why-section .seal-container {\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n  gap: 40px;\r\n  flex-wrap: wrap;\r\n  margin-top: 10px;\r\n}\r\n.why-section .seal-container img {\r\n  max-width: 160px;\r\n  height: auto;\r\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n}\r\n.why-section .seal-container img:hover {\r\n  transform: scale(1.08);\r\n  box-shadow: 0 4px 12px rgba(0,0,0,0.15);\r\n}\r\n\r\n\/* Optional: light embellished background for slider images (wrapper class) *\/\r\n.slider-image {\r\n  background: #f5f9fc;\r\n  border-radius: 8px;\r\n  padding: 6px;\r\n  box-shadow: 0 2px 6px rgba(0,0,0,0.08);\r\n  display: inline-block;\r\n}\r\n.slider-image img { border-radius: 6px; display:block; max-width:100%; height:auto; }\r\n<\/style>\r\n\r\n<script>\r\n\/\/ Image & text data for the slider\r\nconst images = [\r\n  \"https:\/\/qnb.naf.temporary.site\/website_a45f3573\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-May-24-2025-02_25_06-PM-1.webp\",\r\n  \"https:\/\/qnb.naf.temporary.site\/website_a45f3573\/wp-content\/uploads\/2025\/06\/yrigo7642_modern_biotechnology_cleanroom_with_scientists_in_lab_537d7842-6cb0-4e4e-b8a4-8dbfc6acd379-1.webp\",\r\n  \"https:\/\/qnb.naf.temporary.site\/website_a45f3573\/wp-content\/uploads\/2025\/06\/yrigo7642_light_background_light_blue_abstract_background_with__eb07e392-a140-4ff1-b65b-7abbd852ec33.webp\",\r\n  \"https:\/\/qnb.naf.temporary.site\/website_a45f3573\/wp-content\/uploads\/2025\/06\/yrigo7642_modern_biotechnology_cleanroom_with_scientists_in_lab_537d7842-6cb0-4e4e-b8a4-8dbfc6acd379.webp\"\r\n];\r\n\r\nconst texts = [\r\n  \"Premium Research-Grade Materials<br>Exclusively for In Vitro Lab Use\",\r\n  \"High-Purity Peptides for Rigorous Research<br>HPLC & Mass Spec Validated for Accuracy\",\r\n  \"Trusted by Accredited Institutions<br>Fully Compliant Research Supply\",\r\n  \"For Non-Clinical, Investigational Use Only<br>Strictly Adhering to Lab Protocols\"\r\n];\r\n\r\nlet index = 0;\r\nconst sliderImage = document.getElementById('sliderImage');\r\nconst sliderText = document.getElementById('sliderText');\r\n\r\n\/\/ Ensure initial active state\r\nsliderImage.classList.add('active');\r\nsliderText.classList.add('active');\r\n\r\n\/\/ Rotate images & text\r\nsetInterval(() => {\r\n  sliderImage.classList.remove('active');\r\n  sliderText.classList.remove('active');\r\n\r\n  setTimeout(() => {\r\n    index = (index + 1) % images.length;\r\n    sliderImage.src = images[index];\r\n    sliderText.innerHTML = texts[index];\r\n    sliderImage.classList.add('active');\r\n    sliderText.classList.add('active');\r\n  }, 400);\r\n}, 5000);\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Atura Research Atura Research Empowering Advanced Research: Scientific-Grade Peptides for In-Vitro Excellence Explore Our Full Catalog Premium Research-Grade MaterialsExclusively for In Vitro Lab Use Product Categories Growth Factor Modulators: Essential compounds for investigating cellular growth, differentiation, and tissue repair mechanisms. Metabolic Regulators: Key peptides for exploring metabolic pathways, energy balance, and related disorders. Immunomodulatory Compounds: [&hellip;]<\/p>\n","protected":false},"author":64,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-16376","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/pages\/16376","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/users\/64"}],"replies":[{"embeddable":true,"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/comments?post=16376"}],"version-history":[{"count":4,"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/pages\/16376\/revisions"}],"predecessor-version":[{"id":16380,"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/pages\/16376\/revisions\/16380"}],"wp:attachment":[{"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/media?parent=16376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}