.elementor-53 .elementor-element.elementor-element-01d4459{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-66c06eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-c3c809d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-43822bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-db88d40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-d13b66d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-cba3e2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-d078d35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-da33b6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-560a31f */:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-navy-mid: #003087;
  --pv-lime: #b5d334;
  --pv-lime-dark: #9bb82a;
  --pv-teal: #00838f;
  --pv-teal-dark: #006874;
  --pv-gold: #f5c518;
  --pv-white: #ffffff;
  --pv-text-soft: rgba(255, 255, 255, 0.88);
  --container-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: #f7f8f4;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  padding: 72px 24px;
  margin: 0;
  color: var(--pv-white);
  overflow: hidden;
  background:
    radial-gradient(
      ellipse 70% 55% at 18% 42%,
      rgba(0, 131, 143, 0.22),
      transparent 58%
    ),
    linear-gradient(
      155deg,
      var(--pv-navy-deep) 0%,
      var(--pv-navy) 48%,
      var(--pv-navy-mid) 100%
    );
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(181, 211, 52, 0.04) 100%
  );
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.hero__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(360px, 1.05fr);
  gap: 56px;
  align-items: center;
}

.hero__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hero__image-wrap {
  position: relative;
  width: min(100%, 480px);
  padding: 40px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--pv-teal);
  border-radius: 20px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.04)
  );
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.hero__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 6px;
  background: var(--pv-gold);
  color: var(--pv-navy-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.hero__image {
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.25));
}

.hero__media-card {
  width: min(100%, 480px);
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 4px solid var(--pv-lime);
  border-radius: 10px;
  background: rgba(0, 24, 69, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.hero__media-card strong {
  color: var(--pv-lime);
  font-size: 15px;
  font-weight: 700;
}

.hero__media-card span {
  color: var(--pv-text-soft);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.hero__content {
  max-width: 640px;
}

.hero__eyebrow {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pv-lime);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--pv-lime);
  border-radius: 2px;
}

.hero__title {
  margin: 0;
  color: var(--pv-white);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.hero__description {
  margin: 18px 0 0;
  max-width: 560px;
  color: var(--pv-text-soft);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero__trust span {
  padding: 8px 14px;
  border: 1px solid rgba(0, 131, 143, 0.45);
  border-radius: 8px;
  background: rgba(0, 131, 143, 0.14);
  color: var(--pv-white);
  font-size: 13px;
  font-weight: 600;
}

.hero__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.hero__highlight {
  padding: 16px 16px 16px 18px;
  border: none;
  border-left: 3px solid var(--pv-lime);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.06);
}

.hero__highlight strong {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--pv-lime);
  font-size: 15px;
  font-weight: 700;
}

.hero__highlight p {
  margin: 0;
  color: var(--pv-text-soft);
  font-size: 13px;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 28px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  color: var(--pv-white);
  background-color: var(--pv-teal);
  border-color: var(--pv-teal);
  box-shadow: 0 8px 20px rgba(0, 131, 143, 0.35);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  color: var(--pv-navy-deep);
  background-color: var(--pv-lime);
  border-color: var(--pv-lime);
  box-shadow: 0 10px 24px rgba(181, 211, 52, 0.45);
}

.btn--secondary {
  color: var(--pv-white);
  background-color: transparent;
  border-color: var(--pv-white);
}

.btn--secondary:hover,
.btn--secondary:focus-visible {
  color: var(--pv-navy-deep);
  background-color: var(--pv-white);
  border-color: var(--pv-white);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.25);
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
    padding: 48px 20px;
  }

  .hero__container {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .hero__content {
    max-width: none;
  }

  .hero__eyebrow {
    justify-content: center;
  }

  .hero__description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__trust,
  .hero__actions {
    justify-content: center;
  }

  .hero__highlights {
    grid-template-columns: 1fr;
  }

  .hero__highlight {
    text-align: left;
  }

  .hero__image-wrap,
  .hero__media-card {
    width: min(100%, 440px);
  }

  .hero__media-card {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .hero__title {
    font-size: 26px;
  }

  .hero__description {
    font-size: 15px;
  }

  .hero__badge {
    font-size: 11px;
    padding: 7px 11px;
  }

  .btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2e0ef5 *//* =========================================
   PACKS SECTION ONLY
   Wider cards + shorter height (frontend fix)
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-lime: #b5d334;
  --pv-lime-dark: #9bb82a;
  --pv-teal: #00838f;
  --pv-gold: #f5c518;
  --pv-white: #ffffff;
  --container-width: 1600px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: #f7f8f4;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Full-bleed so WordPress theme cannot squeeze cards */
section.packs,
.packs {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 64px 0 72px !important;
  transform: translateX(-50%) !important;
  background:
    radial-gradient(circle at top right, rgba(0, 131, 143, 0.12), transparent 36%),
    radial-gradient(circle at bottom left, rgba(181, 211, 52, 0.12), transparent 32%),
    #f3f7f6 !important;
  box-sizing: border-box !important;
  overflow-x: clip !important;
}

section.packs::before,
.packs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pv-teal), var(--pv-lime));
}

