.elementor-16 .elementor-element.elementor-element-2fff016{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d9a4404 */:root {
  /* PreserVision packaging + official site colors */
  --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 {
  /* Separate block below white header — like preservision.com */
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  padding: 72px 24px;
  margin: 0;
  border-top: none;
  color: var(--pv-white);
  background: linear-gradient(
    160deg,
    var(--pv-navy-deep) 0%,
    var(--pv-navy) 45%,
    var(--pv-navy-mid) 100%
  );
}

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: 18px;
}

.hero__image-wrap {
  position: relative;
  width: min(100%, 480px);
  padding: 40px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.hero__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  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));
}

/* Trusted card — BELOW product, no overlap on bottle */
.hero__media-card {
  width: min(100%, 480px);
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 4px solid var(--pv-lime);
  border-radius: 12px;
  background: rgba(0, 24, 69, 0.9);
  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;
  color: var(--pv-lime);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__title {
  margin: 0;
  color: var(--pv-white);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.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(181, 211, 52, 0.45);
  border-radius: 999px;
  background: rgba(181, 211, 52, 0.12);
  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;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  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);
}

/* Buy Now — packaging teal, hover to lime (dabbi green) */
.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);
}

/* Shop Now — outline, hover fills navy + lime border */
.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__description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__trust,
  .hero__actions {
    justify-content: center;
  }

  .hero__highlights {
    grid-template-columns: 1fr;
  }

  .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 */