/* INSYGMA · Pack Proteção Celular · Performance v2.2 */
.pc-page {
  --pc-ink: #10161d;
  --pc-ink-2: #17232d;
  --pc-navy: #121e28;
  --pc-navy-soft: #1b2c37;
  --pc-paper: #f5f6f1;
  --pc-white: #ffffff;
  --pc-lime: #bce769;
  --pc-lime-bright: #d7ff8a;
  --pc-cyan: #72d8cb;
  --pc-gold: #e7c36a;
  --pc-muted: #68727a;
  --pc-line: rgba(16, 22, 29, 0.12);
  --pc-max: 1240px;

  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  background: var(--pc-paper);
  color: var(--pc-ink) !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
.pc-page,
.pc-page *,
.pc-page *::before,
.pc-page *::after {
  box-sizing: border-box;
}
.pc-page a {
  color: inherit !important;
  text-decoration: none;
}
.pc-page svg {
  display: block;
}
.pc-page a:focus,
.pc-page summary:focus {
  outline: 2px solid var(--pc-lime);
  outline-offset: 3px;
}
@supports selector(:focus-visible) {
  .pc-page a:focus:not(:focus-visible),
  .pc-page summary:focus:not(:focus-visible) {
    outline: none;
  }
}
.pc-wrap {
  width: calc(100% - 64px);
  max-width: var(--pc-max);
  margin-left: auto;
  margin-right: auto;
}

.pc-brand {
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.03em;
}
.pc-brand span {
  margin-left: 2px;
  font-size: 7px;
  vertical-align: top;
  opacity: 0.65;
}
.pc-btn svg,
.pc-system__result svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}
.pc-hero {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  min-height: 850px;
  padding: 88px 0 42px;
  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(114, 216, 203, 0.08),
      transparent 30%
    ),
    linear-gradient(135deg, #0d151c 0%, #14232d 56%, #0c171e 100%);
  color: #fff !important;
}
.pc-hero__grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 92px 92px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 2%,
    #000 28%,
    transparent 92%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 2%,
    #000 28%,
    transparent 92%
  );
}
.pc-hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}
.pc-hero__glow--one {
  width: 540px;
  height: 540px;
  right: 4%;
  top: 19%;
  background: radial-gradient(
    circle,
    rgba(188, 231, 105, 0.14),
    transparent 68%
  );
}
.pc-hero__glow--two {
  width: 360px;
  height: 360px;
  left: -8%;
  bottom: 8%;
  background: radial-gradient(
    circle,
    rgba(114, 216, 203, 0.08),
    transparent 70%
  );
}
.pc-hero__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  min-height: 610px;
}
.pc-hero__copy {
  position: relative;
  z-index: 2;
  padding-bottom: 34px;
}
.pc-eyebrow {
  display: inline-flex;
  align-items: center;
  color: #58764a !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.pc-eyebrow--light {
  color: var(--pc-lime) !important;
}
.pc-eyebrow__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pc-lime);
  box-shadow: 0 0 0 6px rgba(188, 231, 105, 0.11);
}
.pc-hero h1 {
  max-width: 700px;
  margin: 23px 0 24px;
  font-size: 50px;
  font-size: clamp(50px, 4.65vw, 66px);
  line-height: 0.99;
  letter-spacing: -0.058em;
  font-weight: 650;
}
.pc-hero h1 em {
  display: block;
  margin-top: 11px;
  color: var(--pc-lime) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}
