.elementor-254 .elementor-element.elementor-element-c5dd3aa{--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-254 .elementor-element.elementor-element-16ba41a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-254 .elementor-element.elementor-element-eea6dda{--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-254 .elementor-element.elementor-element-29f217a{--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-254 .elementor-element.elementor-element-cd80301{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-254 .elementor-element.elementor-element-eea6dda{--width:50%;}.elementor-254 .elementor-element.elementor-element-29f217a{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-69ff784 *//* ===========================================
   POWER PEPTIDES – CONTACT PAGE HERO
   Matches global site hero styling
   =========================================== */

.pp-contact-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background: linear-gradient(160deg, #204aa0 0%, #195a78 55%, #d473a6 100%);
  color: #fff;
  padding: clamp(70px, 10vw, 140px) 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Animated hex pattern */
.pp-contact-hero::before {
  content: "";
  position: absolute;
  inset: -15% -10%;
  opacity: .08;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none' stroke='white' stroke-opacity='0.7' stroke-width='1'>\
<defs><pattern id='hex' width='20' height='17.32' patternUnits='userSpaceOnUse'><path d='M5 0 L15 0 L20 8.66 L15 17.32 L5 17.32 L0 8.66 Z'/></pattern></defs>\
<rect width='100%' height='100%' fill='url(%23hex)'/></svg>");
  background-size: 260px 260px;
  animation: pp-contact-cta-pan 50s linear infinite alternate;
  z-index: 0;
}

/* Animation */
@keyframes pp-contact-cta-pan {
  from { background-position: 0 0; }
  to   { background-position: -500px -300px; }
}

/* Inner container */
.pp-contact-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  padding-inline: clamp(12px, 3vw, 24px);
  position: relative;
  z-index: 2;
}

/* Title */
.pp-contact-hero__title {
  font-weight: 900;
  font-size: clamp(32px, 5vw, 52px);
  margin: 0 0 10px;
}

/* Subtitle */
.pp-contact-hero__sub {
  font-size: clamp(16px, 2vw, 20px);
  color: #eef2ff;
  line-height: 1.6;
  max-width: 750px;
  margin: 0 auto;
}

@media (prefers-reduced-motion: reduce) {
  .pp-contact-hero::before {
    animation: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c460c2 *//* ============================================================
   POWER PEPTIDES – CONTACT PAGE (SECTION 2 ONLY)
   "How Can We Help?" Cards
   ============================================================ */

:root{
    --pp-blue:#204aa0;
    --pp-text-dark:#0f172a;
    --pp-text-mid:#475569;
}

/* Wrapper */
.pp-contact-options{
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(60px, 8vw, 120px) 20px;
    text-align: center;
}

/* Title */
.pp-contact-options__title{
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: var(--pp-text-dark);
    margin-bottom: 50px;
}

/* Grid */
.pp-contact-options__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* Each card */
.pp-contact-options__item{
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 24px;
    transition: 0.25s ease;
}

.pp-contact-options__item:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* Icon bubble */
.pp-contact-options__icon{
    width: 46px;
    height: 46px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--pp-blue);
    opacity: 0.15;
}

/* Titles on cards */
.pp-contact-options__item h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--pp-text-dark);
}

/* Description text */
.pp-contact-options__item p{
    font-size: 16px;
    color: var(--pp-text-mid);
    line-height: 1.6;
}

/* Email text highlight */
.pp-contact-options__detail{
    margin-top: 10px;
    font-weight: 700;
    color: var(--pp-blue);
    font-size: 16px;
}

/* Responsive */
@media (max-width: 1024px){
    .pp-contact-options__grid{
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc73401 *//* ============================================================
   POWER PEPTIDES – CONTACT PAGE (SECTION 3 ONLY)
   Contact Form Block
   ============================================================ */

:root{
    --pp-text-dark:#0f172a;
    --pp-text-mid:#475569;
    --pp-blue:#204aa0;
}

/* Wrapper */
.pp-contact-form{
    max-width: 850px;
    margin: 0 auto;
    padding: clamp(60px, 8vw, 120px) 20px;
    text-align: center;
}

/* Title */
.pp-contact-form__title{
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 800;
    color: var(--pp-text-dark);
    margin-bottom: 12px;
}

/* Sub text */
.pp-contact-form__intro{
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 17px;
    color: var(--pp-text-mid);
    line-height: 1.7;
}

/* Form styling container */
.pp-contact-form__wrapper{
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
/* ===========================================
   POWER PEPTIDES – CONTACT POPUP STYLES
   =========================================== */

/* Button */
.pp-contact-btn {
  background: #204aa0;
  color: #fff;
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.pp-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}

/* Center the button */
.pp-contact-launch {
  text-align: center;
  padding: 40px 0;
}

/* --- Modal Overlay --- */
.pp-contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 999999;
}

/* When active */
.pp-contact-modal.active {
  opacity: 1;
  pointer-events: auto;
}

/* Inner popup */
.pp-contact-modal__inner {
  background: #ffffff;
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  animation: slideUp .35s ease forwards;
  transform: translateY(40px);
  opacity: 0;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close button */
.pp-contact-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 32px;
  font-weight: 300;
  color: #475569;
  cursor: pointer;
  transition: opacity .2s ease;
}
.pp-contact-close:hover {
  opacity: .6;
}

/* Title */
.pp-contact-modal__title {
  font-size: clamp(26px,3vw,36px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  color: #0f172a;
}

/* Intro */
.pp-contact-modal__intro {
  text-align: center;
  color: #475569;
  max-width: 520px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* Form wrapper inside modal */
.pp-contact-modal__form {
  padding-top: 10px;
}
/* ===========================================
   POWER PEPTIDES – CONTACT POPUP STYLES
   =========================================== */

:root{
  --pp-text-dark:#0f172a;
  --pp-text-mid:#475569;
  --pp-blue:#204aa0;
}

/* SECTION WRAPPER */
.pp-contact-section {
  max-width: 850px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 120px) 20px;
  text-align: center;
}

/* Title (blurb title above button) */
.pp-contact-section__title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: var(--pp-text-dark);
  margin-bottom: 12px;
}

/* Blurb text */
.pp-contact-section__intro {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 17px;
  color: var(--pp-text-mid);
  line-height: 1.7;
}

/* Button */
.pp-contact-btn {
  background: #204aa0;
  color: #fff;
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.pp-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}

.pp-contact-launch {
  text-align: center;
  padding-top: 10px;
}

/* Modal Overlay */
.pp-contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 999999;
}
.pp-contact-modal.active {
  opacity: 1;
  pointer-events: auto;
}

/* Inner popup */
.pp-contact-modal__inner {
  background: #ffffff;
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  animation: slideUp .35s ease forwards;
  transform: translateY(40px);
  opacity: 0;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close Button */
.pp-contact-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 32px;
  font-weight: 300;
  color: #475569;
  cursor: pointer;
  transition: opacity .2s ease;
}
.pp-contact-close:hover {
  opacity: .6;
}

/* Modal Title */
.pp-contact-modal__title {
  font-size: clamp(26px,3vw,36px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  color: #0f172a;
}

/* Modal Intro */
.pp-contact-modal__intro {
  text-align: center;
  color: #475569;
  max-width: 520px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* Form wrapper */
.pp-contact-modal__form {
  padding-top: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8befbb2 *//* ============================================================
   POWER PEPTIDES – CONTACT PAGE (SECTION 4 ONLY)
   Final CTA Gradient Banner
   ============================================================ */

:root {
    --pp-blue:#204aa0;
    --pp-dark:#195a78;
    --pp-pink:#d473a6;
}

/* Wrapper */
.pp-contact-finalcta {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;

    background: linear-gradient(
        160deg,
        var(--pp-blue) 0%,
        var(--pp-dark) 55%,
        var(--pp-pink) 100%
    );

    padding: clamp(80px, 10vw, 160px) 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Subtle animated hex overlay */
.pp-contact-finalcta::before {
    content: "";
    position: absolute;
    inset: -20% -15%;
    opacity: 0.06;
    pointer-events: none;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none' stroke='white' stroke-opacity='0.5' stroke-width='1'>\
<defs><pattern id='hexcta2' width='20' height='17.32' patternUnits='userSpaceOnUse'>\
<path d='M5 0 L15 0 L20 8.66 L15 17.32 L5 17.32 L0 8.66 Z'/></pattern></defs>\
<rect width='100%' height='100%' fill='url(%23hexcta2)'/></svg>");

    background-size: 300px 300px;
    animation: ppCTAFinalPan 60s linear infinite alternate;
}

@keyframes ppCTAFinalPan {
    0% { background-position: 0 0; }
    100% { background-position: -480px -300px; }
}

/* Text */
.pp-contact-finalcta__title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    margin-bottom: 18px;
}

.pp-contact-finalcta__text {
    max-width: 800px;
    margin: 0 auto 32px;
    font-size: 18px;
    line-height: 1.7;
    color: #e8edf5;
}

/* Buttons */
.pp-contact-finalcta__buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pp-contact-finalcta__buttons .pp-btn {
    font-size: 17px;
    padding: 14px 26px;
    border-radius: 14px;
    font-weight: 800;
}

/* Primary */
.pp-btn--primary {
    background: #fff;
    color: var(--pp-blue);
}

/* Ghost */
.pp-btn--ghost {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

/* Mobile full-width buttons */
@media (max-width: 600px) {
    .pp-contact-finalcta__buttons .pp-btn {
        width: 100%;
    }
}/* End custom CSS */