@import url('https://fonts.googleapis.com/css2?family=Mozilla+Text:wght@200..700&display=swap');

:root {
  --container-width: 1320px;
  --page-padding: 40px;
  --blue-950: #062c6d;
  --blue-900: #063b90;
  --blue-800: #0069c9;
  --blue-700: #0078d7;
  --blue-500: #00a4dc;
  --blue-100: #d8ecff;
  --pink: #f50074;
  --pink-dark: #c90065;
  --purple: #8c58aa;
  --orange: #f36b2b;
  --text-blue: #004d9f;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 48, 115, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--blue-950);
  font-family: "Mozilla Text";
  background: var(--blue-100);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 140px;
  color: var(--white);
  background: rgba(0, 25, 66, 0.3);
  backdrop-filter: blur(10px);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 140px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 296px;
  height: auto;
}

h2 span,
.footer-main span,
.blister-section h2 span {
  font-style: italic;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  flex: 1;
  color: #fff;
  font-family: "Mozilla Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.site-nav a,
.nav-link {
  color: var(--white);
  font-weight: 700;
  opacity: 1;
  transition: color 160ms ease, font-weight 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-link:hover,
.nav-link:focus-visible {
  color: #f44d5a;
  font-family: "Mozilla Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.nav-link {
  border: 0;
  padding: 0;
  font: inherit;
  background: transparent;
  cursor: pointer;
}

.has-menu {
  position: relative;
}

.has-menu .nav-link::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 13px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg) translateY(-5px);
}

.product-menu {
  position: absolute;
  top: 30px;
  left: -20px;
  display: grid;
  min-width: 160px;
  padding: 14px 16px;
  border-radius: 5px;
  background: #041d4e;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.has-menu:hover .product-menu,
.has-menu.products-open .product-menu,
.has-menu:focus-within .product-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.product-menu a {
  padding: 9px 0;
  white-space: nowrap;
}

.buy-button,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  color: var(--white);
  background: var(--pink);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(245, 0, 116, 0.25);
}

.buy-button:hover,
.buy-button:focus-visible,
.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible {
  box-shadow: 0 16px 36px rgba(245, 0, 116, 0.42);
}

.buy-button {
  width: 248px;
  min-width: 248px;
  height: 55px;
  min-height: 55px;
  padding: 0;
  border-radius: 50px;
  background: #f50075;
  color: #fff;
  text-align: center;
  font-family: "Mozilla Text";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero .primary-button {
  width: 334px;
  height: 64px;
  min-height: 64px;
  padding: 0;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 700;
}

.nav-toggle {
  display: none;
}

.mobile-menu-buy {
  display: none;
}

.productos-page {
  background: #e7eff7;
}

.productos-hero {
  position: relative;
  top: -140px;
  margin: 0 0 -140px;
  min-height: 850px;
  overflow: hidden;
  color: #fff;
  background: url("../images/productos-hero-bg.png") center top / 100% 100% no-repeat;
}

.productos-hero-inner {
  position: relative;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 850px;
  margin: 0 auto;
  padding: 194px 0 86px;
}

.productos-hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
}

.productos-hero h1 {
  margin: 0 0 16px;
}

.productos-hero h1 img {
  width: min(680px, 100%);
  height: auto;
}

.productos-hero-subtitle {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
}

.productos-hero-list {
  display: grid;
  gap: 42px;
  width: min(500px, 100%);
  margin: 96px 0 0;
  padding: 0;
  list-style: none;
}

.productos-hero-list li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 30px;
  align-items: center;
  color: #ffdb6d;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.08;
}

.productos-hero-list img {
  width: 25px;
  height: auto;
}

.productos-hero-packshot {
  position: absolute;
  right: -6px;
  bottom: 105px;
  z-index: 1;
  width: min(813px, 61.6vw);
  height: auto;
}

.productos-magnesium {
  padding: 71px var(--page-padding) 66px;
  background: #e7eff7;
}

.productos-magnesium-inner {
  display: grid;
  grid-template-columns: 527px minmax(0, 1fr);
  gap: 126px;
  align-items: start;
  width: min(1152px, 100%);
  margin: 0 auto;
}

.productos-magnesium-media {
  position: relative;
  margin: 0;
}

.productos-magnesium-photo {
  width: 527px;
  height: auto;
  border-radius: 8px 8px 8px 100px;
}

.productos-magnesium-arrows {
  position: absolute;
  left: 29px;
  top: 27px;
  z-index: 2;
  width: 56px;
  height: auto;
  transform: rotate(-90deg);
}

.productos-magnesium-copy {
  position: relative;
  padding-top: 5px;
}

.productos-magnesium-copy h2 {
  margin: 0 0 46px;
  color: #005eb8;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.18;
}

.productos-magnesium-copy h2 span {
  display: block;
  font-style: normal;
}

.productos-magnesium-copy h2 strong {
  color: #df1474;
  font-weight: 800;
}

.productos-magnesium-heading-arrows {
  position: absolute;
  left: 300px;
  top: -15px;
  width: 95px;
  height: auto;
}

.productos-magnesium-list {
  display: grid;
  gap: 29px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.productos-magnesium-list li {
  position: relative;
  display: block;
}

.productos-magnesium-list li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 25px;
  height: 44px;
  background: url("../images/ico-productos-list.svg") center / contain no-repeat;
  pointer-events: none;
}

.productos-magnesium-list li > img {
  display: none;
}

.productos-magnesium-list li span {
  display: block;
  min-height: 100px;
  padding: 18px 32px 18px 33px;
  border-radius: 5px;
  color: #062c6d;
  background: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
}

.productos-duoaktiv {
  position: relative;
  min-height: 568px;
  overflow: hidden;
  background: url("../images/productos-duoaktiv-bg.png") center top / 100% 100% no-repeat;
}

.productos-duoaktiv-inner {
  position: relative;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 568px;
  margin: 0 auto;
}

.productos-duoaktiv-pack {
  position: absolute;
  left: 8px;
  top: 218px;
  z-index: 2;
  width: 453px;
  height: auto;
}

.productos-duoaktiv-person {
  position: absolute;
  left: 416px;
  bottom: 0;
  z-index: 1;
  width: 480px;
  max-width: none;
  height: auto;
}

.productos-duoaktiv-copy {
  position: absolute;
  right: 28px;
  top: 78px;
  z-index: 3;
  width: 430px;
  color: #fff;
}

.productos-duoaktiv-copy h2 {
  margin: 0 0 30px;
  color: #ff5c64;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.18;
}

.productos-duoaktiv-copy p {
  margin: 0 0 43px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.08;
}

.productos-duoaktiv-copy strong {
  font-weight: 800;
}

.productos-duoaktiv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  height: 62px;
  border-radius: 50px;
  color: #fff;
  background: #df1474;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.productos-duoaktiv-button:hover {
  box-shadow: 0 20px 48px rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.productos-curcuma {
  position: relative;
  min-height: 569px;
  overflow: hidden;
  background: url("../images/productos-curcuma-bg.png") center top / 100% 100% no-repeat;
}

.productos-curcuma-inner {
  position: relative;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 569px;
  margin: 0 auto;
}

.productos-curcuma-copy {
  position: absolute;
  left: 0;
  top: 109px;
  z-index: 3;
  width: 465px;
  color: #fff;
}

.productos-curcuma-copy h2 {
  margin: 0 0 27px;
  color: #ffdb6d;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.22;
}

.productos-curcuma-copy p {
  margin: 0 0 46px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.08;
}

.productos-curcuma-copy strong {
  font-weight: 800;
}

.productos-curcuma-person {
  position: absolute;
  left: 452px;
  bottom: -1px;
  z-index: 1;
  width: 430px;
  max-width: none;
  height: auto;
}

.productos-curcuma-pack {
  position: absolute;
  right: 7px;
  top: 167px;
  z-index: 2;
  width: 415px;
  height: auto;
}

.productos-curcuma-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  height: 62px;
  border-radius: 50px;
  color: #fff;
  background: #df1474;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.productos-curcuma-button:hover {
  box-shadow: 0 20px 48px rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.productos-ultra {
  position: relative;
  min-height: 569px;
  overflow: hidden;
  background: url("../images/productos-ultra-bg.png") center top / 100% 100% no-repeat;
}

.productos-ultra-inner {
  position: relative;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 569px;
  margin: 0 auto;
}

.productos-ultra-pack {
  position: absolute;
  left: 32px;
  top: 184px;
  z-index: 2;
  width: 386px;
  height: auto;
}

.productos-ultra-person {
  position: absolute;
  left: 412px;
  bottom: 0;
  z-index: 1;
  width: 556px;
  max-width: none;
  height: auto;
}

.productos-ultra-copy {
  position: absolute;
  right: 26px;
  top: 83px;
  z-index: 3;
  width: 430px;
  color: #fff;
}

.productos-ultra-copy h2 {
  margin: 0 0 41px;
  color: #6bd3f3;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.24;
}

.productos-ultra-copy p {
  margin: 0 0 74px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.16;
}

.productos-ultra-copy strong {
  font-weight: 800;
}

.productos-ultra-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  height: 62px;
  border-radius: 50px;
  color: #fff;
  background: #df1474;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.productos-ultra-button:hover {
  box-shadow: 0 20px 48px rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.productos-choice {
  min-height: 740px;
  padding: 72px var(--page-padding) 82px;
  background: #e7eff7;
}

.productos-choice-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.productos-choice h2 {
  margin: 0 0 72px;
  color: #005ebb;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.productos-brand-mark {
  display: inline-block;
  width: 1em;
  height: 0.164em;
  background: currentColor;
  mask: url("/assets/images/magnetrans.svg") center / contain no-repeat;
  -webkit-mask: url("/assets/images/magnetrans.svg") center / contain no-repeat;
  vertical-align: baseline;
}

.productos-brand-mark-title {
  width: 6.1em;
  height: 1em;
  margin: 0 4px 0 6px;
  color: #df1474;
  transform: translateY(0.13em);
}

.productos-brand-mark-signature {
  width: 6.1em;
  height: 1em;
  margin: 0 3px 0 4px;
  color: #0069c9;
  transform: translateY(0.15em);
}

.productos-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 535px));
  gap: 60px 85px;
  justify-content: center;
}

.productos-choice-card {
  position: relative;
  min-height: 145px;
  padding: 30px 36px 27px;
  border-radius: 4px;
  background: linear-gradient(90deg, #3da3ff 0%, #2e7fc8 100%);
}

.productos-choice-card::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 25px;
  height: 44px;
  background: url("../images/ico-productos-list.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.productos-choice-card h3 {
  margin: 0 0 15px;
  color: #ffdb6d;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.06;
}

.productos-choice-card p {
  max-width: 475px;
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.16;
}

.productos-choice-signature {
  margin: 79px 0 0;
  color: #0f87ff;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.duoaktiv-body {
  background: #fff;
}

.duoaktiv-page {
  background: #fff;
}

.duo-wordmark {
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  height: 0.164em;
  background: currentColor;
  mask: url("../images/magnetrans.svg") center / contain no-repeat;
  -webkit-mask: url("../images/magnetrans.svg") center / contain no-repeat;
  vertical-align: baseline;
}

.duo-hero {
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  min-height: 1024px;
  padding-top: 140px;
  overflow: hidden;
  background: url("../images/duoaktiv-bg.png") center top / 100% 100% no-repeat;
}

.duo-hero-inner {
  position: relative;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 884px;
  margin: 0 auto;
}

.duo-hero-copy {
  position: relative;
  z-index: 4;
  width: 570px;
  padding-top: 112px;
  color: #fff;
}

.duo-hero-copy h1 {
  margin: 0 0 27px;
  color: #fff;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.12;
}

.duo-action-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 560px;
  min-height: 78px;
  padding: 8px 14px 11px;
  border-radius: 4px;
  color: #ffdb3f;
  background: #d40772;
  font-size: 51px;
  font-weight: 800;
  line-height: 1;
}

.duo-wordmark-badge {
  width: 6.95em;
  height: 1em;
  transform: translateY(0.08em);
}

.duo-hero-list {
  display: grid;
  gap: 44px;
  width: 390px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.duo-hero-list li {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 24px;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.12;
}

.duo-hero-list img {
  width: 29px;
  height: auto;
}

.duo-hero-list strong {
  font-weight: 800;
}

.duo-hero-person {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
  width: 840px;
  max-width: none;
}

.duo-hero-pack {
  position: absolute;
  right: 22px;
  bottom: 60px;
  z-index: 5;
  width: 610px;
  max-width: none;
}

.duo-recovery {
  padding: 111px var(--page-padding) 106px;
  background: #fff;
}

.duo-recovery-inner {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) 494px;
  gap: 120px;
  align-items: start;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.duo-recovery-copy h2 {
  position: relative;
  display: grid;
  gap: 3px;
  margin: 0 0 37px;
  color: #3c2a73;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.06;
}

.duo-recovery-copy h2 span {
  font-style: normal;
}

.duo-recovery-mobile-line,
.duo-recovery-mobile-purple-line {
  display: none;
}

.duo-recovery-purple-line {
  color: #bd7cbe;
}

.duo-recovery-copy h2 span:nth-child(n + 2) {
  color: #bd7cbe;
}

.duo-recovery-copy h2 img {
  position: absolute;
  left: 340px;
  bottom: 1px;
  width: 93px;
}

.duo-recovery-copy p {
  width: min(560px, 100%);
  margin: 0 0 20px;
  color: #101010;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
}

.duo-recovery-copy strong {
  font-weight: 800;
}

.duo-video-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 494px;
  aspect-ratio: 494 / 300;
  overflow: hidden;
  border-radius: 0 9px 9px 9px;
  background: #d8d8d8;
}

.duo-video-bg {
  position: absolute;
  inset: 0;
  background: url("../images/productos-img-magnesio.png") center / 150% auto no-repeat;
  filter: blur(1px);
  opacity: 0.64;
  transform: scale(1.04);
}