.pc-hero__lead {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.69) !important;
  font-size: 17px;
  line-height: 1.75;
}
.pc-hero__lead strong {
  color: #fff !important;
  font-weight: 650;
}
.pc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
.pc-btn {
  min-height: 51px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 750;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.pc-btn--lime {
  background: var(--pc-lime);
  color: #13200c !important;
  box-shadow: 0 16px 38px -18px rgba(188, 231, 105, 0.55);
}
.pc-btn--ghost {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.86) !important;
}
.pc-hero__trust {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 11px;
}
.pc-hero__trust span {
  display: flex;
  align-items: center;
}
.pc-hero__trust i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(188, 231, 105, 0.14);
  color: var(--pc-lime) !important;
}
.pc-hero__trust svg {
  width: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pc-hero__visual {
  position: relative;
  min-height: 590px;
  perspective: 1200px;
}
.pc-system-orbit {
  position: absolute;
  border: 1px solid rgba(188, 231, 105, 0.19);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.pc-system-orbit--outer {
  width: 580px;
  height: 410px;
  top: 83px;
  left: 18px;
}
.pc-system-orbit--inner {
  width: 420px;
  height: 290px;
  top: 145px;
  left: 98px;
  border-style: dashed;
  opacity: 0.7;
}
.pc-system-core {
  position: absolute;
  top: 244px;
  left: 269px;
  z-index: 1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: rgba(188, 231, 105, 0.09);
  border: 1px solid rgba(188, 231, 105, 0.3);
  box-shadow:
    inset 0 0 32px rgba(188, 231, 105, 0.08),
    0 0 70px rgba(188, 231, 105, 0.08);
}
.pc-system-core span {
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.pc-system-core strong {
  margin-top: 2px;
  color: var(--pc-lime) !important;
  font-size: 17px;
}
.pc-product {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
}
.pc-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 35px 28px rgba(0, 0, 0, 0.48));
}
.pc-product--glynac {
  left: -2px;
  top: 188px;
  width: 218px;
  height: 354px;
  transform: translate3d(0, 0, 0) rotate(-7deg);
  animation-name: pcHeroGlynacFloatV21;
  animation-duration: 6.8s;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  animation-delay: -1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.pc-product--q10 {
  left: 184px;
  top: 78px;
  width: 265px;
  height: 455px;
  transform: translate3d(0, 0, 0) rotate(0deg);
  animation-name: pcHeroQ10FloatV21;
  animation-duration: 7.6s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-delay: -3.1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.pc-product--vitc {
  right: -18px;
  top: 174px;
  width: 218px;
  height: 354px;
  transform: translate3d(0, 0, 0) rotate(7deg);
  animation-name: pcHeroVitcFloatV21;
  animation-duration: 7.1s;
  animation-timing-function: cubic-bezier(0.46, 0, 0.54, 1);
  animation-delay: -4.3s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.pc-hero.pc-hero--motion-active .pc-product {
  animation-play-state: running;
}
@keyframes pcHeroGlynacFloatV21 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-7deg);
  }
  38% {
    transform: translate3d(-2px, -8px, 0) rotate(-7.9deg);
  }
  72% {
    transform: translate3d(2px, -11px, 0) rotate(-6.4deg);
  }
}
@keyframes pcHeroQ10FloatV21 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  43% {
    transform: translate3d(1px, -12px, 0) rotate(0.55deg);
  }
  76% {
    transform: translate3d(-2px, -5px, 0) rotate(-0.35deg);
  }
}
@keyframes pcHeroVitcFloatV21 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(7deg);
  }
  34% {
    transform: translate3d(2px, -10px, 0) rotate(8deg);
  }
  69% {
    transform: translate3d(-2px, -4px, 0) rotate(6.3deg);
  }
}
.pc-float-tag {
  position: absolute;
  z-index: 4;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(22, 36, 45, 0.96);
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 9px;
  font-weight: 700;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.pc-float-tag::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--pc-lime);
  box-shadow: 0 0 9px var(--pc-lime);
}
.pc-float-tag--one {
  left: 4px;
  top: 115px;
}
.pc-float-tag--two {
  right: 29px;
  top: 89px;
}
.pc-float-tag--three {
  right: 0;
  bottom: 64px;
}
.pc-product-shadow {
  position: absolute;
  z-index: 0;
  left: 68px;
  right: 21px;
  bottom: 29px;
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.48) 0%,
    rgba(0, 0, 0, 0.22) 48%,
    transparent 74%
  );
}
.pc-hero__rail {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.pc-hero__rail > div {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 19px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.pc-hero__rail > div:first-child {
  padding-left: 0;
}
.pc-hero__rail > div:last-child {
  border-right: 0;
}
.pc-hero__rail b {
  color: var(--pc-lime) !important;
  font-family: Georgia, serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
}
.pc-hero__rail span {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 12px;
  line-height: 1.45;
}
.pc-hero__rail strong {
  display: block;
  color: #fff !important;
  font-size: 13px;
}

.pc-system {
  padding: 122px 0 112px;
  background: var(--pc-paper);
}
.pc-section-head {
  max-width: 760px;
}
.pc-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pc-section-head h2 {
  margin: 17px 0 21px;
  font-size: 39px;
  font-size: clamp(39px, 4.2vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 650;
}
.pc-section-head h2 em {
  display: block;
  color: #58764a !important;
  font-family: Georgia, serif;
  font-weight: 400;
}
.pc-section-head p {
  max-width: 670px;
  margin: 0 auto;
  color: var(--pc-muted) !important;
  font-size: 16px;
  line-height: 1.75;
}
.pc-layers {
  position: relative;
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--pc-line);
  background: #fff;
  box-shadow: 0 30px 80px -55px rgba(23, 35, 45, 0.45);
}
.pc-layers::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 16.66%;
  right: 16.66%;
  height: 24px;
  border-top: 1px solid rgba(88, 118, 74, 0.24);
  border-left: 1px solid rgba(88, 118, 74, 0.24);
  border-right: 1px solid rgba(88, 118, 74, 0.24);
}
.pc-layer {
  position: relative;
  min-height: 455px;
  padding: 35px 32px 31px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--pc-line);
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.pc-layer:last-child {
  border-right: 0;
}
.pc-layer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.pc-layer--one::after {
  background: var(--pc-cyan);
}
.pc-layer--two::after {
  background: var(--pc-gold);
}
.pc-layer--three::after {
  background: var(--pc-lime);
}
.pc-layer__number {
  position: absolute;
  right: 25px;
  top: 21px;
  color: rgba(16, 22, 29, 0.11) !important;
  font:
    italic 42px Georgia,
    serif;
}
.pc-layer__icon {
  width: 68px;
  height: 68px;
  margin-bottom: 32px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
}
.pc-layer__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-layer--one .pc-layer__icon {
  color: #4f9c93 !important;
  background: rgba(79, 156, 147, 0.08);
  box-shadow: inset 0 0 0 5px rgba(79, 156, 147, 0.035);
}
.pc-layer--two .pc-layer__icon {
  color: #ad7f20 !important;
  background: rgba(173, 127, 32, 0.08);
  box-shadow: inset 0 0 0 5px rgba(173, 127, 32, 0.035);
}
.pc-layer--three .pc-layer__icon {
  color: #628842 !important;
  background: rgba(98, 136, 66, 0.08);
  box-shadow: inset 0 0 0 5px rgba(98, 136, 66, 0.035);
}
.pc-layer__place {
  color: var(--pc-muted) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.pc-layer h3 {
  margin: 9px 0 14px;
  font-size: 27px;
  letter-spacing: -0.04em;
}
.pc-layer p {
  margin: 0;
  color: var(--pc-muted) !important;
  font-size: 14px;
  line-height: 1.72;
}
.pc-layer__formula {
  position: static;
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid var(--pc-line);
  color: var(--pc-muted) !important;
  font-size: 11px;
}
.pc-layer__formula b {
  color: var(--pc-ink) !important;
  font-size: 12px;
}
.pc-layer__formula span {
  padding-left: 5px;
  padding-right: 5px;
  color: #9aa29a !important;
}
.pc-system__result {
  min-height: 93px;
  padding: 21px 27px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 27px;
  align-items: center;
  background: var(--pc-navy);
  color: #fff !important;
}
.pc-system__result > span {
  color: var(--pc-lime) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.pc-system__result strong {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  font-style: italic;
}
.pc-system__result a {
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 750;
}
.pc-protocol {
  padding: 122px 0;
  background: var(--pc-navy);
  color: #fff !important;
}
.pc-protocol__intro {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 58px;
}
.pc-protocol__intro h2 {
  margin: 16px 0 0;
  font-size: 43px;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 650;
}
.pc-protocol__intro h2 em {
  color: var(--pc-lime) !important;
  font-family: Georgia, serif;
  font-weight: 400;
}
.pc-protocol__intro > p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 15px;
  line-height: 1.75;
}
.pc-formulas {
  display: grid;
  gap: 18px;
}
.pc-formula-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #172630;
  overflow: hidden;
}
.pc-formula-card__top {
  min-height: 58px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pc-formula-card__index {
  color: var(--pc-lime) !important;
  font:
    italic 20px Georgia,
    serif;
}
.pc-formula-card__type {
  color: rgba(255, 255, 255, 0.43) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.pc-formula-card__body {
  min-height: 410px;
  padding: 45px 58px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  align-items: center;
}
.pc-formula-card--q10 .pc-formula-card__body {
  grid-template-columns: 1.2fr 0.8fr;
}
.pc-formula-card__copy {
  max-width: 620px;
}
.pc-formula-card__brand {
  color: var(--pc-lime) !important;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.17em;
}
.pc-formula-card__copy h3 {
  margin: 12px 0 17px;
  max-width: 620px;
  font-size: 30px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.07;
  letter-spacing: -0.048em;
  font-weight: 620;
}
.pc-formula-card__copy p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 14px;
  line-height: 1.75;
}
.pc-formula-card footer {
  min-height: 65px;
  padding: 0 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 14, 18, 0.18);
}
.pc-formula-card footer span {
  color: rgba(255, 255, 255, 0.38) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pc-formula-card footer strong {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 11px;
  font-weight: 650;
}
.pc-formula-packshot {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
}
.pc-formula-packshot__halo {
  position: absolute;
  width: 285px;
  height: 285px;
  border: 1px solid rgba(188, 231, 105, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(188, 231, 105, 0.045);
}
.pc-formula-packshot__halo::after {
  content: "";
  position: absolute;
  top: 39px;
  right: 39px;
  bottom: 39px;
  left: 39px;
  border: 1px dashed rgba(188, 231, 105, 0.16);
  border-radius: 50%;
}
.pc-formula-packshot img {
  position: relative;
  z-index: 1;
  width: 225px;
  height: 305px;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.5));
}
.pc-formula-packshot--glynac img {
  transform: rotate(-3deg);
}
.pc-formula-packshot--vitc img {
  transform: rotate(3deg);
}
.pc-dose-pair {
  margin-top: 27px;
  display: flex;
  align-items: center;
}
.pc-dose-pair div {
  min-width: 133px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
}
.pc-dose-pair b,
.pc-dose-pair span {
  display: block;
}
.pc-dose-pair b {
  color: #fff !important;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.pc-dose-pair span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 9px;
}
.pc-dose-pair > i {
  color: var(--pc-lime) !important;
  font-family: Georgia, serif;
  font-size: 21px;
  font-style: normal;
}
.pc-q10-photo {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
}
.pc-q10-photo__halo {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(188, 231, 105, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(188, 231, 105, 0.05);
}
.pc-q10-photo__halo::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  border: 1px dashed rgba(188, 231, 105, 0.18);
  border-radius: 50%;
}
.pc-q10-photo img {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.5));
}
.pc-q10-photo small {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  padding: 8px 12px;
  border: 1px solid rgba(188, 231, 105, 0.2);
  border-radius: 20px;
  background: #172630;
  color: var(--pc-lime) !important;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
}
.pc-components {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
}
.pc-components span {
  padding: 9px 12px;
  border: 1px solid rgba(188, 231, 105, 0.18);
  border-radius: 20px;
  background: rgba(188, 231, 105, 0.06);
  color: rgba(255, 255, 255, 0.67) !important;
  font-size: 9px;
  font-weight: 650;
}