.packs .packs__container,
.packs__container {
  width: min(100%, var(--container-width)) !important;
  max-width: var(--container-width) !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}

.packs__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  width: 100%;
}

.packs__eyebrow {
  margin: 0 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pv-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.packs__eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--pv-teal);
  border-radius: 2px;
}

.packs__title {
  margin: 0;
  color: var(--pv-navy);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.packs__shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid var(--pv-navy);
  border-radius: 6px;
  background: var(--pv-white);
  color: var(--pv-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.packs__shop-btn:hover {
  background: var(--pv-navy);
  color: var(--pv-white);
  transform: translateY(-2px);
}

.packs__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
}

/* Equal height cards — buttons stay bottom-aligned */
.pack-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 20px 18px 18px;
  border: 1px solid rgba(0, 32, 91, 0.1);
  border-top: 3px solid var(--pv-teal);
  border-radius: 14px;
  background: var(--pv-white);
  box-shadow: 0 12px 28px rgba(0, 32, 91, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.pack-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 32, 91, 0.12);
}

.pack-card--featured {
  border-top-color: var(--pv-lime);
  border-color: rgba(0, 131, 143, 0.22);
  box-shadow:
    0 14px 32px rgba(0, 32, 91, 0.1),
    0 0 0 2px rgba(181, 211, 52, 0.22);
}

.pack-card__tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--pv-lime);
  color: var(--pv-navy-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pack-card__name {
  margin: 0 0 12px;
  color: var(--pv-navy);
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}

.pack-card__visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 140px;
  margin-bottom: 12px;
  padding: 10px 8px;
  border-radius: 12px;
  background: linear-gradient(180deg, #e4f3f4 0%, #f6faf9 100%);
}

.pack-card__stack {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pack-card__stack img {
  width: 140px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.14));
}

.pack-card__stack--two img {
  width: 108px;
}

.pack-card__stack--two img:first-child {
  margin-right: -30px;
  transform: translateY(6px) rotate(-4deg);
  z-index: 1;
}

.pack-card__stack--two img:last-child {
  transform: translateY(-2px) rotate(4deg);
  z-index: 2;
}

.pack-card__stack--three img {
  width: 88px;
}

.pack-card__stack--three img:nth-child(1) {
  margin-right: -34px;
  transform: translateY(8px) rotate(-7deg);
  z-index: 1;
}

.pack-card__stack--three img:nth-child(2) {
  margin-right: -34px;
  transform: translateY(0);
  z-index: 2;
}

.pack-card__stack--three img:nth-child(3) {
  transform: translateY(6px) rotate(7deg);
  z-index: 3;
}

.pack-card__pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
}