.duo-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(48, 48, 48, 0.26);
}

.duo-video-card img {
  position: relative;
  z-index: 1;
  width: 290px;
  height: auto;
}

.duo-play {
  position: absolute;
  z-index: 2;
  width: 76px;
  height: 76px;
  border: 7px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(73, 38, 124, 0.32);
}

.duo-play::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
}

.duo-format {
  min-height: 735px;
  padding: 64px var(--page-padding) 108px;
  border-radius: 0 205px 0 0;
  color: #fff;
  background: #805fc5;
}

.duo-format-inner {
  width: min(960px, 100%);
  margin: 0 auto;
}

.duo-format h2 {
  margin: 0 0 59px;
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
}

.duo-format h2 span {
  color: #ffdb3f;
  font-style: normal;
}

.duo-format-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 410px));
  gap: 95px;
  justify-content: center;
}

.duo-format-option h3 {
  margin: 0 0 24px;
  color: #ffdb3f;
  text-align: center;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.duo-format-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 90px;
  margin-left: 70px;
  padding: 17px 26px 16px 88px;
  border-radius: 8px;
  background: #402d7c;
}

.duo-format-card p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.05;
}

.duo-format-card strong {
  font-weight: 800;
}

.duo-icon {
  position: absolute;
  left: -70px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #f50074;
  transform: translateY(-50%);
}

.duo-icon img {
  width: 62px;
  height: auto;
}

.duo-icon-sachet img {
  width: 86px;
}

.duo-icon-tablet i {
  position: relative;
  width: 45px;
  height: 59px;
  border-radius: 6px;
  background: #ffdb3f;
  box-shadow: inset 0 0 0 4px #ff8f40;
}

.duo-icon-tablet i::before {
  content: "";
  position: absolute;
  inset: 8px;
  background:
    radial-gradient(circle, #f50074 0 5px, transparent 6px) 0 0 / 16px 16px;
}

.duo-icon-sachet i {
  position: relative;
  width: 46px;
  height: 38px;
  border: 5px solid #ffdb3f;
  border-radius: 4px;
  transform: rotate(-35deg);
}

.duo-icon-sachet i::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 4px solid #ffdb3f;
  border-radius: 3px;
}

.duo-icon-sachet i::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -35px;
  width: 42px;
  height: 31px;
  background:
    radial-gradient(circle, #ffdb3f 0 3px, transparent 4px) 0 0 / 12px 11px;
  transform: rotate(35deg);
}

.duo-format-facts {
  display: grid;
  grid-template-columns: 70px minmax(260px, 1fr) 70px minmax(230px, 1fr);
  align-items: center;
  gap: 21px;
  width: min(950px, 100%);
  min-height: 96px;
  margin: 73px auto 0;
  padding: 14px 42px;
  border-radius: 999px;
  background: #402d7c;
}

.duo-format-facts p {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.04;
}

.duo-benefits-title {
  display: none;
}

.duo-fact-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #f50074;
  background: #ffcf33;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.duo-fact-clock {
  position: relative;
}

.duo-fact-clock img {
  width: 47px;
  height: auto;
}

.duo-fact-clock::before,
.duo-fact-clock::after {
  content: "";
  position: absolute;
  display: none;
}

.duo-fact-clock::before {
  width: 32px;
  height: 32px;
  border: 5px solid #f50074;
  border-radius: 50%;
}

.duo-fact-clock::after {
  width: 16px;
  height: 19px;
  border-left: 5px solid #f50074;
  border-bottom: 5px solid #f50074;
  transform: translate(2px, -2px) rotate(0deg);
}

.duo-nutrition {
  padding: 36px var(--page-padding) 34px;
  background: #fff;
}