.pc-benefits {
  padding: 125px 0;
  background: #eef0e8;
}
.pc-benefits__grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 95px;
  align-items: start;
}
.pc-benefits__copy {
  position: sticky;
  top: 35px;
}
.pc-benefits__copy h2 {
  margin: 16px 0 21px;
  font-size: 41px;
  font-size: clamp(41px, 4.8vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 650;
}
.pc-benefits__copy h2 em {
  display: block;
  color: #58764a !important;
  font-family: Georgia, serif;
  font-weight: 400;
}
.pc-benefits__copy > p {
  margin: 0;
  color: var(--pc-muted) !important;
  font-size: 15px;
  line-height: 1.75;
}
.pc-benefits__note {
  margin-top: 28px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(88, 118, 74, 0.18);
  background: rgba(255, 255, 255, 0.45);
  color: #687369 !important;
  font-size: 10px;
  line-height: 1.55;
}
.pc-benefits__note i,
.pc-fit__checks i,
.pc-offer li i {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #66854d;
  color: #fff !important;
}
.pc-benefits__note svg,
.pc-fit__checks svg,
.pc-offer li svg {
  width: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-benefit-list {
  border-top: 1px solid var(--pc-line);
}
.pc-benefit-list article {
  min-height: 160px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 17px;
  align-items: center;
  border-bottom: 1px solid var(--pc-line);
}
.pc-benefit-list article > b {
  align-self: center;
  padding-top: 0;
  color: #6d8d57 !important;
  font:
    italic 25px Georgia,
    serif;
}
.pc-benefit-list h3 {
  margin: 0 0 8px;
  font-size: 23px;
  letter-spacing: -0.035em;
}
.pc-benefit-list p {
  max-width: 600px;
  margin: 0;
  color: var(--pc-muted) !important;
  font-size: 13px;
  line-height: 1.68;
}

.pc-evidence {
  padding: 122px 0 108px;
  background: #101b24;
  color: #fff !important;
}
.pc-evidence .pc-section-head h2 {
  color: #fff !important;
}
.pc-evidence .pc-section-head h2 em {
  color: var(--pc-lime) !important;
}
.pc-evidence .pc-section-head p {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.55) !important;
}
.pc-evidence__grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.pc-evidence__grid article {
  min-height: 460px;
  padding: 31px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  flex-direction: column;
}
.pc-evidence__grid article:last-child {
  border-right: 0;
}
.pc-evidence__tag {
  color: var(--pc-lime) !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}
.pc-evidence__focus {
  min-height: 104px;
  margin-top: 29px;
}
.pc-evidence__focus small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.38) !important;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.pc-evidence__focus strong {
  display: block;
  max-width: 310px;
  color: var(--pc-lime) !important;
  font:
    italic 32px/0.96 Georgia,
    serif;
  font:
    italic clamp(32px, 3vw, 45px) / 0.96 Georgia,
    serif;
  letter-spacing: -0.045em;
}
.pc-evidence__grid h3 {
  margin: 14px 0 11px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.pc-evidence__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 12px;
  line-height: 1.7;
}
.pc-evidence__study {
  margin-top: 21px;
  padding-top: 17px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pc-evidence__study b {
  color: #fff !important;
  font-size: 10px;
  line-height: 1.45;
  white-space: nowrap;
}
.pc-evidence__study span {
  color: rgba(255, 255, 255, 0.36) !important;
  font-size: 9px;
  line-height: 1.55;
}
.pc-evidence__grid a {
  min-height: 44px;
  margin-top: auto;
  padding-top: 23px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 10px;
  font-weight: 700;
}
.pc-evidence__grid a svg {
  width: 15px;
  fill: none;
  stroke: var(--pc-lime);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-evidence__disclaimer {
  max-width: 900px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.35) !important;
  font-size: 9px;
  line-height: 1.65;
}

.pc-routine {
  position: relative;
  overflow: hidden;
  padding: 122px 0;
  background: #eef2e8;
}
.pc-routine::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -330px;
  left: 50%;
  border: 1px solid rgba(87, 118, 74, 0.1);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow:
    0 0 0 80px rgba(87, 118, 74, 0.025),
    0 0 0 160px rgba(87, 118, 74, 0.018);
}
.pc-routine__head {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.pc-routine__head h2 {
  margin: 16px 0 20px;
  font-size: 43px;
  font-size: clamp(43px, 5vw, 67px);
  line-height: 1.01;
  letter-spacing: -0.057em;
  font-weight: 650;
}
.pc-routine__head h2 em {
  color: #58764a !important;
  font-family: Georgia, serif;
  font-weight: 400;
}
.pc-routine__head p {
  max-width: 610px;
  margin: 0 auto;
  color: var(--pc-muted) !important;
  font-size: 14px;
  line-height: 1.75;
}
.pc-routine__timeline {
  position: relative;
  z-index: 1;
  margin-top: 66px;
  padding: 48px 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 252, 0.88);
  border: 1px solid rgba(88, 118, 74, 0.18);
  box-shadow: 0 30px 70px -55px rgba(15, 28, 36, 0.45);
}
.pc-routine__timeline::before {
  content: "";
  position: absolute;
  top: 81px;
  left: 16.66%;
  right: 16.66%;
  height: 1px;
  background: rgba(88, 118, 74, 0.25);
}
.pc-routine__timeline article {
  position: relative;
  padding: 0 34px 42px;
  text-align: center;
}
.pc-routine__node {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  margin: 0 auto 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #16252e;
  color: var(--pc-lime) !important;
  box-shadow: 0 0 0 11px #fbfcf8;
  font:
    italic 22px Georgia,
    serif;
}
.pc-routine__timeline small {
  color: #71806e !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}
.pc-routine__timeline h3 {
  margin: 9px 0 9px;
  font-size: 21px;
  letter-spacing: -0.035em;
}
.pc-routine__timeline article p {
  max-width: 310px;
  margin: 0 auto;
  color: var(--pc-muted) !important;
  font-size: 12px;
  line-height: 1.65;
}
.pc-routine__summary {
  grid-column: 1 / -1;
  min-height: 57px;
  margin: 0 -40px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(88, 118, 74, 0.15);
  background: rgba(88, 118, 74, 0.045);
  color: #657064 !important;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.pc-routine__summary i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #76915f;
}
.pc-routine__summary strong {
  color: #4f7043 !important;
  font-weight: 850;
}

.pc-fit {
  padding: 0 0 120px;
  background: #f8f8f4;
}
.pc-fit__panel {
  padding: 62px;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  align-items: center;
  background: linear-gradient(135deg, #172731, #0f1c24);
  color: #fff !important;
  box-shadow: 0 35px 80px -55px rgba(15, 28, 36, 0.65);
}
.pc-fit__title h2 {
  margin: 16px 0 0;
  font-size: 36px;
  font-size: clamp(36px, 4.1vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.05em;
  font-weight: 620;
}
.pc-fit__title h2 em {
  color: var(--pc-lime) !important;
  font-family: Georgia, serif;
  font-weight: 400;
}
.pc-fit__checks {
  display: grid;
  gap: 15px;
}
.pc-fit__checks span {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.69) !important;
  font-size: 11px;
  line-height: 1.45;
}
.pc-fit__checks i {
  background: rgba(188, 231, 105, 0.14);
  color: var(--pc-lime) !important;
}

.pc-faq {
  padding: 122px 0;
  background: #eef0e8;
}
.pc-faq__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
  align-items: start;
}
.pc-faq__head {
  position: sticky;
  top: 35px;
}
.pc-faq__head h2 {
  margin: 16px 0 19px;
  font-size: 42px;
  font-size: clamp(42px, 4.9vw, 63px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 650;
}
.pc-faq__head h2 em {
  color: #58764a !important;
  font-family: Georgia, serif;
  font-weight: 400;
}
.pc-faq__head p {
  max-width: 390px;
  margin: 0;
  color: var(--pc-muted) !important;
  font-size: 13px;
  line-height: 1.7;
}
.pc-faq__list {
  border-top: 1px solid var(--pc-line);
}
.pc-faq details {
  border-bottom: 1px solid var(--pc-line);
}
.pc-faq summary {
  min-height: 82px;
  padding: 20px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 650;
}
.pc-faq summary::-webkit-details-marker {
  display: none;
}
.pc-faq summary span {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--pc-line);
  border-radius: 50%;
  position: relative;
}
.pc-faq summary span::before,
.pc-faq summary span::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 11px;
  height: 1px;
  background: var(--pc-ink);
  transition: transform 0.17s ease;
}
.pc-faq summary span::after {
  transform: rotate(90deg);
}
.pc-faq details[open] summary span::after {
  transform: rotate(0);
}
.pc-faq details p {
  margin: -4px 50px 27px 3px;
  color: var(--pc-muted) !important;
  font-size: 12px;
  line-height: 1.72;
}

