{"id":12,"date":"2026-06-07T08:46:06","date_gmt":"2026-06-07T08:46:06","guid":{"rendered":"https:\/\/aurora-peptides.crexed.org\/?page_id=12"},"modified":"2026-06-07T08:56:09","modified_gmt":"2026-06-07T08:56:09","slug":"home-page","status":"publish","type":"page","link":"https:\/\/aurora-peptides.crexed.org\/","title":{"rendered":"home page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12\" class=\"elementor elementor-12\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-395ddeb e-con-full e-flex e-con e-parent\" data-id=\"395ddeb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-363d2cf elementor-widget elementor-widget-shortcode\" data-id=\"363d2cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <style>\n\/* ========================================================\n       RESET & ROOT\n    ======================================================== *\/\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { scroll-behavior: smooth; }\n\n    :root {\n      --bg:          #030810;\n      --bg-s:        #060D1A;\n      --bg-c:        #091322;\n      --bg-ch:       #0C1A2E;\n      --acc:         #00C8F0;\n      --acc2:        #00F0C8;\n      --acc-glow:    rgba(0,200,240,.13);\n      --acc-border:  rgba(0,200,240,.22);\n      --green:       #00F064;\n      --green-glow:  rgba(0,240,100,.1);\n      --txt:         #EDF4FF;\n      --txt2:        #7A9DBE;\n      --txt3:        #3E5A78;\n      --border:      rgba(255,255,255,.055);\n      --font-d:      'Bebas Neue', sans-serif;\n      --font-b:      'DM Sans', sans-serif;\n      --font-m:      'JetBrains Mono', monospace;\n      --r:           12px;\n      --rl:          20px;\n      --ease:        cubic-bezier(.4,0,.2,1);\n    }\n\n    body {\n      background: var(--bg);\n      color: var(--txt);\n      font-family: var(--font-b);\n      font-size: 16px;\n      line-height: 1.65;\n      overflow-x: hidden;\n    }\n\n    \/* ========================================================\n       UTILITIES\n    ======================================================== *\/\n    .container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }\n\n    .chip {\n      display: inline-flex; align-items: center; gap: 7px;\n      font-family: var(--font-m); font-size: 10.5px; letter-spacing: .12em;\n      text-transform: uppercase; color: var(--acc);\n      background: var(--acc-glow); border: 1px solid var(--acc-border);\n      border-radius: 40px; padding: 6px 16px;\n    }\n    .chip::before { content: '\u25cf'; font-size: 7px; }\n\n    \/* ========================================================\n       NAVIGATION\n    ======================================================== *\/\n    #nav {\n      position: fixed; top: 0; left: 0; right: 0; z-index: 200;\n      height: 70px; display: flex; align-items: center;\n      justify-content: space-between; padding: 0 32px;\n      background: rgba(3,8,16,.55);\n      backdrop-filter: blur(22px) saturate(180%);\n      border-bottom: 1px solid var(--border);\n      transition: background .35s var(--ease), border-color .35s var(--ease);\n    }\n    #nav.scrolled {\n      background: rgba(3,8,16,.93);\n      border-color: var(--acc-border);\n    }\n\n    .nav-logo {\n      display: flex; align-items: center; gap: 11px;\n      text-decoration: none; color: var(--txt);\n    }\n    .logo-mark { width: 38px; height: 38px; flex-shrink: 0; }\n    .logo-text { line-height: 1; }\n    .logo-name {\n      display: block; font-family: var(--font-d);\n      font-size: 21px; letter-spacing: .1em;\n    }\n    .logo-sub {\n      display: block; font-family: var(--font-m);\n      font-size: 8.5px; letter-spacing: .22em; color: var(--acc);\n      text-transform: uppercase; margin-top: 1px;\n    }\n\n    .nav-links {\n      display: flex; gap: 36px; list-style: none;\n    }\n    .nav-links a {\n      text-decoration: none; color: var(--txt2);\n      font-size: 14px; font-weight: 500; letter-spacing: .01em;\n      transition: color .2s;\n    }\n    .nav-links a:hover { color: var(--txt); }\n\n    .nav-right { display: flex; align-items: center; gap: 12px; }\n\n    .btn-nav {\n      display: inline-flex; align-items: center; gap: 7px;\n      background: var(--acc); color: #000;\n      padding: 9px 20px; border-radius: 9px;\n      font-family: var(--font-b); font-size: 13px; font-weight: 700;\n      text-decoration: none; letter-spacing: .01em;\n      transition: all .22s var(--ease); border: none; cursor: pointer;\n    }\n    .btn-nav:hover {\n      background: var(--acc2);\n      box-shadow: 0 4px 22px rgba(0,200,240,.45);\n      transform: translateY(-1px);\n    }\n\n    .nav-icon {\n      width: 38px; height: 38px; display: flex; align-items: center;\n      justify-content: center; border-radius: 9px;\n      background: rgba(255,255,255,.04); border: 1px solid var(--border);\n      color: var(--txt2); cursor: pointer; transition: all .2s;\n      text-decoration: none;\n    }\n    .nav-icon:hover { background: var(--acc-glow); color: var(--acc); border-color: var(--acc-border); }\n\n    .hamburger {\n      display: none; background: none; border: 1px solid var(--border);\n      color: var(--txt2); padding: 8px; border-radius: 8px; cursor: pointer;\n      font-size: 18px; align-items: center; justify-content: center;\n    }\n\n    \/* ========================================================\n       HERO\n    ======================================================== *\/\n    .hero {\n      position: relative; min-height: 100vh;\n      display: flex; flex-direction: column;\n      align-items: center; justify-content: center;\n      text-align: center; overflow: hidden; padding-top: 70px;\n    }\n\n    \/* Aurora layered background *\/\n    .hero-bg { position: absolute; inset: 0; background: var(--bg); z-index: 0; }\n\n    .hero-aurora {\n      position: absolute; inset: 0; z-index: 1;\n      background:\n        radial-gradient(ellipse 90% 55% at 15% 25%, rgba(0,200,240,.14) 0%, transparent 65%),\n        radial-gradient(ellipse 65% 45% at 85% 65%, rgba(0,240,200,.09) 0%, transparent 60%),\n        radial-gradient(ellipse 55% 65% at 50% 90%, rgba(0,80,200,.12) 0%, transparent 55%);\n      animation: aurora-pulse 10s ease-in-out infinite alternate;\n    }\n    @keyframes aurora-pulse {\n      0%   { opacity: .55; transform: scale(1); }\n      50%  { opacity: 1;   transform: scale(1.04) translateY(-8px); }\n      100% { opacity: .7;  transform: scale(1.015); }\n    }\n\n    \/* Grid *\/\n    .hero-grid {\n      position: absolute; inset: 0; z-index: 2;\n      background-image:\n        linear-gradient(rgba(0,200,240,.032) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(0,200,240,.032) 1px, transparent 1px);\n      background-size: 64px 64px;\n    }\n\n    \/* Canvas for molecular network *\/\n    #mol-canvas {\n      position: absolute; inset: 0; z-index: 3; opacity: .55;\n    }\n\n    .hero-content {\n      position: relative; z-index: 10;\n      max-width: 920px; padding: 0 24px;\n    }\n\n    .hero-chip { margin-bottom: 30px; }\n\n    .hero-title {\n      font-family: var(--font-d);\n      font-size: clamp(76px, 13vw, 144px);\n      line-height: .88; letter-spacing: .025em;\n      color: var(--txt); margin-bottom: 6px;\n    }\n    .hero-title-grad {\n      display: block;\n      background: linear-gradient(120deg, var(--acc) 0%, var(--acc2) 100%);\n      -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .hero-eyebrow {\n      font-family: var(--font-m); font-size: 12px;\n      letter-spacing: .2em; text-transform: uppercase;\n      color: var(--txt3); margin-bottom: 20px;\n    }\n\n    .hero-desc {\n      font-size: 18px; color: var(--txt2); font-weight: 300;\n      max-width: 580px; margin: 0 auto 44px;\n      line-height: 1.75;\n    }\n\n    .hero-ctas {\n      display: flex; gap: 14px; justify-content: center;\n      flex-wrap: wrap; margin-bottom: 72px;\n    }\n\n    .btn-primary {\n      display: inline-flex; align-items: center; gap: 8px;\n      background: var(--acc); color: #000;\n      padding: 15px 32px; border-radius: var(--r);\n      font-family: var(--font-b); font-size: 14.5px; font-weight: 700;\n      text-decoration: none; letter-spacing: .01em; border: 2px solid var(--acc);\n      transition: all .25s var(--ease);\n    }\n    .btn-primary:hover {\n      background: var(--acc2); border-color: var(--acc2);\n      transform: translateY(-2px);\n      box-shadow: 0 10px 35px rgba(0,200,240,.42);\n    }\n\n    .btn-ghost {\n      display: inline-flex; align-items: center; gap: 8px;\n      background: transparent; color: var(--txt);\n      padding: 15px 32px; border-radius: var(--r);\n      font-family: var(--font-b); font-size: 14.5px; font-weight: 600;\n      text-decoration: none; border: 2px solid rgba(255,255,255,.14);\n      transition: all .25s var(--ease);\n    }\n    .btn-ghost:hover {\n      background: rgba(255,255,255,.05);\n      border-color: rgba(255,255,255,.32);\n      transform: translateY(-2px);\n    }\n\n    \/* Stats bar inside hero *\/\n    .hero-stats {\n      display: flex; justify-content: center;\n      border: 1px solid var(--acc-border); border-radius: var(--rl);\n      background: rgba(6,13,26,.78); backdrop-filter: blur(12px);\n      overflow: hidden;\n    }\n    .hero-stat {\n      flex: 1; padding: 22px 44px; text-align: center;\n      border-right: 1px solid var(--acc-border);\n    }\n    .hero-stat:last-child { border-right: none; }\n    .stat-val {\n      font-family: var(--font-d); font-size: 52px; line-height: 1;\n      color: var(--acc); margin-bottom: 4px;\n    }\n    .stat-lbl {\n      font-family: var(--font-m); font-size: 9.5px;\n      letter-spacing: .18em; text-transform: uppercase; color: var(--txt3);\n    }\n\n    \/* Scroll hint *\/\n    .scroll-hint {\n      position: absolute; bottom: 28px; left: 50%; z-index: 10;\n      transform: translateX(-50%);\n      display: flex; flex-direction: column; align-items: center; gap: 7px;\n      font-family: var(--font-m); font-size: 9px; letter-spacing: .18em;\n      text-transform: uppercase; color: var(--txt3);\n      animation: bob 2.5s ease-in-out infinite;\n    }\n    @keyframes bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(9px); } }\n\n    \/* ========================================================\n       TRUST BAR\n    ======================================================== *\/\n    .trust-bar {\n      background: var(--bg-s);\n      border-top: 1px solid var(--border);\n      border-bottom: 1px solid var(--border);\n    }\n    .trust-inner {\n      display: flex; align-items: stretch; justify-content: center;\n      flex-wrap: wrap;\n    }\n    .trust-item {\n      display: flex; align-items: center; gap: 11px;\n      padding: 20px 36px; border-right: 1px solid var(--border);\n      flex: 1; min-width: 180px;\n    }\n    .trust-item:last-child { border-right: none; }\n    .trust-ico {\n      width: 34px; height: 34px; flex-shrink: 0; border-radius: 9px;\n      background: var(--acc-glow); color: var(--acc);\n      display: flex; align-items: center; justify-content: center;\n    }\n    .trust-label strong { display: block; font-size: 13px; font-weight: 600; color: var(--txt); }\n    .trust-label span  { font-size: 11px; color: var(--txt3); font-family: var(--font-m); }\n\n    \/* ========================================================\n       SECTION COMMONS\n    ======================================================== *\/\n    section { padding: 108px 0; }\n    .sec-head { text-align: center; margin-bottom: 68px; }\n    .sec-chip { margin-bottom: 18px; }\n    .sec-title {\n      font-family: var(--font-d); font-size: clamp(40px, 5.5vw, 66px);\n      line-height: 1.02; letter-spacing: .045em; color: var(--txt);\n      margin-bottom: 18px;\n    }\n    .sec-desc {\n      font-size: 17px; color: var(--txt2); font-weight: 300;\n      max-width: 540px; margin: 0 auto; line-height: 1.75;\n    }\n\n    \/* ========================================================\n       PRODUCTS\n    ======================================================== *\/\n    .products-hd {\n      display: flex; align-items: flex-end; justify-content: space-between;\n      margin-bottom: 44px; gap: 24px; flex-wrap: wrap;\n    }\n    .products-title {\n      font-family: var(--font-d); font-size: clamp(38px, 5vw, 58px);\n      letter-spacing: .04em; color: var(--txt); line-height: 1;\n    }\n    .view-all {\n      color: var(--acc); text-decoration: none;\n      font-family: var(--font-m); font-size: 12px; letter-spacing: .08em;\n      display: flex; align-items: center; gap: 7px;\n      transition: gap .2s; white-space: nowrap;\n    }\n    .view-all:hover { gap: 14px; }\n\n    .products-grid {\n      display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;\n    }\n\n    .p-card {\n      background: var(--bg-c); border: 1px solid var(--border);\n      border-radius: var(--rl); overflow: hidden;\n      transition: all .35s var(--ease); cursor: pointer;\n    }\n    .p-card:hover {\n      border-color: var(--acc-border); transform: translateY(-7px);\n      box-shadow: 0 22px 60px rgba(0,0,0,.45), 0 0 40px rgba(0,200,240,.09);\n    }\n\n    .p-img {\n      height: 230px; background: #060F1E;\n      display: flex; align-items: center; justify-content: center;\n      position: relative; overflow: hidden;\n    }\n    .p-img::after {\n      content: ''; position: absolute; inset: 0;\n      background: radial-gradient(circle at 50% 90%, rgba(0,200,240,.07) 0%, transparent 70%);\n    }\n    .p-badge {\n      position: absolute; top: 12px; right: 12px; z-index: 2;\n      background: rgba(0,200,240,.12); color: var(--acc);\n      border: 1px solid var(--acc-border); border-radius: 20px;\n      padding: 4px 11px; font-family: var(--font-m); font-size: 9.5px; letter-spacing: .08em;\n    }\n\n    .p-body { padding: 22px; }\n    .p-cat {\n      font-family: var(--font-m); font-size: 9.5px;\n      letter-spacing: .18em; text-transform: uppercase; color: var(--txt3);\n      margin-bottom: 7px;\n    }\n    .p-name {\n      font-family: var(--font-d); font-size: 30px;\n      letter-spacing: .04em; color: var(--txt); margin-bottom: 8px; line-height: 1;\n    }\n    .p-desc {\n      font-size: 13px; color: var(--txt2); line-height: 1.55;\n      margin-bottom: 20px; font-weight: 300;\n    }\n    .p-foot { display: flex; align-items: center; gap: 12px; }\n    .p-price { font-family: var(--font-d); font-size: 30px; color: var(--txt); }\n    .atc {\n      flex: 1; background: rgba(0,200,240,.07);\n      border: 1px solid var(--acc-border); color: var(--acc);\n      padding: 10px 14px; border-radius: 9px;\n      font-family: var(--font-b); font-size: 13px; font-weight: 600;\n      cursor: pointer; transition: all .2s var(--ease); text-align: center;\n    }\n    .atc:hover { background: var(--acc); color: #000; box-shadow: 0 4px 22px rgba(0,200,240,.3); }\n\n    \/* ========================================================\n       WHY CHOOSE US\n    ======================================================== *\/\n    .why-bg { background: var(--bg-s); }\n    .why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }\n\n    .why-card {\n      background: var(--bg-c); border: 1px solid var(--border);\n      border-radius: var(--rl); padding: 34px 28px;\n      position: relative; overflow: hidden;\n      transition: all .35s var(--ease);\n    }\n    .why-card::before {\n      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;\n      background: linear-gradient(90deg, transparent, var(--acc) 50%, transparent);\n      opacity: 0; transition: opacity .35s;\n    }\n    .why-card:hover { border-color: var(--acc-border); transform: translateY(-5px); }\n    .why-card:hover::before { opacity: 1; }\n\n    .why-icon {\n      width: 52px; height: 52px; border-radius: 13px;\n      background: var(--acc-glow); color: var(--acc);\n      display: flex; align-items: center; justify-content: center;\n      margin-bottom: 22px;\n    }\n    .why-title {\n      font-family: var(--font-d); font-size: 22px;\n      letter-spacing: .05em; margin-bottom: 10px; color: var(--txt);\n    }\n    .why-desc { font-size: 13.5px; color: var(--txt2); line-height: 1.7; font-weight: 300; }\n\n    \/* ========================================================\n       QUALITY PROCESS\n    ======================================================== *\/\n    .process-bg { background: var(--bg); }\n    .process-row {\n      display: flex; align-items: flex-start; justify-content: center; gap: 0;\n      margin-top: 64px; position: relative;\n    }\n\n    .proc-step {\n      flex: 1; text-align: center; padding: 0 14px; position: relative;\n    }\n    .proc-step + .proc-step::before {\n      content: ''; position: absolute; top: 35px;\n      left: 0; width: 28px; height: 1px;\n      background: linear-gradient(90deg, transparent, var(--acc-border));\n      transform: translateX(-14px);\n    }\n\n    .proc-icon {\n      width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 18px;\n      background: var(--bg-c); border: 1.5px solid var(--acc-border);\n      display: flex; align-items: center; justify-content: center;\n      color: var(--acc); position: relative;\n      transition: all .3s var(--ease);\n    }\n    .proc-step:hover .proc-icon {\n      background: var(--acc-glow);\n      box-shadow: 0 0 32px rgba(0,200,240,.28);\n    }\n    .proc-num {\n      position: absolute; top: -5px; right: -5px;\n      width: 22px; height: 22px; border-radius: 50%;\n      background: var(--acc); color: #000;\n      font-family: var(--font-m); font-size: 10px; font-weight: 600;\n      display: flex; align-items: center; justify-content: center;\n    }\n    .proc-title {\n      font-family: var(--font-d); font-size: 18px;\n      letter-spacing: .07em; color: var(--txt); margin-bottom: 9px;\n    }\n    .proc-desc { font-size: 12.5px; color: var(--txt2); line-height: 1.65; font-weight: 300; }\n\n    \/* ========================================================\n       COA SECTION\n    ======================================================== *\/\n    .coa-bg { background: var(--bg-s); position: relative; overflow: hidden; }\n    .coa-bg::before {\n      content: ''; position: absolute;\n      left: -240px; top: -240px; width: 700px; height: 700px;\n      background: radial-gradient(circle, rgba(0,200,240,.055) 0%, transparent 65%);\n      pointer-events: none;\n    }\n\n    .coa-grid {\n      display: grid; grid-template-columns: 1fr 1fr; gap: 88px;\n      align-items: center;\n    }\n\n    .coa-feats { display: flex; flex-direction: column; gap: 16px; margin: 28px 0; }\n    .coa-feat {\n      display: flex; gap: 14px; align-items: flex-start;\n      background: var(--bg-c); padding: 18px; border-radius: var(--r);\n      border: 1px solid var(--border); transition: border-color .2s;\n    }\n    .coa-feat:hover { border-color: var(--acc-border); }\n    .coa-fi {\n      width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px;\n      background: var(--acc-glow); color: var(--acc);\n      display: flex; align-items: center; justify-content: center;\n    }\n    .coa-ft { font-size: 13.5px; font-weight: 600; color: var(--txt); margin-bottom: 3px; }\n    .coa-fd { font-size: 12.5px; color: var(--txt2); font-weight: 300; line-height: 1.55; }\n\n    \/* Document card *\/\n    .coa-doc {\n      background: var(--bg-c); border: 1px solid var(--acc-border);\n      border-radius: var(--rl); padding: 32px; position: relative;\n    }\n    .coa-doc-hd {\n      display: flex; align-items: center; justify-content: space-between;\n      margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--border);\n    }\n    .coa-doc-name { font-family: var(--font-d); font-size: 19px; letter-spacing: .06em; }\n    .v-badge {\n      display: flex; align-items: center; gap: 5px;\n      background: var(--green-glow); color: var(--green);\n      border: 1px solid rgba(0,240,100,.2);\n      padding: 4px 12px; border-radius: 20px;\n      font-family: var(--font-m); font-size: 9.5px; letter-spacing: .08em;\n    }\n    .coa-product-line {\n      margin-bottom: 22px;\n      padding-bottom: 18px; border-bottom: 1px solid var(--border);\n    }\n    .coa-pl { font-family: var(--font-m); font-size: 9.5px; letter-spacing: .14em; color: var(--txt3); margin-bottom: 5px; }\n    .coa-pv { font-family: var(--font-d); font-size: 22px; letter-spacing: .05em; }\n\n    .coa-rows { display: flex; flex-direction: column; gap: 0; }\n    .coa-row {\n      display: flex; justify-content: space-between; align-items: center;\n      padding: 12px 0; border-bottom: 1px solid var(--border);\n    }\n    .coa-row:last-child { border-bottom: none; }\n    .coa-param { font-size: 13px; color: var(--txt2); }\n    .coa-val { display: flex; align-items: center; gap: 10px; }\n    .coa-val span:first-child { font-family: var(--font-m); font-size: 11.5px; color: var(--acc); }\n    .coa-check { color: var(--green); font-size: 13px; }\n\n    .coa-doc-foot {\n      margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border);\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .coa-lab { font-family: var(--font-m); font-size: 9.5px; color: var(--txt3); letter-spacing: .1em; }\n    .all-pass {\n      background: var(--green-glow); color: var(--green);\n      border: 1px solid rgba(0,240,100,.2); border-radius: 7px;\n      padding: 4px 12px; font-family: var(--font-m); font-size: 9.5px; letter-spacing: .06em;\n    }\n\n    \/* ========================================================\n       TESTIMONIALS\n    ======================================================== *\/\n    .testi-bg { background: var(--bg); }\n    .testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }\n\n    .testi-card {\n      background: var(--bg-c); border: 1px solid var(--border);\n      border-radius: var(--rl); padding: 30px;\n      transition: all .35s var(--ease);\n    }\n    .testi-card:hover { border-color: var(--acc-border); transform: translateY(-5px); }\n\n    .stars { display: flex; gap: 3px; margin-bottom: 18px; }\n    .star { color: #FFB800; font-size: 15px; }\n    .testi-text {\n      font-size: 14.5px; color: var(--txt2); line-height: 1.78;\n      margin-bottom: 24px; font-weight: 300; font-style: italic;\n    }\n    .testi-author { display: flex; align-items: center; gap: 12px; }\n    .t-avatar {\n      width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;\n      background: var(--acc-glow); border: 1.5px solid var(--acc-border);\n      display: flex; align-items: center; justify-content: center;\n      font-family: var(--font-d); font-size: 18px; color: var(--acc);\n    }\n    .t-name { font-size: 14px; font-weight: 600; color: var(--txt); margin-bottom: 2px; }\n    .t-role { font-size: 11.5px; color: var(--txt3); font-family: var(--font-m); }\n\n    \/* ========================================================\n       FAQ\n    ======================================================== *\/\n    .faq-bg { background: var(--bg-s); }\n    .faq-list { max-width: 800px; margin: 0 auto; }\n    .faq-item { border-bottom: 1px solid var(--border); }\n    .faq-q {\n      display: flex; align-items: center; justify-content: space-between;\n      gap: 20px; padding: 24px 0; cursor: pointer;\n      font-size: 15.5px; font-weight: 500; color: var(--txt);\n      transition: color .2s;\n    }\n    .faq-q:hover { color: var(--acc); }\n    .faq-ico {\n      width: 28px; height: 28px; flex-shrink: 0; border-radius: 50%;\n      border: 1px solid var(--acc-border); color: var(--acc);\n      display: flex; align-items: center; justify-content: center;\n      font-size: 19px; transition: transform .32s var(--ease);\n    }\n    .faq-item.open .faq-ico { transform: rotate(45deg); }\n    .faq-a {\n      max-height: 0; overflow: hidden;\n      transition: max-height .42s var(--ease);\n    }\n    .faq-item.open .faq-a { max-height: 220px; }\n    .faq-a p {\n      padding-bottom: 24px; font-size: 14.5px; color: var(--txt2);\n      line-height: 1.8; font-weight: 300;\n    }\n\n    \/* ========================================================\n       FINAL CTA\n    ======================================================== *\/\n    .cta-sec {\n      position: relative; padding: 128px 0; text-align: center; overflow: hidden;\n    }\n    .cta-bg2 { position: absolute; inset: 0; background: var(--bg); }\n    .cta-glow {\n      position: absolute; inset: 0;\n      background:\n        radial-gradient(ellipse 70% 70% at 50% 50%, rgba(0,200,240,.11) 0%, transparent 65%),\n        radial-gradient(ellipse 50% 50% at 20% 80%, rgba(0,200,240,.06) 0%, transparent 60%);\n    }\n    .cta-content { position: relative; z-index: 1; }\n    .cta-title {\n      font-family: var(--font-d); font-size: clamp(48px, 7.5vw, 90px);\n      letter-spacing: .04em; color: var(--txt); line-height: .95;\n      margin-bottom: 22px;\n    }\n    .cta-title .hl { color: var(--acc); }\n    .cta-desc {\n      font-size: 18px; color: var(--txt2); font-weight: 300;\n      max-width: 500px; margin: 0 auto 52px; line-height: 1.75;\n    }\n    .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }\n    .btn-lg { padding: 17px 44px; font-size: 15.5px; }\n\n    \/* ========================================================\n       FOOTER\n    ======================================================== *\/\n    footer {\n      background: #020407; border-top: 1px solid var(--border);\n      padding: 68px 0 0;\n    }\n    .footer-grid {\n      display: grid; grid-template-columns: 1.9fr 1fr 1fr 1fr; gap: 52px;\n      padding-bottom: 52px; border-bottom: 1px solid var(--border);\n    }\n\n    .footer-brand p {\n      font-size: 13.5px; color: var(--txt2); line-height: 1.75;\n      margin: 18px 0 24px; max-width: 255px; font-weight: 300;\n    }\n    .footer-contact {\n      display: inline-flex; align-items: center; gap: 7px;\n      color: var(--acc); text-decoration: none;\n      font-family: var(--font-m); font-size: 11.5px; letter-spacing: .05em;\n      transition: opacity .2s;\n    }\n    .footer-contact:hover { opacity: .75; }\n\n    footer h4 {\n      font-family: var(--font-m); font-size: 10px;\n      letter-spacing: .18em; text-transform: uppercase;\n      color: var(--txt3); margin-bottom: 20px;\n    }\n    footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }\n    footer ul a {\n      text-decoration: none; font-size: 13.5px; color: var(--txt2);\n      transition: color .2s;\n    }\n    footer ul a:hover { color: var(--acc); }\n\n    .footer-btm { padding: 28px 0; }\n    .disclaimer {\n      font-size: 11px; color: var(--txt3); line-height: 1.8;\n      margin-bottom: 18px; max-width: 100%;\n    }\n    .copyright {\n      display: flex; align-items: center; justify-content: space-between;\n      font-family: var(--font-m); font-size: 11px; color: var(--txt3);\n      flex-wrap: wrap; gap: 8px;\n    }\n    .ruo {\n      background: rgba(0,200,240,.07); color: var(--acc);\n      border: 1px solid var(--acc-border); border-radius: 6px;\n      padding: 3px 10px; font-size: 9.5px; letter-spacing: .12em;\n    }\n\n    \/* ========================================================\n       SCROLL REVEAL ANIMATION\n    ======================================================== *\/\n    .reveal {\n      opacity: 0; transform: translateY(28px);\n      transition: opacity .72s var(--ease), transform .72s var(--ease);\n    }\n    .reveal.in { opacity: 1; transform: none; }\n    .d1 { transition-delay: .08s; }\n    .d2 { transition-delay: .16s; }\n    .d3 { transition-delay: .24s; }\n    .d4 { transition-delay: .32s; }\n    .d5 { transition-delay: .40s; }\n\n    \/* ========================================================\n       RESPONSIVE\n    ======================================================== *\/\n    @media (max-width: 1060px) {\n      .products-grid { grid-template-columns: repeat(2,1fr); }\n      .why-grid       { grid-template-columns: repeat(2,1fr); }\n      .testi-grid     { grid-template-columns: repeat(2,1fr); }\n      .coa-grid       { grid-template-columns: 1fr; gap: 44px; }\n      .footer-grid    { grid-template-columns: 1fr 1fr; }\n    }\n    @media (max-width: 768px) {\n      .nav-links   { display: none !important; }\n      .hamburger   { display: flex; }\n      section      { padding: 72px 0; }\n      .hero-stats  { flex-direction: column; border-radius: var(--r); }\n      .hero-stat   { border-right: none; border-bottom: 1px solid var(--acc-border); padding: 18px 32px; }\n      .hero-stat:last-child { border-bottom: none; }\n      .products-grid { grid-template-columns: 1fr; }\n      .why-grid    { grid-template-columns: 1fr; }\n      .process-row { flex-direction: column; align-items: center; gap: 32px; }\n      .proc-step   { width: 100%; max-width: 320px; }\n      .proc-step + .proc-step::before { display: none; }\n      .testi-grid  { grid-template-columns: 1fr; }\n      .footer-grid { grid-template-columns: 1fr; }\n      .trust-inner { flex-direction: column; }\n      .trust-item  { border-right: none; border-bottom: 1px solid var(--border); justify-content: center; }\n      .trust-item:last-child { border-bottom: none; }\n    }\n\n    \/* Mobile nav overlay *\/\n    #mobile-nav {\n      display: none; position: fixed; top: 70px; left: 0; right: 0; z-index: 199;\n      background: rgba(3,8,16,.98); backdrop-filter: blur(24px);\n      border-bottom: 1px solid var(--acc-border);\n      padding: 24px 28px; flex-direction: column; gap: 0;\n    }\n    #mobile-nav.open { display: flex; }\n    #mobile-nav a {\n      display: block; padding: 16px 0; color: var(--txt2); text-decoration: none;\n      font-size: 16px; font-weight: 500; border-bottom: 1px solid var(--border);\n      transition: color .2s;\n    }\n    #mobile-nav a:hover { color: var(--acc); }\n    #mobile-nav a:last-child { border-bottom: none; }\n    <\/style>\n\n<!-- ==================== NAVIGATION ==================== -->\n<nav id=\"nav\">\n  <a href=\"#\" class=\"nav-logo\">\n    <!-- Logo SVG -->\n    <svg class=\"logo-mark\" viewBox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n      <circle cx=\"19\" cy=\"19\" r=\"18\" stroke=\"url(#nl1)\" stroke-width=\"1.2\"\/>\n      <path d=\"M7.5 27 L19 7 L30.5 27\" stroke=\"url(#nl2)\" stroke-width=\"1.8\" fill=\"none\" stroke-linejoin=\"round\"\/>\n      <!-- Aurora waves -->\n      <path d=\"M5 21 Q12 17 19 21 Q26 25 33 21\" stroke=\"#00C8F0\" stroke-width=\".9\" fill=\"none\" opacity=\".65\"\/>\n      <path d=\"M6 24 Q12.5 20 19 24 Q25.5 28 32 24\" stroke=\"#00F0C8\" stroke-width=\".7\" fill=\"none\" opacity=\".38\"\/>\n      <!-- DNA dots -->\n      <circle cx=\"13.5\" cy=\"30.5\" r=\"1.4\" fill=\"#00C8F0\"\/>\n      <circle cx=\"19\"   cy=\"32.2\" r=\"1.4\" fill=\"#00C8F0\"\/>\n      <circle cx=\"24.5\" cy=\"30.5\" r=\"1.4\" fill=\"#00C8F0\"\/>\n      <defs>\n        <linearGradient id=\"nl1\" x1=\"0\" y1=\"0\" x2=\"38\" y2=\"38\">\n          <stop offset=\"0%\"   stop-color=\"#00C8F0\"\/>\n          <stop offset=\"100%\" stop-color=\"#00F0C8\"\/>\n        <\/linearGradient>\n        <linearGradient id=\"nl2\" x1=\"7.5\" y1=\"7\" x2=\"30.5\" y2=\"27\">\n          <stop offset=\"0%\"   stop-color=\"#00C8F0\"\/>\n          <stop offset=\"100%\" stop-color=\"#ffffff\"\/>\n        <\/linearGradient>\n      <\/defs>\n    <\/svg>\n    <div class=\"logo-text\">\n      <span class=\"logo-name\">AURORA<\/span>\n      <span class=\"logo-sub\">PEPTIDES<\/span>\n    <\/div>\n  <\/a>\n\n  <ul class=\"nav-links\">\n    <li><a href=\"#products\">Shop<\/a><\/li>\n    <li><a href=\"#coa\">Lab Tests<\/a><\/li>\n    <li><a href=\"#why\">About<\/a><\/li>\n    <li><a href=\"#faq\">Contact<\/a><\/li>\n  <\/ul>\n\n  <div class=\"nav-right\">\n    <a href=\"#products\" class=\"btn-nav\">\n      Browse Compounds\n      <svg width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\"><path d=\"M2 6.5h9M7 2.5l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n    <\/a>\n    <button class=\"hamburger\" onclick=\"document.getElementById('mobile-nav').classList.toggle('open')\">\n      <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M2 5h16M2 10h16M2 15h16\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\"\/><\/svg>\n    <\/button>\n  <\/div>\n<\/nav>\n\n<!-- Mobile Nav -->\n<div id=\"mobile-nav\">\n  <a href=\"#products\" onclick=\"document.getElementById('mobile-nav').classList.remove('open')\">Shop<\/a>\n  <a href=\"#coa\"      onclick=\"document.getElementById('mobile-nav').classList.remove('open')\">Lab Tests<\/a>\n  <a href=\"#why\"      onclick=\"document.getElementById('mobile-nav').classList.remove('open')\">About<\/a>\n  <a href=\"#faq\"      onclick=\"document.getElementById('mobile-nav').classList.remove('open')\">Contact<\/a>\n<\/div>\n\n\n<!-- ==================== HERO ==================== -->\n<section class=\"hero\">\n  <div class=\"hero-bg\"><\/div>\n  <div class=\"hero-aurora\"><\/div>\n  <div class=\"hero-grid\"><\/div>\n  <canvas id=\"mol-canvas\"><\/canvas>\n\n  <div class=\"hero-content\">\n    <div class=\"hero-chip\">\n      <span class=\"chip\">Research-Grade Peptide Compounds<\/span>\n    <\/div>\n\n    <h1 class=\"hero-title\">\n      AURORA\n      <span class=\"hero-title-grad\">PEPTIDES.<\/span>\n    <\/h1>\n\n    <p class=\"hero-eyebrow\">Independently Verified \u00b7 Batch Tested \u00b7 Trusted<\/p>\n\n    <p class=\"hero-desc\">\n      Premium research compounds with comprehensive Certificates of Analysis. Every batch independently verified \u2014 delivering the purity and consistency serious research demands.\n    <\/p>\n\n    <div class=\"hero-ctas\">\n      <a href=\"#products\" class=\"btn-primary\">\n        Browse Compounds\n        <svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" fill=\"none\"><path d=\"M2.5 7.5h10M8 3.5l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n      <\/a>\n      <a href=\"#coa\" class=\"btn-ghost\">\n        View Lab Results\n        <svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" fill=\"none\"><path d=\"M7.5 2v11M2 7.5h11\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n      <\/a>\n    <\/div>\n\n    <div class=\"hero-stats\">\n      <div class=\"hero-stat\">\n        <div class=\"stat-val\" data-target=\"99\">0<\/div>\n        <div class=\"stat-lbl\">Purity Guaranteed<\/div>\n      <\/div>\n      <div class=\"hero-stat\">\n        <div class=\"stat-val\" data-target=\"100\" data-suffix=\"%\">0%<\/div>\n        <div class=\"stat-lbl\">3rd-Party Lab Tested<\/div>\n      <\/div>\n      <div class=\"hero-stat\">\n        <div class=\"stat-val\" data-target=\"5000\" data-suffix=\"+\">0+<\/div>\n        <div class=\"stat-lbl\">Active Researchers<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"scroll-hint\">\n    <svg width=\"14\" height=\"18\" viewBox=\"0 0 14 18\" fill=\"none\"><path d=\"M7 2v14M1 10l6 6 6-6\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n    Scroll\n  <\/div>\n<\/section>\n\n\n<!-- ==================== TRUST BAR ==================== -->\n<div class=\"trust-bar\">\n  <div class=\"container\">\n    <div class=\"trust-inner\">\n      <div class=\"trust-item\">\n        <div class=\"trust-ico\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><path d=\"M9 1L2 5v4c0 4.4 3.4 8.5 7 9.5 3.6-1 7-5.1 7-9.5V5L9 1z\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\/><path d=\"M6 9l2 2 4-4\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"trust-label\">\n          <strong>3rd-Party Tested<\/strong>\n          <span>Every batch, every time<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-ico\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><rect x=\"2\" y=\"4\" width=\"14\" height=\"11\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.4\"\/><path d=\"M6 4V3a3 3 0 016 0v1\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"trust-label\">\n          <strong>Secure Checkout<\/strong>\n          <span>SSL encrypted payment<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-ico\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><circle cx=\"9\" cy=\"9\" r=\"7\" stroke=\"currentColor\" stroke-width=\"1.4\"\/><path d=\"M9 5v4l2 2\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"trust-label\">\n          <strong>Fast Fulfillment<\/strong>\n          <span>Same business day dispatch<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-ico\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><path d=\"M3 5h12v9a2 2 0 01-2 2H5a2 2 0 01-2-2V5zm0 0l-1-2h14l-1 2\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M7 5v2m4-2v2\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"trust-label\">\n          <strong>COAs Available<\/strong>\n          <span>Full transparency, per batch<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-ico\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><circle cx=\"9\" cy=\"9\" r=\"7\" stroke=\"currentColor\" stroke-width=\"1.4\"\/><path d=\"M9 5v4\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><circle cx=\"9\" cy=\"13\" r=\".8\" fill=\"currentColor\"\/><\/svg>\n        <\/div>\n        <div class=\"trust-label\">\n          <strong>Research Compliant<\/strong>\n          <span>Laboratory use only<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n<!-- ==================== FEATURED PRODUCTS ==================== -->\n<section id=\"products\" style=\"background: var(--bg);\">\n  <div class=\"container\">\n    <div class=\"products-hd reveal\">\n      <div>\n        <div style=\"margin-bottom:12px\"><span class=\"chip\">New Arrivals<\/span><\/div>\n        <div class=\"products-title\">FEATURED<br>COMPOUNDS.<\/div>\n      <\/div>\n      <a href=\"#\" class=\"view-all\">View All Products \u2192<\/a>\n    <\/div>\n\n    <div class=\"products-grid\">\n\n      <!-- PRODUCT 1: BPC-157 -->\n      <div class=\"p-card reveal d1\">\n        <div class=\"p-img\">\n          <span class=\"p-badge\">99%+ Pure<\/span>\n          <!-- Vial SVG -->\n          <svg width=\"96\" height=\"165\" viewBox=\"0 0 96 165\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <!-- Body -->\n            <rect x=\"22\" y=\"44\" width=\"52\" height=\"106\" rx=\"9\" fill=\"#0A1728\"\/>\n            <rect x=\"22\" y=\"44\" width=\"52\" height=\"106\" rx=\"9\" stroke=\"rgba(0,200,240,.28)\" stroke-width=\"1\"\/>\n            <!-- Cap top -->\n            <rect x=\"29\" y=\"26\" width=\"38\" height=\"10\" rx=\"4\" fill=\"#008FB0\"\/>\n            <!-- Cap body -->\n            <rect x=\"23.5\" y=\"34\" width=\"49\" height=\"14\" rx=\"5\" fill=\"#00A8CC\"\/>\n            <rect x=\"23.5\" y=\"34\" width=\"49\" height=\"7\" rx=\"5\" fill=\"#00C8F0\"\/>\n            <!-- Label area -->\n            <rect x=\"26\" y=\"72\" width=\"44\" height=\"60\" rx=\"5\" fill=\"#0C1C34\"\/>\n            <!-- Logo on label -->\n            <path d=\"M48 82 L41 93 L55 93Z\" stroke=\"#00C8F0\" stroke-width=\"1.1\" fill=\"none\"\/>\n            <path d=\"M39 90 Q44 87 48 90 Q52 93 57 90\" stroke=\"#00C8F0\" stroke-width=\".75\" fill=\"none\" opacity=\".6\"\/>\n            <!-- Product name -->\n            <text x=\"48\" y=\"107\" text-anchor=\"middle\" fill=\"white\" font-size=\"8\" font-family=\"'Bebas Neue',sans-serif\" letter-spacing=\"1.2\">BPC-157<\/text>\n            <text x=\"48\" y=\"118\" text-anchor=\"middle\" fill=\"#00C8F0\" font-size=\"6.2\" font-family=\"'JetBrains Mono',monospace\">5mg \/ vial<\/text>\n            <text x=\"48\" y=\"129\" text-anchor=\"middle\" fill=\"rgba(255,255,255,.25)\" font-size=\"4.8\">RESEARCH USE ONLY<\/text>\n            <!-- Liquid -->\n            <rect x=\"23\" y=\"126\" width=\"50\" height=\"22\" fill=\"rgba(0,200,240,.045)\" rx=\"0 0 8 8\"\/>\n            <!-- Shine -->\n            <rect x=\"25\" y=\"46\" width=\"7\" height=\"86\" rx=\"3.5\" fill=\"rgba(255,255,255,.038)\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"p-body\">\n          <div class=\"p-cat\">Repair &amp; Recovery<\/div>\n          <div class=\"p-name\">BPC-157<\/div>\n          <div class=\"p-desc\">Synthetic pentadecapeptide for cellular regeneration and musculoskeletal research applications.<\/div>\n          <div class=\"p-foot\">\n            <div class=\"p-price\">$79<\/div>\n            <button class=\"atc\">Add to Cart<\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- PRODUCT 2: TB-500 -->\n      <div class=\"p-card reveal d2\">\n        <div class=\"p-img\">\n          <span class=\"p-badge\">99%+ Pure<\/span>\n          <svg width=\"96\" height=\"165\" viewBox=\"0 0 96 165\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect x=\"22\" y=\"44\" width=\"52\" height=\"106\" rx=\"9\" fill=\"#0A1728\"\/>\n            <rect x=\"22\" y=\"44\" width=\"52\" height=\"106\" rx=\"9\" stroke=\"rgba(0,200,240,.28)\" stroke-width=\"1\"\/>\n            <rect x=\"29\" y=\"26\" width=\"38\" height=\"10\" rx=\"4\" fill=\"#006A90\"\/>\n            <rect x=\"23.5\" y=\"34\" width=\"49\" height=\"14\" rx=\"5\" fill=\"#0088B0\"\/>\n            <rect x=\"23.5\" y=\"34\" width=\"49\" height=\"7\" rx=\"5\" fill=\"#00A8D4\"\/>\n            <rect x=\"26\" y=\"72\" width=\"44\" height=\"60\" rx=\"5\" fill=\"#0C1C34\"\/>\n            <path d=\"M48 82 L41 93 L55 93Z\" stroke=\"#00C8F0\" stroke-width=\"1.1\" fill=\"none\"\/>\n            <path d=\"M39 90 Q44 87 48 90 Q52 93 57 90\" stroke=\"#00C8F0\" stroke-width=\".75\" fill=\"none\" opacity=\".6\"\/>\n            <text x=\"48\" y=\"107\" text-anchor=\"middle\" fill=\"white\" font-size=\"8\" font-family=\"'Bebas Neue',sans-serif\" letter-spacing=\"1.2\">TB-500<\/text>\n            <text x=\"48\" y=\"118\" text-anchor=\"middle\" fill=\"#00C8F0\" font-size=\"6.2\" font-family=\"'JetBrains Mono',monospace\">5mg \/ vial<\/text>\n            <text x=\"48\" y=\"129\" text-anchor=\"middle\" fill=\"rgba(255,255,255,.25)\" font-size=\"4.8\">RESEARCH USE ONLY<\/text>\n            <rect x=\"23\" y=\"126\" width=\"50\" height=\"22\" fill=\"rgba(0,200,240,.045)\" rx=\"0 0 8 8\"\/>\n            <rect x=\"25\" y=\"46\" width=\"7\" height=\"86\" rx=\"3.5\" fill=\"rgba(255,255,255,.038)\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"p-body\">\n          <div class=\"p-cat\">Growth &amp; Development<\/div>\n          <div class=\"p-name\">TB-500<\/div>\n          <div class=\"p-desc\">Thymosin Beta-4 fragment for actin regulatory pathway and vascular biology research studies.<\/div>\n          <div class=\"p-foot\">\n            <div class=\"p-price\">$89<\/div>\n            <button class=\"atc\">Add to Cart<\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- PRODUCT 3: CJC-1295 -->\n      <div class=\"p-card reveal d3\">\n        <div class=\"p-img\">\n          <span class=\"p-badge\">99%+ Pure<\/span>\n          <svg width=\"96\" height=\"165\" viewBox=\"0 0 96 165\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect x=\"22\" y=\"44\" width=\"52\" height=\"106\" rx=\"9\" fill=\"#0A1728\"\/>\n            <rect x=\"22\" y=\"44\" width=\"52\" height=\"106\" rx=\"9\" stroke=\"rgba(0,200,240,.28)\" stroke-width=\"1\"\/>\n            <rect x=\"29\" y=\"26\" width=\"38\" height=\"10\" rx=\"4\" fill=\"#007A9A\"\/>\n            <rect x=\"23.5\" y=\"34\" width=\"49\" height=\"14\" rx=\"5\" fill=\"#009AB8\"\/>\n            <rect x=\"23.5\" y=\"34\" width=\"49\" height=\"7\" rx=\"5\" fill=\"#00BCD8\"\/>\n            <rect x=\"26\" y=\"72\" width=\"44\" height=\"60\" rx=\"5\" fill=\"#0C1C34\"\/>\n            <path d=\"M48 82 L41 93 L55 93Z\" stroke=\"#00C8F0\" stroke-width=\"1.1\" fill=\"none\"\/>\n            <path d=\"M39 90 Q44 87 48 90 Q52 93 57 90\" stroke=\"#00C8F0\" stroke-width=\".75\" fill=\"none\" opacity=\".6\"\/>\n            <text x=\"48\" y=\"104\" text-anchor=\"middle\" fill=\"white\" font-size=\"7.5\" font-family=\"'Bebas Neue',sans-serif\" letter-spacing=\"1\">CJC-1295<\/text>\n            <text x=\"48\" y=\"114\" text-anchor=\"middle\" fill=\"white\" font-size=\"7\"   font-family=\"'Bebas Neue',sans-serif\" letter-spacing=\"1\">DAC<\/text>\n            <text x=\"48\" y=\"123\" text-anchor=\"middle\" fill=\"#00C8F0\" font-size=\"6.2\" font-family=\"'JetBrains Mono',monospace\">2mg \/ vial<\/text>\n            <text x=\"48\" y=\"132\" text-anchor=\"middle\" fill=\"rgba(255,255,255,.25)\" font-size=\"4.8\">RESEARCH USE ONLY<\/text>\n            <rect x=\"23\" y=\"126\" width=\"50\" height=\"22\" fill=\"rgba(0,200,240,.045)\" rx=\"0 0 8 8\"\/>\n            <rect x=\"25\" y=\"46\" width=\"7\" height=\"86\" rx=\"3.5\" fill=\"rgba(255,255,255,.038)\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"p-body\">\n          <div class=\"p-cat\">Neuroendocrine<\/div>\n          <div class=\"p-name\">CJC-1295<\/div>\n          <div class=\"p-desc\">GHRH analogue with DAC modification for GH secretion and pituitary function research.<\/div>\n          <div class=\"p-foot\">\n            <div class=\"p-price\">$64<\/div>\n            <button class=\"atc\">Add to Cart<\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- PRODUCT 4: SEMAX -->\n      <div class=\"p-card reveal d4\">\n        <div class=\"p-img\">\n          <span class=\"p-badge\">99%+ Pure<\/span>\n          <svg width=\"96\" height=\"165\" viewBox=\"0 0 96 165\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect x=\"22\" y=\"44\" width=\"52\" height=\"106\" rx=\"9\" fill=\"#0A1728\"\/>\n            <rect x=\"22\" y=\"44\" width=\"52\" height=\"106\" rx=\"9\" stroke=\"rgba(0,200,240,.28)\" stroke-width=\"1\"\/>\n            <rect x=\"29\" y=\"26\" width=\"38\" height=\"10\" rx=\"4\" fill=\"#00AAD0\"\/>\n            <rect x=\"23.5\" y=\"34\" width=\"49\" height=\"14\" rx=\"5\" fill=\"#00C4E8\"\/>\n            <rect x=\"23.5\" y=\"34\" width=\"49\" height=\"7\" rx=\"5\" fill=\"#00D8F5\"\/>\n            <rect x=\"26\" y=\"72\" width=\"44\" height=\"60\" rx=\"5\" fill=\"#0C1C34\"\/>\n            <path d=\"M48 82 L41 93 L55 93Z\" stroke=\"#00C8F0\" stroke-width=\"1.1\" fill=\"none\"\/>\n            <path d=\"M39 90 Q44 87 48 90 Q52 93 57 90\" stroke=\"#00C8F0\" stroke-width=\".75\" fill=\"none\" opacity=\".6\"\/>\n            <text x=\"48\" y=\"107\" text-anchor=\"middle\" fill=\"white\" font-size=\"8\" font-family=\"'Bebas Neue',sans-serif\" letter-spacing=\"1.2\">SEMAX<\/text>\n            <text x=\"48\" y=\"118\" text-anchor=\"middle\" fill=\"#00C8F0\" font-size=\"6.2\" font-family=\"'JetBrains Mono',monospace\">1mg \/ vial<\/text>\n            <text x=\"48\" y=\"129\" text-anchor=\"middle\" fill=\"rgba(255,255,255,.25)\" font-size=\"4.8\">RESEARCH USE ONLY<\/text>\n            <rect x=\"23\" y=\"126\" width=\"50\" height=\"22\" fill=\"rgba(0,200,240,.045)\" rx=\"0 0 8 8\"\/>\n            <rect x=\"25\" y=\"46\" width=\"7\" height=\"86\" rx=\"3.5\" fill=\"rgba(255,255,255,.038)\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"p-body\">\n          <div class=\"p-cat\">Cognitive &amp; Neural<\/div>\n          <div class=\"p-name\">SEMAX<\/div>\n          <div class=\"p-desc\">Synthetic ACTH analogue for neuroprotective mechanisms and cognitive neuroscience research.<\/div>\n          <div class=\"p-foot\">\n            <div class=\"p-price\">$54<\/div>\n            <button class=\"atc\">Add to Cart<\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ==================== WHY CHOOSE US ==================== -->\n<section class=\"why-bg\" id=\"why\">\n  <div class=\"container\">\n    <div class=\"sec-head reveal\">\n      <div class=\"sec-chip\"><span class=\"chip\">Our Advantage<\/span><\/div>\n      <h2 class=\"sec-title\">WHY RESEARCHERS<br>CHOOSE AURORA.<\/h2>\n      <p class=\"sec-desc\">Built from the ground up for the scientific community \u2014 not consumer wellness.<\/p>\n    <\/div>\n\n    <div class=\"why-grid\">\n      <div class=\"why-card reveal d1\">\n        <div class=\"why-icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2L4 6v6c0 5.5 3.8 10.7 8 12 4.2-1.3 8-6.5 8-12V6L12 2z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\/><path d=\"M9 12l2 2 4-4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"why-title\">THIRD-PARTY TESTED<\/div>\n        <div class=\"why-desc\">Every compound independently verified by accredited external laboratories. Identity, purity, sterility, and endotoxin levels \u2014 no in-house shortcuts.<\/div>\n      <\/div>\n\n      <div class=\"why-card reveal d2\">\n        <div class=\"why-icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M9 3H5a2 2 0 00-2 2v4m6-6h10a2 2 0 012 2v4M9 3v18m0 0h10a2 2 0 002-2V9M9 21H5a2 2 0 01-2-2V9m0 0h18\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"why-title\">VERIFIED PURITY<\/div>\n        <div class=\"why-desc\">HPLC and mass spectrometry data for every batch. Target purity \u226599% with full spectral analysis in each Certificate of Analysis document.<\/div>\n      <\/div>\n\n      <div class=\"why-card reveal d3\">\n        <div class=\"why-icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"\/><path d=\"M16 8h4l3 5v3h-7V8z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"\/><\/svg>\n        <\/div>\n        <div class=\"why-title\">FAST FULFILLMENT<\/div>\n        <div class=\"why-desc\">Orders placed before 2 PM ship the same business day from our temperature-controlled facility. Priority shipping available for urgent programs.<\/div>\n      <\/div>\n\n      <div class=\"why-card reveal d4\">\n        <div class=\"why-icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"why-title\">DEDICATED SUPPORT<\/div>\n        <div class=\"why-desc\">Scientific support team available 7 days per week. Knowledgeable staff who understand research needs \u2014 bulk and institutional inquiries welcome.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ==================== QUALITY PROCESS ==================== -->\n<section class=\"process-bg\">\n  <div class=\"container\">\n    <div class=\"sec-head reveal\">\n      <div class=\"sec-chip\"><span class=\"chip\">Our Process<\/span><\/div>\n      <h2 class=\"sec-title\">FROM SYNTHESIS<br>TO YOUR FACILITY.<\/h2>\n      <p class=\"sec-desc\">A rigorous five-stage quality assurance protocol executed for every compound we supply.<\/p>\n    <\/div>\n\n    <div class=\"process-row\">\n      <div class=\"proc-step reveal d1\">\n        <div class=\"proc-icon\">\n          <span class=\"proc-num\">1<\/span>\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><path d=\"M6 20V10l7-6 7 6v10H6z\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\/><path d=\"M10 20v-6h6v6\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"proc-title\">SYNTHESIS<\/div>\n        <div class=\"proc-desc\">GMP-compliant manufacturing with pharmaceutical-grade precursors and controlled conditions.<\/div>\n      <\/div>\n\n      <div class=\"proc-step reveal d2\">\n        <div class=\"proc-icon\">\n          <span class=\"proc-num\">2<\/span>\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><path d=\"M9 3v6L5 18a2 2 0 001.8 2.8h12.4A2 2 0 0021 18l-4-9V3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M7 3h12\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"proc-title\">ANALYSIS<\/div>\n        <div class=\"proc-desc\">HPLC-MS analysis by certified independent laboratories. Identity, purity, and structural integrity verified.<\/div>\n      <\/div>\n\n      <div class=\"proc-step reveal d3\">\n        <div class=\"proc-icon\">\n          <span class=\"proc-num\">3<\/span>\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><path d=\"M13 3L5 7v6c0 4.8 3.8 9.3 8 10.5 4.2-1.2 8-5.7 8-10.5V7L13 3z\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\/><path d=\"M9 13l3 3 5-5\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"proc-title\">VERIFICATION<\/div>\n        <div class=\"proc-desc\">Sterility, endotoxin screening, and batch-specific COA generation confirm research-grade standards.<\/div>\n      <\/div>\n\n      <div class=\"proc-step reveal d4\">\n        <div class=\"proc-icon\">\n          <span class=\"proc-num\">4<\/span>\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><rect x=\"3\" y=\"8\" width=\"20\" height=\"15\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.4\"\/><path d=\"M8 8V6a5 5 0 0110 0v2\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"proc-title\">PACKAGING<\/div>\n        <div class=\"proc-desc\">Lyophilized and sealed in pharmaceutical vials under sterile conditions with cold-chain options.<\/div>\n      <\/div>\n\n      <div class=\"proc-step reveal d5\">\n        <div class=\"proc-icon\">\n          <span class=\"proc-num\">5<\/span>\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\"><rect x=\"2\" y=\"9\" width=\"22\" height=\"13\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.4\"\/><path d=\"M7 9V7a2 2 0 014 0v2M15 9V7a2 2 0 014 0v2\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/><path d=\"M2 15h22\" stroke=\"currentColor\" stroke-width=\"1.4\"\/><\/svg>\n        <\/div>\n        <div class=\"proc-title\">DISPATCH<\/div>\n        <div class=\"proc-desc\">Temperature-monitored, discreet shipping with batch tracking. COA included. Same-day cut-off 2 PM.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ==================== COA SECTION ==================== -->\n<section class=\"coa-bg\" id=\"coa\">\n  <div class=\"container\">\n    <div class=\"coa-grid\">\n\n      <!-- Left: Text -->\n      <div class=\"reveal\">\n        <div style=\"margin-bottom:20px\"><span class=\"chip\">Transparency First<\/span><\/div>\n        <h2 class=\"sec-title\" style=\"text-align:left; margin-bottom:16px\">COMPLETE<br>BATCH TRANSPARENCY.<\/h2>\n        <p class=\"sec-desc\" style=\"text-align:left; margin:0 0 32px; max-width:100%\">Every compound ships with a comprehensive Certificate of Analysis. No generic data \u2014 each COA is batch-specific and independently verified by accredited third-party laboratories.<\/p>\n\n        <div class=\"coa-feats\">\n          <div class=\"coa-feat\">\n            <div class=\"coa-fi\">\n              <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><path d=\"M9 1L2 5v4c0 4.4 3.4 8.5 7 9.5 3.6-1 7-5.1 7-9.5V5L9 1z\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div>\n              <div class=\"coa-ft\">Independent Testing<\/div>\n              <div class=\"coa-fd\">Third-party accredited labs only \u2014 no conflicts of interest in our testing program.<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"coa-feat\">\n            <div class=\"coa-fi\">\n              <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"14\" height=\"14\" rx=\"3\" stroke=\"currentColor\" stroke-width=\"1.4\"\/><path d=\"M6 9l2.5 2.5L12 6\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div>\n              <div class=\"coa-ft\">Batch-Specific Data<\/div>\n              <div class=\"coa-fd\">Every shipment linked to a unique lot number with individual HPLC\/MS testing profile.<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"coa-feat\">\n            <div class=\"coa-fi\">\n              <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><circle cx=\"9\" cy=\"9\" r=\"7\" stroke=\"currentColor\" stroke-width=\"1.4\"\/><path d=\"M6 9l2 2 4-4\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div>\n              <div class=\"coa-ft\">Open Transparency<\/div>\n              <div class=\"coa-fd\">Full spectral data available on request. We publish complete results \u2014 not summaries.<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <a href=\"#\" class=\"btn-primary\" style=\"display:inline-flex; margin-top:8px\">\n          View Certificates\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2 7h10M7 2l5 5-5 5\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/a>\n      <\/div>\n\n      <!-- Right: COA Document -->\n      <div class=\"coa-doc reveal d2\">\n        <div class=\"coa-doc-hd\">\n          <div class=\"coa-doc-name\">CERTIFICATE OF ANALYSIS<\/div>\n          <div class=\"v-badge\">\u2713 VERIFIED<\/div>\n        <\/div>\n\n        <div class=\"coa-product-line\">\n          <div class=\"coa-pl\">PRODUCT \/ BATCH NUMBER<\/div>\n          <div class=\"coa-pv\">BPC-157 \u00b7 AP-2024-0847<\/div>\n        <\/div>\n\n        <div class=\"coa-rows\">\n          <div class=\"coa-row\">\n            <span class=\"coa-param\">Chemical Identity<\/span>\n            <div class=\"coa-val\"><span>CONFIRMED \u2014 MS<\/span><span class=\"coa-check\">\u2713<\/span><\/div>\n          <\/div>\n          <div class=\"coa-row\">\n            <span class=\"coa-param\">Net Peptide Content<\/span>\n            <div class=\"coa-val\"><span>97.4%<\/span><span class=\"coa-check\">\u2713<\/span><\/div>\n          <\/div>\n          <div class=\"coa-row\">\n            <span class=\"coa-param\">Chromatographic Purity<\/span>\n            <div class=\"coa-val\"><span>99.2% HPLC<\/span><span class=\"coa-check\">\u2713<\/span><\/div>\n          <\/div>\n          <div class=\"coa-row\">\n            <span class=\"coa-param\">Sterility<\/span>\n            <div class=\"coa-val\"><span>PASS \u2014 USP &lt;71&gt;<\/span><span class=\"coa-check\">\u2713<\/span><\/div>\n          <\/div>\n          <div class=\"coa-row\">\n            <span class=\"coa-param\">Endotoxins<\/span>\n            <div class=\"coa-val\"><span>&lt;1.0 EU\/mg<\/span><span class=\"coa-check\">\u2713<\/span><\/div>\n          <\/div>\n          <div class=\"coa-row\">\n            <span class=\"coa-param\">Heavy Metals (ICP-MS)<\/span>\n            <div class=\"coa-val\"><span>PASS<\/span><span class=\"coa-check\">\u2713<\/span><\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"coa-doc-foot\">\n          <div class=\"coa-lab\">INDEPENDENT LAB \u00b7 BATCH 2024-0847<\/div>\n          <div class=\"all-pass\">ALL PASS<\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ==================== TESTIMONIALS ==================== -->\n<section class=\"testi-bg\">\n  <div class=\"container\">\n    <div class=\"sec-head reveal\">\n      <div class=\"sec-chip\"><span class=\"chip\">Researcher Reviews<\/span><\/div>\n      <h2 class=\"sec-title\">TRUSTED BY THE<br>SCIENTIFIC COMMUNITY.<\/h2>\n      <p class=\"sec-desc\">Academic and independent researchers across specialties rely on Aurora Peptides for consistent, verified compounds.<\/p>\n    <\/div>\n\n    <div class=\"testi-grid\">\n\n      <div class=\"testi-card reveal d1\">\n        <div class=\"stars\"><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><\/div>\n        <p class=\"testi-text\">\"Consistent purity across multiple orders. The batch-specific COAs are exactly what we need to document compound sourcing in our published research. Aurora has become our primary supplier.\"<\/p>\n        <div class=\"testi-author\">\n          <div class=\"t-avatar\">DR<\/div>\n          <div>\n            <div class=\"t-name\">Dr. Rebecca M.<\/div>\n            <div class=\"t-role\">Biochemistry Lab \u00b7 University Program<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"testi-card reveal d2\">\n        <div class=\"stars\"><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><\/div>\n        <p class=\"testi-text\">\"The HPLC data they provide is detailed and accurate \u2014 I've cross-referenced with our in-house analysis multiple times. 99%+ is not just a marketing claim, it holds up under scrutiny.\"<\/p>\n        <div class=\"testi-author\">\n          <div class=\"t-avatar\">JK<\/div>\n          <div>\n            <div class=\"t-name\">James K.<\/div>\n            <div class=\"t-role\">Independent Researcher \u00b7 Protein Biology<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"testi-card reveal d3\">\n        <div class=\"stars\"><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><span class=\"star\">\u2605<\/span><\/div>\n        <p class=\"testi-text\">\"Same-day shipping is critical for our research workflow. Aurora consistently dispatches within hours of ordering. Quality and logistics reliability set them apart in this market.\"<\/p>\n        <div class=\"testi-author\">\n          <div class=\"t-avatar\">SL<\/div>\n          <div>\n            <div class=\"t-name\">Sarah L., PhD<\/div>\n            <div class=\"t-role\">Principal Investigator \u00b7 Preclinical Research<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ==================== FAQ ==================== -->\n<section class=\"faq-bg\" id=\"faq\">\n  <div class=\"container\">\n    <div class=\"sec-head reveal\">\n      <div class=\"sec-chip\"><span class=\"chip\">FAQ<\/span><\/div>\n      <h2 class=\"sec-title\">FREQUENTLY ASKED<br>QUESTIONS.<\/h2>\n    <\/div>\n\n    <div class=\"faq-list reveal\">\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          How are compounds tested for purity and identity?\n          <div class=\"faq-ico\">+<\/div>\n        <\/div>\n        <div class=\"faq-a\">\n          <p>Every compound undergoes independent third-party testing using HPLC and Mass Spectrometry. Each batch receives a unique Certificate of Analysis confirming identity, net peptide content, chromatographic purity, sterility, and endotoxin levels. We do not rely on supplier-provided data or in-house testing.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          What are your shipping timeframes and options?\n          <div class=\"faq-ico\">+<\/div>\n        <\/div>\n        <div class=\"faq-a\">\n          <p>Orders placed before 2:00 PM EST on business days are dispatched the same day. Standard and priority shipping options are available. All orders include discreet packaging and temperature-controlled shipping for sensitive compounds. Tracking provided at dispatch.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          Are these products intended for human use?\n          <div class=\"faq-ico\">+<\/div>\n        <\/div>\n        <div class=\"faq-a\">\n          <p>No. All products sold by Aurora Peptides are strictly for laboratory research, analytical, and scientific purposes only. They are not intended for human or veterinary consumption, medical use, or any in vivo application in humans. These statements have not been evaluated by the FDA.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          Can I access Certificates of Analysis before purchasing?\n          <div class=\"faq-ico\">+<\/div>\n        <\/div>\n        <div class=\"faq-a\">\n          <p>Yes. Certificates of Analysis are available on each product page and can be requested via email for specific batch numbers. We publish complete spectral data including chromatogram traces and mass spectra. Researchers deserve complete, unabridged information.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          Do you offer bulk or institutional wholesale pricing?\n          <div class=\"faq-ico\">+<\/div>\n        <\/div>\n        <div class=\"faq-a\">\n          <p>Yes. Aurora Peptides offers wholesale pricing for qualified research institutions and commercial laboratories. Volume discounts are available on most compounds. Please contact our team directly with your requirements for a custom quote and institutional account setup.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          How are compounds stored and what are the handling requirements?\n          <div class=\"faq-ico\">+<\/div>\n        <\/div>\n        <div class=\"faq-a\">\n          <p>All peptides are stored in lyophilized form in pharmaceutical-grade sealed vials in temperature-controlled storage. Cold-chain shipping is available and recommended for longer-distance orders. Detailed storage and reconstitution guidelines are included with every shipment.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ==================== FINAL CTA ==================== -->\n<section class=\"cta-sec\">\n  <div class=\"cta-bg2\"><\/div>\n  <div class=\"cta-glow\"><\/div>\n  <div class=\"container\">\n    <div class=\"cta-content reveal\">\n      <div style=\"display:flex; justify-content:center; margin-bottom:26px\">\n        <span class=\"chip\">Ready to Elevate<\/span>\n      <\/div>\n      <h2 class=\"cta-title\">ELEVATE YOUR<br><span class=\"hl\">RESEARCH STANDARDS.<\/span><\/h2>\n      <p class=\"cta-desc\">Join thousands of researchers who trust Aurora Peptides for independently verified, high-purity research compounds.<\/p>\n      <div class=\"cta-btns\">\n        <a href=\"#products\" class=\"btn-primary btn-lg\">Browse Research Compounds<\/a>\n        <a href=\"#coa\"      class=\"btn-ghost  btn-lg\">View Lab Results<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ==================== FOOTER ==================== -->\n<footer>\n  <div class=\"container\">\n    <div class=\"footer-grid\">\n\n      <!-- Brand -->\n      <div class=\"footer-brand\">\n        <a href=\"#\" class=\"nav-logo\">\n          <svg class=\"logo-mark\" viewBox=\"0 0 38 38\" fill=\"none\">\n            <circle cx=\"19\" cy=\"19\" r=\"18\" stroke=\"url(#fnl1)\" stroke-width=\"1.2\"\/>\n            <path d=\"M7.5 27 L19 7 L30.5 27\" stroke=\"url(#fnl2)\" stroke-width=\"1.8\" fill=\"none\" stroke-linejoin=\"round\"\/>\n            <path d=\"M5 21 Q12 17 19 21 Q26 25 33 21\" stroke=\"#00C8F0\" stroke-width=\".9\" fill=\"none\" opacity=\".65\"\/>\n            <circle cx=\"13.5\" cy=\"30.5\" r=\"1.4\" fill=\"#00C8F0\"\/>\n            <circle cx=\"19\"   cy=\"32.2\" r=\"1.4\" fill=\"#00C8F0\"\/>\n            <circle cx=\"24.5\" cy=\"30.5\" r=\"1.4\" fill=\"#00C8F0\"\/>\n            <defs>\n              <linearGradient id=\"fnl1\" x1=\"0\" y1=\"0\" x2=\"38\" y2=\"38\"><stop offset=\"0%\" stop-color=\"#00C8F0\"\/><stop offset=\"100%\" stop-color=\"#00F0C8\"\/><\/linearGradient>\n              <linearGradient id=\"fnl2\" x1=\"7.5\" y1=\"7\" x2=\"30.5\" y2=\"27\"><stop offset=\"0%\" stop-color=\"#00C8F0\"\/><stop offset=\"100%\" stop-color=\"#ffffff\"\/><\/linearGradient>\n            <\/defs>\n          <\/svg>\n          <div class=\"logo-text\">\n            <span class=\"logo-name\">AURORA<\/span>\n            <span class=\"logo-sub\">PEPTIDES<\/span>\n          <\/div>\n        <\/a>\n        <p>Premium research-grade peptide compounds. Independently tested. Batch verified. Trusted by the scientific community worldwide.<\/p>\n        <a href=\"mailto:support@aurora-peptides.com\" class=\"footer-contact\">\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\"><path d=\"M1 3h11v7a1 1 0 01-1 1H2a1 1 0 01-1-1V3zm0 0l5.5 4 5.5-4\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          support@aurora-peptides.com\n        <\/a>\n      <\/div>\n\n      <!-- Shop -->\n      <div>\n        <h4>Shop<\/h4>\n        <ul>\n          <li><a href=\"#\">All Products<\/a><\/li>\n          <li><a href=\"#\">Repair &amp; Recovery<\/a><\/li>\n          <li><a href=\"#\">Cognitive &amp; Neural<\/a><\/li>\n          <li><a href=\"#\">Growth Peptides<\/a><\/li>\n          <li><a href=\"#\">Wholesale Program<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Company -->\n      <div>\n        <h4>Company<\/h4>\n        <ul>\n          <li><a href=\"#\">About Aurora<\/a><\/li>\n          <li><a href=\"#\">Lab Results<\/a><\/li>\n          <li><a href=\"#\">Quality Process<\/a><\/li>\n          <li><a href=\"#\">Contact Us<\/a><\/li>\n          <li><a href=\"#\">WhatsApp Support<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Legal -->\n      <div>\n        <h4>Legal<\/h4>\n        <ul>\n          <li><a href=\"#\">Privacy Policy<\/a><\/li>\n          <li><a href=\"#\">Terms of Service<\/a><\/li>\n          <li><a href=\"#\">Refund Policy<\/a><\/li>\n          <li><a href=\"#\">Shipping Policy<\/a><\/li>\n          <li><a href=\"#\">Research Disclaimer<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"footer-btm\">\n      <p class=\"disclaimer\">\n        <strong style=\"color:var(--txt2)\">Research Use Only Disclaimer:<\/strong> All products offered by Aurora Peptides are intended strictly for research, laboratory, and analytical purposes only. Products are not for human consumption, medical use, veterinary use, or any form of in vivo application. The statements made on this website have not been evaluated by the US Food and Drug Administration. Aurora Peptides operates solely as a chemical supplier. Aurora Peptides is not a compounding pharmacy as defined under Section 503A, and is not an outsourcing facility as defined under Section 503B of the Federal Food, Drug, and Cosmetic Act. By purchasing from this website, customers confirm all products are acquired exclusively for lawful research, laboratory, or analytical use.\n      <\/p>\n      <div class=\"copyright\">\n        <span>\u00a9 2026 Aurora Peptides. All rights reserved.<\/span>\n        <span class=\"ruo\">FOR LABORATORY RESEARCH USE ONLY<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/footer>\n\n\n<!-- ==================== SCRIPTS ==================== -->\n<script>\n  \/* ---- Sticky Nav ---- *\/\n  const nav = document.getElementById('nav');\n  window.addEventListener('scroll', () => {\n    nav.classList.toggle('scrolled', window.scrollY > 60);\n  }, { passive: true });\n\n  \/* ---- Scroll Reveal ---- *\/\n  const revObs = new IntersectionObserver(entries => {\n    entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('in'); } });\n  }, { threshold: 0.09, rootMargin: '0px 0px -44px 0px' });\n  document.querySelectorAll('.reveal').forEach(el => revObs.observe(el));\n\n  \/* ---- FAQ Accordion ---- *\/\n  function toggleFaq(el) {\n    const item = el.parentElement;\n    const isOpen = item.classList.contains('open');\n    document.querySelectorAll('.faq-item.open').forEach(i => i.classList.remove('open'));\n    if (!isOpen) item.classList.add('open');\n  }\n\n  \/* ---- Counter Animation ---- *\/\n  function animCount(el, end, suffix, duration) {\n    const start = performance.now();\n    const update = now => {\n      const p = Math.min((now - start) \/ duration, 1);\n      const eased = 1 - Math.pow(1 - p, 3);\n      const val = Math.round(eased * end);\n      const fmt = end >= 1000 ? (val >= 1000 ? (val\/1000).toFixed(0)+'K' : val+'') : val+'';\n      el.textContent = (end >= 1000 && val < 1000) ? val + suffix : fmt + suffix;\n      if (p < 1) requestAnimationFrame(update);\n    };\n    requestAnimationFrame(update);\n  }\n\n  const statObs = new IntersectionObserver(entries => {\n    entries.forEach(e => {\n      if (e.isIntersecting) {\n        const el = e.target;\n        const target = +el.dataset.target;\n        const suffix = el.dataset.suffix || (target === 99 ? '%+' : '');\n        animCount(el, target, suffix, 1600);\n        statObs.unobserve(el);\n      }\n    });\n  }, { threshold: 0.5 });\n  document.querySelectorAll('.stat-val[data-target]').forEach(el => statObs.observe(el));\n\n  \/* ---- Molecular Canvas ---- *\/\n  (function() {\n    const canvas = document.getElementById('mol-canvas');\n    if (!canvas) return;\n    const ctx = canvas.getContext('2d');\n\n    function resize() {\n      canvas.width  = canvas.offsetWidth;\n      canvas.height = canvas.offsetHeight;\n    }\n    resize();\n    window.addEventListener('resize', resize, { passive: true });\n\n    const NODE_COUNT = 52;\n    const MAX_DIST   = 155;\n    const nodes = [];\n\n    for (let i = 0; i < NODE_COUNT; i++) {\n      nodes.push({\n        x: Math.random() * canvas.width,\n        y: Math.random() * canvas.height,\n        vx: (Math.random() - 0.5) * 0.35,\n        vy: (Math.random() - 0.5) * 0.35,\n        r: Math.random() * 1.8 + 1\n      });\n    }\n\n    function draw() {\n      const w = canvas.width, h = canvas.height;\n      ctx.clearRect(0, 0, w, h);\n\n      \/\/ Update positions\n      nodes.forEach(n => {\n        n.x += n.vx; n.y += n.vy;\n        if (n.x < 0 || n.x > w) n.vx *= -1;\n        if (n.y < 0 || n.y > h) n.vy *= -1;\n      });\n\n      \/\/ Draw edges\n      for (let i = 0; i < nodes.length; i++) {\n        for (let j = i + 1; j < nodes.length; j++) {\n          const dx = nodes[i].x - nodes[j].x;\n          const dy = nodes[i].y - nodes[j].y;\n          const dist = Math.sqrt(dx*dx + dy*dy);\n          if (dist < MAX_DIST) {\n            const alpha = (1 - dist \/ MAX_DIST) * 0.38;\n            ctx.beginPath();\n            ctx.moveTo(nodes[i].x, nodes[i].y);\n            ctx.lineTo(nodes[j].x, nodes[j].y);\n            ctx.strokeStyle = `rgba(0, 200, 240, ${alpha})`;\n            ctx.lineWidth = 0.6;\n            ctx.stroke();\n          }\n        }\n      }\n\n      \/\/ Draw nodes\n      nodes.forEach(n => {\n        ctx.beginPath();\n        ctx.arc(n.x, n.y, n.r, 0, Math.PI * 2);\n        ctx.fillStyle = 'rgba(0, 200, 240, 0.55)';\n        ctx.fill();\n      });\n\n      requestAnimationFrame(draw);\n    }\n    draw();\n  })();\n<\/script>\n\n    <script>\n\/* ---- Sticky Nav ---- *\/\n  const nav = document.getElementById('nav');\n  window.addEventListener('scroll', () => {\n    nav.classList.toggle('scrolled', window.scrollY > 60);\n  }, { passive: true });\n\n  \/* ---- Scroll Reveal ---- *\/\n  const revObs = new IntersectionObserver(entries => {\n    entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('in'); } });\n  }, { threshold: 0.09, rootMargin: '0px 0px -44px 0px' });\n  document.querySelectorAll('.reveal').forEach(el => revObs.observe(el));\n\n  \/* ---- FAQ Accordion ---- *\/\n  function toggleFaq(el) {\n    const item = el.parentElement;\n    const isOpen = item.classList.contains('open');\n    document.querySelectorAll('.faq-item.open').forEach(i => i.classList.remove('open'));\n    if (!isOpen) item.classList.add('open');\n  }\n\n  \/* ---- Counter Animation ---- *\/\n  function animCount(el, end, suffix, duration) {\n    const start = performance.now();\n    const update = now => {\n      const p = Math.min((now - start) \/ duration, 1);\n      const eased = 1 - Math.pow(1 - p, 3);\n      const val = Math.round(eased * end);\n      const fmt = end >= 1000 ? (val >= 1000 ? (val\/1000).toFixed(0)+'K' : val+'') : val+'';\n      el.textContent = (end >= 1000 && val < 1000) ? val + suffix : fmt + suffix;\n      if (p < 1) requestAnimationFrame(update);\n    };\n    requestAnimationFrame(update);\n  }\n\n  const statObs = new IntersectionObserver(entries => {\n    entries.forEach(e => {\n      if (e.isIntersecting) {\n        const el = e.target;\n        const target = +el.dataset.target;\n        const suffix = el.dataset.suffix || (target === 99 ? '%+' : '');\n        animCount(el, target, suffix, 1600);\n        statObs.unobserve(el);\n      }\n    });\n  }, { threshold: 0.5 });\n  document.querySelectorAll('.stat-val[data-target]').forEach(el => statObs.observe(el));\n\n  \/* ---- Molecular Canvas ---- *\/\n  (function() {\n    const canvas = document.getElementById('mol-canvas');\n    if (!canvas) return;\n    const ctx = canvas.getContext('2d');\n\n    function resize() {\n      canvas.width  = canvas.offsetWidth;\n      canvas.height = canvas.offsetHeight;\n    }\n    resize();\n    window.addEventListener('resize', resize, { passive: true });\n\n    const NODE_COUNT = 52;\n    const MAX_DIST   = 155;\n    const nodes = [];\n\n    for (let i = 0; i < NODE_COUNT; i++) {\n      nodes.push({\n        x: Math.random() * canvas.width,\n        y: Math.random() * canvas.height,\n        vx: (Math.random() - 0.5) * 0.35,\n        vy: (Math.random() - 0.5) * 0.35,\n        r: Math.random() * 1.8 + 1\n      });\n    }\n\n    function draw() {\n      const w = canvas.width, h = canvas.height;\n      ctx.clearRect(0, 0, w, h);\n\n      \/\/ Update positions\n      nodes.forEach(n => {\n        n.x += n.vx; n.y += n.vy;\n        if (n.x < 0 || n.x > w) n.vx *= -1;\n        if (n.y < 0 || n.y > h) n.vy *= -1;\n      });\n\n      \/\/ Draw edges\n      for (let i = 0; i < nodes.length; i++) {\n        for (let j = i + 1; j < nodes.length; j++) {\n          const dx = nodes[i].x - nodes[j].x;\n          const dy = nodes[i].y - nodes[j].y;\n          const dist = Math.sqrt(dx*dx + dy*dy);\n          if (dist < MAX_DIST) {\n            const alpha = (1 - dist \/ MAX_DIST) * 0.38;\n            ctx.beginPath();\n            ctx.moveTo(nodes[i].x, nodes[i].y);\n            ctx.lineTo(nodes[j].x, nodes[j].y);\n            ctx.strokeStyle = `rgba(0, 200, 240, ${alpha})`;\n            ctx.lineWidth = 0.6;\n            ctx.stroke();\n          }\n        }\n      }\n\n      \/\/ Draw nodes\n      nodes.forEach(n => {\n        ctx.beginPath();\n        ctx.arc(n.x, n.y, n.r, 0, Math.PI * 2);\n        ctx.fillStyle = 'rgba(0, 200, 240, 0.55)';\n        ctx.fill();\n      });\n\n      requestAnimationFrame(draw);\n    }\n    draw();\n  })();\n    <\/script>\n    <\/div>\n\t\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":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aurora-peptides.crexed.org\/index.php\/wp-json\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aurora-peptides.crexed.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aurora-peptides.crexed.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aurora-peptides.crexed.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aurora-peptides.crexed.org\/index.php\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":7,"href":"https:\/\/aurora-peptides.crexed.org\/index.php\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":20,"href":"https:\/\/aurora-peptides.crexed.org\/index.php\/wp-json\/wp\/v2\/pages\/12\/revisions\/20"}],"wp:attachment":[{"href":"https:\/\/aurora-peptides.crexed.org\/index.php\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}