.pack-card__old {
  color: #8a93a6;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}

.pack-card__price {
  color: var(--pv-navy);
  font-size: 28px;
  font-weight: 800;
}

.pack-card__shipping {
  margin: 0 0 10px;
  color: var(--pv-teal);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.pack-card__desc {
  margin: 0 0 10px;
  color: #3d4a66;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  flex: 0 0 auto;
}

.pack-card__points {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
}

.pack-card__points li {
  position: relative;
  padding: 6px 0 6px 20px;
  border-top: 1px solid rgba(0, 32, 91, 0.08);
  color: var(--pv-navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.pack-card__points li:last-child {
  border-bottom: 1px solid rgba(0, 32, 91, 0.08);
}

.pack-card__points li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pv-lime);
}

.pack-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: auto !important;
}

.pack-card__per-bottle {
  margin: 0 !important;
  color: #6b778c;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.pack-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--pv-navy);
  border-radius: 8px;
  background: var(--pv-navy);
  color: var(--pv-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.pack-card__btn:hover {
  background: var(--pv-teal);
  border-color: var(--pv-teal);
  color: var(--pv-white);
  transform: translateY(-1px);
}

.pack-card__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--pv-navy);
  border-radius: 8px;
  background: transparent;
  color: var(--pv-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.pack-card__details:hover {
  background: rgba(0, 32, 91, 0.06);
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  .packs__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .packs__grid {
    grid-template-columns: 1fr !important;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  section.packs,
  .packs {
    padding: 48px 0 56px !important;
  }

  .packs__container {
    padding: 0 14px !important;
  }

  .packs__title {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f225778 *//* =========================================
   BENEFITS SECTION ONLY
   HTML: benefits-section.html
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-navy-mid: #003087;
  --pv-lime: #b5d334;
  --pv-lime-dark: #9bb82a;
  --pv-teal: #00838f;
  --pv-white: #ffffff;
  --container-width: 1100px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-white);
  background: var(--pv-navy-deep);
}

a {
  text-decoration: none;
  color: inherit;
}

.benefits {
  position: relative;
  isolation: isolate;
  padding: 88px 24px 96px;
  color: var(--pv-white);
  overflow: hidden;
  background:
    radial-gradient(
      ellipse 55% 45% at 85% 10%,
      rgba(0, 131, 143, 0.28),
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 40% at 8% 90%,
      rgba(181, 211, 52, 0.12),
      transparent 55%
    ),
    linear-gradient(
      155deg,
      var(--pv-navy-deep) 0%,
      var(--pv-navy) 52%,
      var(--pv-navy-mid) 100%
    );
}

.benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pv-lime), var(--pv-teal));
  z-index: 1;
}

.benefits__container {
  position: relative;
  z-index: 2;
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.benefits__header {
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}

.benefits__eyebrow {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pv-lime);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefits__eyebrow::before,
.benefits__eyebrow::after {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--pv-lime);
  border-radius: 2px;
}

.benefits__title {
  margin: 0 0 16px;
  color: var(--pv-white);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.benefits__intro {
  margin: 0 auto;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 44px;
}

.benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 28px 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--pv-teal);
  border-radius: 0 14px 14px 0;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.03)
  );
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  border-left-color: var(--pv-lime);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.12),
    rgba(0, 131, 143, 0.12)
  );
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.benefit-card__num {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(181, 211, 52, 0.35);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}

.benefit-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 50%;
  border: 2px solid rgba(181, 211, 52, 0.55);
  background: rgba(181, 211, 52, 0.18);
  color: var(--pv-lime);
}

.benefit-card__icon svg {
  width: 34px;
  height: 34px;
  overflow: visible;
}

.benefit-card__heading {
  margin: 0 0 10px;
  color: var(--pv-white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.benefit-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.benefits__action {
  display: flex;
  justify-content: center;
}

.benefits__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  padding: 15px 28px;
  border: 2px solid var(--pv-teal);
  border-radius: 8px;
  background: var(--pv-teal);
  color: var(--pv-white);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0, 131, 143, 0.3);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.benefits__btn:hover {
  background: var(--pv-lime);
  border-color: var(--pv-lime-dark);
  color: var(--pv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(181, 211, 52, 0.35);
}

.benefits__btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 900px) {
  .benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .benefits {
    padding: 64px 18px 72px;
  }

  .benefits__header {
    margin-bottom: 32px;
  }

  .benefits__eyebrow::before,
  .benefits__eyebrow::after {
    display: none;
  }

  .benefits__grid {
    grid-template-columns: 1fr;
  }

  .benefits__btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5eb318 *//* =========================================
   HOW IT WORKS SECTION ONLY
   HTML: how-it-works-section.html
   Homepage: place after Benefits, before Features
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-navy-mid: #003087;
  --pv-lime: #b5d334;
  --pv-lime-dark: #9bb82a;
  --pv-teal: #00838f;
  --pv-white: #ffffff;
  --how-bg: #eef2f6;
  --how-ink: #1a2a44;
  --how-muted: #5a6b82;
  --container-width: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--how-ink);
  background: var(--how-bg);
}

.how {
  position: relative;
  isolation: isolate;
  padding: 92px 24px 100px;
  overflow: hidden;
  color: var(--how-ink);
  background:
    linear-gradient(180deg, #f5f7fa 0%, var(--how-bg) 45%, #e8eef3 100%);
}

.how__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(2px);
}

.how__glow--a {
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  top: -12%;
  right: -8%;
  background: radial-gradient(
    circle,
    rgba(0, 131, 143, 0.16) 0%,
    transparent 68%
  );
  animation: how-drift 14s ease-in-out infinite alternate;
}