.pc-offer {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(
      circle at 82% 45%,
      rgba(188, 231, 105, 0.11),
      transparent 30%
    ),
    radial-gradient(
      circle at 8% 110%,
      rgba(114, 216, 203, 0.07),
      transparent 32%
    ),
    linear-gradient(135deg, #0d171f 0%, #142630 58%, #0d1921 100%);
}
.pc-offer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 92px 92px;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 35%,
    #000 75%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 35%,
    #000 75%,
    transparent
  );
  pointer-events: none;
}
.pc-offer__box {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 100px;
  align-items: center;
  color: #fff !important;
}
.pc-offer__ambient {
  position: absolute;
  right: -180px;
  top: -210px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  border: 1px solid rgba(188, 231, 105, 0.1);
  box-shadow:
    0 0 0 80px rgba(188, 231, 105, 0.018),
    0 0 0 160px rgba(188, 231, 105, 0.012);
}
.pc-offer__copy,
.pc-offer__card {
  position: relative;
  z-index: 1;
}
.pc-offer__copy h2 {
  margin: 16px 0 18px;
  font-size: 43px;
  font-size: clamp(43px, 5vw, 65px);
  line-height: 1.01;
  letter-spacing: -0.055em;
  font-weight: 630;
}
.pc-offer__copy h2 em {
  color: var(--pc-lime) !important;
  font-family: Georgia, serif;
  font-weight: 400;
}
.pc-offer__copy > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.57) !important;
  font-size: 14px;
  line-height: 1.7;
}
.pc-offer__copy ul {
  margin: 27px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}
