.elementor-668 .elementor-element.elementor-element-db08b51{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-668 .elementor-element.elementor-element-48deae2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-df97552 */<style>
  /* ====== CELLUGENIX PEPTIDE CALCULATOR STYLES ====== */
  .cx-calculator-wrapper {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem;
  }

  .cx-calculator {
    background: #050509;
    border-radius: 18px;
    padding: 2rem 2.25rem;
    border: 1px solid rgba(255, 215, 0, 0.25);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
    color: #f7f7f7;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
      "Helvetica Neue", Arial, sans-serif;
  }
 .cx-calculator-header h2 {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 0.4rem;
    color: #fbe29b;
  }

  .cx-calculator-header p {
    margin: 0;
    font-size: 0.92rem;
    color: #d7d7d7;
    max-width: 40rem;
  }

  .cx-calculator-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 1.8rem;
  }
 .cx-field label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
    color: #f0e4c0;
  }

  .cx-field-input {
    display: flex;
    align-items: stretch;
    gap: 0.35rem;
  }

 .cx-field-input input,
  .cx-field-input select {
    background: #11111a;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.55rem 0.75rem;
    color: #f5f5f5;
    font-size: 0.95rem;
    outline: none;
    width: 100%;
    box-sizing: border-box;
  }

  .cx-field-input input:focus,
  .cx-field-input select:focus {
    border-color: #fbe29b;
    box-shadow: 0 0 0 1px rgba(251, 226, 155, 0.5);
  }

 .cx-unit {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: radial-gradient(circle at top left, #3b3320, #15151f);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .cx-quick-buttons {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }
 .cx-quick-buttons button {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #12121c;
    color: #f3f3f3;
    font-size: 0.75rem;
    padding: 0.3rem 0.8rem;
    cursor: pointer;
    transition: all 0.15s ease-out;
  }

  .cx-quick-buttons button:hover {
    border-color: #fbe29b;
    background: #1b1b27;
  }

  .cx-help-text {
    margin: 0.4rem 0 0;
    font-size: 0.75rem;
    color: #a6a6b3;
  }

  .cx-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
  }

  .cx-actions button {
    border-radius: 999px;
    border: none;
    padding: 0.75rem 1.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  #cx-calc-btn {
    background: linear-gradient(135deg, #fbe29b, #f6c453);
    color: #141418;
  }

 #cx-calc-btn:hover {
    filter: brightness(1.06);
  }

  .cx-secondary {
    background: transparent;
    color: #e5e5e5;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .cx-secondary:hover {
    background: rgba(255, 255, 255, 0.03);
  }

 .cx-results {
    margin-top: 2rem;
    padding: 1.3rem 1.4rem;
    border-radius: 14px;
    background: radial-gradient(circle at top left, #262233, #121219);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .cx-results h3 {
    margin: 0 0 0.9rem;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fbe29b;
  }

  .cx-result-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.92rem;
    padding: 0.25rem 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  }

 .cx-result-line:last-of-type {
    border-bottom: none;
  }

  .cx-result-line span {
    color: #cdcdcd;
  }

  .cx-result-line strong {
    color: #ffffff;
  }

  .cx-mini-note {
    margin: 0.7rem 0 0;
    font-size: 0.75rem;
    color: #a0a0b0;
  }
 .cx-disclaimer {
    margin-top: 1.6rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #a7a7b5;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.9rem;
  }

  .cx-disclaimer strong {
    color: #fbe29b;
  }

  @media (max-width: 640px) {
    .cx-calculator {
      padding: 1.4rem 1.2rem;
      border-radius: 14px;
    }

    .cx-calculator-header h2 {
      font-size: 1.3rem;
    }
  }
</style>/* End custom CSS */