.duo-nutrition-inner {
  display: grid;
  grid-template-columns: 345px minmax(620px, 720px);
  gap: 75px;
  align-items: start;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.duo-nutrition-heading h2 {
  margin: 0 0 115px;
  color: #3c2a73;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.04;
}

.duo-nutrition-heading h2 span {
  color: #bd7cbe;
  font-style: normal;
}

.duo-nutrition-heading img {
  width: 150px;
}

.duo-nutrition-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #101010;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

.duo-nutrition-table th {
  height: 49px;
  color: #fff;
  background: #402d7c;
}

.duo-nutrition-table td {
  height: 60px;
  background: #fff;
}

.duo-nutrition-table th,
.duo-nutrition-table td {
  border: 2px solid #25202f;
  padding: 8px 12px;
}

.duo-table-head th {
  height: 49px;
}

.duo-nutrition-notes {
  margin-top: 18px;
  color: #e40070;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.1;
}

.duo-nutrition-notes p {
  margin: 0 0 9px;
}

.duo-family-cta {
  min-height: 500px;
  overflow: hidden;
  color: #fff;
  background: url("../images/bg-quiz.png") center / cover no-repeat;
}

.duo-family-inner {
  display: grid;
  grid-template-columns: 530px 1fr;
  gap: 110px;
  align-items: center;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 500px;
  margin: 0 auto;
}

.duo-family-copy h2 {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.03;
}

.duo-family-copy h2 span {
  font-style: normal;
}

.duo-wordmark-family {
  width: 6.1em;
  height: 1em;
  transform: translateY(0.14em);
}

.duo-family-yellow {
  margin: 0 0 64px;
  color: #ffdb3f;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.duo-family-note {
  margin: 0;
  color: #d7efff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.04;
}

.duo-wordmark-note {
  width: 6.1em;
  height: 1em;
  color: #fff;
  transform: translateY(0.13em);
}

.duo-family-inner > img {
  justify-self: end;
  width: min(656px, 100%);
  height: auto;
}

.hero {
  position: relative;
  top: -140px;
  margin: 0 0 -140px;
  height: max(800px, 85vh);
  min-height: 800px;
  padding-top: 140px;
  padding-bottom: 120px;
  overflow: hidden;
  border-radius: 0 0 200px 0;
  color: var(--white);
  background: #05275f;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 900ms ease;
}

.hero-bg-one {
  background:
    radial-gradient(circle at 47% 46%, rgba(0, 185, 221, 0.92), transparent 24%),
    radial-gradient(circle at 83% 33%, rgba(245, 73, 122, 0.9), transparent 30%),
    linear-gradient(112deg, #05275f 0%, #0d4caf 45%, #6a3a9a 100%);
}

.hero-bg-two {
  background:
    linear-gradient(90deg, #d65715 0%, #e8b73d 100%),
    linear-gradient(270deg, #ef4133 0%, #f58232 100%),
    #d9d9d9;
}

.hero-bg-three {
  background:
    linear-gradient(90deg, #41277f 0%, #652480 100%),
    #d9d9d9;
}

.hero-bg-four {
  background:
    linear-gradient(90deg, #00b8f1 -24.86%, #0055a1 106.44%),
    linear-gradient(270deg, #005892 0%, #238cbd 50%, #45c0e8 100%),
    #d9d9d9;
}

.hero-bg.is-active {
  opacity: 1;
}

.hero-content {
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 2;
  width: min(550px, calc(100vw - (var(--page-padding) * 2)));
  margin-left: max(var(--page-padding), calc((100vw - var(--container-width)) / 2));
  padding-top: 80px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-24px);
  transition: opacity 520ms ease, transform 650ms ease;
}

.hero-content.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.hero-title {
  display: grid;
  gap: 0;
  max-width: 610px;
  margin: 0 0 22px;
  color: var(--white);
  font-family: "Mozilla Text";
  font-size: clamp(44px, 4.3vw, 62px);
  font-style: normal;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.hero-wordmark {
  width: min(360px, 58vw);
  height: auto;
  transform: translateY(2px);
}

.hero-copy {
  max-width: 430px;
  margin: 0 0 68px;
  color: #ffdb6d;
  font-family: "Mozilla Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 420px;
  margin: 0 0 116px;
  color: #84e3ff;
  font-family: "Mozilla Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-note img {
  flex: 0 0 auto;
  width: 29px;
  height: auto;
}

.hero-content-two,
.hero-content-three,
.hero-content-four {
  width: min(635px, calc(100vw - (var(--page-padding) * 2)));
  padding-top: 92px;
}

.hero-title-curcuma,
.hero-title-duoactiv,
.hero-title-ultra {
  max-width: 620px;
  margin: 0 0 24px;
  color: #fff;
  font-family: "Mozilla Text";
  font-size: clamp(48px, 4.35vw, 62px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0;
}

.hero-action-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 81px;
  margin-bottom: 84px;
  padding: 0 18px;
  border-radius: 4px;
  background: #d80b73;
  color: #ffdb6d;
  font-family: "Mozilla Text";
  font-size: clamp(42px, 4.25vw, 61px);
  font-weight: 800;
  line-height: 1;
}

.hero-action-badge img {
  width: min(360px, 40vw);
  filter: brightness(0) saturate(100%) invert(85%) sepia(31%) saturate(781%) hue-rotate(356deg) brightness(103%) contrast(95%);
}

.hero-action-badge span {
  transform: translateY(-2px);
}

.hero-action-badge-ultra {
  background: #005892;
  color: #61dfff;
}

.hero-action-badge-ultra img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(51%) saturate(755%) hue-rotate(153deg) brightness(101%) contrast(95%);
}

.hero-note-curcuma {
  max-width: 540px;
  margin-bottom: 0;
  color: #fff;
}

.hero-note-duoactiv {
  max-width: 540px;
  margin-bottom: 0;
  color: #fff;
}

.hero-note-ultra {
  max-width: 540px;
  margin-bottom: 0;
  color: #fff;
}

.hero-note-curcuma img,
.hero-note-duoactiv img,
.hero-note-ultra img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(29%) saturate(839%) hue-rotate(356deg) brightness(103%) contrast(97%);
}

.hero-note-curcuma strong,
.hero-note-duoactiv strong,
.hero-note-ultra strong {
  font-weight: 800;
}

.compact-list li::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 16px solid var(--pink);
}

.hero-people {
  position: absolute;
  bottom: 0;
  z-index: 1;
  max-width: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(42px) scale(0.98);
  transition: opacity 700ms 120ms ease, transform 850ms 120ms ease;
}

.hero-image-one {
  right: 0;
  width: min(69vw, 998px);
}

.hero-image-two {
  right: 8vh;
  width: min(50vw, 708px);
}

.hero-image-three {
  right: 8vh;
  width: min(53vw, 744px);
}

.hero-image-four {
  right: 8vh;
  width: min(50vw, 716px);
}

.hero-people.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.hero-prev,
.hero-next {
  position: absolute;
  top: 48%;
  z-index: 4;
  width: 28px;
  height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-prev {
  left: 32px;
}

.hero-next {
  right: 32px;
}

.hero-prev::before,
.hero-next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-top: 6px solid var(--white);
  border-right: 6px solid var(--white);
  transform: rotate(45deg);
}

.hero-prev::before {
  transform: rotate(-135deg);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
  display: flex;
  gap: 15px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 17px;
  height: 17px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

.hero-dots .active {
  background: #ff4770;
}

.magnesium-section,
.products-section,
.locator-section {
  padding: 78px 64px;
  background: var(--blue-100);
}

.magnesium-section {
  padding: 90px var(--page-padding) 95px;
}

.content-grid,
.brand-difference,
.blister-inner,
.locator-grid,
.footer-main {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.magnesium-container {
  width: min(var(--container-width), 100%);
  margin: 0 auto;
}

.magnesium-top {
  display: grid;
  grid-template-columns: 502px minmax(420px, 1fr);
  gap: clamp(70px, 8vw, 130px);
  align-items: center;
}

.magnesium-top .section-copy {
  padding-top: 18px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(280px, 470px) minmax(340px, 560px);
  gap: 108px;
  align-items: center;
}

.rounded-media {
  width: 100%;
  border-radius: 0 6px 72px 0;
  box-shadow: var(--shadow);
}

.magnesium-photo {
  width: 502px;
  height: auto;
}

.section-copy h2,
.brand-difference h2,
.section-heading h2 {
  margin: 0;
  color: var(--text-blue);
  font-size: clamp(34px, 3vw, 53px);
  line-height: 1.05;
  letter-spacing: 0;
}

.magnesium-section .section-copy h2 {
  max-width: 610px;
  color: #0064c9;
  font-family: "Mozilla Text";
  font-size: clamp(42px, 4.05vw, 54px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.12;
}

.section-copy h2 span,
.brand-difference h2 span,
.section-heading h2 span {
  color: var(--pink);
  font-style: normal;
}

.arrow-list,
.compact-list {
  list-style: none;
  margin: 42px 0 36px;
  padding: 0;
}

.magnesium-section .arrow-list {
  display: grid;
  gap: 35px;
  margin: 40px 0 46px;
}

.arrow-list li {
  position: relative;
  margin: 0 0 26px 43px;
  color: #0070d6;
  font-size: 27px;
  font-weight: 800;
}

.magnesium-section .arrow-list li {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  color: #1689f8;
  font-family: "Mozilla Text";
  font-size: clamp(30px, 3vw, 40px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.05;
}

.magnesium-section .arrow-list li img {
  width: 31px;
  height: auto;
  flex: 0 0 auto;
}

.section-copy p,
.brand-difference p {
  max-width: 520px;
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.15;
}

.magnesium-section .section-copy p,
.magnesium-section .brand-difference p {
  color: #05347c;
  font-family: "Mozilla Text";
  font-size: clamp(24px, 2.2vw, 31px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.magnesium-section .section-copy p {
  max-width: 620px;
  margin-bottom: 28px;
}

.brand-difference {
  display: grid;
  grid-template-columns: 560px minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  padding-top: 118px;
}

.magnesium-section .brand-difference {
  width: 100%;
}

.magnesium-section .brand-difference h2 {
  max-width: 560px;
  color: #0064c9;
  font-family: "Mozilla Text";
  font-size: clamp(40px, 4vw, 57px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.07;
}

.difference-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.difference-title-row {
  display: flex;
  align-items: baseline;
  gap: 18px;
  white-space: nowrap;
}

.magnesium-section .brand-difference .inline-wordmark {
  display: block;
  width: 357px;
  height: auto;
  transform: translateY(14px);
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(1744%) hue-rotate(194deg) brightness(92%) contrast(95%);
}

.magnesium-section .brand-difference h2 span {
  color: inherit;
  font-style: normal;
}

.magnesium-section .brand-difference h2 .pink {
  color: #df1474;
  font-style: normal;
}

.magnesium-section .brand-difference h2 {
  text-wrap: balance;
}

.magnesium-section .brand-difference p {
  max-width: 560px;
  margin-top: 67px;
}

.product-strip {
  position: relative;
  min-height: 430px;
  overflow: visible;
}

.product-strip img {
  width: 100%;
  filter: drop-shadow(0 20px 34px rgba(0, 63, 130, 0.16));
}

.product-strip > img:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 790px;
  max-width: none;
}

.product-strip .triple-arrow-img {
  position: absolute;
  left: 52px;
  top: 4px;
  width: 95px;
  height: auto;
  max-width: none;
}

@media (max-width: 1399px) {
  .product-strip > img:last-child {
    width: 100%;
    max-width: 100%;
  }
}

.triple-arrow {
  color: var(--pink);
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -4px;
}

.product-strip .triple-arrow {
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 2;
}

.blister-section {
  position: relative;
  overflow: hidden;
  height: 800px;
  margin-top: 8px;
  padding: 112px var(--page-padding) 88px;
  color: var(--white);
  background: url("../images/bg-blister-section.svg") center top / cover no-repeat;
}

.blister-section::after {
  display: none;
}

.blister-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 420px minmax(620px, 1fr);
  gap: 70px;
  align-items: center;
  width: min(var(--container-width), 100%);
  min-height: 570px;
  margin: 0 auto;
}

.blister-art {
  position: relative;
  min-height: 560px;
}

.blister-pack {
  position: absolute;
  left: 26px;
  top: 52px;
  width: 356px;
  height: auto;
}

.checkmark {
  position: absolute;
  left: 104px;
  bottom: 42px;
  width: 135px;
  height: auto;
}

.blister-copy {
  padding-top: 42px;
}

.blister-section h2 {
  display: grid;
  gap: 0;
  max-width: 820px;
  margin: 0 0 30px;
  color: var(--white);
  font-family: "Mozilla Text";
  font-size: clamp(42px, 4.05vw, 58px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.18;
}

.blister-heading-line {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.blister-section h2 img {
  position: relative;
  transform: translateY(8px);
  width: 365px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(67%) sepia(85%) saturate(491%) hue-rotate(155deg) brightness(94%) contrast(91%);
}

.blister-section h2 span {
  color: #fff;
  font-style: normal;
}

.blister-section p {
  max-width: 720px;
  margin: 0 0 70px;
  color: #fff;
  font-family: "Mozilla Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
}

.compact-list {
  display: grid;
  gap: 12px;
  max-width: 560px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: #fff;
  font-family: "Mozilla Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
}

.compact-list li::before {
  display: none;
}

.compact-list li img {
  width: 26px;
  height: auto;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) invert(66%) sepia(57%) saturate(538%) hue-rotate(151deg) brightness(101%) contrast(95%);
}

.products-section {
  padding: 82px var(--page-padding) 100px;
  text-align: center;
}

.section-heading {
  width: min(var(--container-width), 100%);
  margin: 0 auto 76px;
  text-align: center;
}

.products-section .section-heading h2 {
  color: #0064c9;
  font-family: "Mozilla Text";
  font-size: clamp(42px, 4.2vw, 64px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.05;
}

.section-heading p {
  margin: 24px 0 0;
  color: #05347c;
  font-family: "Mozilla Text";
  font-size: clamp(20px, 2vw, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 36px;
  width: min(var(--container-width), 100%);
  margin: 0 auto 76px;
}

.product-card {
  position: relative;
  min-height: 480px;
  overflow: visible;
  padding: 210px 40px 42px;
  border-radius: 10px 100px 10px 10px;
  color: var(--white);
  text-align: left;
}

.product-card.ultra {
  background: linear-gradient(270deg, #005ebb 0%, #0f87ff 100%);
}

.product-card.curcumax {
  background: linear-gradient(90deg, #f04731 0%, #f3802c 100%);
}

.product-card.duo {
  background: linear-gradient(270deg, #a868a9 0%, #3d2c7c 100%);
}

.product-pack {
  position: absolute;
  z-index: 2;
  height: auto;
  max-width: none;
}

.ultra-pack {
  top: -48px;
  left: auto;
  width: 310px;
}

.curcuma-pack {
  top: -50px;
  left: auto;
  right: 28px;
  width: 324px;
}

.duo-pack {
  top: -44px;
  left: 36px;
  width: 369px;
}

.product-info {
  position: relative;
  z-index: 1;
}

.product-kicker {
  display: block;
  width: auto;
  max-width: 100%;
  height: 22px;
  margin: 0 0 12px;
}

.product-card h3 {
  margin: 0 0 4px;
  color: #fff;
  font-family: "Mozilla Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.product-card h3 strong {
  font-weight: 800;
}

.product-description {
  margin: 0 0 26px;
  color: #fff;
  font-family: "Mozilla Text";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.discover-link {
  display: inline-block;
  border-radius: 999px;
  transition: filter 180ms ease, box-shadow 180ms ease;
}

.discover-link:hover,
.discover-link:focus-visible {
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.25);
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.25));
}

.discover-link img {
  display: block;
  width: 190px;
  height: auto;
}

.secondary-button {
  width: 258px;
  min-width: 258px;
  height: 72px;
  min-height: 72px;
  padding: 0;
  border-radius: 50px;
  background: #df1474;
  color: #fff;
  font-family: "Mozilla Text";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.why-section {
  position: relative;
  overflow: hidden;
  min-height: 905px;
  padding: 190px 64px 198px;
  color: var(--white);
  border-radius: 200px 0 0 0;
  background: #0753a6 url("../images/bg-porque-elegir.png") center / cover no-repeat;
}

.why-inner {
  width: min(1095px, 100%);
  margin: 0 auto;
  text-align: center;
}

.why-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  margin: 0 0 76px;
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  line-height: 0.96;
}

.why-title span,
.why-title img {
  position: relative;
  z-index: 1;
}

.why-title img {
  width: 372px;
  height: auto;
  transform: translateY(8px);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 532px);
  justify-content: center;
  gap: 31px 29px;
}

.why-card {
  display: grid;
  grid-template-columns: 174px 1fr;
  align-items: center;
  min-height: 122px;
  overflow: hidden;
  border-radius: 9px;
  color: var(--white);
  text-align: left;
  background: rgba(20, 72, 165, 0.58);
}

.why-icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 122px;
  margin: 0;
  background: rgba(5, 48, 138, 0.68);
}

.why-icon img {
  display: block;
  height: auto;
  max-width: none;
}

.why-icon-stada img {
  width: 121px;
}

.why-icon-gama img {
  width: 76px;
}

.why-icon-formatos img {
  width: 146px;
}

.why-icon-magnesio img {
  width: 97px;
}

.why-icon-absorcion img {
  width: 115px;
}

.why-card p {
  margin: 0;
  padding: 0 28px;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.13;
}

.why-card strong {
  font-weight: 800;
}

.why-card.wide {
  grid-column: 1 / -1;
  width: 532px;
  margin: 0 auto;
}

.locator-section {
  padding-top: 76px;
}

.locator-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(280px, 0.64fr);
  gap: 18px;
  align-items: stretch;
}

.locator-grid img,
.online-buy {
  border-radius: 5px;
  box-shadow: 0 22px 48px rgba(0, 55, 120, 0.12);
}

.locator-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.online-buy {
  display: grid;
  place-items: center;
  padding: 48px;
  color: var(--white);
  text-align: center;
  background: #006fc9;
}

.online-buy h3 {
  max-width: 330px;
  margin: 0;
  color: #80daf1;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.quiz-section {
  min-height: 560px;
  overflow: hidden;
  color: var(--white);
  background: url("../images/bg-quiz.png") center / cover no-repeat;
}

.quiz-container {
  display: grid;
  grid-template-columns: minmax(500px, 0.82fr) minmax(640px, 1fr);
  align-items: center;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 560px;
  margin: 0 auto;
  padding: 76px 0 74px;
}

.quiz-content {
  width: min(560px, 100%);
}

.quiz-content h2 {
  margin: 0 0 22px;
  color: var(--white);
  font-size: 56px;
  font-weight: 800;
  line-height: 1.16;
}

.quiz-content p {
  margin: 0 0 50px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.16;
}

.quiz-content .primary-button {
  width: 337px;
  height: 60px;
  font-size: 22px;
  box-shadow: 0 18px 32px rgba(0, 42, 100, 0.22);
}

.quiz-visual {
  position: relative;
  min-height: 410px;
}

.quiz-visual img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: min(656px, 100%);
  height: auto;
}

.references {
  padding: 32px var(--page-padding) 46px;
  color: #005eb8;
  background: var(--blue-100);
}

.references-container {
  display: grid;
  width: min(var(--container-width), 100%);
  margin: 0 auto;
  color: #005eb8;
}

.references p.title {
  margin: 0;
  color: #005EBB;
  leading-trim: both;
  text-edge: cap;
  font-family: "Mozilla Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: normal;
}

.references p {
  margin: 0;
  color: #005EBB;
  font-family: "Mozilla Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
}

.references strong {
  font-weight: 800;
}

.site-footer {
  color: var(--white);
  background: linear-gradient(90deg, #1596f7 0%, #0071d1 52%, #00539d 100%);
}

.footer-main {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 104px;
  align-items: start;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 278px;
  margin: 0 auto;
  padding: 82px 0 70px;
}

.footer-main h2 {
  display: grid;
  gap: 6px;
  margin: 0;
  max-width: 530px;
  color: var(--white);
  font-family: "Mozilla Text";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
}

.footer-main h2 span {
  font-style: normal;
}

.footer-brand-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.footer-brand-line img {
  position: relative;
  top: 12px;
  width: 307px;
  height: auto;
}

.footer-main nav {
  display: grid;
  grid-template-columns: 205px 300px;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 26px 64px;
  color: #fff;
  font-family: "Mozilla Text";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-main nav a {
  color: #FFF;
  font-family: "Mozilla Text";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-legal-bar {
  background: #0a2e6e;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 54px;
  margin: 0 auto;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Mozilla Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-legal span {
  flex: 1;
}

.footer-legal a {
  white-space: nowrap;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .site-header,
  .header-container {
    min-height: 123px;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .site-header {
    z-index: 80;
  }

  body.mobile-menu-open .site-header {
    background: rgba(71, 126, 196, 0.96);
    backdrop-filter: none;
  }

  .header-container {
    width: 100%;
    gap: 24px;
    padding: 0 clamp(37px, 5vw, 56px);
  }

  .brand img {
    width: 170px;
  }

  .nav-toggle {
    display: grid;
    position: relative;
    z-index: 90;
    gap: 6px;
    width: 41px;
    height: 38px;
    place-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 41px;
    height: 5px;
    border-radius: 999px;
    background: var(--white);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] {
    width: 48px;
    height: 48px;
    gap: 0;
  }

  .nav-toggle[aria-expanded="true"] span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 48px;
    height: 5px;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 123px 0 0;
    z-index: 70;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 70px clamp(49px, 6.4vw, 64px) 175px;
    overflow-y: auto;
    background: linear-gradient(132deg, #103f9b 0%, #3477ef 58%, #69a6f0 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav::before {
    content: "Menu";
    display: block;
    margin: 0 0 66px;
    color: #ffdb6d;
    font-family: "Mozilla Text";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .site-nav a,
  .nav-link {
    padding: 0;
    color: #fff;
    font-family: "Mozilla Text";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
  }

  .site-nav > a {
    margin-top: 54px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .nav-link:hover,
  .nav-link:focus-visible {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
  }

  .has-menu .nav-link::after {
    width: 18px;
    height: 18px;
    margin-left: 24px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    transform: rotate(45deg) translateY(-9px);
    transition: transform 180ms ease;
  }

  .has-menu.products-open .nav-link::after {
    transform: rotate(225deg) translate(-4px, -1px);
  }

  .product-menu {
    position: static;
    display: grid;
    gap: 48px;
    max-height: 360px;
    min-width: 0;
    padding: 42px 0 2px 44px;
    border-radius: 0;
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: transparent;
    transition: max-height 180ms ease, padding 180ms ease;
  }

  .product-menu a {
    padding: 0;
    color: #fff;
    font-family: "Mozilla Text";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .buy-button {
    display: none;
  }

  .mobile-menu-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 70vw;
    min-width: 0;
    height: 70px;
    min-height: 70px;
    margin-top: 78px;
    border-radius: 50px;
    background: #f50075;
    color: #fff;
    text-align: center;
    font-family: "Mozilla Text";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  .site-nav > .mobile-menu-buy {
    margin-top: 78px;
  }

  .hero {
    grid-template-columns: 1fr;
    top: -100px;
    margin-bottom: -100px;
    height: max(760px, 85vh);
    min-height: 760px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content {
    top: 100px;
    width: min(560px, calc(100vw - (var(--page-padding) * 2)));
    padding-top: 72px;
  }

  .hero-people {
    right: 0;
    width: min(900px, 112vw);
  }

  .hero-image-two {
    right: 8vh;
    width: min(560px, 58vw);
  }

  .hero-image-three {
    right: 8vh;
    width: min(600px, 62vw);
  }

  .hero-image-four {
    right: 8vh;
    width: min(560px, 58vw);
  }

  .hero-dots {
    left: var(--page-padding);
    transform: none;
  }

  .productos-hero,
  .productos-hero-inner {
    min-height: 880px;
  }

  .productos-hero {
    top: -100px;
    margin-bottom: -100px;
  }

  .productos-hero-inner {
    padding-top: 162px;
  }

  .productos-hero h1 img {
    width: min(560px, 78vw);
  }

  .productos-hero-packshot {
    right: 0;
    bottom: 78px;
    width: min(760px, 72vw);
  }

  .productos-hero-list {
    margin-top: 82px;
  }

  .productos-magnesium {
    padding: 64px var(--page-padding);
  }

  .productos-magnesium-inner {
    grid-template-columns: minmax(320px, 527px);
    justify-content: center;
    gap: 44px;
  }

  .productos-magnesium-copy {
    padding-top: 0;
  }

  .productos-magnesium-copy h2 {
    font-size: 42px;
  }

  .productos-magnesium-heading-arrows {
    left: auto;
    right: 0;
    top: -6px;
  }

  .productos-duoaktiv {
    min-height: 720px;
  }

  .productos-duoaktiv-inner {
    min-height: 720px;
  }

  .productos-duoaktiv-pack {
    left: 0;
    top: 340px;
    width: min(360px, 44vw);
  }

  .productos-duoaktiv-person {
    left: 30%;
    bottom: 0;
    width: min(470px, 55vw);
  }

  .productos-duoaktiv-copy {
    right: 0;
    top: 74px;
    width: min(390px, 45vw);
  }

  .productos-duoaktiv-copy h2 {
    font-size: 42px;
  }

  .productos-duoaktiv-copy p {
    font-size: 20px;
    line-height: 1.16;
  }

  .productos-curcuma {
    min-height: 720px;
  }

  .productos-curcuma-inner {
    min-height: 720px;
  }

  .productos-curcuma-copy {
    left: 0;
    top: 72px;
    width: min(390px, 44vw);
  }

  .productos-curcuma-copy h2 {
    font-size: 40px;
  }

  .productos-curcuma-copy p {
    font-size: 20px;
    line-height: 1.16;
  }

  .productos-curcuma-person {
    left: 34%;
    bottom: 0;
    width: min(420px, 50vw);
  }

  .productos-curcuma-pack {
    right: 0;
    top: 360px;
    width: min(350px, 42vw);
  }

  .productos-ultra {
    min-height: 720px;
  }

  .productos-ultra-inner {
    min-height: 720px;
  }

  .productos-ultra-pack {
    left: 0;
    top: 350px;
    width: min(330px, 40vw);
  }

  .productos-ultra-person {
    left: 30%;
    bottom: 0;
    width: min(510px, 58vw);
  }

  .productos-ultra-copy {
    right: 0;
    top: 74px;
    width: min(390px, 45vw);
  }

  .productos-ultra-copy h2 {
    font-size: 40px;
  }

  .productos-ultra-copy p {
    margin-bottom: 52px;
    font-size: 20px;
    line-height: 1.16;
  }

  .productos-choice {
    min-height: auto;
    padding: 70px var(--page-padding);
  }

  .productos-choice h2 {
    margin-bottom: 56px;
    font-size: 42px;
  }

  .productos-choice-grid {
    grid-template-columns: minmax(0, 535px);
    gap: 34px;
  }

  .productos-choice-signature {
    margin-top: 54px;
    font-size: 26px;
  }

  .content-grid,
  .magnesium-top,
  .brand-difference,
  .blister-inner,
  .locator-grid,
  .quiz-container,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .magnesium-section,
  .products-section,
  .locator-section,
  .blister-section,
  .why-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .content-grid,
  .brand-difference,
  .magnesium-top,
  .blister-inner {
    gap: 46px;
  }

  .magnesium-section {
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
  }

  .magnesium-photo {
    width: 100%;
    max-width: 502px;
    height: auto;
    aspect-ratio: 502 / 634;
  }

  .brand-difference {
    display: flex;
    flex-direction: column-reverse;
    gap: clamp(58px, 8vw, 84px);
    padding-top: 28px;
  }

  .brand-difference-copy {
    width: 100%;
  }

  .magnesium-section .brand-difference h2 {
    font-size: clamp(44px, 7.3vw, 57px);
    line-height: 1.08;
  }

  .difference-title-row {
    gap: 14px;
  }

  .magnesium-section .brand-difference .inline-wordmark {
    width: min(357px, 47vw);
  }

  .magnesium-section .brand-difference p {
    max-width: 720px;
    margin-top: clamp(48px, 7vw, 67px);
    font-size: clamp(24px, 4.1vw, 32px);
    line-height: 1.18;
  }

  .product-strip {
    min-height: clamp(365px, 55vw, 430px);
    width: 100%;
  }

  .product-strip > img:last-child {
    left: 50%;
    bottom: 0;
    width: min(760px, 105vw);
    max-width: none;
    transform: translateX(-50%);
  }

  .product-strip .triple-arrow-img {
    left: clamp(56px, 10vw, 80px);
    top: 0;
    width: clamp(82px, 12vw, 102px);
  }

  .product-cards {
    grid-template-columns: 1fr;
    gap: 78px;
    width: min(500px, 100%);
  }

  .product-card {
    min-height: 480px;
  }

  .why-section {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 132px;
    border-radius: 150px 0 0 0;
  }

  .why-title {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 56px;
    font-size: 40px;
  }

  .why-title img {
    width: 310px;
  }

  .why-grid {
    grid-template-columns: minmax(0, 532px);
  }

  .why-card.wide {
    width: 100%;
  }

  .quiz-container {
    min-height: auto;
    gap: 36px;
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .quiz-content {
    width: min(520px, 100%);
  }

  .quiz-visual {
    min-height: 330px;
  }

  .quiz-visual img {
    left: 50%;
    right: auto;
    width: min(656px, 100%);
    transform: translateX(-50%);
  }

  .footer-main {
    gap: 42px;
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 56px;
  }

  .footer-main h2 {
    max-width: 100%;
    font-size: 40px;
  }

  .footer-main nav {
    grid-template-columns: repeat(2, minmax(210px, 1fr));
    gap: 20px 42px;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: auto;
    padding: 18px 0;
  }
}

@media (max-width: 560px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  :root {
    --page-padding: 15px;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .site-header,
  .header-container {
    min-height: 82px;
  }

  .site-header {
    z-index: 80;
  }

  body.mobile-menu-open .site-header {
    background: rgba(71, 126, 196, 0.96);
    backdrop-filter: none;
  }

  .header-container {
    position: relative;
    padding: 0 var(--page-padding);
  }

  .brand img {
    width: 170px;
  }

  .nav-toggle {
    width: 41px;
    height: 38px;
    gap: 6px;
  }

  .nav-toggle span {
    width: 41px;
    height: 5px;
  }

  .nav-toggle[aria-expanded="true"] {
    width: 41px;
    height: 41px;
  }

  .nav-toggle[aria-expanded="true"] span {
    width: 41px;
    height: 5px;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }

  .site-nav {
    inset: 82px 0 0;
    padding: 48px 48px 140px;
  }

  .site-nav::before {
    margin: 0 0 70px;
    color: #FFDB6D;
    font-family: "Mozilla Text";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .site-nav a,
  .nav-link {
    color: #FFF;
    font-family: "Mozilla Text";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .site-nav > a {
    margin-top: 54px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .nav-link:hover,
  .nav-link:focus-visible {
    font-size: 26px;
  }

  .product-menu {
    gap: 48px;
    max-height: 360px;
    padding: 42px 0 2px 44px;
  }

  .product-menu a {
    color: #FFF;
    font-family: "Mozilla Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .mobile-menu-buy {
    width: 70vw;
    height: 70px;
    min-height: 70px;
    font-size: 28px;
  }

  .site-nav > .mobile-menu-buy {
    margin-top: 78px;
  }

  .hero {
    top: -82px;
    margin-bottom: -82px;
    height: 100vh;
    min-height: 100vh;
    padding-top: 82px;
    padding-bottom: 0;
    border-radius: 0 0 120px 0;
  }

  .hero-content {
    top: 82px;
    width: calc(100% - 74px);
    margin-left: 37px;
    padding-top: 56px;
  }

  .hero-title {
    margin-bottom: 26px;
    font-size: clamp(32px, 8.4vw, 42px);
    line-height: 1.07;
  }

  .hero-title-row {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    white-space: nowrap;
  }

  .hero-wordmark {
    width: min(360px, 52vw);
  }

  .hero-title-curcuma,
  .hero-title-duoactiv,
  .hero-title-ultra {
    max-width: 100%;
    margin-bottom: 26px;
    font-size: 38px;
    line-height: 1.12;
  }

  .hero-title-ultra {
    font-size: 34px;
    text-align: left;
  }

  .hero-action-badge {
    width: 100%;
    min-height: clamp(66px, 15vw, 86px);
    gap: 6px;
    margin-bottom: 0;
    padding: 0 12px;
    font-size: clamp(38px, 8.2vw, 58px);
  }

  .hero-action-badge img {
    width: min(360px, 50vw);
  }

  .hero-copy {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: clamp(22px, 5vw, 30px);
    line-height: 1.16;
  }

  .hero-note {
    display: none;
  }

  .hero .primary-button {
    width: min(532px, calc(100vw - 40px));
    height: clamp(64px, 15vw, 108px);
    min-height: clamp(64px, 15vw, 108px);
    font-size: clamp(20px, 4.7vw, 32px);
  }

  .hero-people {
    right: auto;
    left: 50%;
    bottom: 0;
    max-width: none;
  }

  .hero-people.is-active {
    transform: translateX(-50%) scale(1);
  }

  .hero-image-one {
    bottom: -90px;
    width: min(880px, 220vw);
    transform: translateX(-50%) scale(0.7);
  }

  .hero-image-one.is-active {
    transform: translateX(-50%) scale(0.7);
  }

  .hero-image-two {
    left: 54%;
    bottom: -153px;
    width: min(760px, 178vw);
    transform: translateX(-50%) scale(0.68);
  }

  .hero-image-two.is-active {
    transform: translateX(-50%) scale(0.68);
  }

  .hero-image-three {
    left: 54%;
    bottom: -153px;
    width: min(820px, 185vw);
    transform: translateX(-50%) scale(0.68);
  }

  .hero-image-three.is-active {
    transform: translateX(-50%) scale(0.68);
  }

  .hero-image-four {
    bottom: -60px;
    width: min(650px, 145vw);
    transform: translateX(-50%) scale(0.8);
  }

  .hero-image-four.is-active {
    transform: translateX(-50%) scale(0.8);
  }

  .hero-content-four {
    text-align: center;
  }

  .hero-dots {
    left: 50%;
    bottom: 44px;
    gap: 24px;
    transform: translateX(-50%);
  }

  .hero-dots button {
    width: clamp(24px, 7vw, 58px);
    height: clamp(24px, 7vw, 58px);
  }

  .hero-next {
    display: none;
  }

  .hero-prev {
    display: none;
  }

  .productos-hero {
    top: -82px;
    margin-bottom: -82px;
    min-height: 100vh;
    background-size: cover;
    background-position: center top;
  }

  .productos-hero-inner {
    min-height: 100vh;
    padding: 132px 38px 70px;
  }

  .productos-hero h1 {
    margin-bottom: 12px;
  }

  .productos-hero h1 img {
    width: min(340px, 82vw);
  }

  .productos-hero-subtitle {
    max-width: 320px;
    font-size: 22px;
    line-height: 1.15;
  }

  .productos-hero-list {
    gap: 30px;
    width: 100%;
    margin-top: 54px;
  }

  .productos-hero-list li {
    grid-template-columns: 20px 1fr;
    gap: 18px;
    font-size: 19px;
    line-height: 1.13;
  }

  .productos-hero-list img {
    width: 20px;
  }

  .productos-hero-packshot {
    right: 50%;
    bottom: 82px;
    width: min(520px, 105vw);
    transform: translateX(50%);
  }

  .productos-magnesium {
    padding: 52px 20px;
  }

  .productos-magnesium-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    width: 100%;
  }

  .productos-magnesium-photo {
    width: 100%;
    border-radius: 8px 8px 8px 72px;
  }

  .productos-magnesium-arrows {
    left: 24px;
    top: 24px;
    width: 46px;
  }

  .productos-magnesium-copy h2 {
    margin-bottom: 32px;
    font-size: 34px;
    line-height: 1.16;
  }

  .productos-magnesium-heading-arrows {
    right: 8px;
    top: -4px;
    width: 72px;
  }

  .productos-magnesium-list {
    gap: 22px;
  }

  .productos-magnesium-list li span {
    min-height: auto;
    padding: 16px 20px 16px 28px;
    font-size: 18px;
    line-height: 1.45;
  }

  .productos-magnesium-list li::before {
    left: -10px;
    width: 25px;
  }

  .productos-duoaktiv {
    min-height: auto;
    padding: 48px 20px 54px;
    background-position: center top;
  }

  .productos-duoaktiv-inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    min-height: auto;
  }

  .productos-duoaktiv-pack,
  .productos-duoaktiv-person,
  .productos-duoaktiv-copy {
    position: relative;
    inset: auto;
  }

  .productos-duoaktiv-pack {
    order: 2;
    align-self: flex-start;
    width: min(330px, 88vw);
  }

  .productos-duoaktiv-person {
    order: 1;
    align-self: center;
    width: min(430px, 105vw);
    margin: -38px 0 -92px;
  }

  .productos-duoaktiv-copy {
    order: 3;
    width: 100%;
  }

  .productos-duoaktiv-copy h2 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.14;
  }

  .productos-duoaktiv-copy p {
    margin-bottom: 28px;
    font-size: 19px;
    line-height: 1.16;
  }

  .productos-duoaktiv-button {
    width: 70vw;
    height: 64px;
    min-height: 64px;
    font-size: 22px;
  }

  .productos-curcuma {
    min-height: auto;
    padding: 48px 20px 54px;
    background-position: center top;
    background-size: cover;
  }

  .productos-curcuma-inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    min-height: auto;
  }

  .productos-curcuma-copy,
  .productos-curcuma-person,
  .productos-curcuma-pack {
    position: relative;
    inset: auto;
  }

  .productos-curcuma-copy {
    order: 1;
    width: 100%;
  }

  .productos-curcuma-copy h2 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.14;
  }

  .productos-curcuma-copy p {
    margin-bottom: 28px;
    font-size: 19px;
    line-height: 1.16;
  }

  .productos-curcuma-person {
    order: 2;
    align-self: center;
    width: min(430px, 108vw);
    margin: -18px 0 -60px;
  }

  .productos-curcuma-pack {
    order: 3;
    align-self: center;
    width: min(330px, 88vw);
  }

  .productos-curcuma-button {
    width: 70vw;
    height: 64px;
    min-height: 64px;
    font-size: 22px;
  }

  .productos-ultra {
    min-height: auto;
    padding: 48px 20px 54px;
    background-position: center top;
    background-size: cover;
  }

  .productos-ultra-inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    min-height: auto;
  }

  .productos-ultra-pack,
  .productos-ultra-person,
  .productos-ultra-copy {
    position: relative;
    inset: auto;
  }

  .productos-ultra-pack {
    order: 2;
    align-self: flex-start;
    width: min(310px, 86vw);
  }

  .productos-ultra-person {
    order: 1;
    align-self: center;
    width: min(440px, 110vw);
    margin: -22px 0 -80px;
  }

  .productos-ultra-copy {
    order: 3;
    width: 100%;
  }

  .productos-ultra-copy h2 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.14;
  }

  .productos-ultra-copy p {
    margin-bottom: 28px;
    font-size: 19px;
    line-height: 1.16;
  }

  .productos-ultra-button {
    width: 70vw;
    height: 64px;
    min-height: 64px;
    font-size: 22px;
  }

  .productos-choice {
    padding: 56px 20px 62px;
  }

  .productos-choice h2 {
    margin-bottom: 42px;
    font-size: 34px;
    line-height: 1.12;
  }

  .productos-choice-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .productos-choice-card {
    min-height: 132px;
    padding: 25px 24px 24px 34px;
  }

  .productos-choice-card::before {
    left: -10px;
  }

  .productos-choice-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .productos-choice-card p {
    font-size: 18px;
    line-height: 1.18;
  }

  .productos-choice-signature {
    margin-top: 44px;
    font-size: 24px;
    line-height: 1.2;
  }

  .magnesium-section,
  .products-section,
  .locator-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .magnesium-section .section-copy h2,
  .magnesium-section .brand-difference h2 {
    font-size: clamp(34px, 8.7vw, 57px);
    line-height: 1.08;
  }

  .magnesium-section .arrow-list {
    gap: 22px;
    margin: 34px 0 40px;
  }

  .magnesium-section .arrow-list li {
    gap: 18px;
    font-size: 25px;
  }

  .magnesium-section .section-copy p,
  .magnesium-section .brand-difference p {
    font-size: clamp(22px, 5.6vw, 32px);
  }

  .brand-difference {
    display: flex;
    flex-direction: column-reverse;
    gap: 28px;
    padding-top: 28px;
  }

  .brand-difference-copy {
    width: 100%;
  }

  .product-strip {
    width: 100%;
    min-height: clamp(255px, 70vw, 430px);
  }

  .product-strip > img:last-child {
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: none;
    transform: translateX(-50%);
  }

  .product-strip .triple-arrow-img {
    left: 8px;
    top: 80px;
    width: 36px;
  }

  .section-copy h2,
  .brand-difference h2,
  .section-heading h2,
  .blister-section h2 {
    font-size: 32px;
  }

  .arrow-list li {
    font-size: 22px;
  }

  .brand-difference {
    padding-top: 28px;
  }

  .difference-title-row {
    gap: 8px;
  }

  .magnesium-section .brand-difference .inline-wordmark {
    width: 50vw;
    transform: translateY(8px);
  }

  .magnesium-section .brand-difference h2 .pink {
    display: inline-block;
    transform: translateY(8px);
  }

  .magnesium-section .brand-difference p {
    max-width: 100%;
    margin-top: clamp(42px, 10vw, 64px);
    line-height: 1.18;
  }

  .blister-section {
    height: auto;
    min-height: 950px;
    margin-top: 0;
    padding: 112px 31px 66px;
    background: url("../images/bg-blister-section-mobile.svg") right top no-repeat;
    background-size: cover;
  }

  .blister-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    min-height: 0;
  }

  .blister-art {
    width: 100%;
    min-height: 220px;
  }

  .blister-pack {
    left: 50%;
    top: 0;
    width: min(295px, 76vw);
    transform: translateX(-50%);
  }

  .checkmark {
    display: none;
  }

  .blister-copy {
    width: 100%;
    padding-top: 0;
  }

  .blister-section h2 {
    display: block;
    max-width: 340px;
    margin: 0 0 24px;
    font-size: clamp(30px, 8vw, 32px);
    line-height: 1.13;
  }

  .blister-heading-line {
    display: inline;
  }

  .blister-section h2 img {
    display: inline-block;
    width: min(178px, 46vw);
    margin-right: 8px;
    transform: translateY(6px);
    vertical-align: baseline;
  }

  .blister-section p {
    max-width: 330px;
    margin: 0;
    font-size: 18px;
    line-height: 1.22;
  }

  .compact-list {
    gap: 10px;
    max-width: 100%;
    margin-top: 80px;
  }

  .compact-list::before {
    content: "Resultado:";
    display: block;
    margin-bottom: 38px;
    padding-bottom: 72px;
    color: #fff;
    font-family: "Mozilla Text";
    font-size: clamp(38px, 10.4vw, 44px);
    font-weight: 800;
    line-height: 1;
    text-align: center;
    background: url("../images/img-check-mark.svg") center bottom / 116px 116px no-repeat;
  }

  .compact-list li {
    gap: 12px;
    font-size: clamp(22px, 6.3vw, 26px);
    font-weight: 400;
    line-height: 1.1;
  }

  .compact-list li img {
    width: 24px;
  }

  .products-section .section-heading h2 {
    font-size: 32px;
  }

  .section-heading p {
    font-size: 18px;
  }

  .product-cards {
    gap: 110px;
  }

  .product-card {
    min-height: 380px;
    padding: 180px 28px 34px;
  }

  .ultra-pack {
    left: auto;
    width: min(310px, 76vw);
  }

  .curcuma-pack {
    left: auto;
    right: 28px;
    width: min(324px, 78vw);
  }

  .duo-pack {
    left: 24px;
    width: min(369px, 84vw);
  }

  .product-card h3 {
    font-size: 50px;
  }

  .product-description {
    font-size: 19px;
  }

  .product-kicker {
    height: 20px;
  }

  .discover-link img {
    width: 170px;
  }

  .secondary-button {
    width: 70vw;
    height: 64px;
    min-height: 64px;
    font-size: 22px;
    font-weight: 700;
  }

  .why-section {
    min-height: auto;
    padding: 78px 20px 82px;
    border-radius: 100px 0 0 0;
    background-position: center top;
  }

  .why-title {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
    width: min(275px, 100%);
    margin: 0 auto 55px;
    font-size: 28px;
    line-height: 1.36;
  }

  .why-title img {
    width: 168px;
    transform: translateY(4px);
  }

  .why-title span:first-child {
    flex: 0 0 100%;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 39px;
    width: 100%;
  }

  .why-card {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    border-radius: 8px;
    text-align: center;
  }

  .why-card.wide {
    width: 100%;
  }

  .why-icon {
    min-height: 124px;
  }

  .why-card p {
    display: grid;
    place-items: center;
    min-height: 122px;
    padding: 18px 28px;
    font-size: 23px;
    line-height: 1.12;
    background: rgba(65, 126, 205, 0.72);
  }

  .why-icon-stada img {
    width: 160px;
  }

  .why-icon-gama img {
    width: 73px;
  }

  .why-icon-formatos img {
    width: 141px;
  }

  .why-icon-magnesio img {
    width: 94px;
  }

  .why-icon-absorcion img {
    width: 114px;
  }

  .online-buy {
    padding: 36px 24px;
  }

  .quiz-section {
    min-height: 760px;
    background-position: center top;
  }

  .quiz-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 48px;
    width: 100%;
    min-height: 760px;
    padding: 46px 26px 92px;
  }

  .quiz-content {
    width: 100%;
  }

  .quiz-content h2 {
    max-width: 330px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.18;
  }

  .quiz-content p {
    max-width: 335px;
    margin-bottom: 50px;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
  }

  .quiz-content .primary-button {
    width: min(337px, 100%);
    height: 64px;
    min-height: 64px;
    font-size: 22px;
    font-weight: 800;
  }

  .quiz-visual {
    min-height: 324px;
  }

  .quiz-visual img {
    top: 0;
    width: 100%;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    gap: 88px;
    width: 100%;
    min-height: 515px;
    padding: 74px 36px 50px;
  }

  .footer-main h2 {
    max-width: none;
    font-size: 38px;
    line-height: 1.12;
  }

  .footer-brand-line {
    flex-wrap: nowrap;
    gap: 12px;
  }

  .footer-brand-line img {
    top: 8px;
    width: min(190px, 52vw);
  }

  .footer-main nav {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 42px;
  }

  .footer-main nav a {
    font-size: 22px;
  }

  .footer-legal-bar {
    min-height: 320px;
  }

  .footer-legal {
    flex-direction: column;
    justify-content: flex-start;
    gap: 52px;
    width: 100%;
    min-height: 320px;
    padding: 36px 24px 44px;
    text-align: center;
    font-size: 14px;
  }

  .footer-legal span {
    flex: 0 0 auto;
  }

  .footer-legal a {
    white-space: normal;
  }

}

@media (max-width: 980px) {
  .duo-hero {
    top: -123px;
    margin-bottom: -123px;
    min-height: 900px;
    padding-top: 123px;
    border-radius: 0;
    background-size: cover;
  }

  .duo-hero-inner {
    width: 100%;
    min-height: 777px;
    padding: 0 42px;
  }

  .duo-hero-copy {
    width: min(500px, 100%);
    padding-top: 86px;
  }

  .duo-hero-copy h1 {
    font-size: 50px;
  }

  .duo-action-badge {
    width: min(500px, 100%);
    min-height: 68px;
    font-size: 43px;
  }

  .duo-hero-list {
    width: 360px;
    gap: 32px;
  }

  .duo-hero-person {
    right: -108px;
    width: 680px;
  }

  .duo-hero-pack {
    right: 24px;
    bottom: 44px;
    width: 470px;
  }

  .duo-recovery {
    padding: 82px 40px;
  }

  .duo-recovery-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .duo-video-card {
    justify-self: center;
    width: min(494px, 100%);
  }

  .duo-format {
    padding: 58px 40px 84px;
    border-radius: 0 150px 0 0;
  }

  .duo-format-options {
    grid-template-columns: 1fr;
    gap: 54px;
    width: min(450px, 100%);
    margin: 0 auto;
  }

  .duo-format-facts {
    grid-template-columns: 70px 1fr;
    width: min(560px, 100%);
    border-radius: 40px;
  }

  .duo-nutrition-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .duo-nutrition-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }

  .duo-nutrition-heading h2 {
    margin-bottom: 0;
  }

  .duo-nutrition-heading img {
    width: 112px;
  }

  .duo-family-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 64px 0;
  }

  .duo-family-inner > img {
    justify-self: center;
    width: min(620px, 100%);
  }
}

@media (max-width: 560px) {
  .duoaktiv-body .site-header,
  .duoaktiv-body .header-container {
    min-height: 60px;
  }

  .duoaktiv-body .site-header {
    background: rgba(31, 22, 83, 0.96);
    backdrop-filter: none;
  }

  .duoaktiv-body .header-container {
    padding: 0 18px;
  }

  .duoaktiv-body .brand img {
    width: 139px;
  }

  .duoaktiv-body .nav-toggle {
    width: 40px;
    height: 34px;
    gap: 5px;
  }

  .duoaktiv-body .nav-toggle span {
    width: 40px;
    height: 5px;
  }

  .duoaktiv-body .nav-toggle[aria-expanded="true"] {
    width: 40px;
    height: 40px;
  }

  .duoaktiv-body .nav-toggle[aria-expanded="true"] span {
    width: 40px;
    height: 5px;
  }

  .duoaktiv-body .site-nav {
    inset: 60px 0 0;
  }

  .duo-hero {
    top: -60px;
    margin-bottom: -60px;
    min-height: 844px;
    padding-top: 60px;
    border-radius: 0;
    background-size: cover;
    background-position: center top;
  }

  .duo-hero-inner {
    min-height: 784px;
    padding: 0 18px;
  }

  .duo-hero-copy {
    width: 100%;
    padding-top: 33px;
  }

  .duo-hero-copy h1 {
    margin-bottom: 17px;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.22;
  }

  .duo-action-badge {
    width: 323px;
    min-height: 44px;
    padding: 5px 7px 6px;
    border-radius: 4px;
    font-size: 30px;
    gap: 7px;
  }

  .duo-hero-list {
    gap: 40px;
    width: 330px;
    margin-top: 35px;
  }

  .duo-hero-list li {
    grid-template-columns: 28px 1fr;
    gap: 12px;
    font-size: 16px;
    line-height: 1.25;
  }

  .duo-hero-list img {
    width: 28px;
  }

  .duo-hero-person {
    right: -62px;
    bottom: -35px;
    width: 450px;
  }

  .duo-hero-pack {
    right: 12px;
    bottom: 35px;
    width: 196px;
  }

  .duo-recovery {
    padding: 24px 8px 30px;
  }

  .duo-recovery-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .duo-video-card {
    order: 1;
    width: 100%;
    aspect-ratio: 374 / 279;
    border-radius: 4px 4px 4px 70px;
  }

  .duo-recovery-copy {
    order: 2;
  }

  .duo-recovery-copy h2 {
    display: block;
    position: relative;
    width: 245px;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.1;
  }

  .duo-recovery-copy h2 span {
    display: block;
  }

  .duo-recovery-copy h2 .duo-recovery-desktop-line {
    display: none;
  }

  .duo-recovery-mobile-line {
    display: block;
  }

  .duo-recovery-mobile-purple-line {
    display: block;
    color: #bd7cbe;
  }

  .duo-recovery-copy h2 span.duo-recovery-mobile-line {
    color: #3c2a73;
  }

  .duo-recovery-copy h2 img {
    position: absolute;
    left: 142px;
    top: 0;
    display: inline-block;
    width: 62px;
  }

  .duo-recovery-copy p {
    margin-bottom: 13px;
    font-size: 9px;
    line-height: 1.14;
  }

  .duo-video-card img {
    width: 240px;
  }

  .duo-format {
    min-height: auto;
    padding: 48px 8px 232px;
    border-radius: 0 76px 0 0;
  }

  .duo-format h2 {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 1.12;
  }

  .duo-format-option h3 {
    margin-bottom: 48px;
    font-size: 22px;
  }

  .duo-format-card {
    justify-content: center;
    min-height: 88px;
    margin-left: 0;
    padding: 44px 24px 18px;
    text-align: center;
  }

  .duo-format-card p {
    font-size: 13px;
    line-height: 1.06;
  }

  .duo-icon {
    left: 50%;
    top: -45px;
    width: 92px;
    height: 92px;
    transform: translateX(-50%);
  }

  .duo-icon img {
    width: 45px;
  }

  .duo-icon-sachet img {
    width: 62px;
  }

  .duo-format-options {
    gap: 51px;
  }

  .duo-format-facts {
    grid-template-columns: 56px 1fr;
    gap: 16px 18px;
    min-height: auto;
    margin-top: 58px;
    padding: 18px 24px 21px;
    border-radius: 8px;
  }

  .duo-format-facts p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.08;
  }

  .duo-format-facts p strong {
    font-style: italic;
    font-weight: 400;
  }

  .duo-benefits-title {
    display: block;
    grid-column: 1 / -1;
    order: -1;
    margin: 0 0 2px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
  }

  .duo-fact-icon {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

  .duo-nutrition {
    min-height: 680px;
    padding: 24px 8px 36px;
  }

  .duo-nutrition-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .duo-nutrition-heading h2 {
    font-size: 20px;
    line-height: 1.02;
  }

  .duo-nutrition-heading img {
    display: none;
  }

  .duo-nutrition-content {
    overflow-x: visible;
    padding-bottom: 6px;
  }

  .duo-nutrition-table {
    min-width: 0;
    font-size: 6px;
  }

  .duo-nutrition-notes {
    min-width: 0;
    margin-top: 10px;
    font-size: 5px;
    line-height: 1.12;
  }

  .duo-nutrition-table th {
    height: 22px;
  }

  .duo-nutrition-table td {
    height: 24px;
  }

  .duo-nutrition-table th,
  .duo-nutrition-table td {
    border-width: 1px;
    padding: 3px 4px;
  }

  .duo-family-cta {
    min-height: 530px;
  }

  .duo-family-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    min-height: 530px;
    padding: 24px 8px 35px;
  }

  .duo-family-copy {
    display: contents;
  }

  .duo-family-copy h2 {
    order: 1;
    font-size: 26px;
    line-height: 1.02;
  }

  .duo-family-yellow {
    order: 2;
    margin-bottom: 65px;
    font-size: 16px;
    line-height: 1.1;
  }

  .duo-family-note {
    order: 4;
    font-size: 13px;
  }

  .duo-family-inner > img {
    order: 3;
    width: 315px;
    margin: -86px auto 0;
    transform: none;
  }
}

.curcuma-body {
  background: #fff;
}

.curcuma-page {
  background: #fff;
}

.curcuma-wordmark {
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  height: 0.164em;
  background: currentColor;
  mask: url("../images/magnetrans.svg") center / contain no-repeat;
  -webkit-mask: url("../images/magnetrans.svg") center / contain no-repeat;
  vertical-align: baseline;
}

.curcuma-hero {
  --hero-content-offset: 104px;
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  min-height: 1024px;
  overflow: hidden;
  color: #fff;
  background: url("../images/curcuma-hero-bg.png") center top / 100% 100% no-repeat;
}

.curcuma-hero-inner {
  position: relative;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 1024px;
  margin: 0 auto;
  padding-top: calc(140px + var(--hero-content-offset, 104px));
}

.curcuma-hero-copy {
  position: relative;
  z-index: 5;
  width: 590px;
}

.curcuma-hero-copy h1 {
  margin: 0 0 27px;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.13;
}

.curcuma-action-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 568px;
  min-height: 81px;
  padding: 7px 14px 11px;
  border-radius: 5px;
  color: #ffdb6d;
  background: #d61666;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}

.curcuma-wordmark-badge {
  width: 6.92em;
  height: 1em;
  transform: translateY(0.08em);
}

.curcuma-hero-list {
  display: grid;
  gap: 38px;
  width: 435px;
  margin: 77px 0 0;
  padding: 0;
  list-style: none;
}

.curcuma-hero-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 19px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.12;
}

.curcuma-hero-list img {
  width: 24px;
  height: auto;
}

.curcuma-hero-list strong {
  font-weight: 800;
}

.curcuma-hero-person {
  position: absolute;
  right: 170px;
  bottom: 0;
  z-index: 2;
  width: 820px;
  max-width: none;
  height: auto;
}

.curcuma-hero-pack-wrap {
  position: absolute;
  right: -10px;
  bottom: 62px;
  z-index: 6;
  width: 672px;
  height: 410px;
}

.curcuma-hero-pack {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 672px;
  max-width: none;
  height: auto;
}

.curcuma-blister {
  position: absolute;
  left: 16px;
  bottom: 33px;
  z-index: 1;
  width: 168px;
  height: 228px;
  border-radius: 9px;
  background:
    radial-gradient(ellipse at center, #f09a47 0 32%, #d56f2d 33% 46%, transparent 47%) 28px 22px / 56px 46px,
    radial-gradient(ellipse at center, #f09a47 0 32%, #d56f2d 33% 46%, transparent 47%) 86px 22px / 56px 46px,
    linear-gradient(140deg, rgba(255, 255, 255, 0.86), rgba(190, 188, 183, 0.92));
  box-shadow: 0 18px 35px rgba(70, 45, 20, 0.28);
}

.curcuma-change {
  padding: 108px var(--page-padding) 112px;
  background: #fff;
}

.curcuma-change-inner {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) 540px;
  gap: 104px;
  align-items: start;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.curcuma-change-copy {
  padding-top: 38px;
}

.curcuma-change h2 {
  position: relative;
  margin: 0 0 54px;
  color: #f04731;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.13;
}

.curcuma-change h2 .curcuma-change-line2 {
  color: #f3802c;
}

.curcuma-change h2 img {
  position: absolute;
  left: 397px;
  top: 5px;
  width: 78px;
  height: auto;
}

.curcuma-change p {
  width: min(510px, 100%);
  margin: 0 0 22px;
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.16;
}

.curcuma-video-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 540px;
  aspect-ratio: 541 / 365;
  overflow: hidden;
  border-radius: 100px 8px 8px 8px;
  background: #d8d8d8;
}

.curcuma-video-bg {
  position: absolute;
  inset: 0;
  background: url("../images/productos-img-magnesio.png") center / 145% auto no-repeat;
  filter: blur(1px);
  opacity: 0.72;
  transform: scale(1.04);
}

.curcuma-video-card::after {
  content: none;
  position: absolute;
  inset: 0;
  background: rgba(55, 45, 34, 0.22);
}

.curcuma-video-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.curcuma-play {
  position: absolute;
  z-index: 2;
  width: 76px;
  height: 76px;
  border: 7px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(184, 119, 24, 0.28);
}

.curcuma-play::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
}

.curcuma-benefits {
  min-height: 575px;
  padding: 76px var(--page-padding) 85px;
  color: #fff;
  background: linear-gradient(90deg, #d65715 0%, #e8b63c 100%);
}

.curcuma-benefits-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.curcuma-benefits h2 {
  margin: 0 0 68px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.curcuma-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 530px));
  gap: 32px 30px;
}

.curcuma-benefit-card {
  display: grid;
  grid-template-columns: 175px 1fr;
  align-items: stretch;
  min-height: 82px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(0, 39, 118, 0.3);
}

.curcuma-benefit-icon {
  display: grid;
  place-items: center;
  min-height: 82px;
  color: #ffdb6d;
  background: rgba(245, 0, 117, 0.66);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.02;
  text-align: center;
}

.curcuma-benefit-card p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 82px;
  margin: 0;
  padding: 12px 18px;
  color: #fff;
  font-family: "Mozilla Text", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.curcuma-benefit-card strong {
  font-weight: 800;
}

.curcuma-benefit-clock img {
  width: 54px;
  height: auto;
}

.curcuma-benefit-icon img {
  width: auto;
  max-width: 96px;
  max-height: 85px;
}

.curcuma-benefit-mg img {
  width: 96px;
}

.curcuma-benefit-flame img {
  width: 72px;
}

.curcuma-benefit-clock img {
  width: 82px;
}

.curcuma-benefit-tablet img {
  width: 58px;
}

.curcuma-benefit-tablet::before {
  content: none;
  width: 48px;
  height: 60px;
  border-radius: 6px;
  background:
    radial-gradient(circle, #df1474 0 5px, transparent 6px) 10px 10px / 18px 18px,
    radial-gradient(circle, #df1474 0 5px, transparent 6px) 25px 10px / 18px 18px,
    #ffdb3f;
  box-shadow: inset 0 0 0 4px #ff8f40;
}

.curcuma-benefit-flame::before {
  content: none;
  width: 54px;
  height: 54px;
  border: 7px solid #ffdb3f;
  border-top-color: transparent;
  border-radius: 50% 50% 50% 12%;
  transform: rotate(-45deg);
}

.curcuma-formula {
  min-height: 505px;
  padding: 56px var(--page-padding) 74px;
  border-radius: 0 0 120px 0;
  color: #fff;
  background: linear-gradient(270deg, rgba(209, 84, 22, 0.66) 0%, rgba(232, 166, 0, 0.66) 100%);
}

.curcuma-formula-inner {
  width: min(900px, 100%);
  margin: 0 auto;
}

.curcuma-formula h2 {
  margin: 0 0 43px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.curcuma-formula h2 span {
  color: #ff543f;
  font-style: normal;
}

.curcuma-formula-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 84px;
  margin: 0;
  padding: 58px 70px 60px;
  border-radius: 15px;
  background: linear-gradient(90deg, #a3753b 0%, #97543c 100%);
  list-style: none;
}

.curcuma-formula-list li {
  position: relative;
  padding-left: 38px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
}

.curcuma-formula-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 36px;
  background: url("../images/ico-productos-list.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.curcuma-nutrition {
  padding: 31px var(--page-padding) 36px;
  background: #fff;
}

.curcuma-nutrition-inner {
  display: grid;
  grid-template-columns: 330px minmax(680px, 770px);
  gap: 90px;
  align-items: start;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.curcuma-nutrition-heading h2 {
  margin: 0 0 92px;
  color: #f04731;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.05;
}

.curcuma-nutrition-heading h2 span {
  color: #f3802c;
}

.curcuma-nutrition-heading img {
  width: 150px;
}

.curcuma-nutrition-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #202020;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.curcuma-nutrition-table th {
  height: 52px;
  color: #fff;
  background: #d15416;
}

.curcuma-nutrition-table td {
  height: 64px;
  background: #efefef;
}

.curcuma-nutrition-table tr:nth-child(2) td {
  background: rgba(209, 84, 22, 0.25);
}

.curcuma-nutrition-table th,
.curcuma-nutrition-table td {
  border: 2px solid #74321e;
  padding: 8px 12px;
}

.curcuma-nutrition-table span {
  font-size: 12px;
  font-style: normal;
}

.curcuma-nutrition-notes {
  margin-top: 13px;
  color: #ef6a71;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.12;
}

.curcuma-nutrition-notes p {
  margin: 0 0 7px;
}

.curcuma-family-cta {
  margin-top: 0;
}

@media (max-width: 980px) {
  .curcuma-hero {
    --hero-content-offset: 82px;
    top: -100px;
    margin-bottom: -100px;
    min-height: 900px;
    background-size: cover;
  }

  .curcuma-hero-inner {
    min-height: 900px;
    width: 100%;
    padding: calc(100px + var(--hero-content-offset, 82px)) 40px 0;
  }

  .curcuma-hero-copy {
    width: min(520px, 100%);
  }

  .curcuma-hero-copy h1 {
    font-size: 48px;
  }

  .curcuma-action-badge {
    width: min(500px, 100%);
    font-size: 39px;
  }

  .curcuma-hero-person {
    right: 120px;
    width: 560px;
  }

  .curcuma-hero-pack-wrap {
    right: 20px;
    bottom: 74px;
    width: 420px;
    transform: scale(0.82);
    transform-origin: right bottom;
  }

  .curcuma-change {
    padding: 82px 40px;
  }

  .curcuma-change-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .curcuma-video-card {
    justify-self: center;
    width: min(540px, 100%);
  }

  .curcuma-benefits-grid {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
    margin: 0 auto;
  }

  .curcuma-nutrition-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .curcuma-nutrition-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }

  .curcuma-nutrition-heading h2 {
    margin-bottom: 0;
  }

  .curcuma-nutrition-heading img {
    width: 112px;
  }
}

@media (max-width: 560px) {
  .curcuma-hero {
    --hero-content-offset: 46px;
    top: -82px;
    margin-bottom: -82px;
    min-height: 100vh;
    border-radius: 0 0 0 76px;
    background-size: cover;
    background-position: center top;
  }

  .curcuma-hero-inner {
    min-height: 100vh;
    padding: calc(82px + var(--hero-content-offset, 46px)) 15px 0;
  }

  .curcuma-hero-copy {
    width: 100%;
  }

  .curcuma-hero-copy h1 {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.18;
  }

  .curcuma-action-badge {
    width: min(100%, 360px);
    min-height: 44px;
    padding: 5px 8px 7px;
    font-size: 29px;
    gap: 7px;
  }

  .curcuma-hero-list {
    gap: 25px;
    width: min(350px, 100%);
    margin-top: 30px;
  }

  .curcuma-hero-list li {
    grid-template-columns: 27px 1fr;
    gap: 12px;
    font-size: 14px;
    line-height: 1.18;
  }

  .curcuma-hero-list img {
    width: 27px;
  }

  .curcuma-hero-person {
    right: -88px;
    bottom: -16px;
    width: 430px;
  }

  .curcuma-hero-pack-wrap {
    right: 7px;
    bottom: 42px;
    width: 285px;
    height: 168px;
    transform: none;
  }

  .curcuma-hero-pack {
    width: 235px;
    bottom: 7px;
  }

  .curcuma-blister {
    left: 6px;
    bottom: 16px;
    width: 88px;
    height: 122px;
    border-radius: 6px;
    background:
      radial-gradient(ellipse at center, #f09a47 0 32%, #d56f2d 33% 46%, transparent 47%) 13px 10px / 31px 25px,
      radial-gradient(ellipse at center, #f09a47 0 32%, #d56f2d 33% 46%, transparent 47%) 44px 10px / 31px 25px,
      linear-gradient(140deg, rgba(255, 255, 255, 0.86), rgba(190, 188, 183, 0.92));
  }

  .curcuma-change {
    padding: 42px 15px 48px;
  }

  .curcuma-change-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .curcuma-change-copy {
    order: 2;
    padding-top: 0;
  }

  .curcuma-video-card {
    order: 1;
    width: 100%;
    aspect-ratio: 360 / 240;
    border-radius: 4px 4px 4px 70px;
  }

  .curcuma-change h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.08;
  }

  .curcuma-change h2 img {
    left: 208px;
    top: 2px;
    width: 54px;
  }

  .curcuma-change p {
    font-size: 12px;
    line-height: 1.18;
  }

  .curcuma-video-card img {
    width: 225px;
  }

  .curcuma-benefits {
    min-height: auto;
    padding: 46px 15px 54px;
  }

  .curcuma-benefits h2 {
    margin-bottom: 38px;
    font-size: 27px;
  }

  .curcuma-benefits-grid {
    gap: 18px;
  }

  .curcuma-benefit-card {
    grid-template-columns: 92px 1fr;
    min-height: 76px;
  }

  .curcuma-benefit-icon {
    min-height: 76px;
    font-size: 20px;
  }

  .curcuma-benefit-card p {
    min-height: 76px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .curcuma-benefit-clock img {
    width: 43px;
  }

  .curcuma-benefit-tablet::before {
    width: 36px;
    height: 47px;
  }

  .curcuma-benefit-flame::before {
    width: 38px;
    height: 38px;
    border-width: 5px;
  }

  .curcuma-formula {
    min-height: auto;
    padding: 43px 15px 55px;
    border-radius: 0 0 76px 0;
  }

  .curcuma-formula h2 {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .curcuma-formula-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 28px;
  }

  .curcuma-formula-list li {
    font-size: 14px;
  }

  .curcuma-nutrition {
    padding: 26px 8px 34px;
  }

  .curcuma-nutrition-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .curcuma-nutrition-heading h2 {
    font-size: 24px;
  }

  .curcuma-nutrition-heading img {
    width: 84px;
    margin: 22px 0 0 5px;
  }

  .curcuma-nutrition-content {
    overflow-x: visible;
  }

  .curcuma-nutrition-table {
    font-size: 7px;
  }

  .curcuma-nutrition-table span {
    font-size: 6px;
  }

  .curcuma-nutrition-table th {
    height: 26px;
  }

  .curcuma-nutrition-table td {
    height: 36px;
  }

  .curcuma-nutrition-table th,
  .curcuma-nutrition-table td {
    border-width: 1px;
    padding: 4px 3px;
  }

  .curcuma-nutrition-notes {
    margin-top: 9px;
    font-size: 5px;
  }
}

.ultra-body {
  background: #fff;
}

.ultra-page {
  background: #fff;
}

.ultra-wordmark {
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  height: 0.164em;
  background: currentColor;
  mask: url("../images/magnetrans.svg") center / contain no-repeat;
  -webkit-mask: url("../images/magnetrans.svg") center / contain no-repeat;
  vertical-align: baseline;
}

.ultra-hero {
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  min-height: 1024px;
  overflow: hidden;
  color: #fff;
  background: url("../images/Rectangle 77.png") center top / 100% 100% no-repeat;
  border-radius: 0 0 0 150px;
}

.ultra-hero-inner {
  position: relative;
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  min-height: 1024px;
  margin: 0 auto;
  padding-top: 232px;
}

.ultra-hero-copy {
  position: relative;
  z-index: 5;
  width: 720px;
}

.ultra-hero-copy h1 {
  width: 710px;
  margin: 0 0 32px;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.13;
}

.ultra-action-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 81px;
  padding: 7px 14px 11px;
  border-radius: 5px;
  color: #61dfff;
  background: #005892;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}

.ultra-wordmark-badge {
  width: 6.92em;
  height: 1em;
  transform: translateY(0.08em);
}

.ultra-hero-list {
  display: grid;
  gap: 42px;
  width: 475px;
  margin: 91px 0 0;
  padding: 0;
  list-style: none;
}

.ultra-hero-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 20px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.16;
}

.ultra-hero-list img {
  width: 28px;
  height: auto;
}

.ultra-hero-list strong {
  font-weight: 800;
}

.ultra-hero-person {
  position: absolute;
  right: 202px;
  bottom: 0;
  z-index: 2;
  width: 716px;
  max-width: none;
  height: auto;
}

.ultra-hero-pack {
  position: absolute;
  right: 8px;
  bottom: 98px;
  z-index: 6;
  width: 500px;
  max-width: none;
  height: auto;
}

.ultra-balance {
  padding: 116px var(--page-padding) 112px;
  background: #fff;
}

.ultra-balance-inner {
  display: grid;
  grid-template-columns: minmax(390px, 1fr) 540px;
  gap: 150px;
  align-items: start;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.ultra-balance-copy {
  padding-top: 31px;
}

.ultra-balance h2 {
  position: relative;
  margin: 0 0 61px;
  color: #168bff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.13;
}

.ultra-balance h2 img {
  display: inline-block;
  width: 79px;
  margin-left: 8px;
  transform: translateY(5px);
}

.ultra-balance p {
  width: min(470px, 100%);
  margin: 0 0 45px;
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.16;
}

.ultra-video-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 540px;
  aspect-ratio: 541 / 365;
  overflow: hidden;
  border-radius: 100px 8px 8px 8px;
  background:
    linear-gradient(rgba(0, 38, 78, 0.2), rgba(0, 38, 78, 0.24)),
    linear-gradient(180deg, rgba(226, 232, 235, 0.88) 0%, rgba(184, 189, 188, 0.9) 46%, rgba(158, 165, 163, 0.92) 100%);
}

.ultra-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0 58px, rgba(190, 197, 197, 0.48) 58px 62px),
    linear-gradient(180deg, rgba(68, 74, 79, 0.26) 0 34%, transparent 34% 100%);
  filter: blur(1px);
  opacity: 0.75;
}

.ultra-video-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(188, 182, 172, 0.2), rgba(119, 102, 85, 0.28));
}

.ultra-video-scene {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.ultra-video-scene img {
  width: 314px;
  height: auto;
}

.ultra-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 84px;
  height: 84px;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ultra-play::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 23px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid #fff;
}

.ultra-essential {
  min-height: 579px;
  padding: 75px var(--page-padding) 100px;
  color: #fff;
  background: linear-gradient(90deg, #04aad5 0%, #0065b1 100%);
}

.ultra-essential-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.ultra-essential h2 {
  margin: 0 0 69px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.ultra-benefits-grid {
  display: grid;
  grid-template-columns: 530px 530px;
  gap: 34px 31px;
  justify-content: center;
}

.ultra-benefit-card {
  display: grid;
  grid-template-columns: 175px 1fr;
  min-height: 124px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(0, 78, 160, 0.62);
}

.ultra-benefit-card-center {
  grid-column: 1 / -1;
  justify-self: center;
  width: 530px;
}

.ultra-benefit-icon {
  display: grid;
  place-items: center;
  min-height: 124px;
  color: #005892;
  background: rgba(92, 206, 237, 0.78);
}

.ultra-benefit-mg {
  font-size: 53px;
  font-weight: 800;
  line-height: 1;
}

.ultra-benefit-icon img {
  width: 70px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(2444%) hue-rotate(189deg) brightness(89%) contrast(101%);
}

.ultra-blister-icon {
  position: relative;
  width: 48px;
  height: 72px;
  border-radius: 6px;
  background: #005892;
}

.ultra-blister-icon::before {
  content: "";
  position: absolute;
  inset: 10px 10px;
  background:
    radial-gradient(circle, #61dfff 0 6px, transparent 7px) 0 0 / 15px 18px,
    radial-gradient(circle, #61dfff 0 6px, transparent 7px) 15px 0 / 15px 18px;
}

.ultra-benefit-card p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 124px;
  margin: 0;
  padding: 18px 19px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
}

.ultra-benefit-card strong {
  font-weight: 800;
}

.ultra-nutrition {
  padding: 54px var(--page-padding) 57px;
  background: #fff;
}

.ultra-nutrition-inner {
  display: grid;
  grid-template-columns: 330px minmax(680px, 680px);
  gap: 140px;
  align-items: start;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.ultra-nutrition-heading h2 {
  margin: 0 0 120px;
  color: #168bff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.05;
}

.ultra-nutrition-heading img {
  width: 150px;
}

.ultra-nutrition-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #202020;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.ultra-nutrition-table th {
  height: 52px;
  color: #00436e;
  background: #00d4e8;
}

.ultra-nutrition-table td {
  height: 59px;
  background: #efefef;
}

.ultra-nutrition-table th,
.ultra-nutrition-table td {
  border: 2px solid #202020;
  padding: 8px 12px;
}

.ultra-nutrition-notes {
  margin-top: 15px;
  color: #ef6a71;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.12;
}

.ultra-nutrition-notes p {
  margin: 0 0 7px;
}

.ultra-family-cta {
  margin-top: 0;
}

@media (max-width: 980px) {
  .ultra-hero {
    top: -100px;
    margin-bottom: -100px;
    min-height: 900px;
    background-size: cover;
  }

  .ultra-hero-inner {
    width: 100%;
    min-height: 900px;
    padding: 182px 40px 0;
  }

  .ultra-hero-copy {
    width: min(550px, 100%);
  }

  .ultra-hero-copy h1 {
    font-size: 48px;
  }

  .ultra-action-badge {
    font-size: 43px;
  }

  .ultra-hero-person {
    right: 70px;
    width: 560px;
  }

  .ultra-hero-pack {
    right: 24px;
    bottom: 86px;
    width: 390px;
  }

  .ultra-balance {
    padding: 82px 40px;
  }

  .ultra-balance-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ultra-video-card {
    justify-self: center;
    width: min(540px, 100%);
  }

  .ultra-benefits-grid {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
    margin: 0 auto;
  }

  .ultra-benefit-card-center {
    grid-column: auto;
    width: auto;
  }

  .ultra-nutrition-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ultra-nutrition-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }

  .ultra-nutrition-heading h2 {
    margin-bottom: 0;
  }

  .ultra-nutrition-heading img {
    width: 112px;
  }
}

@media (max-width: 560px) {
  .ultra-body .site-header,
  .ultra-body .header-container {
    min-height: 60px;
  }

  .ultra-body .site-header {
    background: rgba(0, 70, 122, 0.96);
    backdrop-filter: none;
  }

  .ultra-body .header-container {
    padding: 0 18px;
  }

  .ultra-body .brand img {
    width: 139px;
  }

  .ultra-hero {
    top: -60px;
    margin-bottom: -60px;
    min-height: 844px;
    border-radius: 0 0 0 76px;
    background-size: cover;
    background-position: center top;
  }

  .ultra-hero-inner {
    min-height: 844px;
    padding: 93px 18px 0;
  }

  .ultra-hero-copy {
    width: 100%;
  }

  .ultra-hero-copy h1 {
    margin-bottom: 17px;
    font-size: 29px;
    line-height: 1.22;
  }

  .ultra-action-badge {
    min-height: 44px;
    padding: 5px 7px 6px;
    border-radius: 4px;
    font-size: 30px;
    gap: 7px;
  }

  .ultra-hero-list {
    gap: 40px;
    width: 330px;
    margin-top: 35px;
  }

  .ultra-hero-list li {
    grid-template-columns: 28px 1fr;
    gap: 12px;
    font-size: 16px;
    line-height: 1.25;
  }

  .ultra-hero-list img {
    width: 28px;
  }

  .ultra-hero-person {
    right: -92px;
    bottom: -26px;
    width: 450px;
  }

  .ultra-hero-pack {
    right: 12px;
    bottom: 54px;
    width: 230px;
  }

  .ultra-balance {
    padding: 24px 8px 30px;
  }

  .ultra-balance-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .ultra-balance-copy {
    order: 2;
    padding-top: 0;
  }

  .ultra-video-card {
    order: 1;
    width: 100%;
    aspect-ratio: 374 / 252;
    border-radius: 4px 4px 4px 70px;
  }

  .ultra-video-scene img {
    width: 220px;
  }

  .ultra-play {
    width: 64px;
    height: 64px;
    border-width: 6px;
  }

  .ultra-play::before {
    left: 24px;
    top: 18px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 18px;
  }

  .ultra-balance h2 {
    width: 320px;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.1;
  }

  .ultra-balance h2 img {
    width: 58px;
  }

  .ultra-balance p {
    margin-bottom: 13px;
    font-size: 10px;
    line-height: 1.14;
  }

  .ultra-essential {
    min-height: auto;
    padding: 48px 8px 56px;
  }

  .ultra-essential h2 {
    margin-bottom: 36px;
    font-size: 27px;
    line-height: 1.08;
  }

  .ultra-benefits-grid {
    gap: 18px;
  }

  .ultra-benefit-card {
    grid-template-columns: 92px 1fr;
    min-height: 86px;
  }

  .ultra-benefit-icon {
    min-height: 86px;
  }

  .ultra-benefit-mg {
    font-size: 34px;
  }

  .ultra-benefit-icon img {
    width: 48px;
  }

  .ultra-blister-icon {
    width: 36px;
    height: 54px;
  }

  .ultra-blister-icon::before {
    inset: 8px 7px;
    background:
      radial-gradient(circle, #61dfff 0 4px, transparent 5px) 0 0 / 11px 13px,
      radial-gradient(circle, #61dfff 0 4px, transparent 5px) 11px 0 / 11px 13px;
  }

  .ultra-benefit-card p {
    min-height: 86px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .ultra-nutrition {
    padding: 26px 8px 34px;
  }

  .ultra-nutrition-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .ultra-nutrition-heading h2 {
    font-size: 24px;
  }

  .ultra-nutrition-heading img {
    width: 84px;
    margin: 22px 0 0 5px;
  }

  .ultra-nutrition-content {
    overflow-x: visible;
  }

  .ultra-nutrition-table {
    font-size: 7px;
  }

  .ultra-nutrition-table th {
    height: 26px;
  }

  .ultra-nutrition-table td {
    height: 36px;
  }

  .ultra-nutrition-table th,
  .ultra-nutrition-table td {
    border-width: 1px;
    padding: 4px 3px;
  }

  .ultra-nutrition-notes {
    margin-top: 9px;
    font-size: 5px;
  }
}

.faq-body {
  background: #fff;
}

.faq-page {
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  padding-top: 0;
  background: #eaf3fb;
  overflow-x: hidden;
}

.faq-container {
  width: min(980px, calc(100% - 80px));
  margin: 0 auto;
}

.faq-hero {
  padding: 220px 0 140px;
  color: #fff;
  background: linear-gradient(100deg, #04acd5 0%, #0063b0 100%);
}

.faq-hero h1 {
  margin: 0 0 58px;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.faq-page h2 {
  margin: 0 0 22px;
  text-align: center;
  font-family: "Mozilla Text";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.faq-section-magnesium h2,
.faq-section-use h2 {
  color: #3bb5ff;
}

.faq-section-magnesium h2 {
  color: var(--Azul-Ultra, #56D8FF);
}

.faq-section-exercise h2 {
  color: #fff;
}

.faq-section-wellbeing h2 {
  color: #ffdb6d;
}

.faq-list {
  display: grid;
  gap: 27px;
}

.faq-card {
  min-height: 70px;
  padding: 0 66px 0 43px;
  border: 0;
  border-radius: 5px 40px;
  background: #FFF;
  color: #202020;
  box-shadow: 0 4px 4px 0 #56D8FF;
}

.faq-card summary {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
  color: var(--faq-accent, #168bff);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
  list-style: none;
  cursor: pointer;
}

.faq-card summary > span:first-child {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card p {
  max-width: 850px;
  margin: -2px 0 20px;
  color: #202020;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.08;
}

.faq-chevron {
  position: absolute;
  right: -44px;
  top: 50%;
  width: 22px;
  height: 39px;
  background: url("../images/ico-item.svg") center / contain no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 180ms ease;
}

.faq-card:not([open]) .faq-chevron {
  transform: translateY(-50%) rotate(-90deg);
}

.faq-card[open] .faq-chevron {
  transform: translateY(-50%) rotate(90deg);
}

.faq-section-magnesium {
  --faq-accent: var(--Azul-01, #0F87FF);
}

.faq-section-exercise {
  --faq-accent: var(--Laranja-Curcuma, #F04731);
}

.faq-section-exercise .faq-card {
  box-shadow: 0 4px 4px 0 #F04731;
}

.faq-section-wellbeing {
  --faq-accent: var(--Roxo-DUO, #3D2C7C);
}

.faq-section-wellbeing .faq-card {
  box-shadow: 0 4px 4px 0 #FFDB6D;
}

.faq-section-use {
  --faq-accent: var(--Azul-02, #005EBB);
}

.faq-section-use .faq-card {
  box-shadow: 0 4px 4px 0 #0F87FF;
}

.faq-band {
  padding: 84px 0 140px;
}

.faq-section-exercise {
  background: linear-gradient(104deg, #e85911 0%, #f6c73d 100%);
}

.faq-section-wellbeing {
  background: linear-gradient(100deg, #37246f 0%, #742887 100%);
}

.faq-section-use {
  background: #eaf3fb;
}

.faq-references {
  margin-top: 73px;
  color: #000;
  font-family: "Mozilla Text";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq-references p {
  margin: 0;
}

.quiz-body {
  background: #eaf3fb;
}

.quiz-page {
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  padding-top: 0;
  overflow: hidden;
  background: #eaf3fb;
}

.quiz-app {
  padding: 180px var(--page-padding) 200px;
  color: #fff;
  background: url("../images/quiz-bg-1.png") center top / cover no-repeat;
}

.quiz-app-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.quiz-start {
  display: grid;
  justify-items: center;
  width: min(762px, 100%);
  margin: 0 auto;
}

.quiz-start[hidden] {
  display: none;
}

.quiz-start-header {
  width: min(820px, 100vw - 40px);
  margin: 0 0 25px;
  text-align: center;
}

.quiz-start h1 {
  margin: 0 0 19px;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.25;
}

.quiz-start h1 span {
  color: inherit;
  font-family: "Mozilla Text";
  font-size: inherit;
  font-style: italic;
  font-weight: 800;
}

.quiz-start-header p {
  width: min(700px, 100%);
  margin: 0 auto;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.15;
}

.quiz-start-card {
  width: 100%;
  min-height: 184px;
  margin-top: 24px;
  padding: 25px 78px 28px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
}

.quiz-start-card-compact {
  min-height: 184px;
  padding-left: 78px;
  padding-right: 66px;
}

.quiz-start-card h2 {
  margin: 0 0 23px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.quiz-start-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 251px));
  gap: 15px 34px;
  justify-content: center;
}

.quiz-start-options-three {
  grid-template-columns: 185px 185px 185px;
  gap: 31px;
  align-items: center;
}

.quiz-profile-option {
  min-height: 62px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  color: #56d8ff;
  background: rgba(0, 94, 187, 0.48);
  font-family: "Mozilla Text";
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.quiz-profile-option[aria-pressed="true"],
.quiz-profile-option:hover,
.quiz-profile-option:focus-visible {
  border: 2px solid #56d8ff;
  background: rgba(0, 94, 187, 0.42);
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.25) inset;
  font-weight: 800;
}

.quiz-start-options-three .quiz-profile-option {
  min-height: 72px;
}

.quiz-start-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 255px;
  min-height: 62px;
  margin-top: 50px;
  padding: 0 35px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  background: #f50074;
  font-family: "Mozilla Text";
  font-size: 23px;
  font-weight: 800;
  cursor: pointer;
}

.quiz-start-error {
  margin-top: 18px;
}

.quiz-app-header {
  width: min(820px, 100%);
  margin: 0 auto 44px;
  text-align: center;
}

.quiz-kicker {
  margin: 0 0 14px;
  color: #ffdb6d;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.quiz-app h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.02;
}

.quiz-app-header p:not(.quiz-kicker) {
  width: min(620px, 100%);
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.35;
}

.quiz-shell,
.quiz-result {
  width: min(960px, 100%);
  margin: 0 auto;
}

.quiz-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.quiz-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #ffdb6d;
  transition: width 220ms ease;
}

.quiz-step-meta {
  display: flex;
  justify-content: flex-end;
  margin: 18px 0 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.quiz-card {
  padding: 42px;
  border-radius: 8px;
  background: rgba(0, 39, 118, 0.32);
  box-shadow: 0 24px 70px rgba(0, 25, 66, 0.22);
}

.quiz-card h2 {
  margin: 0 0 28px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.12;
}

.quiz-question-note {
  width: min(620px, 100%);
  margin: -16px auto 28px;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.quiz-option {
  position: relative;
  min-height: 86px;
  padding: 18px 66px 18px 20px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 39, 118, 0.42);
  font-family: "Mozilla Text";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.quiz-option::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  transform: translateY(-50%);
}

.quiz-option[aria-pressed="true"] {
  border-color: #56d8ff;
  background: rgba(0, 94, 187, 0.72);
}

.quiz-option[aria-pressed="true"]::after {
  border-color: #56d8ff;
  background:
    radial-gradient(circle, #fff 0 34%, transparent 38%),
    #56d8ff;
}

.quiz-option:hover,
.quiz-option:focus-visible {
  border-color: #ffdb6d;
  transform: translateY(-1px);
}

.quiz-error {
  margin: 22px 0 0;
  color: #ffdb6d;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

.quiz-actions,
.quiz-result-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.quiz-primary-button,
.quiz-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  font-family: "Mozilla Text";
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.quiz-primary-button {
  border: 0;
  color: #005ebb;
  background: #56d8ff;
}

.quiz-secondary-button {
  border: 2px solid #ffdb6d;
  color: #ffdb6d;
  background: rgba(255, 255, 255, 0.08);
}

.quiz-secondary-button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.quiz-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
  padding: 42px;
  border-radius: 8px;
  background: rgba(0, 39, 118, 0.32);
  box-shadow: 0 24px 70px rgba(0, 25, 66, 0.22);
}

.quiz-result[hidden] {
  display: none;
}

.quiz-result h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.06;
}

.quiz-result-profile {
  margin: 0 0 24px;
  color: #ffdb6d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
}

.quiz-result-panel {
  margin-top: 16px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.quiz-result-panel h3 {
  margin: 0 0 8px;
  color: #ffdb6d;
  font-size: 18px;
  font-weight: 800;
}

.quiz-result-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.36;
}

.quiz-result-media {
  display: grid;
  place-items: center;
}

.quiz-result-media img {
  width: min(330px, 100%);
  max-height: 360px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .quiz-page {
    top: -100px;
    margin-bottom: -100px;
    padding-top: 0;
  }

  .quiz-app {
    padding: 170px 40px 120px;
  }

  .quiz-app h1 {
    font-size: 42px;
  }

  .quiz-start {
    width: min(760px, 100%);
  }

  .quiz-start h1 {
    font-size: 48px;
  }

  .quiz-start-header p {
    font-size: 20px;
  }

  .quiz-start-card,
  .quiz-start-card-compact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quiz-start-options-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .quiz-card {
    padding: 34px 28px;
  }

  .quiz-options {
    grid-template-columns: 1fr;
  }

  .quiz-result {
    grid-template-columns: 1fr;
    padding: 34px 28px;
  }

  .quiz-result-media {
    order: -1;
  }
}

@media (max-width: 560px) {
  .quiz-page {
    top: -82px;
    margin-bottom: -82px;
    padding-top: 0;
  }

  .quiz-app {
    padding: 126px 15px 88px;
  }

  .quiz-app h1 {
    font-size: 31px;
  }

  .quiz-start h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .quiz-start-header p {
    font-size: 17px;
  }

  .quiz-start-card,
  .quiz-start-card-compact {
    min-height: 0;
    margin-top: 18px;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .quiz-start-card h2 {
    font-size: 24px;
  }

  .quiz-start-options,
  .quiz-start-options-three {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quiz-profile-option,
  .quiz-start-options-three .quiz-profile-option {
    min-height: 58px;
    font-size: 22px;
  }

  .quiz-start-button {
    width: 100%;
    min-width: 0;
    margin-top: 32px;
  }

  .quiz-app-header {
    margin-bottom: 32px;
  }

  .quiz-card h2 {
    font-size: 24px;
  }

  .quiz-option {
    min-height: 74px;
    padding: 15px 54px 15px 16px;
    font-size: 15px;
  }

  .quiz-option::after {
    right: 16px;
    width: 24px;
    height: 24px;
  }

  .quiz-actions,
  .quiz-result-actions {
    flex-direction: column;
  }

  .quiz-primary-button,
  .quiz-secondary-button {
    width: 100%;
  }

  .quiz-result h2 {
    font-size: 30px;
  }
}

@media (max-width: 980px) {
  .faq-page {
    top: -100px;
    margin-bottom: -100px;
    padding-top: 0;
  }

  .faq-container {
    width: min(760px, calc(100% - 48px));
  }

  .faq-hero {
    padding: 170px 0 68px;
  }

  .faq-band {
    padding: 70px 0 76px;
  }

  .faq-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 560px) {
  .faq-page {
    top: -82px;
    margin-bottom: -82px;
    padding-top: 0;
  }

  .faq-container {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-hero {
    padding: 126px 0 48px;
  }

  .faq-hero h1 {
    margin-bottom: 13px;
    font-size: 24px;
  }

  .faq-page h2 {
    margin-bottom: 26px;
    font-size: 14px;
  }

  .faq-list {
    gap: 22px;
  }

  .faq-card {
    min-height: 70px;
    padding: 20px 48px 20px 30px;
    border-radius: 5px 22px;
  }

  .faq-card summary {
    min-height: 70px;
  }

  .faq-card summary > span:first-child {
    flex: 0 1 50%;
    max-width: 50%;
  }

  .faq-card summary,
  .faq-card p {
    font-size: 16px;
    line-height: 1.12;
  }

  .faq-chevron {
    right: -34px;
    top: 50%;
    width: 18px;
    height: 32px;
  }

  .faq-band {
    padding: 40px 0 58px;
  }

  .faq-references {
    margin-top: 48px;
    font-size: 16px;
  }
}