.pc-offer__copy li {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 11px;
}
.pc-offer li i {
  background: rgba(188, 231, 105, 0.13);
  color: var(--pc-lime) !important;
}
.pc-offer__card {
  width: 100%;
  max-width: 490px;
  justify-self: end;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.11),
    rgba(255, 255, 255, 0.045)
  );
  color: #fff !important;
  box-shadow:
    0 38px 90px -35px rgba(0, 0, 0, 0.72),
    inset 0 1px rgba(255, 255, 255, 0.07);
}
.pc-offer__products {
  height: 185px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.pc-offer__products img {
  width: 31%;
  height: 163px;
  object-fit: contain;
  filter: drop-shadow(0 18px 15px rgba(0, 0, 0, 0.42));
}
.pc-offer__products img:first-child {
  transform: translateX(10px) rotate(-4deg);
}
.pc-offer__products img:nth-child(2) {
  z-index: 1;
  height: 180px;
}
.pc-offer__products img:last-child {
  transform: translateX(-10px) rotate(4deg);
}
.pc-offer__label {
  margin-top: 25px;
  color: var(--pc-lime) !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
}
.pc-offer__count {
  margin: 9px 0 24px;
  display: flex;
  align-items: center;
}
.pc-offer__count b {
  font:
    italic 55px Georgia,
    serif;
  color: var(--pc-lime) !important;
}
.pc-offer__count span {
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 11px;
  line-height: 1.4;
}
.pc-offer__card .pc-btn {
  width: 100%;
}
.pc-pack-add.is-loading {
  opacity: 0.72;
  pointer-events: none;
}
.pc-offer__card > small {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.34) !important;
  font-size: 8px;
  text-align: center;
}