.how__glow--b {
  width: min(420px, 60vw);
  height: min(420px, 60vw);
  bottom: -10%;
  left: -6%;
  background: radial-gradient(
    circle,
    rgba(181, 211, 52, 0.14) 0%,
    transparent 68%
  );
  animation: how-drift 16s ease-in-out infinite alternate-reverse;
}

@keyframes how-drift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(18px, 12px);
  }
}

.how__container {
  position: relative;
  z-index: 1;
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.how__header {
  max-width: 740px;
  margin: 0 auto 56px;
  text-align: center;
}

.how__eyebrow {
  margin: 0 0 10px;
  color: var(--pv-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.how__title {
  margin: 0 0 18px;
  color: var(--pv-navy);
  font-size: clamp(1.75rem, 3.4vw, 2.45rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.how__lead {
  margin: 0;
  color: var(--how-muted);
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  font-weight: 500;
  line-height: 1.65;
}

/* ---- Steps timeline ---- */

.how__steps {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.how__steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--pv-lime) 0%,
    var(--pv-teal) 50%,
    var(--pv-navy) 100%
  );
  opacity: 0.55;
  border-radius: 999px;
  z-index: 0;
}

.how__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 14px;
  opacity: 0;
  transform: translateY(18px);
  animation: how-rise 0.7s ease forwards;
  animation-delay: calc(0.12s * var(--i) + 0.15s);
}

@keyframes how-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.how__node {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--pv-navy) 0%, var(--pv-navy-mid) 100%);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(0, 32, 91, 0.22);
}

.how__num {
  color: var(--pv-white);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}

.how__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.how__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--pv-teal);
}

.how__icon svg {
  width: 40px;
  height: 40px;
}

