  /* =====================================================================
   INSYGMA · PERFORMANCE PACK · HYBRID PDP · PERFORMANCE v2 · CSS
   Clinical navy + Delicious warm neutrals + performance lime
   ===================================================================== */
  .pp-page,
  .pp-sticky {
    --pp-navy: #17183f;
    --pp-navy-2: #232957;
    --pp-blue: #29346a;
    --pp-ink: #17172f;
    --pp-muted: #64657a;
    --pp-faint: #9899aa;
    --pp-cream: #fbf8f1;
    --pp-cream-2: #f3ecdf;
    --pp-surface: #ffffff;
    --pp-amber: #c99045;
    --pp-amber-soft: #efc98f;
    --pp-lime: #d8f25b;
    --pp-lime-2: #c6e342;
    --pp-line: rgba(23, 23, 47, 0.11);
    --pp-line-dark: rgba(255, 255, 255, 0.11);
    --pp-font:
      "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      sans-serif;
    --pp-serif: Georgia, "Times New Roman", serif;
    --pp-max: 1240px;
  }

  .pp-page {
    width: 100%;
    overflow: visible;
    margin: 0;
    color: var(--pp-ink);
    background: var(--pp-cream);
    font-family: var(--pp-font) !important;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .pp-page *,
  .pp-page *::before,
  .pp-page *::after,
  .pp-sticky,
  .pp-sticky *,
  .pp-sticky *::before,
  .pp-sticky *::after {
    box-sizing: border-box;
  }
  .pp-avif-probe {
    position: absolute;
    width: 2px;
    height: 2px;
    clip: rect(0 0 0 0);
    opacity: 0;
    pointer-events: none;
  }
  .pp-page img {
    display: block;
    max-width: 100%;
  }
  .pp-page a {
    color: inherit;
    text-decoration: none;
  }
  .pp-page h1,
  .pp-page h2,
  .pp-page h3,
  .pp-page p,
  .pp-page blockquote {
    margin-top: 0;
  }
  .pp-page button,
  .pp-page a {
    -webkit-tap-highlight-color: transparent;
  }
  .pp-page button {
    font-family: var(--pp-font);
  }
  .pp-page > section {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .pp-wrap {
    width: 100%;
    max-width: var(--pp-max);
    width: min(var(--pp-max), 100%);
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    padding-inline: clamp(22px, 5vw, 72px);
  }

  .pp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 19px;
    color: var(--pp-blue);
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .pp-eyebrow::before {
    content: "";
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }
  .pp-eyebrow--lime {
    color: var(--pp-lime);
  }

  .pp-display,
  .pp-section-title {
    margin: 0;
    color: var(--pp-ink);
    font-family: var(--pp-font) !important;
    font-weight: 850;
    line-height: 0.97;
    letter-spacing: -0.052em;
  }
  .pp-display em,
  .pp-section-title em {
    color: var(--pp-blue);
    font-family: var(--pp-serif) !important;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.045em;
  }
  .pp-display,  .pp-section-title {
    font-size: 58px !important;
    font-size: clamp(40px, 6.1vw, 58px) !important;
  }
  
  .pp-section-title--light {
    color: #fff !important;
  }
  .pp-section-title--light em {
    color: var(--pp-amber-soft);
  }

  .pp-button {
    min-height: 52px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 29px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      border-color 0.2s ease,
      background 0.2s ease;
  }
  .pp-button svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
  }
  .pp-button--primary {
    color: #fff !important;
    background: var(--pp-navy);
    box-shadow: 0 16px 34px -16px rgba(23, 24, 63, 0.58);
  }
  .pp-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px -16px rgba(23, 24, 63, 0.65);
  }
  .pp-button--ghost {
    color: var(--pp-ink);
    background: rgba(255, 255, 255, 0.62);
    border-color: var(--pp-line);
  }
  .pp-button--ghost:hover {
    transform: translateY(-2px);
    background: #fff;
    border-color: rgba(23, 23, 47, 0.25);
  }
  .pp-button:focus,
  .pp-text-link:focus,
  .pp-flavor:focus,
  .pp-qty button:focus,
  .pp-add:focus,
  .pp-accordion summary:focus {
    outline: 3px solid var(--pp-lime);
    outline-offset: 3px;
  }
  .pp-button:focus:not(:focus-visible),
  .pp-text-link:focus:not(:focus-visible),
  .pp-flavor:focus:not(:focus-visible),
  .pp-qty button:focus:not(:focus-visible),
  .pp-add:focus:not(:focus-visible),
  .pp-accordion summary:focus:not(:focus-visible) {
    outline: none;
  }

  .pp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 27px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(41, 52, 106, 0.3);
    color: var(--pp-blue);
    font-weight: 800;
    transition:
      gap 0.2s ease,
      border-color 0.2s ease;
  }
  .pp-text-link:hover {
    gap: 13px;
    border-color: var(--pp-blue);
  }
  .pp-text-link svg {
    width: 16px;
    height: 16px;
  }

  /* ========================= HERO ========================= */
  .pp-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 58px 0 46px;
    padding: clamp(58px, 7vw, 92px) 0 clamp(46px, 6vw, 76px);
    background:
      radial-gradient(
        circle at 76% 36%,
        rgba(216, 242, 91, 0.16),
        transparent 25%
      ),
      radial-gradient(
        circle at 66% 42%,
        rgba(41, 52, 106, 0.16),
        transparent 37%
      ),
      linear-gradient(
        180deg,
        #fafbff 0%,
        var(--pp-cream) 56%,
        var(--pp-cream-2) 100%
      );
  }
  .pp-hero__grid {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0;
    z-index: -3;
    opacity: 0.3;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(23, 23, 47, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(23, 23, 47, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: radial-gradient(
      circle at 66% 40%,
      #000 0%,
      transparent 66%
    );
    mask-image: radial-gradient(circle at 66% 40%, #000 0%, transparent 66%);
  }
  .pp-hero__flare {
    position: absolute;
    z-index: -2;
    border-radius: 999px;
    pointer-events: none;
    filter: none;
  }
  .pp-hero__flare--one {
    width: 460px;
    height: 460px;
    top: -280px;
    left: -190px;
    background: radial-gradient(
      circle,
      rgba(41, 52, 106, 0.11) 0%,
      rgba(41, 52, 106, 0.05) 46%,
      transparent 72%
    );
  }
  .pp-hero__flare--two {
    width: 260px;
    height: 260px;
    right: -100px;
    bottom: 80px;
    background: radial-gradient(
      circle,
      rgba(216, 242, 91, 0.16) 0%,
      rgba(216, 242, 91, 0.07) 48%,
      transparent 73%
    );
  }
  .pp-hero__wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.93fr) minmax(390px, 1.07fr);
    grid-template-areas: "copy visual" "facts facts";
    align-items: center;
    gap: 40px;
    gap: clamp(40px, 5vw, 78px);
  }
  .pp-hero__copy {
    grid-area: copy;
    max-width: 620px;
  }
  .pp-hero__lead {
    max-width: 590px;
    margin: 22px 0 0;
    color: var(--pp-muted);
    font-size: 15px !important;
    font-size: clamp(15px, 1.3vw, 17.5px) !important;
    line-height: 1.58;
  }
  .pp-hero__lead strong {
    color: var(--pp-ink);
    font-weight: 750;
  }
  .pp-hero__offer {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
  }
  .pp-hero__price {
    display: flex;
    align-items: baseline;
    gap: 11px;
  }
  .pp-price-old {
    color: var(--pp-faint);
    font-size: 16px;
    font-weight: 700;
    text-decoration: line-through;
  }
  .pp-hero__price strong {
    color: var(--pp-navy);
    font-size: 38px;
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -0.045em;
  }
  .pp-hero__saving {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 18px;
    border-left: 1px solid var(--pp-line);
  }
  .pp-hero__saving b {
    color: var(--pp-blue);
    font-size: 17px;
    line-height: 1;
  }
  .pp-hero__saving span {
    color: var(--pp-muted);
    font-size: 12px;
    font-weight: 700;
  }
  .pp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 27px;
  }
  .pp-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 23px;
  }
  .pp-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--pp-muted);
    font-size: 12px;
    font-weight: 700;
  }
  .pp-hero__trust svg {
    width: 13px;
    height: 13px;
    color: var(--pp-blue);
  }

  .pp-hero__visual {
    grid-area: visual;
    position: relative;
    min-height: 470px;
    min-height: clamp(470px, 49vw, 640px);
    display: grid;
    place-items: center;
  }
  .pp-hero__word {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    color: rgba(23, 24, 63, 0.035);
    font-size: 82px;
    font-size: clamp(82px, 11vw, 150px);
    font-weight: 950;
    letter-spacing: -0.09em;
    white-space: nowrap;
  }
  .pp-hero__orbit {
    position: absolute;
    border: 1px solid rgba(41, 52, 106, 0.11);
    border-radius: 50%;
  }
  .pp-hero__orbit--outer {
    width: 92%;
    max-width: 590px;
    width: min(92%, 590px);
    aspect-ratio: 1;
    animation: pp-orbit 7s ease-in-out infinite;
  }
  .pp-hero__orbit--inner {
    width: 70%;
    max-width: 440px;
    width: min(70%, 440px);
    aspect-ratio: 1;
    animation: pp-orbit 7s ease-in-out infinite reverse;
  }
  .pp-hero__halo {
    position: absolute;
    width: 72%;
    max-width: 470px;
    width: min(72%, 470px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(41, 52, 106, 0.19),
      rgba(41, 52, 106, 0.06) 42%,
      transparent 70%
    );
    filter: none;
  }
  .pp-hero__products {
    position: relative;
    z-index: 3;
    width: 95%;
    max-width: 620px;
    width: min(95%, 620px);
    aspect-ratio: 1;
  }
  .pp-hero__product {
    position: absolute;
    max-width: none !important;
    height: auto;
    object-fit: contain;
    transition: opacity 0.22s ease;
  }
  .pp-hero__product--whey {
    z-index: 1;
    width: 68%;
    left: 2%;
    top: 10%;
    transform: rotate(-7deg);
    filter: drop-shadow(0 28px 34px rgba(23, 24, 63, 0.2));
    animation: pp-float-whey 5.8s ease-in-out infinite;
  }
  .pp-hero__product--creatine {
    z-index: 2;
    width: 48%;
    right: 3%;
    bottom: 7%;
    transform: rotate(7deg);
    filter: drop-shadow(0 26px 30px rgba(23, 24, 63, 0.25));
    animation: pp-float-creatine 5.8s 0.3s ease-in-out infinite;
  }
  .pp-hero__shadow {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 10%;
    width: 55%;
    height: 30px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(
      ellipse,
      rgba(23, 24, 63, 0.18) 0%,
      rgba(23, 24, 63, 0.08) 42%,
      transparent 73%
    );
    filter: none;
  }

  /* Degradação visual leve para browsers sem AVIF transparente (iOS antigo). */
  .pp-product-fallback {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    opacity: 0;
    pointer-events: none;
  }
  .pp-product-fallback__tub {
    position: absolute;
    display: block;
    opacity: 0;
    border: 1px solid rgba(23, 24, 63, 0.13);
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f7f8 18%,
      #e4e5ea 19%,
      #ffffff 27%,
      #f4f4f6 100%
    );
    box-shadow: 0 22px 34px rgba(23, 24, 63, 0.18);
  }
  .pp-product-fallback__tub::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 4%;
    right: 4%;
    top: -3%;
    height: 17%;
    border: 1px solid rgba(23, 24, 63, 0.12);
    border-radius: 16px 16px 8px 8px;
    background: linear-gradient(180deg, #fff, #e5e6ea);
    box-shadow: 0 5px 8px rgba(23, 24, 63, 0.08);
  }
  .pp-product-fallback__tub::after {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 42%;
    display: grid;
    place-items: center;
    min-height: 31%;
    padding: 8px;
    white-space: pre;
    font-family: var(--pp-font);
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .pp-product-fallback__tub--whey {
    z-index: 1;
    width: 61%;
    height: 72%;
    left: 3%;
    top: 12%;
    border-radius: 18% 18% 14% 14% / 13% 13% 9% 9%;
    transform: rotate(-7deg);
  }
  .pp-product-fallback__tub--whey::after {
    content: "WHEY PRO\A 900 g";
    color: #17172f;
    background: #d8c4b3;
    transition: background-color 0.18s ease;
  }
  .pp-product-fallback__tub--creatine {
    z-index: 2;
    width: 44%;
    height: 50%;
    right: 3%;
    bottom: 8%;
    border-radius: 19% 19% 14% 14% / 18% 18% 12% 12%;
    transform: rotate(7deg);
  }
  .pp-product-fallback__tub--creatine::after {
    content: "CREATINE\A 300 g";
    color: #fff;
    background: #232957;
  }
  .pp-product-fallback__tub--quality {
    z-index: 3;
    width: 56%;
    height: 68%;
    right: auto;
    bottom: auto;
    left: 22%;
    top: 17%;
    transform: none;
  }
  .pp-product-fallback__tub--quality.pp-product-fallback__tub--creatine {
    width: 58%;
    height: 60%;
    left: 21%;
    top: 21%;
  }
  .pp-product-fallback__tub--vanilla::after,
  .pp-page.pp-flavor-vanilla
    .pp-product-fallback__tub--whey:not(.pp-product-fallback__tub--quality)::after {
    background: #eadcad;
  }
  .pp-page.pp-avif-fallback [data-pp-product-image] {
    opacity: 0 !important;
    filter: none !important;
  }
  .pp-page.pp-avif-fallback .pp-hero__product {
    animation: none !important;
  }
  .pp-page.pp-avif-fallback .pp-product-fallback,
  .pp-page.pp-avif-fallback .pp-product-fallback__tub {
    opacity: 1;
  }

  .pp-float-tag {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 14px;
    border: 1px solid rgba(23, 23, 47, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.91);
    box-shadow: 0 14px 30px rgba(23, 24, 63, 0.07);
    color: var(--pp-ink);
    white-space: nowrap;
  }
  .pp-float-tag b {
    font-size: 14px;
  }
  .pp-float-tag small {
    color: var(--pp-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .pp-float-tag svg {
    width: 17px;
    height: 17px;
    color: var(--pp-blue);
  }
  .pp-float-tag--protein {
    top: 15%;
    left: 0;
  }
  .pp-float-tag--creatine {
    right: 0;
    top: 27%;
  }
  .pp-float-tag--shipping {
    left: 7%;
    bottom: 12%;
    color: var(--pp-blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .pp-hero__facts {
    grid-area: facts;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: -10px;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 20px;
    background: var(--pp-line);
    box-shadow: 0 18px 46px -38px rgba(23, 24, 63, 0.45);
  }
  .pp-hero__facts article {
    min-height: 128px;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    align-content: center;
    padding: 22px 20px;
    background: rgba(255, 255, 255, 0.72);
  }
  .pp-fact__num {
    color: var(--pp-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
  }
  .pp-hero__facts b {
    display: block;
    margin-bottom: 5px;
    color: var(--pp-ink);
    font-size: 15px;
    line-height: 1.2;
  }
  .pp-hero__facts p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 12.5px;
    line-height: 1.45;
  }

  /* ========================= SYSTEM ========================= */
  .pp-system {
    padding: 72px 0;
    padding: clamp(72px, 8vw, 104px) 0;
    color: #fff;
    background:
      radial-gradient(
        100% 120% at 88% 0%,
        rgba(216, 242, 91, 0.08),
        transparent 52%
      ),
      linear-gradient(155deg, var(--pp-navy), #10112d 68%, var(--pp-navy));
  }
  .pp-system__head {
    max-width: 850px;
  }
  .pp-system__head > p {
    max-width: 700px;
    margin: 23px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.65;
  }
  .pp-equation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-top: 48px;
  }
  .pp-equation__card {
    position: relative;
    overflow: hidden;
    min-height: 590px;
    padding: 28px;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid var(--pp-line-dark);
    border-radius: 28px;
  }
  .pp-equation__card--whey {
    background: linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.035)
    );
  }
  .pp-equation__card--creatine {
    background:
      radial-gradient(
        circle at 85% 12%,
        rgba(216, 242, 91, 0.12),
        transparent 33%
      ),
      linear-gradient(
        150deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.025)
      );
  }
  .pp-equation__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .pp-equation__index,
  .pp-equation__label {
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .pp-equation__index {
    color: var(--pp-lime);
  }
  .pp-equation__label {
    color: rgba(255, 255, 255, 0.43);
  }
  .pp-equation__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-top: 48px;
    border: 1px solid rgba(216, 242, 91, 0.36);
    border-radius: 50%;
    color: var(--pp-lime);
    background: rgba(216, 242, 91, 0.05);
  }
  .pp-equation__icon svg {
    width: 30px;
    height: 30px;
  }
  .pp-equation__card h3 {
    margin: 23px 0 13px;
    color: #fff;
    font-size: 23px;
    font-size: clamp(23px, 2.4vw, 31px);
    line-height: 1.1;
    letter-spacing: -0.035em;
  }
  .pp-equation__big {
    color: var(--pp-lime);
    font-size: 82px;
    font-size: clamp(82px, 10vw, 126px);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: -0.07em;
  }
  .pp-equation__big small {
    font-size: 0.36em;
  }
  .pp-equation__metric {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .pp-equation__card p {
    max-width: 47ch;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.62;
  }
  .pp-equation__card ul {
    display: grid;
    gap: 9px;
    margin: 25px 0 0;
    padding: 19px 0 0;
    border-top: 1px solid var(--pp-line-dark);
    list-style: none;
  }
  .pp-equation__card li {
    position: relative;
    padding-left: 19px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
  }
  .pp-equation__card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pp-lime);
  }
  .pp-equation__plus {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    justify-self: center;
    border: 1px solid rgba(216, 242, 91, 0.4);
    border-radius: 50%;
    color: var(--pp-lime);
    font-size: 28px;
    font-weight: 400;
  }
  .pp-system__close {
    display: grid;
    grid-template-columns:
      auto minmax(30px, 1fr) auto auto minmax(30px, 1fr)
      auto;
    align-items: center;
    gap: 13px;
    margin-top: 32px;
  }
  .pp-system__close span {
    color: var(--pp-lime);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.16em;
  }
  .pp-system__close i {
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
  }
  .pp-system__close strong {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 700;
  }

  /* ========================= VALUE ========================= */
  .pp-value {
    padding: 70px 0;
    padding: clamp(70px, 8vw, 104px) 0;
    background: linear-gradient(180deg, var(--pp-cream), #f8f6f1);
  }
  .pp-value__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
    gap: 38px;
    gap: clamp(38px, 6vw, 80px);
    align-items: center;
  }
  .pp-value__copy > p {
    max-width: 560px;
    margin: 22px 0 0;
    color: var(--pp-muted);
    font-size: 17px;
    line-height: 1.65;
  }
  .pp-price-card {
    position: relative;
    padding: 28px;
    padding: clamp(28px, 4vw, 43px);
    border: 1px solid var(--pp-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 70px -48px rgba(23, 24, 63, 0.42);
  }
  .pp-price-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 13px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: rgba(41, 52, 106, 0.07);
    color: var(--pp-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .pp-price-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid var(--pp-line);
  }
  .pp-price-line b,
  .pp-price-line span {
    display: block;
  }
  .pp-price-line b {
    color: var(--pp-ink);
    font-size: 14px;
  }
  .pp-price-line span {
    margin-top: 2px;
    color: var(--pp-muted);
    font-size: 11px;
  }
  .pp-price-line strong {
    color: var(--pp-ink);
    font-size: 18px;
    white-space: nowrap;
  }
  .pp-price-card__separate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 0 23px;
    color: var(--pp-muted);
    font-size: 12px;
    font-weight: 700;
  }
  .pp-price-card__separate del {
    color: var(--pp-faint);
    font-size: 19px;
  }
  .pp-price-card__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-left: -14px;
    margin-right: -14px;
    margin-inline: -14px;
    padding: 24px 22px;
    border-radius: 19px;
    color: #fff;
    background: var(--pp-navy);
  }
  .pp-price-card__total span,
  .pp-price-card__total small {
    display: block;
  }
  .pp-price-card__total span {
    font-size: 14px;
    font-weight: 800;
  }
  .pp-price-card__total small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .pp-price-card__total strong {
    color: var(--pp-lime);
    font-size: 32px;
    font-size: clamp(32px, 4vw, 45px);
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .pp-price-card__footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 14px;
    background: var(--pp-line);
  }
  .pp-price-card__footer span {
    padding: 13px 9px;
    background: var(--pp-cream);
    color: var(--pp-muted);
    font-size: 10px;
    text-align: center;
  }
  .pp-price-card__footer b {
    display: block;
    color: var(--pp-blue);
    font-size: 14px;
  }
  /* ========================= QUALITY ========================= */
  .pp-quality {
    padding: 72px 0;
    padding: clamp(72px, 8vw, 106px) 0;
    background: #edf0f7;
  }
  .pp-quality__head {
    max-width: 900px;
  }
  .pp-quality__head > p {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--pp-muted);
    font-size: 17px;
  }
  .pp-quality__products {
    display: grid;
    gap: 22px;
    margin-top: 46px;
  }
  .pp-quality-card {
    display: grid;
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
    min-height: 540px;
    overflow: hidden;
    border: 1px solid rgba(41, 52, 106, 0.12);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 62px -48px rgba(23, 24, 63, 0.48);
  }
  .pp-quality-card__visual {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 490px;
  }
  .pp-quality-card--whey .pp-quality-card__visual {
    background: radial-gradient(
      circle at 50% 40%,
      #f8e1bd,
      #ddb175 68%,
      #c8914e 100%
    );
  }
  .pp-quality-card--creatine .pp-quality-card__visual {
    background: radial-gradient(
      circle at 48% 40%,
      #eff1fb,
      #d9ddec 66%,
      #c5cada 100%
    );
  }
  .pp-quality-card__word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: rgba(255, 255, 255, 0.21);
    font-size: 62px;
    font-size: clamp(62px, 8vw, 100px);
    font-weight: 950;
    letter-spacing: -0.08em;
    white-space: nowrap;
  }
  .pp-quality-card__visual img {
    position: relative;
    z-index: 2;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 26px 32px rgba(23, 24, 63, 0.24));
  }
  .pp-quality-card--whey .pp-quality-card__visual img {
    width: 88%;
    max-width: 430px;
    width: min(88%, 430px);
    transform: scale(1.12);
  }
  .pp-quality-card--creatine .pp-quality-card__visual img {
    width: 70%;
    max-width: 330px;
    width: min(70%, 330px);
  }
  .pp-quality-card__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    padding: clamp(32px, 5vw, 66px);
  }
  .pp-quality-card__eyebrow {
    color: var(--pp-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .pp-quality-card h3 {
    margin: 16px 0 18px;
    color: var(--pp-ink);
    font-size: 30px;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }
  .pp-quality-card h3 em {
    color: var(--pp-blue);
    font-family: var(--pp-serif);
    font-weight: 500;
  }
  .pp-quality-card__copy > p {
    max-width: 570px;
    margin: 0;
    color: var(--pp-muted);
    font-size: 16px;
    line-height: 1.63;
  }
  .pp-quality-card__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 15px;
    background: var(--pp-line);
  }
  .pp-quality-card__stats div {
    padding: 17px 12px;
    background: var(--pp-cream);
    text-align: center;
  }
  .pp-quality-card__stats b,
  .pp-quality-card__stats span {
    display: block;
  }
  .pp-quality-card__stats b {
    color: var(--pp-navy);
    font-size: 22px;
    line-height: 1;
  }
  .pp-quality-card__stats span {
    margin-top: 6px;
    color: var(--pp-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  .pp-lot-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 29px;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 15px;
    background: var(--pp-line);
  }
  .pp-lot-results div {
    padding: 17px 10px;
    background: var(--pp-cream);
    text-align: center;
  }
  .pp-lot-results span,
  .pp-lot-results b {
    display: block;
  }
  .pp-lot-results span {
    color: var(--pp-muted);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .pp-lot-results b {
    margin-top: 5px;
    color: var(--pp-blue);
    font-size: 21px;
  }
  .pp-lab-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 17px;
    color: var(--pp-muted);
    font-size: 11px;
    line-height: 1.4;
  }
  .pp-lab-line svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--pp-blue);
  }
  .pp-lab-line b {
    color: var(--pp-ink);
  }
  .pp-quality__promise {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    align-items: start;
    margin-top: 22px;
    padding: 24px;
    padding: clamp(24px, 3vw, 34px);
    border-radius: 24px;
    color: #fff;
    background: var(--pp-navy);
  }
  .pp-quality__promise-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(216, 242, 91, 0.35);
    border-radius: 50%;
    color: var(--pp-lime);
  }
  .pp-quality__promise-icon svg {
    width: 29px;
    height: 29px;
  }
  .pp-quality__promise span {
    color: var(--pp-lime);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .pp-quality__promise h3 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: 20px;
    font-size: clamp(20px, 2.5vw, 28px);
    line-height: 1.15;
  }
  .pp-quality__promise p {
    max-width: 900px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.6;
  }

  /* ========================= ROUTINE ========================= */
  .pp-routine {
    padding: 72px 0;
    padding: clamp(72px, 8vw, 105px) 0;
    background: var(--pp-cream);
  }
  .pp-routine__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
    gap: 40px;
    gap: clamp(40px, 6vw, 84px);
    align-items: center;
  }
  .pp-routine__intro > p {
    max-width: 550px;
    margin: 22px 0 0;
    color: var(--pp-muted);
    font-size: 17px;
    line-height: 1.65;
  }
  .pp-routine__mix {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    padding: 18px;
    border: 1px solid var(--pp-line);
    border-radius: 17px;
    background: #fff;
  }
  .pp-routine__mix svg {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    color: var(--pp-blue);
  }
  .pp-routine__mix b,
  .pp-routine__mix span {
    display: block;
  }
  .pp-routine__mix b {
    color: var(--pp-ink);
    font-size: 13px;
  }
  .pp-routine__mix span {
    margin-top: 2px;
    color: var(--pp-muted);
    font-size: 11px;
  }
  .pp-routine__steps {
    display: grid;
    gap: 13px;
  }
  .pp-routine__steps article {
    display: grid;
    grid-template-columns: 34px 92px 1fr;
    gap: 18px;
    align-items: center;
    padding: 25px;
    border: 1px solid var(--pp-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 17px 40px -34px rgba(23, 24, 63, 0.4);
  }
  .pp-routine__n {
    color: var(--pp-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
  }
  .pp-routine__dose {
    padding-right: 18px;
    border-right: 1px solid var(--pp-line);
  }
  .pp-routine__dose b,
  .pp-routine__dose small {
    display: block;
  }
  .pp-routine__dose b {
    color: var(--pp-navy);
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .pp-routine__dose small {
    margin-top: 5px;
    color: var(--pp-muted);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .pp-routine__text h3 {
    margin: 0 0 5px;
    color: var(--pp-ink);
    font-size: 17px;
    letter-spacing: -0.02em;
  }
  .pp-routine__text p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 12.5px;
    line-height: 1.5;
  }
  .pp-routine__rule {
    padding: 23px 25px;
    border-radius: 22px;
    color: #fff;
    background: var(--pp-navy);
  }
  .pp-routine__rule span,
  .pp-routine__rule strong {
    display: block;
  }
  .pp-routine__rule span {
    color: var(--pp-lime);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .pp-routine__rule strong {
    margin-top: 6px;
    font-size: 17px;
  }

  /* ========================= REVIEWS ========================= */
  .pp-reviews {
    padding: 70px 0;
    padding: clamp(70px, 8vw, 100px) 0;
    background: linear-gradient(180deg, #f1e8d9, var(--pp-cream));
  }
  .pp-reviews__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 38px;
  }
  .pp-score {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 5px;
  }
  .pp-score > strong {
    color: var(--pp-ink);
    font-size: 51px;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  .pp-score span,
  .pp-score small {
    display: block;
  }
  .pp-stars {
    color: var(--pp-amber);
    font-size: 14px;
    letter-spacing: 2px;
  }
  .pp-score small {
    margin-top: 4px;
    color: var(--pp-muted);
    font-size: 11px;
    font-weight: 700;
  }
  .pp-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .pp-review {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    padding: 29px;
    border: 1px solid var(--pp-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 18px 38px -34px rgba(23, 24, 63, 0.35);
  }
  .pp-review blockquote {
    margin: 22px 0 28px;
    color: var(--pp-ink);
    font-family: var(--pp-serif);
    font-size: 19px;
    font-style: italic;
    line-height: 1.53;
  }
  .pp-review footer {
    margin-top: auto;
  }
  .pp-review footer b,
  .pp-review footer span {
    display: block;
  }
  .pp-review footer b {
    color: var(--pp-ink);
    font-size: 12px;
  }
  .pp-review footer span {
    margin-top: 5px;
    color: #4d955c;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  /* ========================= FAQ ========================= */
  .pp-faq {
    padding: 72px 0;
    padding: clamp(72px, 8vw, 104px) 0;
    background:
      radial-gradient(
        circle at 16% 10%,
        rgba(41, 52, 106, 0.07),
        transparent 27%
      ),
      #f8f7f3;
  }
  .pp-faq__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 42px;
    gap: clamp(42px, 6vw, 82px);
    align-items: start;
  }
  .pp-faq__intro {
    position: sticky;
    top: 110px;
  }
  .pp-faq__note {
    margin-top: 25px;
    padding: 18px 20px;
    border: 1px solid var(--pp-line);
    border-radius: 18px;
    color: var(--pp-muted);
    background: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.58;
  }
  .pp-faq__note b {
    color: var(--pp-ink);
  }
  .pp-accordion {
    border-top: 1px solid rgba(23, 23, 47, 0.18);
  }
  .pp-accordion details {
    border-bottom: 1px solid var(--pp-line);
  }
  .pp-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 5px;
    color: var(--pp-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    list-style: none;
  }
  .pp-accordion summary::-webkit-details-marker {
    display: none;
  }
  .pp-plus {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  .pp-plus::before,
  .pp-plus::after {
    content: "";
    position: absolute;
    border-radius: 2px;
    background: var(--pp-blue);
    transition:
      transform 0.17s ease,
      opacity 0.17s ease;
  }
  .pp-plus::before {
    width: 16px;
    height: 2px;
    left: 3px;
    top: 10px;
  }
  .pp-plus::after {
    width: 2px;
    height: 16px;
    left: 10px;
    top: 3px;
  }
  .pp-accordion details[open] .pp-plus::after {
    opacity: 0;
    transform: scaleY(0);
  }
  .pp-accordion details > div {
    padding: 0 40px 23px 5px;
  }
  .pp-accordion p {
    max-width: 690px;
    margin: 0;
    color: var(--pp-muted);
    font-size: 15px;
    line-height: 1.68;
  }
  .pp-accordion strong {
    color: var(--pp-ink);
  }

  /* ========================= BUY BOX ========================= */
  .pp-buy {
    padding: 42px 0 115px;
    background: var(--pp-cream);
  }
  .pp-buy__grid {
    display: grid;
    margin-bottom: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr);
    gap: 26px;
    align-items: stretch;
  }
  .pp-buy__media {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    padding: 76px 28px 127px;
    display: grid;
    place-items: center;
    border-radius: 30px;
    background:
      radial-gradient(
        circle at 43% 37%,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.42) 38%,
        transparent 67%
      ),
      linear-gradient(145deg, #f8f5ef 0%, #eee9e0 58%, #e2dcd2 100%);
  }
  .pp-buy__badge,
  .pp-buy__choice {
    position: absolute;
    z-index: 5;
    top: 23px;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .pp-buy__badge {
    left: 23px;
    color: #181c08;
    background: var(--pp-lime);
  }
  .pp-buy__choice {
    right: 23px;
    color: rgba(23, 24, 63, 0.68);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 24, 63, 0.1);
  }
  .pp-buy__halo {
    position: absolute;
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(41, 52, 106, 0.1),
      rgba(255, 255, 255, 0.2) 44%,
      transparent 69%
    );
  }
  .pp-buy__products {
    position: relative;
    z-index: 3;
    width: 98%;
    max-width: 590px;
    width: min(98%, 590px);
    aspect-ratio: 1;
  }
  .pp-buy__products img {
    position: absolute;
    max-width: none !important;
    height: auto;
    transition: opacity 0.23s ease;
    filter: drop-shadow(0 28px 36px rgba(23, 24, 63, 0.2));
  }
  .pp-buy__whey {
    z-index: 1;
    width: 70%;
    left: 0;
    top: 4%;
    transform: rotate(-7deg);
  }
  .pp-buy__creatine {
    z-index: 2;
    width: 50%;
    right: 0;
    bottom: 2%;
    transform: rotate(7deg);
  }
  .pp-buy__stats {
    position: absolute;
    z-index: 4;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 17px;
    border-top: 1px solid rgba(23, 24, 63, 0.13);
  }
  .pp-buy__stats div {
    position: relative;
    padding: 0 9px;
    text-align: center;
  }
  .pp-buy__stats div + div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 1px;
    background: rgba(23, 24, 63, 0.11);
  }
  .pp-buy__stats b,
  .pp-buy__stats span {
    display: block;
  }
  .pp-buy__stats b {
    color: var(--pp-navy);
    font-size: 21px;
    line-height: 1;
  }
  .pp-buy__stats span {
    margin-top: 6px;
    color: rgba(23, 24, 63, 0.58);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .pp-buy__panel {
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding: clamp(30px, 4vw, 48px);
    border-radius: 30px;
    color: #fff;
    background:
      radial-gradient(
        120% 120% at 90% 0%,
        rgba(216, 242, 91, 0.08),
        transparent 47%
      ),
      linear-gradient(155deg, var(--pp-navy), #10112d 70%, var(--pp-navy));
  }
  .pp-buy__panel h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 40px;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 0.96;
    letter-spacing: -0.05em;
  }
  .pp-buy__panel h2 em {
    color: var(--pp-amber-soft);
    font-family: var(--pp-serif);
    font-weight: 500;
  }
  .pp-buy__subtitle {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.53);
    font-size: 13px;
  }
  .pp-buy__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 25px;
    padding-top: 23px;
    border-top: 1px solid var(--pp-line-dark);
  }
  .pp-buy__price > div {
    display: flex;
    align-items: baseline;
    gap: 12px;
  }
  .pp-buy__price del {
    color: rgba(255, 255, 255, 0.36);
    font-size: 15px;
    font-weight: 700;
  }
  .pp-buy__price strong {
    color: #fff;
    font-size: 39px;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .pp-buy__discount {
    display: grid;
    place-items: center;
    min-width: 60px;
    min-height: 36px;
    border-radius: 999px;
    color: #161909;
    background: var(--pp-lime);
    font-size: 13px;
    font-weight: 900;
  }
  .pp-buy__saving {
    margin-top: 8px;
    color: var(--pp-lime);
    font-size: 11px;
    font-weight: 750;
  }
  .pp-buy__label {
    display: block;
    margin: 27px 0 12px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .pp-flavors {
    display: grid;
    gap: 10px;
  }
  .pp-flavor {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
    text-align: left;
    cursor: pointer;
    transition:
      border-color 0.2s ease,
      background 0.2s ease,
      box-shadow 0.2s ease;
  }
  .pp-flavor:hover {
    border-color: rgba(255, 255, 255, 0.27);
  }
  .pp-flavor.is-selected {
    border-color: var(--pp-lime);
    background: rgba(216, 242, 91, 0.055);
    box-shadow: 0 0 0 3px rgba(216, 242, 91, 0.1);
  }
  .pp-flavor__swatch {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
  }
  .pp-flavor__swatch--choc {
    background: radial-gradient(circle at 35% 30%, #815031, #3b2213);
  }
  .pp-flavor__swatch--vanilla {
    background: radial-gradient(circle at 35% 30%, #fff7e6, #ddc28c);
  }
  .pp-flavor__text {
    flex: 1;
    min-width: 0;
  }
  .pp-flavor__text b,
  .pp-flavor__text small {
    display: block;
  }
  .pp-flavor__text b {
    color: #fff;
    font-size: 14px;
  }
  .pp-flavor__text small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.47);
    font-size: 11px;
  }
  .pp-flavor__stock {
    color: var(--pp-lime);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
 .pp-flavor:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
  .pp-buy__cart {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 10px;
    margin-top: auto;
    padding-top: 24px;
  }
  .pp-qty {
    min-height: 60px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 4px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.035);
  }
  .pp-qty button {
    width: 100%;
    height: 58px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
  }
  .pp-qty span {
    min-width: 27px;
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    text-align: center;
  }
  .pp-add {
    min-width: 0;
    min-height: 60px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 0 19px;
    border-radius: 15px;
    color: #151807 !important;
    background: var(--pp-lime);
    box-shadow: 0 16px 34px -15px rgba(216, 242, 91, 0.48);
    font-size: 14px;
    font-weight: 900;
    transition:
      transform 0.18s ease,
      box-shadow 0.2s ease,
      opacity 0.2s ease;
  }
  .pp-add:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px -15px rgba(216, 242, 91, 0.56);
  }
  .pp-add.is-loading {
    opacity: 0.7;
    pointer-events: none;
  }
  .pp-add__right {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }
  .pp-add__right b {
    font-size: 12px;
  }
  .pp-add__right svg {
    width: 17px;
    height: 17px;
  }
  .pp-buy__status {
    min-height: 18px;
    margin: 7px 0 0;
    color: var(--pp-amber-soft);
    font-size: 10px;
    line-height: 1.4;
  }
  .pp-buy__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 13px;
  }
  .pp-buy__trust span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.53);
    font-size: 10px;
    font-weight: 650;
  }
  .pp-buy__trust svg {
    width: 11px;
    height: 11px;
    color: var(--pp-lime);
  }
  .pp-compliance {
    max-width: 980px;
    margin: 29px auto 0;
    color: var(--pp-faint);
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
  }

  /* ========================= STICKY ========================= */
  .pp-sticky {
    position: fixed;
    z-index: 110;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0;
    padding-bottom: calc(11px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--pp-line);
    color: var(--pp-ink);
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 -10px 38px rgba(23, 24, 63, 0.07);
    transform: translateY(110%);
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.26s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0s linear 0.26s;
    font-family: var(--pp-font);
  }
  .pp-sticky.is-visible {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .pp-sticky__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .pp-sticky__info {
    flex: 1;
    min-width: 0;
  }
  .pp-sticky__info strong,
  .pp-sticky__info span {
    display: block;
  }
  .pp-sticky__info strong {
    color: var(--pp-ink);
    font-size: 14px;
  }
  .pp-sticky__info span {
    margin-top: 2px;
    overflow: hidden;
    color: var(--pp-muted);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pp-sticky__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
  }
  .pp-sticky__price del {
    color: var(--pp-faint);
    font-size: 11px;
  }
  .pp-sticky__price b {
    color: var(--pp-navy);
    font-size: 20px;
  }
  .pp-sticky .pp-button {
    min-height: 46px;
    padding-left: 23px;
    padding-right: 23px;
    padding-inline: 23px;
  }

  /* ========================= MOTION / PERFORMANCE ========================= */
  .pp-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 0.5s ease,
      transform 0.5s ease;
  }
  .pp-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
  @keyframes pp-orbit {
    0%,
    100% {
      transform: scale(0.985);
      opacity: 0.64;
    }
    50% {
      transform: scale(1.025);
      opacity: 1;
    }
  }
  @keyframes pp-float-whey {
    0%,
    100% {
      transform: translateY(0) rotate(-7deg);
    }
    50% {
      transform: translateY(-14px) rotate(-8deg);
    }
  }
  @keyframes pp-float-creatine {
    0%,
    100% {
      transform: translateY(0) rotate(7deg);
    }
    50% {
      transform: translateY(-17px) rotate(8deg);
    }
  }
  @keyframes pp-float-whey-mobile {
    0%,
    100% {
      transform: translateY(0) rotate(-7deg);
    }
    50% {
      transform: translateY(-6px) rotate(-7.5deg);
    }
  }
  @keyframes pp-float-creatine-mobile {
    0%,
    100% {
      transform: translateY(0) rotate(7deg);
    }
    50% {
      transform: translateY(-7px) rotate(7.5deg);
    }
  }

  /* ========================= RESPONSIVE ========================= */
  @supports (overflow: clip) {
    .pp-page {
      overflow-x: clip;
    }
  }

  /* Quadrados estáveis antes de aspect-ratio (Safari/iOS 12). */
  .pp-hero__orbit::before,
  .pp-hero__halo::before,
  .pp-hero__products::before,
  .pp-buy__halo::before,
  .pp-buy__products::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  @supports (aspect-ratio: 1 / 1) {
    .pp-hero__orbit::before,
    .pp-hero__halo::before,
    .pp-hero__products::before,
    .pp-buy__halo::before,
    .pp-buy__products::before {
      content: none;
      display: none;
      padding-top: 0;
    }
  }

  @media (max-width: 1080px) {
    .pp-hero__wrap {
      grid-template-columns: 1fr;
      grid-template-areas: "copy" "visual" "facts";
    }
    .pp-hero__copy {
      max-width: 760px;
    }
    .pp-hero__visual {
      min-height: 520px;
    }
    .pp-value__grid,
    .pp-routine__grid,
    .pp-faq__grid,
    .pp-buy__grid {
      grid-template-columns: 1fr;
    }
    .pp-faq__intro {
      position: relative;
      top: auto;
    }
    .pp-reviews__grid {
      grid-template-columns: 1fr;
    }
    .pp-review {
      min-height: 230px;
    }
    .pp-buy__media {
      min-height: 600px;
    }
  }

  @media (min-width: 621px) and (max-width: 1080px) {
    .pp-display {
      font-size: 58px !important;
    }
    .pp-section-title {
      font-size: 52px !important;
      font-size: clamp(52px, 5.4vw, 58px) !important;
    }
  }

  @media (max-width: 820px) {
    .pp-hero__facts {
      grid-template-columns: 1fr 1fr;
    }
    .pp-equation {
      grid-template-columns: 1fr;
    }
    .pp-equation__card {
      min-height: auto;
    }
    .pp-equation__plus {
      margin-top: 3px;
      margin-bottom: 3px;
      margin-block: 3px;
    }
    .pp-system__close {
      grid-template-columns: auto 1fr auto;
    }
    .pp-system__close span:nth-of-type(2),
    .pp-system__close i:nth-of-type(2),
    .pp-system__close strong:nth-of-type(2) {
      display: none;
    }
    .pp-quality-card {
      grid-template-columns: 1fr;
    }
    .pp-quality-card__visual {
      min-height: 450px;
    }
  }

  @media (max-width: 620px) {
    .pp-page {
      font-size: 15px;
    }
    .pp-wrap {
      padding-left: 20px;
      padding-right: 20px;
      padding-inline: 20px;
    }
    .pp-hero {
      padding-top: 52px;
    }
    .pp-display {
      font-size: 40px !important;
      font-size: clamp(40px, 11.5vw, 58px) !important;
    }
    .pp-section-title {
      font-size: 36px !important;
      font-size: clamp(36px, 10.5vw, 52px) !important;
    }
    .pp-hero__lead {
      font-size: 15.5px;
    }
    .pp-hero__offer {
      align-items: flex-end;
      gap: 13px;
    }
    .pp-hero__price {
      flex-direction: column;
      gap: 2px;
    }
    .pp-hero__saving {
      padding-left: 13px;
    }
    .pp-hero__actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px;
    }
    .pp-hero__actions .pp-button {
      min-width: 0;
      padding-left: 13px;
      padding-right: 13px;
      padding-inline: 13px;
      font-size: 12px;
      text-align: center;
    }
    .pp-hero__visual {
      min-height: 360px;
    }
    .pp-hero__products {
      width: 108%;
      max-width: 430px;
      width: min(108%, 430px);
    }
    .pp-hero__product--whey {
      animation: pp-float-whey-mobile 7.2s ease-in-out infinite;
      filter: none;
    }
    .pp-hero__product--creatine {
      animation: pp-float-creatine-mobile 7.2s 0.3s ease-in-out infinite;
      filter: none;
    }
    .pp-hero__orbit--outer {
      animation: pp-orbit 9s ease-in-out infinite;
    }
    .pp-hero__orbit--inner,
    .pp-hero__halo {
      animation: none;
    }
    .pp-float-tag {
      min-height: 36px;
      padding: 6px 10px;
      gap: 5px;
    }
    .pp-float-tag b {
      font-size: 11px;
    }
    .pp-float-tag small {
      font-size: 7px;
    }
    .pp-float-tag--protein {
      top: 11%;
      left: -2%;
    }
    .pp-float-tag--creatine {
      top: 23%;
      right: -2%;
    }
    .pp-float-tag--shipping {
      bottom: 6%;
      left: 2%;
      font-size: 8px;
    }
    .pp-hero__facts {
      grid-template-columns: 1fr;
    }
    .pp-hero__facts article {
      min-height: auto;
      padding: 19px;
    }
    .pp-equation__card {
      padding: 26px 22px;
      border-radius: 23px;
    }
    .pp-equation__icon {
      margin-top: 34px;
    }
    .pp-equation__big {
      font-size: 91px;
    }
    .pp-system__close {
      display: none;
    }
    .pp-value__grid,
    .pp-routine__grid {
      gap: 34px;
    }
    .pp-price-card {
      padding: 24px 18px;
    }
    .pp-price-card__total {
      margin-left: -5px;
      margin-right: -5px;
      margin-inline: -5px;
      padding-left: 15px;
      padding-right: 15px;
      padding-inline: 15px;
    }
    .pp-price-card__total strong {
      font-size: 31px;
    }
    .pp-price-card__footer {
      grid-template-columns: 1fr;
    }
    .pp-quality-card {
      border-radius: 24px;
    }
    .pp-quality-card__visual {
      min-height: 370px;
    }
    .pp-quality-card__copy {
      padding: 29px 22px;
    }
    .pp-quality-card__stats,
    .pp-lot-results {
      grid-template-columns: 1fr;
    }
    .pp-quality__promise {
      grid-template-columns: 1fr;
    }
    .pp-routine__steps article {
      grid-template-columns: 27px 78px 1fr;
      gap: 11px;
      padding: 20px 16px;
    }
    .pp-routine__dose {
      padding-right: 10px;
    }
    .pp-routine__dose b {
      font-size: 25px;
    }
    .pp-routine__text h3 {
      font-size: 14px;
    }
    .pp-routine__text p {
      font-size: 11px;
    }
    .pp-reviews__head {
      align-items: flex-start;
      flex-direction: column;
    }
    .pp-review {
      min-height: 250px;
      padding: 24px;
    }
    .pp-accordion summary {
      padding-top: 21px;
      padding-bottom: 21px;
      padding-block: 21px;
      font-size: 15.5px;
    }
    .pp-accordion p {
      font-size: 14px;
    }
    .pp-buy {
      padding-top: 28px;
    }
    .pp-buy__media {
      min-height: 480px;
      padding: 65px 18px 106px;
      border-radius: 25px;
    }
    .pp-buy__choice {
      display: none;
    }
    .pp-buy__products {
      width: 105%;
      max-width: 430px;
      width: min(105%, 430px);
    }
    .pp-buy__stats {
      left: 15px;
      right: 15px;
    }
    .pp-buy__stats b {
      font-size: 18px;
    }
    .pp-buy__stats span {
      font-size: 7px;
    }
    .pp-buy__panel {
      padding: 28px 20px;
      border-radius: 25px;
    }
    .pp-buy__price > div {
      flex-direction: column;
      gap: 2px;
    }
    .pp-buy__cart {
      grid-template-columns: 102px minmax(0, 1fr);
    }
    .pp-add {
      padding-left: 14px;
      padding-right: 14px;
      padding-inline: 14px;
      font-size: 12.5px;
    }
    .pp-add__right b {
      display: none;
    }
    .pp-sticky__info,
    .pp-sticky__price {
      display: none;
    }
    .pp-sticky__inner {
      justify-content: center;
    }
    .pp-sticky .pp-button {
      width: 100%;
    }
  }

  @media (max-width: 390px) {
    .pp-hero__actions {
      grid-template-columns: 1fr;
    }
    .pp-buy__cart {
      grid-template-columns: 1fr;
    }
    .pp-qty {
      width: 116px;
      min-height: 50px;
    }
    .pp-qty button {
      height: 48px;
    }
    .pp-add {
      min-height: 58px;
    }
  }

  @media (hover: none) and (pointer: coarse) {
    .pp-button:hover,
    .pp-text-link:hover,
    .pp-add:hover {
      transform: none;
    }
    .pp-hero__product--whey {
      animation: pp-float-whey-mobile 7.2s ease-in-out infinite;
      filter: none;
    }
    .pp-hero__product--creatine {
      animation: pp-float-creatine-mobile 7.2s 0.3s ease-in-out infinite;
      filter: none;
    }
    .pp-hero__orbit--outer {
      animation: pp-orbit 9s ease-in-out infinite;
    }
    .pp-hero__orbit--inner {
      animation: none;
    }
  }

  /* Flex-gap fallback para Safari anterior ao suporte de aspect-ratio. */
  @supports not (aspect-ratio: 1 / 1) {
    .pp-eyebrow,
    .pp-button,
    .pp-text-link,
    .pp-hero__offer,
    .pp-hero__saving,
    .pp-hero__trust,
    .pp-hero__trust span,
    .pp-float-tag,
    .pp-lab-line,
    .pp-routine__mix,
    .pp-score,
    .pp-accordion summary,
    .pp-buy__price,
    .pp-flavor,
    .pp-add__right,
    .pp-buy__trust,
    .pp-buy__trust span {
      gap: 0;
    }
    .pp-button > * + * {
      margin-left: 10px;
    }
    .pp-eyebrow::before {
      margin-right: 10px;
    }
    .pp-button > svg {
      margin-left: 10px;
    }
    .pp-text-link > svg {
      margin-left: 9px;
    }
    .pp-hero__offer > * + * {
      margin-left: 18px;
    }
    .pp-hero__saving > * + * {
      margin-top: 2px;
    }
    .pp-hero__trust,
    .pp-buy__trust {
      margin-right: -16px;
      margin-bottom: -10px;
    }
    .pp-hero__trust > span {
      margin-right: 18px;
      margin-bottom: 10px;
    }
    .pp-buy__trust > span {
      margin-right: 16px;
      margin-bottom: 8px;
    }
    .pp-hero__trust span > svg {
      margin-right: 6px;
    }
    .pp-buy__trust span > svg {
      margin-right: 5px;
    }
    .pp-float-tag > * + * {
      margin-left: 8px;
    }
    .pp-float-tag > svg {
      margin-right: 8px;
      margin-left: 0;
    }
    .pp-lab-line > svg {
      margin-right: 10px;
    }
    .pp-routine__mix > svg {
      margin-right: 14px;
    }
    .pp-score > * + * {
      margin-left: 12px;
    }
    .pp-accordion summary > .pp-plus {
      margin-left: 18px;
    }
    .pp-buy__price > * + * {
      margin-left: 18px;
    }
    .pp-flavor > * + * {
      margin-left: 14px;
    }
    .pp-add__right > * + * {
      margin-left: 10px;
    }
    @media (min-width: 621px) {
      .pp-hero__actions,
      .pp-hero__price,
      .pp-sticky__inner,
      .pp-sticky__price,
      .pp-buy__price > div {
        gap: 0;
      }
      .pp-hero__actions {
        margin-right: -12px;
        margin-bottom: -12px;
      }
      .pp-hero__actions > * {
        margin-right: 12px;
        margin-bottom: 12px;
      }
      .pp-hero__price > * + * {
        margin-left: 11px;
      }
      .pp-buy__price > div > * + * {
        margin-left: 12px;
      }
      .pp-sticky__inner > * + * {
        margin-left: 18px;
      }
      .pp-sticky__price > * + * {
        margin-left: 8px;
      }
    }
    @media (max-width: 620px) {
      .pp-hero__price,
      .pp-buy__price > div,
      .pp-reviews__head {
        gap: 0;
      }
      .pp-hero__price > * + *,
      .pp-buy__price > div > * + * {
        margin-top: 2px;
      }
      .pp-reviews__head > * + * {
        margin-top: 32px;
      }
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .pp-reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
    .pp-hero__orbit,
    .pp-hero__product {
      animation: none !important;
    }
    .pp-button,
    .pp-text-link,
    .pp-add,
    .pp-sticky,
    .pp-product-fallback__tub::after {
      transition: none;
    }
  }
/* Animações do hero pausadas fora do viewport (zero mudança visual) */
  .pp-hero.pp-anim-off .pp-hero__orbit,
  .pp-hero.pp-anim-off .pp-hero__product {
    animation-play-state: paused;
  }

  /* Modo leve — sem animações infinitas, sem blur, sombras baratas */
  .pp-page.pp-lite .pp-hero__orbit,
  .pp-page.pp-lite .pp-hero__product {
    animation: none !important;
  }
  .pp-page.pp-lite .pp-hero__halo,
  .pp-page.pp-lite .pp-hero__flare {
    filter: none;
  }
  .pp-page.pp-lite .pp-hero__product--whey,
  .pp-page.pp-lite .pp-hero__product--creatine {
    filter: none;
  }
  .pp-sticky.pp-lite {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