.pc-footer {
  padding: 42px 0 90px;
  background: #0d171e;
  color: #fff !important;
}
.pc-footer__top {
  min-height: 75px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.pc-footer__top p {
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 10px;
}
.pc-footer__top > a:last-child {
  justify-self: end;
  color: rgba(255, 255, 255, 0.54) !important;
  font-size: 9px;
}
.pc-footer__legal {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.28) !important;
  font-size: 8px;
  line-height: 1.6;
}
.pc-footer__legal p {
  max-width: 750px;
  margin: 0;
}
.pc-footer__legal span {
  white-space: nowrap;
}
.pc-sticky {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  transform: translate(-50%, 18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: calc(100% - 32px);
  max-width: 620px;
  min-height: 64px;
  padding: 8px 8px 8px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(188, 231, 105, 0.58);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.985);
  color: var(--pc-ink) !important;
  box-shadow:
    0 18px 52px rgba(13, 23, 30, 0.24),
    0 0 0 3px rgba(188, 231, 105, 0.13);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0s linear 0.22s;
}
.pc-sticky--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}
.ins-sidecart-open .pc-sticky,
.pc-page.pc-keyboard-active .pc-sticky {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 18px);
}
.pc-sticky strong,
.pc-sticky span {
  display: block;
}
.pc-sticky strong {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}
.pc-sticky span {
  margin-top: 2px;
  color: rgba(16, 22, 29, 0.62) !important;
  font-size: 8px;
}
.pc-sticky > a {
  min-height: 46px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: var(--pc-lime);
  color: #16200f !important;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 10px 24px -14px rgba(98, 136, 66, 0.72);
}
.pc-sticky svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1080px) {
  .pc-hero {
    min-height: auto;
  }
  .pc-hero__wrap {
    grid-template-columns: minmax(0, 1fr);
  }
  .pc-hero__copy {
    max-width: 790px;
    padding-bottom: 0;
  }
  .pc-hero__visual {
    width: 630px;
    max-width: 100%;
    margin: -15px auto 0;
  }
  .pc-product--vitc {
    right: 8px;
  }
  .pc-benefits__grid,
  .pc-faq__grid {
    gap: 55px;
  }
  .pc-formula-card__body {
    padding: 42px;
    gap: 42px;
  }
  .pc-fit__panel,
  .pc-offer__box {
    gap: 50px;
  }
}