.how__step-title {
  margin: 0;
  color: var(--pv-navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.how__step-text {
  margin: 0;
  max-width: 220px;
  color: var(--how-muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
}

/* ---- Truth / disclaimer ---- */

.how__truth {
  max-width: 820px;
  margin: 0 auto;
  padding: 22px 28px;
  border-radius: 16px;
  border-left: 4px solid var(--pv-lime);
  background:
    linear-gradient(
      120deg,
      rgba(0, 32, 91, 0.04) 0%,
      rgba(0, 131, 143, 0.06) 100%
    ),
    var(--pv-white);
  box-shadow: 0 8px 28px rgba(0, 32, 91, 0.06);
  opacity: 0;
  transform: translateY(12px);
  animation: how-rise 0.7s ease 0.7s forwards;
}

.how__truth-label {
  margin: 0 0 8px;
  color: var(--pv-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.how__truth-text {
  margin: 0;
  color: var(--how-ink);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.65;
}

.how__truth-text strong {
  color: var(--pv-navy);
  font-weight: 800;
}

/* ---- Responsive ---- */

@media (max-width: 960px) {
  .how__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 20px;
  }

  .how__steps::before {
    display: none;
  }

  .how__step-text {
    max-width: 280px;
  }
}

@media (max-width: 640px) {
  .how {
    padding: 72px 20px 80px;
  }

  .how__header {
    margin-bottom: 40px;
  }

  .how__steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .how__step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 0 0 28px 0;
    gap: 16px;
  }

  .how__step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 56px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--pv-teal), rgba(0, 131, 143, 0.15));
  }

  .how__node {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    margin-bottom: 0;
  }

  .how__body {
    align-items: flex-start;
    padding-top: 4px;
  }

  .how__icon {
    display: none;
  }

  .how__step-text {
    max-width: none;
  }

  .how__truth {
    padding: 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .how__glow--a,
  .how__glow--b,
  .how__step,
  .how__truth {
    animation: none;
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c87cc3e *//* =========================================
   INGREDIENTS SECTION — compact, no empty orbit
   Colors from Ingredients Matter graphic
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-gold: #e6b422;
  --pv-white: #ffffff;
  --ing-lutein: #f18a3d;
  --ing-zeaxanthin: #e03a3e;
  --ing-vitc: #e6b422;
  --ing-vite: #7b4b9a;
  --ing-zinc: #5b9e3e;
  --ing-copper: #3db5c9;
  --container-width: 920px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: #f0f1f3;
}

.ingredients {
  padding: 72px 24px 80px;
  background: #f0f1f3;
}

.ingredients__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.ingredients__header {
  max-width: 620px;
  margin: 0 auto 28px;
  text-align: center;
}

.ingredients__eyebrow {
  margin: 0 0 8px;
  color: #5b9e3e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ingredients__title {
  margin: 0 0 10px;
  color: var(--pv-navy);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
}

.ingredients__subtitle {
  margin: 0;
  color: #4a5568;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

/* Clean trust banner — replaces awkward gold pill */
.ingredients__core {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin: 0 auto 22px;
  padding: 18px 22px;
  border: 1px solid rgba(0, 32, 91, 0.1);
  border-left: 5px solid var(--pv-gold);
  border-radius: 14px;
  background: var(--pv-white);
  box-shadow: 0 8px 22px rgba(0, 32, 91, 0.05);
}

.ingredients__core-badge {
  flex-shrink: 0;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--pv-navy);
  color: var(--pv-white);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.ingredients__core-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ingredients__core-top {
  margin: 0;
  color: var(--pv-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.ingredients__core-bottom {
  margin: 0;
  color: #5a6578;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.ingredients__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.nutrient {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 128px;
  padding: 20px 14px;
  border-radius: 14px;
  color: var(--pv-white);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  text-align: center;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.nutrient:hover {
  filter: brightness(1.05);
  transform: translateY(-3px);
}

.nutrient__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nutrient__dose {
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.nutrient__role {
  max-width: 12rem;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.nutrient--lutein {
  background: linear-gradient(160deg, #ff9a4d, var(--ing-lutein));
}

.nutrient--zeaxanthin {
  background: linear-gradient(160deg, #ef5558, var(--ing-zeaxanthin));
}

.nutrient--vitc {
  background: linear-gradient(160deg, #f0c44a, var(--ing-vitc));
}

.nutrient--vite {
  background: linear-gradient(160deg, #9159b0, var(--ing-vite));
}

.nutrient--zinc {
  background: linear-gradient(160deg, #6fb34d, var(--ing-zinc));
}

.nutrient--copper {
  background: linear-gradient(160deg, #55c5d6, var(--ing-copper));
}

.ingredients__note {
  max-width: 560px;
  margin: 0 auto;
  color: #6a7388;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 700px) {
  .ingredients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ingredients__core {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .ingredients {
    padding: 56px 16px 64px;
  }

  .ingredients__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1003684 *//* =========================================
   CUSTOMER STORIES SECTION ONLY
   HTML: reviews-section.html
   Light, verified-buyer layout (not fake slider)
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-navy-mid: #003087;
  --pv-lime: #b5d334;
  --pv-lime-dark: #9bb82a;
  --pv-teal: #00838f;
  --pv-gold: #f5c518;
  --pv-white: #ffffff;
  --pv-ink: #ffffff;
  --pv-muted: rgba(255, 255, 255, 0.82);
  --container-width: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-ink);
  background: var(--pv-navy-deep);
}

.stories {
  padding: 80px 24px 88px;
  color: var(--pv-white);
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 131, 143, 0.22), transparent 42%),
    radial-gradient(circle at 100% 100%, rgba(181, 211, 52, 0.1), transparent 40%),
    linear-gradient(
      155deg,
      var(--pv-navy-deep) 0%,
      var(--pv-navy) 52%,
      var(--pv-navy-mid) 100%
    );
}

.stories__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.stories__header {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.stories__eyebrow {
  margin: 0 0 10px;
  color: var(--pv-lime);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stories__title {
  margin: 0 0 12px;
  color: var(--pv-white);
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.stories__lead {
  margin: 0;
  max-width: 520px;
  color: var(--pv-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.stories__summary {
  padding: 18px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.stories__google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}

.stories__google-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.stories__google span {
  color: #3c4043;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.stories__score {
  margin: 0 0 6px;
  color: var(--pv-lime);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.stories__stars,
.story-card__stars {
  display: flex;
  gap: 3px;
}

.stories__stars {
  justify-content: center;
  margin-bottom: 8px;
}

.stories__stars span,
.story-card__stars span {
  width: 14px;
  height: 14px;
  background: var(--pv-gold);
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.stories__summary-text {
  margin: 0;
  color: var(--pv-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}

.story-card {
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.story-card:hover {
  transform: translateY(-3px);
  border-color: rgba(181, 211, 52, 0.45);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.story-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.story-card__avatar {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: var(--pv-lime);
  color: var(--pv-navy-deep);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.story-card__avatar--teal {
  background: #2ec4ce;
  color: var(--pv-navy-deep);
  border-color: rgba(255, 255, 255, 0.4);
}

.story-card__avatar--navy {
  background: #ffffff;
  color: var(--pv-navy-deep);
  border-color: var(--pv-lime);
}

.story-card__name {
  margin: 0 0 4px;
  color: var(--pv-white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.story-card__meta {
  margin: 0;
  color: var(--pv-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.story-card__verified {
  color: var(--pv-lime);
}

.story-card__stars {
  margin-bottom: 14px;
}

.story-card__quote {
  margin: 0;
  padding: 0;
  border: 0;
  flex: 1;
}

.story-card__quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.75;
}

.stories__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 8px;
  text-align: center;
}

.stories__note {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.stories__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto;
  padding: 13px 28px;
  border-radius: 8px;
  background: var(--pv-teal);
  color: var(--pv-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.stories__btn:hover {
  background: var(--pv-lime);
  color: var(--pv-navy-deep);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .stories__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .stories__summary {
    max-width: 240px;
  }

  .stories__grid {
    grid-template-columns: 1fr;
  }

  .stories__footer {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 560px) {
  .stories {
    padding: 56px 18px 64px;
  }

  .stories__title {
    font-size: 26px;
  }

  .stories__btn {
    width: auto;
    min-width: 160px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa6b8f0 *//* =========================================
   FEATURES SECTION ONLY
   HTML: features-section.html
   Light section (after dark reviews)
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-lime: #b5d334;
  --pv-lime-dark: #9bb82a;
  --pv-teal: #00838f;
  --pv-white: #ffffff;
  --container-width: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: #f3f8f7;
}

.features {
  padding: 88px 24px 96px;
  background:
    radial-gradient(circle at 12% 18%, rgba(181, 211, 52, 0.18), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(0, 131, 143, 0.14), transparent 34%),
    #f3f8f7;
}

.features__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.features__header {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.features__eyebrow {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pv-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features__eyebrow::before,
.features__eyebrow::after {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--pv-teal);
  border-radius: 2px;
}

.features__title {
  margin: 0 0 14px;
  color: var(--pv-navy);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.features__subtitle {
  margin: 0 auto;
  max-width: 540px;
  color: #3d4a66;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 28px 26px 26px;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.feature-card__glow {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.55;
  z-index: -1;
  pointer-events: none;
}

.feature-card--ship {
  background: linear-gradient(165deg, #ffffff 0%, #e8f7f8 100%);
  border: 1px solid rgba(0, 131, 143, 0.22);
  box-shadow: 0 16px 36px rgba(0, 131, 143, 0.1);
}

.feature-card--ship .feature-card__glow {
  top: -40px;
  right: -30px;
  background: rgba(0, 131, 143, 0.35);
}

.feature-card--ship .feature-card__icon {
  background: var(--pv-teal);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 131, 143, 0.35);
}

.feature-card--ship .feature-card__tag {
  background: rgba(0, 131, 143, 0.14);
  color: var(--pv-teal);
}

.feature-card--support {
  background: linear-gradient(165deg, #ffffff 0%, #f4fad8 100%);
  border: 1px solid rgba(181, 211, 52, 0.45);
  box-shadow: 0 16px 36px rgba(181, 211, 52, 0.18);
  transform: translateY(-6px);
}

.feature-card--support .feature-card__glow {
  bottom: -50px;
  left: -20px;
  background: rgba(181, 211, 52, 0.5);
}

.feature-card--support .feature-card__icon {
  background: var(--pv-lime);
  color: var(--pv-navy-deep);
  box-shadow: 0 10px 22px rgba(181, 211, 52, 0.45);
}

.feature-card--support .feature-card__tag {
  background: rgba(181, 211, 52, 0.35);
  color: var(--pv-navy-deep);
}

.feature-card--fast {
  background: linear-gradient(165deg, #ffffff 0%, #e9eef8 100%);
  border: 1px solid rgba(0, 32, 91, 0.14);
  box-shadow: 0 16px 36px rgba(0, 32, 91, 0.1);
}

.feature-card--fast .feature-card__glow {
  top: -30px;
  left: 40%;
  background: rgba(0, 32, 91, 0.18);
}

.feature-card--fast .feature-card__icon {
  background: var(--pv-navy);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 32, 91, 0.3);
}

.feature-card--fast .feature-card__tag {
  background: rgba(0, 32, 91, 0.08);
  color: var(--pv-navy);
}

.feature-card:hover {
  transform: translateY(-8px);
}

.feature-card--support:hover {
  transform: translateY(-12px);
}

.feature-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.feature-card__icon svg {
  width: 30px;
  height: 30px;
}

.feature-card__tag {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.feature-card__title {
  margin: 0 0 12px;
  color: var(--pv-navy);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.feature-card__text {
  margin: 0 0 18px;
  color: #3d4a66;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.feature-card__list {
  list-style: none;
  margin: auto 0 0;
  padding: 16px 0 0;
  border-top: 1px dashed rgba(0, 32, 91, 0.12);
  display: grid;
  gap: 8px;
}

.feature-card__list li {
  position: relative;
  padding-left: 22px;
  color: var(--pv-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.feature-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--pv-lime);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.55);
}

.feature-card--ship .feature-card__list li::before {
  background: var(--pv-teal);
}

.feature-card--fast .feature-card__list li::before {
  background: var(--pv-navy);
}

@media (max-width: 900px) {
  .features__grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }

  .feature-card--support {
    transform: none;
  }

  .feature-card--support:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 560px) {
  .features {
    padding: 64px 18px 72px;
  }

  .features__header {
    margin-bottom: 32px;
  }

  .features__eyebrow::before,
  .features__eyebrow::after {
    display: none;
  }

  .feature-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-720e03d *//* =========================================
   RESOURCE / BUNDLE VALUE SECTION ONLY
   HTML: resource-section.css
   Dark section (after light features)
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-navy-mid: #003087;
  --pv-lime: #b5d334;
  --pv-lime-dark: #9bb82a;
  --pv-teal: #00838f;
  --pv-white: #ffffff;
  --container-width: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-white);
  background: var(--pv-navy-deep);
}

.resource {
  position: relative;
  isolation: isolate;
  padding: 88px 24px;
  overflow: hidden;
  color: var(--pv-white);
  background:
    radial-gradient(
      ellipse 55% 50% at 12% 50%,
      rgba(0, 131, 143, 0.28),
      transparent 58%
    ),
    radial-gradient(
      ellipse 40% 40% at 92% 18%,
      rgba(181, 211, 52, 0.14),
      transparent 55%
    ),
    linear-gradient(
      150deg,
      var(--pv-navy-deep) 0%,
      var(--pv-navy) 48%,
      var(--pv-navy-mid) 100%
    );
}

.resource::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pv-teal), var(--pv-lime));
  z-index: 1;
}

.resource__container {
  position: relative;
  z-index: 2;
  width: min(100%, var(--container-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.resource__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 28px 36px;
}

.resource__orbit {
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(181, 211, 52, 0.28);
  border-radius: 50%;
  animation: resource-spin 28s linear infinite;
}

.resource__orbit--sm {
  width: 240px;
  height: 240px;
  border-color: rgba(0, 131, 143, 0.35);
  animation-direction: reverse;
  animation-duration: 20s;
}

@keyframes resource-spin {
  to {
    transform: rotate(360deg);
  }
}

.resource__frame {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 380px);
  padding: 36px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.04)
  );
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}

.resource__image {
  display: block;
  width: min(100%, 300px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.3));
}

.resource__float {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 24, 69, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  animation: resource-float 4.5s ease-in-out infinite;
}

.resource__float strong {
  color: var(--pv-lime);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.resource__float span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
}

.resource__float--save {
  top: 6%;
  left: -4%;
}

.resource__float--ship {
  bottom: 8%;
  right: -2%;
  animation-delay: 1.2s;
}

@keyframes resource-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.resource__content {
  max-width: 560px;
}

.resource__eyebrow {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pv-lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.resource__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--pv-lime);
  border-radius: 2px;
}

.resource__title {
  margin: 0 0 14px;
  color: var(--pv-white);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.resource__tagline {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.resource__cards {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.resource-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.resource-card:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(181, 211, 52, 0.35);
  transform: translateX(4px);
}

.resource-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(181, 211, 52, 0.18);
  color: var(--pv-lime);
}

.resource-card__icon svg {
  width: 22px;
  height: 22px;
}

.resource-card h3 {
  margin: 0 0 4px;
  color: var(--pv-white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.resource-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.resource__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.resource__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 24px;
  border-radius: 8px;
  border: 2px solid var(--pv-lime);
  background: var(--pv-lime);
  color: var(--pv-navy-deep);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(181, 211, 52, 0.35);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.resource__btn:hover {
  background: #c6e24a;
  border-color: #c6e24a;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(181, 211, 52, 0.45);
}

.resource__btn--ghost {
  background: transparent;
  color: var(--pv-white);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.resource__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--pv-white);
  color: var(--pv-white);
  box-shadow: none;
}

@media (max-width: 900px) {
  .resource__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .resource__content {
    max-width: none;
    text-align: center;
  }

  .resource__eyebrow {
    justify-content: center;
  }

  .resource__cards {
    text-align: left;
  }

  .resource__actions {
    justify-content: center;
  }

  .resource__media {
    min-height: 360px;
    padding: 40px 20px 48px;
  }

  .resource__float--save {
    top: 0;
    left: 8px;
  }

  .resource__float--ship {
    bottom: 0;
    right: 8px;
  }
}

@media (max-width: 560px) {
  .resource {
    padding: 56px 18px;
  }

  .resource__orbit {
    width: 260px;
    height: 260px;
  }

  .resource__orbit--sm {
    width: 190px;
    height: 190px;
  }

  .resource__btn {
    width: 100%;
  }

  .resource__float {
    padding: 10px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .resource__orbit,
  .resource__float {
    animation: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d19670 *//* =========================================
   FAQ SECTION ONLY — tabs + accordion
   HTML: faq-section.html
   Light section (after dark resource)
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-lime: #b5d334;
  --pv-lime-dark: #9bb82a;
  --pv-teal: #00838f;
  --pv-white: #ffffff;
  --container-width: 920px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: #f3f8f7;
}

.faq {
  padding: 88px 24px 96px;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 131, 143, 0.12), transparent 36%),
    radial-gradient(circle at 90% 100%, rgba(181, 211, 52, 0.14), transparent 34%),
    #f3f8f7;
}

.faq__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.faq__header {
  margin: 0 auto 32px;
  text-align: center;
}

.faq__eyebrow {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pv-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq__eyebrow::before,
.faq__eyebrow::after {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--pv-teal);
  border-radius: 2px;
}

.faq__title {
  margin: 0 0 12px;
  color: var(--pv-navy);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.faq__subtitle {
  margin: 0 auto;
  max-width: 540px;
  color: #3d4a66;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.faq__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 auto 28px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 32, 91, 0.08);
  box-shadow: 0 10px 28px rgba(0, 32, 91, 0.05);
}

.faq__tab {
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent !important;
  color: #00205b !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.faq__tab:hover,
.faq__tab:focus-visible {
  background: rgba(0, 131, 143, 0.12) !important;
  color: #00205b !important;
  border-color: rgba(0, 131, 143, 0.25) !important;
  transform: translateY(-1px);
}

.faq__tab.is-active,
.faq__tab.is-active:hover,
.faq__tab.is-active:focus-visible {
  background: #00205b !important;
  border-color: #00205b !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(0, 32, 91, 0.22);
}

.faq__panels {
  min-height: 180px;
}

.faq__panel[hidden] {
  display: none;
}

.faq__list {
  display: grid;
  gap: 14px;
}

.faq__item {
  border: 1px solid rgba(0, 32, 91, 0.1);
  border-left: 3px solid var(--pv-teal);
  border-radius: 0 16px 16px 0;
  background: var(--pv-white);
  box-shadow: 0 10px 26px rgba(0, 32, 91, 0.05);
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.faq__item[open] {
  border-left-color: var(--pv-lime);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbe9 100%);
  box-shadow: 0 14px 32px rgba(0, 32, 91, 0.08);
}

.faq__question {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 60px 20px 22px;
  color: var(--pv-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 131, 143, 0.12);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2300205b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.faq__item[open] .faq__question::after {
  background-color: var(--pv-lime);
  transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23001845' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq__answer {
  padding: 0 22px 20px;
}

.faq__answer p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(0, 131, 143, 0.06);
  color: #3d4a66;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.faq__action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.faq__learn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 28px;
  border: 2px solid var(--pv-teal);
  border-radius: 8px;
  background: var(--pv-teal);
  color: var(--pv-white);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0, 131, 143, 0.28);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.faq__learn-btn:hover {
  background: var(--pv-lime);
  border-color: var(--pv-lime);
  color: var(--pv-navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(181, 211, 52, 0.35);
}

@media (max-width: 560px) {
  .faq {
    padding: 56px 16px 64px;
  }

  .faq__eyebrow::before,
  .faq__eyebrow::after {
    display: none;
  }

  .faq__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px;
  }

  .faq__tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .faq__question {
    font-size: 14px;
    padding-right: 56px;
  }

  .faq__learn-btn {
    width: 100%;
  }
}/* End custom CSS */