@media (max-width: 760px) {
  .pc-wrap {
    width: calc(100% - 36px);
  }
  .pc-hero {
    padding: 68px 0 28px;
  }
  .pc-hero h1 {
    margin-top: 19px;
    font-size: 45px;
    font-size: clamp(45px, 13.5vw, 64px);
  }
  .pc-hero__lead {
    font-size: 15px;
  }
  .pc-hero__actions {
    flex-direction: column;
  }
  .pc-btn {
    width: 100%;
  }
  .pc-hero__visual {
    min-height: 490px;
    transform: scale(0.86);
    transform-origin: center top;
    margin-bottom: -70px;
  }
  .pc-hero__rail {
    margin-top: 14px;
    grid-template-columns: 1fr;
  }
  .pc-hero__rail > div {
    min-height: 70px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .pc-hero__rail > div:last-child {
    border-bottom: 0;
  }
  .pc-system {
    padding: 84px 0 76px;
  }
  .pc-section-head h2 {
    font-size: 39px;
  }
  .pc-section-head p {
    font-size: 14px;
  }
  .pc-layers {
    grid-template-columns: 1fr;
  }
  .pc-layers::before {
    display: none;
  }
  .pc-layer {
    min-height: 410px;
    border-right: 0;
    border-bottom: 1px solid var(--pc-line);
  }
  .pc-layer:last-child {
    border-bottom: 0;
  }
  .pc-system__result {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 25px;
  }
  .pc-protocol {
    padding: 84px 0;
  }
  .pc-protocol__intro {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .pc-protocol__intro > p {
    font-size: 13px;
  }
  .pc-formula-card__body,
  .pc-formula-card--q10 .pc-formula-card__body {
    min-height: 0;
    padding: 40px 25px;
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .pc-formula-card--q10 .pc-formula-card__copy {
    order: 2;
  }
  .pc-formula-packshot {
    min-height: 285px;
  }
  .pc-formula-packshot img {
    width: 190px;
    height: 270px;
  }
  .pc-formula-packshot__halo {
    width: 250px;
    height: 250px;
  }
  .pc-formula-card__copy h3 {
    font-size: 33px;
  }
  .pc-dose-pair div {
    min-width: 0;
    flex: 1;
  }
  .pc-formula-card footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pc-benefits,
  .pc-evidence,
  .pc-routine,
  .pc-faq,
  .pc-offer {
    padding: 84px 0;
  }
  .pc-benefits__grid,
  .pc-faq__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .pc-benefits__copy,
  .pc-faq__head {
    position: static;
  }
  .pc-evidence__grid {
    grid-template-columns: 1fr;
  }
  .pc-evidence__grid article {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .pc-evidence__grid article:last-child {
    border-bottom: 0;
  }
  .pc-routine__timeline {
    margin-top: 48px;
    padding: 38px 27px 0;
    grid-template-columns: 1fr;
  }
  .pc-routine__timeline::before {
    top: 70px;
    bottom: 102px;
    left: 60px;
    right: auto;
    width: 1px;
    height: auto;
  }
  .pc-routine__timeline article {
    padding: 0 0 35px;
    display: grid;
    grid-template-columns: 67px 1fr;
    gap: 22px;
    text-align: left;
  }
  .pc-routine__node {
    width: 52px;
    height: 52px;
    margin: 0;
    font-size: 18px;
    box-shadow: 0 0 0 8px #fbfcf8;
  }
  .pc-routine__timeline article p {
    max-width: none;
    margin: 0;
  }
  .pc-routine__summary {
    margin: 0 -27px;
    font-size: 8px;
  }
  .pc-fit {
    padding-bottom: 84px;
  }
  .pc-fit__panel {
    padding: 38px 25px;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .pc-offer__box {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .pc-offer__card {
    max-width: none;
    justify-self: stretch;
  }
  .pc-offer__ambient {
    display: none;
  }
  .pc-product img,
  .pc-formula-packshot img,
  .pc-q10-photo img,
  .pc-offer__products img {
    filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.34));
  }
  .pc-footer__top {
    grid-template-columns: 1fr auto;
  }
  .pc-footer__top p {
    display: none;
  }
  .pc-footer__legal {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .pc-hero__visual {
    width: 600px;
    max-width: none;
    left: 50%;
    transform: translateX(-50%) scale(0.74);
    margin-bottom: -95px;
  }
  .pc-hero__trust {
    display: grid;
    gap: 11px 15px;
  }
  .pc-product--glynac {
    left: 26px;
  }
  .pc-product--vitc {
    right: 18px;
  }
  .pc-formula-card__top {
    padding-left: 17px;
    padding-right: 17px;
  }
  .pc-formula-card__type {
    max-width: 180px;
    text-align: right;
    line-height: 1.35;
  }
  .pc-benefit-list article {
    grid-template-columns: 48px 1fr;
  }
  .pc-fit__title h2 {
    font-size: 35px;
  }
  .pc-sticky {
    width: calc(100% - 16px);
    bottom: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
  }
  .pc-sticky span {
    display: none;
  }
}

@media (max-width: 460px) {
  .pc-hero__visual {
    transform: translateX(-50%) scale(0.64);
    margin-bottom: -140px;
  }
}

@media (max-width: 400px) {
  .pc-hero__visual {
    transform: translateX(-50%) scale(0.55);
    margin-bottom: -190px;
  }
}

@media (max-width: 350px) {
  .pc-hero__visual {
    transform: translateX(-50%) scale(0.47);
    margin-bottom: -230px;
  }
}

@supports (overflow: clip) {
  .pc-hero,
  .pc-routine,
  .pc-offer {
    overflow: clip;
  }
}

@media (hover: hover) and (pointer: fine) {
  .pc-btn:hover svg,
  .pc-system__result a:hover svg {
    transform: translateX(4px);
  }
  .pc-btn--lime:hover {
    background: var(--pc-lime-bright);
    transform: translateY(-2px);
  }
  .pc-btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.05);
  }
  .pc-layer:hover {
    z-index: 2;
    transform: translateY(-7px);
    box-shadow: 0 24px 55px -38px rgba(15, 26, 34, 0.48);
  }
  .pc-layer:hover::after {
    transform: scaleX(1);
  }
}

/* Flex spacing uses margins universally; Grid keeps native gap. */
.pc-eyebrow__pulse {
  margin-right: 9px;
}
.pc-btn svg {
  margin-left: 12px;
}
.pc-hero__actions {
  margin-right: -11px;
  margin-bottom: -11px;
}
.pc-hero__actions > * {
  margin-right: 11px;
  margin-bottom: 11px;
}
.pc-hero__trust {
  margin-right: -22px;
  margin-bottom: -17px;
}
.pc-hero__trust > span {
  margin-right: 22px;
  margin-bottom: 17px;
}
.pc-hero__trust i {
  margin-right: 7px;
}
.pc-hero__rail > div > * + * {
  margin-left: 16px;
}
.pc-system__result a svg,
.pc-evidence__grid a svg {
  margin-left: 9px;
}
.pc-formula-card footer > * + * {
  margin-left: 20px;
}
.pc-dose-pair > * + * {
  margin-left: 18px;
}
.pc-components {
  margin-right: -7px;
  margin-bottom: -7px;
}
.pc-components > * {
  margin-right: 7px;
  margin-bottom: 7px;
}
.pc-benefits__note > * + * {
  margin-left: 11px;
}
.pc-routine__summary > * + * {
  margin-left: 17px;
}
.pc-fit__checks i {
  margin-right: 11px;
}
.pc-faq summary span {
  margin-left: 20px;
}
.pc-offer__copy li i {
  margin-right: 10px;
}
.pc-offer__count > * + * {
  margin-left: 13px;
}
.pc-footer__legal > * + * {
  margin-left: 30px;
}
.pc-sticky > * + * {
  margin-left: 22px;
}
.pc-sticky > a svg {
  margin-left: 8px;
}

@media (max-width: 760px) {
  .pc-hero__actions {
    margin-right: 0;
  }
  .pc-hero__actions > * {
    margin-right: 0;
  }
  .pc-hero__trust {
    margin-right: -15px;
    margin-bottom: -11px;
  }
  .pc-hero__trust > span {
    margin-right: 15px;
    margin-bottom: 11px;
  }
  .pc-formula-card footer > * + * {
    margin-top: 5px;
    margin-left: 0;
  }
  .pc-dose-pair > * + * {
    margin-left: 8px;
  }
  .pc-routine__summary > * + * {
    margin-left: 10px;
  }
  .pc-footer__legal > * + * {
    margin-top: 30px;
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  .pc-hero__trust {
    margin-right: 0;
    margin-bottom: 0;
  }
  .pc-hero__trust > span {
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* INSYGMA v2.1 · Breakdance paint shield */
.pc-page.pc-page.pc-page {
  color: var(--pc-ink) !important;
}
.pc-page.pc-page.pc-page h1,
.pc-page.pc-page.pc-page h2,
.pc-page.pc-page.pc-page h3,
.pc-page.pc-page.pc-page .pc-faq summary {
  color: var(--pc-ink) !important;
}
.pc-page.pc-page.pc-page .pc-hero h1,
.pc-page.pc-page.pc-page .pc-protocol__intro h2,
.pc-page.pc-page.pc-page .pc-formula-card__copy h3,
.pc-page.pc-page.pc-page .pc-evidence .pc-section-head h2,
.pc-page.pc-page.pc-page .pc-evidence__grid h3,
.pc-page.pc-page.pc-page .pc-fit__title h2,
.pc-page.pc-page.pc-page .pc-offer__copy h2 {
  color: #fff !important;
}
.pc-page.pc-page.pc-page .pc-section-head h2 em,
.pc-page.pc-page.pc-page .pc-benefits__copy h2 em,
.pc-page.pc-page.pc-page .pc-routine__head h2 em,
.pc-page.pc-page.pc-page .pc-faq__head h2 em {
  color: #58764a !important;
}
.pc-page.pc-page.pc-page .pc-hero h1 em,
.pc-page.pc-page.pc-page .pc-protocol__intro h2 em,
.pc-page.pc-page.pc-page .pc-evidence .pc-section-head h2 em,
.pc-page.pc-page.pc-page .pc-fit__title h2 em,
.pc-page.pc-page.pc-page .pc-offer__copy h2 em {
  color: var(--pc-lime) !important;
}
.pc-page.pc-page.pc-page .pc-system__result strong,
.pc-page.pc-page.pc-page .pc-system__result a,
.pc-page.pc-page.pc-page .pc-footer .pc-brand {
  color: #fff !important;
}
.pc-page.pc-page.pc-page .pc-sticky {
  z-index: 120;
  border-color: rgba(188, 231, 105, 0.58) !important;
  background: rgba(255, 255, 255, 0.985) !important;
  color: var(--pc-ink) !important;
}
.pc-page.pc-page.pc-page .pc-sticky strong {
  color: var(--pc-ink) !important;
}
.pc-page.pc-page.pc-page .pc-sticky span {
  color: rgba(16, 22, 29, 0.62) !important;
}
.pc-page.pc-page.pc-page a.pc-btn--lime {
  border-color: transparent !important;
  background: var(--pc-lime) !important;
  color: #13200c !important;
}
.pc-page.pc-page.pc-page .pc-sticky > a {
  border-color: transparent !important;
  background: var(--pc-lime) !important;
  color: #16200f !important;
}
.pc-page.pc-page.pc-page a.pc-btn--ghost {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.86) !important;
}
.pc-page.pc-page.pc-page .pc-btn svg,
.pc-page.pc-page.pc-page .pc-system__result svg,
.pc-page.pc-page.pc-page .pc-hero__trust svg,
.pc-page.pc-page.pc-page .pc-layer__icon svg,
.pc-page.pc-page.pc-page .pc-benefits__note svg,
.pc-page.pc-page.pc-page .pc-fit__checks svg,
.pc-page.pc-page.pc-page .pc-offer li svg,
.pc-page.pc-page.pc-page .pc-sticky svg {
  fill: none !important;
  stroke: currentColor !important;
}
.pc-page.pc-page.pc-page .pc-evidence__grid a svg {
  fill: none !important;
  stroke: var(--pc-lime) !important;
}
@media (hover: hover) and (pointer: fine) {
  .pc-page.pc-page.pc-page .pc-btn--lime:hover {
    background: var(--pc-lime-bright) !important;
  }
  .pc-page.pc-page.pc-page .pc-btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.05) !important;
  }
}

/* INSYGMA v2.2 · Breakdance typography shield */
.pc-page.pc-page.pc-page,
.pc-page.pc-page.pc-page h1,
.pc-page.pc-page.pc-page h2,
.pc-page.pc-page.pc-page h3,
.pc-page.pc-page.pc-page div,
.pc-page.pc-page.pc-page p,
.pc-page.pc-page.pc-page a,
.pc-page.pc-page.pc-page span,
.pc-page.pc-page.pc-page strong,
.pc-page.pc-page.pc-page b,
.pc-page.pc-page.pc-page small,
.pc-page.pc-page.pc-page li,
.pc-page.pc-page.pc-page summary,
.pc-page.pc-page.pc-page em,
.pc-page.pc-page.pc-page i,
.pc-page.pc-page.pc-page button {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
}
.pc-page.pc-page.pc-page .pc-hero h1 em,
.pc-page.pc-page.pc-page .pc-hero__rail b,
.pc-page.pc-page.pc-page .pc-section-head h2 em,
.pc-page.pc-page.pc-page .pc-layer__number,
.pc-page.pc-page.pc-page .pc-system__result strong,
.pc-page.pc-page.pc-page .pc-protocol__intro h2 em,
.pc-page.pc-page.pc-page .pc-formula-card__index,
.pc-page.pc-page.pc-page .pc-dose-pair > i,
.pc-page.pc-page.pc-page .pc-benefits__copy h2 em,
.pc-page.pc-page.pc-page .pc-benefit-list article > b,
.pc-page.pc-page.pc-page .pc-evidence__focus strong,
.pc-page.pc-page.pc-page .pc-routine__head h2 em,
.pc-page.pc-page.pc-page .pc-routine__node,
.pc-page.pc-page.pc-page .pc-fit__title h2 em,
.pc-page.pc-page.pc-page .pc-faq__head h2 em,
.pc-page.pc-page.pc-page .pc-offer__copy h2 em,
.pc-page.pc-page.pc-page .pc-offer__count b {
  font-family: Georgia, "Times New Roman", serif !important;
}

@media (prefers-reduced-motion: reduce) {
  .pc-page .pc-product--glynac,
  .pc-page .pc-product--q10,
  .pc-page .pc-product--vitc {
    animation-name: none !important;
  }
  .pc-page,
  .pc-page *,
  .pc-page *::before,
  .pc-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}