.elementor-2958 .elementor-element.elementor-element-3b61650{--display:flex;}.elementor-2958 .elementor-element.elementor-element-3b61650.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2958 .elementor-element.elementor-element-c2ad52f > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-2958 .elementor-element.elementor-element-b0148bd > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-2958 .elementor-element.elementor-element-3bac60b > .elementor-widget-container{margin:0px 0px -16px 0px;}.elementor-2958 .elementor-element.elementor-element-d1cb121 > .elementor-widget-container{padding:90px 0px 0px 0px;}@media(max-width:767px){.elementor-2958 .elementor-element.elementor-element-c2ad52f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2958 .elementor-element.elementor-element-dc941c4 > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2958 .elementor-element.elementor-element-11854b2 > .elementor-widget-container{margin:-22px 0px 0px 0px;}.elementor-2958 .elementor-element.elementor-element-3bac60b > .elementor-widget-container{margin:-22px 0px 0px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-2958 .elementor-element.elementor-element-3b61650{--width:794px;}}/* Start custom CSS for html, class: .elementor-element-c2ad52f *//* ================================
   ORACARE NAVIGATION CSS
   Announcement + Navbar + Drawer
================================ */

/* Announcement bar */
.ow-announce {
  width: 100%;
  background: var(--secondary);
  color: #005a6e;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 8px var(--px);
  letter-spacing: .3px;
  line-height: 1.35;
}

/* Header wrapper */
.ow-header {
  width: 100%;
  position: relative;
  z-index: 200;
}

/* Navbar */
.ow-site-nav {
  width: 100%;
  min-height: 70px;
  background: var(--primary);
  padding: 11px var(--px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 14px rgba(27,161,255,.28);
  backdrop-filter: blur(8px);
}

/* Hamburger */
.ow-nav-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 5px;
  border-radius: 7px;
  transition: background .15s;
}

.ow-nav-hamburger:hover {
  background: rgba(255,255,255,.16);
}

/* Brand */
.ow-nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ow-nav-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: cover;
}

.ow-nav-brand-name {
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .25px;
}

/* Cart */
.ow-nav-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 12px;
  color: #fff;
  transition: background .15s;
}

.ow-nav-cart:hover {
  background: rgba(255,255,255,.16);
}

.ow-nav-cart svg {
  width: 22px !important;
  height: 34px !important;
}

.ow-nav-cart svg path {
  stroke: #fff !important;
  stroke-width: 2.2 !important;
}

.ow-nav-cart svg circle {
  fill: #fff !important;
}

.ow-cart-badge {
  position: absolute;
  top: 12px;
  right: 11px;
  width: 14px;
  height: 14px;
  background: var(--secondary);
  color: #005a6e;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Drawer overlay */
.ow-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13,27,62,.55);
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  backdrop-filter: blur(2px);
}

.ow-drawer-overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* Drawer panel */
.ow-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 78%;
  max-width: 300px;
  height: 100%;
  background: var(--dark);
  z-index: 310;
  transform: translateX(-100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.ow-nav-drawer.open {
  transform: translateX(0);
  box-shadow: 8px 0 32px rgba(0,0,0,.3);
}

/* Drawer head */
.ow-drawer-head {
  background: var(--primary);
  padding: 16px var(--px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ow-drawer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ow-drawer-logo {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  object-fit: cover;
}

.ow-drawer-name {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

.ow-drawer-close {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255,255,255,.15);
  font-size: 18px;
}

.ow-drawer-close:hover {
  background: rgba(255,255,255,.25);
}

/* Drawer body */
.ow-drawer-nav {
  padding: 20px 0;
  flex: 1;
}

.ow-drawer-sec {
  padding: 0 var(--px);
  margin-bottom: 22px;
}

.ow-drawer-sec-label {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 10px;
}

.ow-drawer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: color .15s, transform .15s;
}

.ow-drawer-link:last-child {
  border-bottom: none;
}

.ow-drawer-link:hover {
  color: #fff;
  transform: translateX(2px);
}

.ow-drawer-icon {
  width: 18px;
  text-align: center;
  font-size: 14px;
}

/* Drawer footer */
.ow-drawer-foot {
  padding: var(--px);
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 9px;
  color: rgba(255,255,255,.35);
  line-height: 1.8;
}

.ow-drawer-foot strong {
  color: rgba(255,255,255,.65);
}

/* Desktop nav polish */
@media (min-width: 768px) {
  .ow-announce {
    font-size: 11px;
    padding: 9px 28px;
  }

  .ow-site-nav {
    padding: 12px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0148bd *//* =========================================================
   HOW IT WORKS HERO
   Matches the supplied reference image
========================================================= */

.page-hero {
  position: relative;
  width: 100%;
  min-height: 455px;
  padding: 76px 32px 0;
  background: #1fa7f5;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

.elementor-kit-939 h1 {
    color: #fff;
    font-family: var(--e-global-typography-cbee878-font-family), Sans-serif;
    font-size: var(--e-global-typography-cbee878-font-size);
    font-weight: var(--e-global-typography-cbee878-font-weight);
    text-transform: var(--e-global-typography-cbee878-text-transform);
    line-height: var(--e-global-typography-cbee878-line-height);
}



/* Subtle horizontal notebook-style lines */
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background: var(--primary);
}

/* Keeps all hero content above the background lines */
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 0;
}

/* SIMPLE TO USE */
.hero-eyebrow {
  margin: 0 0 18px;
  color: #36d6e5;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Four Steps. Real Results. */
.hero-h1 {
  margin: 0 0 20px;
  max-width: 580px;
  color: #ffffff; 
  font-family: 'Patrick Hand', cursive;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

/* Places Real Results on its own line */
.hero-h1 em {
  display: block;
  color: #29d4e8;
  font-style: normal;
}

/* Description */
.hero-sub {
  max-width: 650px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55;
}

/* =========================================================
   QUICK STATS
========================================================= */

.hero-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px;
  margin: 0;
  padding-bottom: 100px;
}

.hero-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

/* =========================================================
   BOTTOM WAVES
========================================================= */

.hero-wave{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:100vw;
    min-width:100vw;
    height:56px;
    display:block;
    z-index:2;
    pointer-events:none;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .page-hero {
    min-height: 445px;
    padding: 70px 28px 0;
  }

  .hero-eyebrow {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 2.6px;
  }

  .hero-h1 {
    font-size: 49px;
  }

  .hero-sub {
    max-width: 620px;
    font-size: 21px;
  }

  .hero-stats {
    gap: 24px;
  }

  .hero-stat {
    font-size: 17px;
  }

  .hero-stat-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {
  .page-hero {
    min-height: 535px;
    padding: 58px 22px 0;
  }

  .page-hero::before {
    background-image: repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 35px,
      rgba(255, 255, 255, 0.07) 35px,
      rgba(255, 255, 255, 0.07) 37px
    );
  }

  .hero-eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 2.4px;
  }

  .hero-h1 {
    margin-bottom: 18px;
    font-size: 45px;
    line-height: 1.12;
  }

  .hero-sub {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-stats {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    padding-bottom: 90px;
  }

  .hero-stat {
    gap: 10px;
    font-size: 16px;
  }

  .hero-stat-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .hero-wave {
    height: 50px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {
  .page-hero {
    min-height: 550px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-h1 {
    font-size: 41px;
  }

  .hero-sub {
    font-size: 17px;
  }

  .hero-stat {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc941c4 *//* =========================================
   ORACARE HOW IT WORKS — MOBILE
========================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Patrick+Hand&display=swap');

.ow-hiw {
  --ow-primary: #1ba1ff;
  --ow-secondary: #2bdbf3;
  --ow-background: #fff3e3;
  --ow-dark: #0d1b3e;
  --ow-muted: #7d94b2;
  --ow-divider: #d3d7df;
  --ow-white: #ffffff;
  --ow-warning-border: #ffd454;
  --ow-warning-text: #a63e0c;

  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--ow-background);
  color: var(--ow-dark);
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ow-hiw,
.ow-hiw *,
.ow-hiw *::before,
.ow-hiw *::after {
  box-sizing: border-box;
}

.ow-hiw button {
  margin: 0;
  font: inherit;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}


/* =========================================
   PRODUCT SELECTOR
========================================== */

.ow-hiw-.elementor-2958 .elementor-element.elementor-element-dc941c4 {
  width: 100%;
  padding: 17px 16px 18px;
  background: var(--ow-white);
  border-bottom: 1px solid var(--ow-divider);
  overflow: visible;
}

.ow-hiw-.elementor-2958 .elementor-element.elementor-element-dc941c4__label {
  margin: 0 0 12px;
  color: #7c92ae;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.ow-hiw-.elementor-2958 .elementor-element.elementor-element-dc941c4__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  width: 100%;
  padding: 4px 5px;
}

.ow-product-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  min-height: 66px;
  padding: 10px 10px 10px 12px;
  border: 1.5px solid var(--ow-divider) !important;
  border-radius: 14px;
  background: var(--ow-background);
  color: var(--ow-dark);
  text-align: left;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    outline-color 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.ow-product-option.is-active {
  border: 2px solid var(--ow-primary) !important;
  outline: 2px solid var(--ow-primary);
  outline-offset: 4px;
  background: #e7f5ff;
}

.ow-product-option__text {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding-right: 4px;
}

.ow-product-option__name {
  display: block;
  color: var(--ow-dark);
  font-size: clamp(9px, 2.2vw, 10.5px);
  font-weight: 700;
  line-height: 1.25;
}

.ow-product-option.is-active .ow-product-option__name {
  color: var(--ow-primary);
}

.ow-product-option__meta {
  display: block;
  margin-top: 3px;
  color: var(--ow-muted);
  font-size: clamp(7.5px, 1.85vw, 8.5px);
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.ow-product-option__check {
  display: flex;
  width: 19px;
  height: 19px;
  margin-left: auto;
  flex: 0 0 19px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ow-primary);
  color: var(--ow-white);
  opacity: 0;
  transform: scale(.7);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.ow-product-option__check svg {
  display: block;
  width: 12px;
  height: 12px;
}

.ow-product-option.is-active .ow-product-option__check {
  opacity: 1;
  transform: scale(1);
}

.ow-product-option:focus-visible {
  outline: 2px solid var(--ow-primary);
  outline-offset: 4px;
}


/* =========================================
   PRODUCT PANELS
========================================== */

.ow-product-panel {
  display: none;
  width: 100%;
  background: var(--ow-background);
}

.ow-product-panel.is-active {
  display: block;
}

.ow-product-panel[hidden] {
  display: none !important;
}


/* =========================================
   VIDEO WALKTHROUGH
========================================== */

.ow-video-section {
  width: 100%;
  padding: 22px 16px 0;
  background: var(--ow-background);
}

.ow-video-card {
  position: relative;
  width: 100%;
  height: clamp(180px, 40.625vw, 195px);
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(
      150deg,
      #2878b5 0%,
      #168fe5 40%,
      #17bdf3 72%,
      #31d9df 100%
    );
  box-shadow: 0 8px 25px rgba(13, 27, 62, .15);
  isolation: isolate;
  cursor: pointer;
}

.ow-video-card--kit {
  background:
    linear-gradient(
      150deg,
      #164f8c 0%,
      #137fd4 42%,
      #169df4 70%,
      #2bd4ee 100%
    );
}

.ow-video-card--strips {
  background:
    linear-gradient(
      150deg,
      #2878b5 0%,
      #168fe5 40%,
      #17bdf3 72%,
      #31d9df 100%
    );
}

.ow-video-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48%;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(13, 27, 62, 0) 0%,
      rgba(13, 27, 62, .18) 35%,
      rgba(13, 27, 62, .78) 100%
    );
}

.ow-video-card__media {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  opacity: 0;
}

.ow-video-card.has-video .ow-video-card__media {
  opacity: 1;
}

.ow-video-card__waves {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 54px;
  pointer-events: none;
}

.ow-video-card__label {
  position: absolute;
  z-index: 4;
  top: 11px;
  left: 11px;
  display: inline-flex;
  min-height: 23px;
  padding: 0 8px;
  align-items: center;
  border-radius: 7px;
  background: rgba(7, 62, 113, .7);
  color: var(--ow-white);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.ow-video-card__play {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: var(--ow-primary);
  box-shadow: 0 6px 18px rgba(13, 27, 62, .18);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.ow-video-card__play svg {
  display: block;
  width: 17px;
  height: 20px;
  margin-left: 3px;
}

.ow-video-card:active .ow-video-card__play {
  transform: translate(-50%, -50%) scale(.94);
}

.ow-video-card__caption {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 14px;
  left: 14px;
}

.ow-video-card__caption h3 {
  margin: 0;
  color: var(--ow-white);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.ow-video-card__caption span {
  display: inline-flex;
  min-height: 21px;
  margin-top: 5px;
  padding: 0 7px;
  align-items: center;
  border-radius: 6px;
  background: rgba(7, 54, 100, .72);
  color: rgba(255, 255, 255, .78);
  font-size: 8px;
  font-weight: 400;
}

.ow-video-card.is-playing::after,
.ow-video-card.is-playing .ow-video-card__waves,
.ow-video-card.is-playing .ow-video-card__label,
.ow-video-card.is-playing .ow-video-card__play,
.ow-video-card.is-playing .ow-video-card__caption {
  opacity: 0;
  pointer-events: none;
}


/* =========================================
   SECTION HEADINGS
========================================== */

.ow-section-eyebrow {
  margin: 0 0 7px;
  color: var(--ow-primary);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.ow-section-title {
  margin: 0 0 22px;
  color: var(--ow-dark);
  font-family: 'Patrick Hand', cursive;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}


/* =========================================
   STEP-BY-STEP INSTRUCTIONS
========================================== */

.ow-steps-section {
  width: 100%;
  padding: 27px 16px 22px;
  background: var(--ow-background);
}

.ow-step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 14px;
  width: 100%;
}

.ow-step__number-column {
  display: flex;
  min-height: 100%;
  align-items: center;
  flex-direction: column;
}

.ow-step__number {
  display: block;
  width: 38px;
  color: var(--ow-primary);
  font-family: 'Patrick Hand', cursive;
  font-size: 36px;
  font-weight: 700;
  line-height: .9;
  text-align: center;
}

.ow-step__line {
  display: block;
  width: 2px;
  min-height: 20px;
  margin-top: 7px;
  flex: 1;
  border-radius: 50px;
  background:
    linear-gradient(
      to bottom,
      var(--ow-primary),
      var(--ow-secondary)
    );
}

.ow-step__content {
  min-width: 0;
  padding: 3px 0 23px;
}

.ow-step--last .ow-step__content {
  padding-bottom: 0;
}

.ow-step__title {
  margin: 0 0 6px;
  color: var(--ow-dark);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ow-step__description {
  margin: 0;
  color: var(--ow-muted);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.65;
}

.ow-step__tip {
  display: inline-flex;
  max-width: 100%;
  min-height: 28px;
  margin-top: 9px;
  padding: 6px 10px;
  align-items: flex-start;
  gap: 6px;
  border: 1px solid var(--ow-warning-border);
  border-radius: 9px;
  background: rgba(255, 255, 255, .42);
  color: var(--ow-warning-text);
  font-size: 9.5px;
  font-weight: 400;
  line-height: 1.45;
}

.ow-step__tip-icon {
  display: inline-flex;
  min-width: 12px;
  padding-top: 1px;
  align-items: center;
  justify-content: center;
  flex: 0 0 12px;
  font-size: 11px;
  line-height: 1;
}


/* =========================================
   QUICK REFERENCE CARD
========================================== */

.ow-reference-section {
  width: 100%;
  padding: 0 16px 26px;
  background: var(--ow-background);
}

.ow-reference-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--ow-divider);
  border-radius: 14px;
  background: var(--ow-white);
}

.ow-reference-cell {
  min-width: 0;
  min-height: 66px;
  padding: 12px 13px;
  border-bottom: 1px solid var(--ow-divider);
}

.ow-reference-cell:nth-child(odd) {
  border-right: 1px solid var(--ow-divider);
}

.ow-reference-cell:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.ow-reference-cell__label {
  display: block;
  margin-bottom: 4px;
  color: var(--ow-muted);
  font-size: 8.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.ow-reference-cell__answer {
  display: block;
  color: var(--ow-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.ow-reference-cell__note {
  display: block;
  margin-top: 3px;
  color: var(--ow-muted);
  font-size: 8.5px;
  font-weight: 400;
  line-height: 1.35;
}


/* =========================================
   EXTRA-SMALL MOBILE ADJUSTMENTS
   BUTTONS REMAIN SIDE BY SIDE
========================================== */

@media (max-width: 374px) {

  .ow-hiw-.elementor-2958 .elementor-element.elementor-element-dc941c4 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ow-hiw-.elementor-2958 .elementor-element.elementor-element-dc941c4__options {
    gap: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .ow-product-option {
    min-height: 70px;
    padding-right: 8px;
    padding-left: 9px;
  }

  .ow-product-option__check {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
  }

  .ow-video-section,
  .ow-steps-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .ow-reference-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .ow-step {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 11px;
  }

  .ow-step__number {
    width: 34px;
    font-size: 34px;
  }

  .ow-step__title {
    font-size: 13px;
  }

  .ow-step__description {
    font-size: 10px;
  }

  .ow-step__tip {
    font-size: 9px;
  }

  .ow-reference-cell {
    padding-right: 10px;
    padding-left: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af5ab8a *//* =========================================
   ORACARE — TIPS FOR BEST RESULTS
   MOBILE-FIRST
========================================== */

.ow-results-tips {
  --ow-tips-primary: #1ba1ff;
  --ow-tips-background: #ffffff;
  --ow-tips-card-background: #fff3e3;
  --ow-tips-dark: #0d1b3e;
  --ow-tips-muted: #7d94b2;
  --ow-tips-divider: #d3d7df;

  width: 100%;
  margin: 0;
  padding: 27px 16px 28px;
  background: var(--ow-tips-background);
  border-top: 1px solid var(--ow-tips-divider);
  color: var(--ow-tips-dark);
  font-family: 'Inter', sans-serif;
}

.ow-results-tips,
.ow-results-tips *,
.ow-results-tips *::before,
.ow-results-tips *::after {
  box-sizing: border-box;
}


/* SECTION HEADING */

.ow-results-tips__heading {
  width: 100%;
  margin-bottom: 17px;
}

.ow-results-tips__eyebrow {
  margin: 0 0 7px;
  color: var(--ow-tips-primary);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.65px;
  text-transform: uppercase;
}

.ow-results-tips__title {
  margin: 0;
  color: var(--ow-tips-dark);
  font-family: 'Patrick Hand', cursive;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.1;
}


/* TWO-COLUMN MOBILE GRID */

.ow-results-tips__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 11px;
  width: 100%;
}


/* INDIVIDUAL TIP CARD */

.ow-tip-card {
  display: flex;
  min-width: 0;
  min-height: 167px;
  margin: 0;
  padding: 14px 12px 15px;
  flex-direction: column;
  border: 1px solid var(--ow-tips-divider);
  border-radius: 14px;
  background: var(--ow-tips-card-background);
  box-shadow: 0 3px 12px rgba(13, 27, 62, 0.025);
}

.ow-tip-card__icon {
  display: flex;
  width: 33px;
  height: 33px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 3px 10px rgba(13, 27, 62, 0.06);
}

.ow-tip-card__title {
  margin: 0 0 6px;
  color: var(--ow-tips-dark);
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
}

.ow-tip-card__description {
  margin: 0;
  color: var(--ow-tips-muted);
  font-size: 9px;
  font-weight: 400;
  line-height: 1.55;
}


/* EXTRA-SMALL MOBILE
   CARDS REMAIN SIDE BY SIDE */

@media (max-width: 374px) {

  .ow-results-tips {
    padding-right: 13px;
    padding-left: 13px;
  }

  .ow-results-tips__grid {
    gap: 9px;
  }

  .ow-tip-card {
    min-height: 177px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ow-tip-card__title {
    font-size: 10px;
  }

  .ow-tip-card__description {
    font-size: 8.5px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11854b2 *//* ================================
   ORACARE RESULTS TIMELINE SECTION
   "When Will You See Results?"
================================ */

.timeline-band {
  width: 100%;
  background: var(--dark);
  padding: 34px var(--px) 36px;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.timeline-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 480 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 C120,30 240,90 360,60 C420,45 455,68 480,56 L480,0 L0,0 Z' fill='%23fbf8f3' opacity='0.06'/%3E%3Cpath d='M0,90 C120,60 240,118 360,88 C420,72 455,98 480,82 L480,0 L0,0 Z' fill='%23bafbf3' opacity='0.08'/%3E%3Cpath d='M0,120 C100,95 220,145 340,118 C405,104 448,125 480,112 L480,0 L0,0 Z' fill='%2355e5f0' opacity='0.07'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center top;
  pointer-events: none;
}

.tl-inner {
  position: relative;
  z-index: 2;
}

.tl-eyebrow {
  font-size: 10px;
  font-weight: 800;
  color: var(--secondary);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.tl-title {
  font-family: 'Patrick Hand', cursive;
  font-size: 32px;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
}

.tl-sub {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
  margin: 0 0 26px;
}

.tl-row {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
}

.tl-row::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: rgba(255,255,255,.1);
  border-radius: 999px;
}

.tl-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 2;
}

.tl-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #162d55;
  border: 2px solid rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.38);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.tl-dot.lit {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #005a6e;
  box-shadow: 0 0 0 5px rgba(43,219,243,.12);
}

.tl-day {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  text-align: center;
}

.tl-note {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,.78);
  text-align: center;
  line-height: 1.35;
  max-width: 78px;
}

.tl-disclaimer {
  font-size: 10px;
  color: rgba(255,255,255,.38);
  text-align: center;
  line-height: 1.55;
  margin: 18px 0 0;
}

/* Desktop */
@media (min-width: 768px) {
  .timeline-band {
    padding: 52px 48px 58px;
  }

  .tl-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .tl-eyebrow {
    font-size: 12px;
  }

  .tl-title {
    font-size: 48px;
  }

  .tl-sub {
    font-size: 17px;
    margin-bottom: 34px;
  }

  .tl-row::before {
    top: 24px;
    left: 24px;
    right: 24px;
  }

  .tl-dot {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }

  .tl-day {
    font-size: 13px;
  }

  .tl-note {
    font-size: 13px;
    max-width: 110px;
  }

  .tl-disclaimer {
    font-size: 13px;
    margin-top: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .timeline-band {
    padding: 28px var(--px) 30px;
  }

  .tl-eyebrow {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .tl-title {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .tl-sub {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .tl-row {
    margin-bottom: 10px;
  }

  .tl-row::before {
    top: 13px;
    left: 13px;
    right: 13px;
    height: 1px;
  }

  .tl-step {
    gap: 5px;
  }

  .tl-dot {
    width: 26px;
    height: 26px;
    font-size: 8px;
    border-width: 1.5px;
  }

  .tl-dot.lit {
    box-shadow: none;
  }

  .tl-day {
    font-size: 8px;
  }

  .tl-note {
    font-size: 8.5px;
    max-width: 62px;
  }

  .tl-disclaimer {
    font-size: 8.5px;
    margin-top: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bac60b *//* ================================
   ORACARE 4 STEPS SECTION
   Matches screenshot layout
================================ */

.steps-section {
  width: 100%;
  background: var(--white, #ffffff);
  padding: 46px 30px 52px;
  border-top: 1px solid var(--divider, #d3d6dd);
  border-bottom: 1px solid var(--divider, #d3d6dd);
  font-family: 'Inter', sans-serif;
}

/* Section heading */
.steps-section .sec-eyebrow {
  font-size: 15px;
  font-weight: 800;
  color: var(--primary, #1ba1ff);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.steps-section .sec-title {
  font-family: 'Patrick Hand', cursive;
  font-size: 43px;
  color: var(--text, #0d1b3e);
  line-height: 1.05;
  margin: 0 0 34px;
}

/* Individual step row */
.step-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 58px;
}

.step-row:last-child {
  margin-bottom: 0;
}

/* Number + line column */
.step-left {
  width: 60px;
  flex: 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Big handwritten number — no circle */
.step-num {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--primary, #1ba1ff);
  font-family: 'Patrick Hand', cursive;
  font-size: 58px;
  font-weight: 700;
  line-height: .9;
  display: block;
  text-align: center;
}

/* Thin pale connector line */
.step-line {
  width: 2px;
  min-height: 36px;
  margin-top: 14px;
  background: #e6edf7;
  border-radius: 999px;
  flex: none;
}

/* Text column */
.step-right {
  flex: 1;
  padding-top: 3px;
}

.step-title {
  font-size: 27px;
  font-weight: 800;
  color: var(--text, #0d1b3e);
  line-height: 1.2;
  margin: 0 0 7px;
}

.step-desc {
  font-size: 22px;
  color: #7890ae;
  line-height: 1.52;
  margin: 0;
  max-width: 760px;
}

/* Yellow tip pill */
.step-tip {
  display: inline-flex;
  align-items: center;
  margin-top: 13px;
  background: #fff8e1;
  border: 1.5px solid #ffd85c;
  color: #92400e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  padding: 6px 17px;
  border-radius: 13px;
}

/* ================================
   DESKTOP
================================ */

@media (min-width: 768px) {
  .steps-section {
    padding: 46px 30px 52px;
  }

  .steps-section > * {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-section .sec-eyebrow {
    font-size: 15px;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }

  .steps-section .sec-title {
    font-size: 43px;
    margin-bottom: 34px;
  }

  .step-row {
    gap: 32px;
    margin-bottom: 58px;
  }

  .step-left {
    width: 60px;
    flex-basis: 60px;
  }

  .step-num {
    font-size: 58px;
  }

  .step-line {
    min-height: 36px;
    margin-top: 14px;
  }

  .step-title {
    font-size: 27px;
    margin-bottom: 7px;
  }

  .step-desc {
    font-size: 22px;
    line-height: 1.52;
  }

  .step-tip {
    font-size: 18px;
    padding: 6px 17px;
    border-radius: 13px;
    margin-top: 13px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
  .steps-section {
    padding: 28px var(--px, 18px) 30px;
  }

  .steps-section .sec-eyebrow {
    font-size: 9px;
    letter-spacing: 1.8px;
    margin-bottom: 5px;
  }

  .steps-section .sec-title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .step-row {
    gap: 16px;
    margin-bottom: 32px;
  }

  .step-left {
    width: 42px;
    flex-basis: 42px;
  }

  .step-num {
    font-size: 42px;
    line-height: .9;
  }

  .step-line {
    width: 2px;
    min-height: 30px;
    margin-top: 10px;
    background: #e6edf7;
  }

  .step-right {
    padding-top: 1px;
  }

  .step-title {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 5px;
  }

  .step-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #7890ae;
  }

  .step-tip {
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 8px;
    margin-top: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-846e29f *//* =========================================
   ORACARE — READY TO START CTA
   MOBILE-FIRST
========================================== */

.ow-start-cta {
  --ow-cta-primary: #1ba1ff;
  --ow-cta-secondary: #2bdbf3;
  --ow-cta-background: #fff3e3;
  --ow-cta-white: #ffffff;

  width: 100%;
  margin: 0;
  padding: 25px 16px 28px;
  background: var(--ow-cta-background);
  font-family: 'Inter', sans-serif;
}

.ow-start-cta,
.ow-start-cta *,
.ow-start-cta *::before,
.ow-start-cta *::after {
  box-sizing: border-box;
}


/* CTA BOX */

.ow-start-cta__box {
  position: relative;
  width: 100%;
  min-height: 245px;
  overflow: hidden;
  padding: 37px 20px 25px;
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      #138ddd 0%,
      #1ba1ff 48%,
      #2bc8ee 100%
    );
  box-shadow: 0 9px 28px rgba(13, 27, 62, .14);
  isolation: isolate;
}


/* DECORATIVE WAVES */

.ow-start-cta__waves {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 115px;
  pointer-events: none;
}


/* CONTENT */

.ow-start-cta__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
}


/* HEADING */

.ow-start-cta__heading {
  margin: 0 0 8px;
  color: var(--ow-cta-white);
  font-family: 'Patrick Hand', cursive;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.05;
}


/* DESCRIPTION */

.ow-start-cta__description {
  max-width: 310px;
  margin: 0 auto 19px;
  color: rgba(255, 255, 255, .76);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.55;
}


/* MAIN BUTTON */

.ow-start-cta__button {
  display: inline-flex;
  min-width: 218px;
  min-height: 49px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 50px;
  background: var(--ow-cta-white);
  color: var(--ow-cta-primary);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 6px 19px rgba(13, 27, 62, .17);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.ow-start-cta__button span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.ow-start-cta__button:active {
  transform: scale(.97);
  box-shadow: 0 3px 12px rgba(13, 27, 62, .14);
}

.ow-start-cta__button:focus-visible {
  outline: 2px solid var(--ow-cta-white);
  outline-offset: 4px;
}


/* FAQ AND EMAIL LINKS */

.ow-start-cta__help {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .52);
  font-size: 8.5px;
  font-weight: 400;
  line-height: 1.5;
}

.ow-start-cta__help a {
  color: rgba(255, 255, 255, .8);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.ow-start-cta__help a:focus-visible {
  outline: 1px solid var(--ow-cta-white);
  outline-offset: 2px;
}


/* =========================================
   EXTRA-SMALL MOBILE
========================================== */

@media (max-width: 374px) {

  .ow-start-cta {
    padding-right: 13px;
    padding-left: 13px;
  }

  .ow-start-cta__box {
    min-height: 238px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .ow-start-cta__heading {
    font-size: 24px;
  }

  .ow-start-cta__description {
    max-width: 275px;
    font-size: 10px;
  }

  .ow-start-cta__button {
    min-width: 205px;
    min-height: 47px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1cb121 *//* ================================
   ORACARE FOOTER CSS
================================ */

.ow-site-footer {
  width: 100%;
  background: var(--dark);
  padding: 34px var(--px) 24px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.ow-footer-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 22px;
}

.ow-footer-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: cover;
}

.ow-footer-brand-name {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ow-footer-links {
  max-width: 760px;
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ow-footer-col h5 {
  color: var(--secondary);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ow-footer-col a {
  display: flex;
  align-items: center;
  min-height: 24px;
  color: rgba(255,255,255,.45);
  font-size: 9px;
  margin-bottom: 5px;
  transition: color .15s;
}

.ow-footer-col a:hover {
  color: rgba(255,255,255,.82);
}

.ow-footer-bottom {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 14px;
  text-align: center;
}

.ow-footer-bottom p {
  color: rgba(255,255,255,.35);
  font-size: 8.5px;
  margin-bottom: 4px;
}

.ow-footer-bottom strong {
  color: rgba(255,255,255,.75);
}

.ow-copyright {
  color: rgba(255,255,255,.18);
  font-size: 7.5px;
  margin-top: 9px;
}

/* Desktop footer polish */
@media (min-width: 768px) {
  .ow-site-footer {
    padding: 42px 48px 34px;
  }

  .ow-footer-links {
    grid-template-columns: 1fr 1fr;
  }
}/* End custom CSS */
/* Start custom CSS *//* ================================
   ORACARE GLOBAL CSS
   Use this on every custom page
================================ */

:root {
  --primary: #1ba1ff;
  --secondary: #2bdbf3;
  --bg: #fff3e3;
  --highlight: #beffeb;
  --divider: #d3d6dd;
  --dark: #0d1b3e;
  --text: #0d1b3e;
  --muted: #7a8fa8;
  --light: #9db0c4;
  --white: #ffffff;
  --px: 18px;
  --pill: 50px;
  --card-r: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  box-shadow: none !important;
}

img,
svg {
  display: block;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/* Hide original theme/header on custom Elementor pages */
body.elementor-page .site-header,
body.elementor-page header#masthead,
body.elementor-page .elementor-location-header {
  display: none !important;
}

/* Remove Elementor/theme width limits */
body.elementor-page .site,
body.elementor-page .content-area,
body.elementor-page .elementor,
body.elementor-page .site-main,
body.elementor-page .entry-content,
body.elementor-page .page-content,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget-container,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Useful reusable container for section content */
.ow-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: var(--px);
  padding-right: var(--px);
}

@media (min-width: 768px) {
  .ow-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
/* ─────────────────────────────────────
   ANNOUNCEMENT + NAV
───────────────────────────────────── */
.announce{
  background:var(--secondary);color:#005a6e;
  font-size:10px;font-weight:700;
  text-align:center;padding:8px var(--px);
  letter-spacing:.3px;
}
.site-nav{
  background:var(--primary);
  padding:11px var(--px);
  display:flex;align-items:center;justify-content:space-between;
  position:sticky;top:0;z-index:200;
  box-shadow:0 2px 14px rgba(27,161,255,.28);
}
.nav-hamburger{
  display:flex;align-items:center;justify-content:center;
  min-width:44px;min-height:44px;padding:5px;
  border-radius:7px;transition:background .15s;
}
.nav-hamburger:hover{background:rgba(255,255,255,.16);}
.nav-hamburger:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;}
.nav-brand{display:flex;align-items:center;gap:8px;}
.nav-logo{width:30px;height:30px;border-radius:8px;object-fit:cover;}
.nav-brand-name{font-size:11.5px;font-weight:700;color:#fff;letter-spacing:.25px;}
.nav-cart{
  display:flex;align-items:center;justify-content:center;
  position:relative;min-width:44px;min-height:44px;
  padding:5px;border-radius:7px;transition:background .15s;
}
.nav-cart:hover{background:rgba(255,255,255,.16);}
.nav-cart:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;}
.cart-badge{
  position:absolute;top:4px;right:4px;
  width:1px;height:1px;background:var(--secondary);
  border-radius:50%;font-size:7.5px;font-weight:700;color:#005a6e;
  display:flex;align-items:center;justify-content:center;
}


/* Breadcrumb */
.breadcrumb{
  padding:9px var(--px);font-size:12px;
  color:var(--light);background:#f8faff;
  border-bottom:1px solid #e8eef8;
}
.breadcrumb a{color:var(--primary);}
.breadcrumb span{color:var(--muted);}



/* ─────────────────────────────────────
   HOW TO USE — 4 STEPS
   Persona 9: easy and approachable.
   Persona 3: no jargon, plain language.
───────────────────────────────────── */
.steps-section{
  background:var(--white);
  padding:26px var(--px) 24px;
  border-top:1px solid var(--divider);
}
.step-row{
  display:flex;gap:14px;align-items:flex-start;
  margin-bottom:22px;
}
.step-row:last-child{margin-bottom:0;}
.step-left{
  display:flex;flex-direction:column;
  align-items:center;flex-shrink:0;
}
.step-num{
  font-family:'Patrick Hand',cursive;
  font-size:30px;font-weight:700;
  color:var(--primary);line-height:1;
  width:32px;text-align:center;
}
.step-line{
  width:1px;background:#e8eef8;
  flex:1;min-height:18px;margin-top:3px;
}
.step-right{padding-top:3px;flex:1;}
.step-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:3px;}
.step-desc{font-size:10.5px;color:var(--muted);line-height:1.6;}
.step-tip{
  display:inline-block;font-size:9px;
  color:#92400e;background:#fff8e1;
  border:1px solid #fde68a;
  padding:3px 8px;border-radius:7px;margin-top:6px;
}

/* ─────────────────────────────────────
   RESULTS TIMELINE BAND
   Dark. Confident. Shows the journey.
───────────────────────────────────── */
.timeline-band{
  background:var(--dark);
  padding:24px var(--px);
  position:relative;overflow:hidden;
}
.timeline-band::before{
  content:'';position:absolute;
  inset:0;
  /* Brand wave palette: top layers use full brand spec */
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 480 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 C120,30 240,90 360,60 C420,45 455,68 480,56 L480,0 L0,0 Z' fill='%23fbf8f3' opacity='0.06'/%3E%3Cpath d='M0,90 C120,60 240,118 360,88 C420,72 455,98 480,82 L480,0 L0,0 Z' fill='%23bafbf3' opacity='0.08'/%3E%3Cpath d='M0,120 C100,95 220,145 340,118 C405,104 448,125 480,112 L480,0 L0,0 Z' fill='%2355e5f0' opacity='0.07'/%3E%3C/svg%3E");
  background-size:cover;pointer-events:none;
}
.tl-inner{position:relative;z-index:2;}
.tl-eyebrow{font-size:9px;font-weight:700;color:var(--secondary);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:4px;}
.tl-title{font-family:'Patrick Hand',cursive;font-size:20px;color:#fff;margin-bottom:4px;}
.tl-sub{font-size:10px;color:rgba(255,255,255,.5);margin-bottom:20px;line-height:1.5;}
.tl-row{
  display:flex;align-items:flex-start;
  position:relative;margin-bottom:10px;
}
.tl-row::before{
  content:'';position:absolute;
  top:13px;left:13px;right:13px;
  height:1px;background:rgba(255,255,255,.08);
}
.tl-step{
  flex:1;display:flex;flex-direction:column;
  align-items:center;gap:5px;position:relative;z-index:1;
}
.tl-dot{
  width:26px;height:26px;border-radius:50%;
  background:#162d55;border:1.5px solid rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;
  font-size:8px;color:rgba(255,255,255,.3);font-weight:700;
}
.tl-dot.lit{background:var(--secondary);border-color:var(--secondary);color:#005a6e;}
.tl-day{font-size:8px;color:rgba(255,255,255,.4);font-weight:500;}
.tl-note{font-size:8.5px;color:rgba(255,255,255,.7);text-align:center;line-height:1.4;}
.tl-disclaimer{
  font-size:8.5px;color:rgba(255,255,255,.3);
  text-align:center;margin-top:14px;line-height:1.5;
}

/* ─────────────────────────────────────
   SOCIAL PROOF — same component as homepage
───────────────────────────────────── */
.proof-section{
  background:var(--bg);
  padding:28px 0 22px;
  border-top:1px solid var(--divider);
}
.proof-header{padding:0 var(--px) 14px;}
.proof-scroll{
  display:flex;gap:11px;overflow-x:auto;
  padding:0 var(--px) 10px;scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.proof-scroll::-webkit-scrollbar{display:none;}
.vid-card{flex-shrink:0;width:130px;display:flex;flex-direction:column;gap:8px;}
.vid-frame{
  width:130px;height:210px;border-radius:18px;
  overflow:hidden;position:relative;cursor:pointer;
  box-shadow:0 8px 24px rgba(0,0,0,.14);
}
.vc-1 .vid-frame{background:linear-gradient(168deg,#0a2d5e,#1875ff,#1ba1ff);}
.vc-2 .vid-frame{background:linear-gradient(168deg,#0d4a8a,#28aafe,#2bdbf3);}
.vc-3 .vid-frame{background:linear-gradient(168deg,#0a2d5e,#0d8fd8,#55e5f0);}
.vid-silhouette{
  position:absolute;bottom:0;left:50%;transform:translateX(-50%);
  width:64px;height:90px;border-radius:50% 50% 0 0;opacity:.28;
}
.vc-1 .vid-silhouette{background:#fff;}
.vc-2 .vid-silhouette{background:#beffeb;}
.vc-3 .vid-silhouette{background:#8ef6ed;}
.vid-play{
  position:absolute;top:10px;right:10px;
  width:26px;height:26px;border-radius:50%;
  background:rgba(255,255,255,.2);
  display:flex;align-items:center;justify-content:center;
  font-size:10px;color:#fff;
}
.vid-platform{
  position:absolute;top:8px;left:8px;
  background:rgba(0,0,0,.38);border-radius:5px;
  padding:2px 6px;font-size:7px;font-weight:700;color:#fff;
}
.vid-scrim{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(transparent,rgba(0,0,0,.72));
  padding:28px 8px 10px;
}
.vid-quote{font-size:9px;color:#fff;line-height:1.4;font-weight:500;}
.vid-author{display:flex;align-items:center;gap:6px;}
.vid-avatar{
  width:22px;height:22px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:8.5px;font-weight:700;flex-shrink:0;
}
.av-blue{background:var(--primary);color:#fff;}
.av-purple{background:var(--secondary);color:#005a6e;}
.av-green{background:var(--dark);color:#fff;}
.vid-name{font-size:9px;color:var(--muted);font-weight:500;}
.proof-summary{
  display:flex;align-items:center;gap:8px;
  padding:0 var(--px) 12px;
}
.proof-stars{display:flex;gap:1px;}
.proof-star{font-size:13px;color:#FFD600;}
.proof-count{font-size:10.5px;color:var(--muted);}
.proof-count strong{color:var(--text);font-weight:600;}

/

/* ─────────────────────────────────────
   GUARANTEE SECTION
   Persona 6: specific, plain language.
   Persona 13: no hidden conditions.
───────────────────────────────────── */
.guarantee-section{
  background:var(--dark);
  padding:26px var(--px) 24px;
  border-top:1px solid rgba(255,255,255,.06);
  position:relative;overflow:hidden;
}
.guarantee-section::before{
  content:'';position:absolute;
  top:0;left:0;right:0;height:4px;
  /* Full brand wave gradient: left to right */
  background:linear-gradient(90deg,#1875ff,#1ba1ff,#28aafe,#2bdbf3,#55e5f0,#8ef6ed,#bafbf3);
}
.g-icon{
  width:48px;height:48px;
  background:rgba(27,161,255,.15);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;margin-bottom:12px;
}
.g-title{
  font-family:'Patrick Hand',cursive;
  font-size:20px;color:#fff;margin-bottom:6px;
}
.g-body{font-size:11px;color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:14px;}
.g-conditions{font-size:9.5px;color:rgba(255,255,255,.35);line-height:1.6;}

/* ─────────────────────────────────────
   CROSS-SELL
   Single card. Strips.
   Persona 1: one product, not a grid.
───────────────────────────────────── */
.crosssell-section{
  background:var(--white);
  padding:26px var(--px) 24px;
  border-top:1px solid var(--divider);
}
.crosssell-card{
  background:var(--bg);border:1.5px solid var(--divider);
  border-radius:var(--card-r);display:flex;
  gap:12px;padding:12px;align-items:center;
}
.cs-img-wrap{
  width:72px;height:84px;flex-shrink:0;
  background:linear-gradient(135deg,#e8f2fd,#d0e6f8);
  border-radius:10px;display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.cs-img-wrap img{width:100%;height:100%;object-fit:contain;padding:6px;}
.cs-info{flex:1;}
.cs-name{font-size:11.5px;font-weight:600;color:var(--text);margin-bottom:3px;}
.cs-desc{font-size:9.5px;color:var(--muted);margin-bottom:7px;line-height:1.4;}
.cs-price{font-size:16px;font-weight:700;color:var(--primary);margin-bottom:8px;}
.cs-btns{display:flex;gap:6px;}
.cs-view{
  flex:4;font-size:9px;font-weight:600;
  padding:8px;border-radius:var(--pill);
  border:1.5px solid #b8d4f0;color:var(--primary);
  background:var(--white);text-align:center;
  min-height:36px;display:flex;align-items:center;justify-content:center;
}
.cs-atc{
  flex:6;font-size:9px;font-weight:700;
  padding:8px;border-radius:var(--pill);
  border:none;background:var(--primary);color:#fff;
  text-align:center;cursor:pointer;
  min-height:36px;display:flex;align-items:center;justify-content:center;
  transition:opacity .15s;
}
.cs-atc:hover{opacity:.88;}
.cs-atc:focus-visible{outline:2px solid var(--primary);outline-offset:2px;}
.cs-atc.added{background:var(--green);}

/* ─────────────────────────────────────
   STICKY ATC BAR
   Always visible below fold.
   Persona 1: conversion always accessible.
   Persona 15: thumb-reachable, 54px min.
   Hidden above fold — appears on scroll.
───────────────────────────────────── */
.sticky-bar{
  position:fixed;bottom:0;left:50%;
  transform:translateX(-50%);
  width:100%;max-width:480px;
  background:var(--white);
  border-top:1px solid var(--divider);
  padding:12px var(--px) 14px;
  z-index:150;
  box-shadow:0 -4px 20px rgba(0,0,0,.1);
  /* Hidden until user scrolls past identity block */
  opacity:0;pointer-events:none;
  transition:opacity .25s ease,transform .25s ease;
  transform:translateX(-50%) translateY(100%);
}
.sticky-bar.visible{
  opacity:1;pointer-events:all;
  transform:translateX(-50%) translateY(0);
}
.sticky-inner{display:flex;align-items:center;gap:10px;}
.sticky-price-block{flex-shrink:0;}
.sticky-name{font-size:9px;color:var(--muted);line-height:1.2;margin-bottom:1px;}
.sticky-price{font-size:15px;font-weight:700;color:var(--primary);}
.sticky-atc{
  flex:1;min-height:50px;
  background:var(--primary);color:#fff;
  font-size:13px;font-weight:700;
  border-radius:var(--pill);border:none;
  cursor:pointer;
  transition:opacity .15s,transform .2s cubic-bezier(.34,1.3,.64,1);
  box-shadow:0 4px 16px rgba(27,161,255,.3);
}
.sticky-atc:hover{opacity:.9;transform:translateY(-1px);}
.sticky-atc:active{transform:translateY(0);}
.sticky-atc:focus-visible{outline:2px solid var(--primary);outline-offset:3px;}
.sticky-atc.added{background:var(--green);}

/* Footer shared with homepage */
.site-footer{
  background:var(--dark);
  padding:24px var(--px) 18px;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-logo-row{
  display:flex;align-items:center;
  justify-content:center;gap:9px;margin-bottom:18px;
}
.footer-logo{width:30px;height:30px;border-radius:8px;object-fit:cover;}
.footer-brand-name{color:#fff;font-size:12px;font-weight:700;}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;}
.footer-col h5{
  color:var(--secondary);font-size:8px;font-weight:700;
  letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;
}
.footer-col a{
  display:flex;align-items:center;min-height:24px;
  color:rgba(255,255,255,.45);font-size:9px;
  margin-bottom:5px;transition:color .15s;
}
.footer-col a:hover{color:rgba(255,255,255,.82);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:13px;text-align:center;}
.footer-bottom p{color:rgba(255,255,255,.35);font-size:8.5px;margin-bottom:3px;}
.footer-bottom strong{color:rgba(255,255,255,.75);}
.copyright{color:rgba(255,255,255,.15);font-size:7.5px;margin-top:9px;}

/* Nav drawer */
.drawer-overlay{
  position:fixed;inset:0;background:rgba(13,27,62,.55);
  z-index:300;opacity:0;pointer-events:none;
  transition:opacity .28s ease;backdrop-filter:blur(2px);
}
.drawer-overlay.open{opacity:1;pointer-events:all;}
.nav-drawer{
  position:fixed;top:0;left:0;width:78%;max-width:300px;height:100%;
  background:var(--dark);z-index:310;
  transform:translateX(-100%);
  transition:transform .3s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;overflow-y:auto;
}
.nav-drawer.open{transform:translateX(0);box-shadow:8px 0 32px rgba(0,0,0,.3);}
.drawer-head{
  background:var(--primary);padding:16px var(--px);
  display:flex;align-items:center;justify-content:space-between;
}
.drawer-brand{display:flex;align-items:center;gap:8px;}
.drawer-logo{width:28px;height:28px;border-radius:7px;object-fit:cover;}
.drawer-name{font-size:11px;font-weight:700;color:#fff;}
.drawer-close{
  width:32px;height:32px;border-radius:6px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;background:rgba(255,255,255,.15);font-size:18px;
}
.drawer-close:hover{background:rgba(255,255,255,.25);}
.drawer-nav{padding:20px 0;flex:1;}
.drawer-sec{padding:0 var(--px);margin-bottom:22px;}
.drawer-sec-label{
  font-size:8px;font-weight:700;letter-spacing:1.2px;
  text-transform:uppercase;color:var(--secondary);margin-bottom:10px;
}
.drawer-link{
  display:flex;align-items:center;gap:10px;
  padding:11px 0;color:rgba(255,255,255,.75);
  font-size:13px;font-weight:500;
  border-bottom:1px solid rgba(255,255,255,.06);transition:color .15s;
}
.drawer-link:last-child{border-bottom:none;}
.drawer-link:hover{color:#fff;}
.drawer-icon{width:18px;text-align:center;font-size:14px;}
.drawer-foot{
  padding:var(--px);border-top:1px solid rgba(255,255,255,.08);
  font-size:9px;color:rgba(255,255,255,.35);line-height:1.8;
}
.drawer-foot strong{color:rgba(255,255,255,.65);}



/* ─────────────────────────────────────
   ORACARE WORDPRESS / ELEMENTOR OVERRIDES
───────────────────────────────────── */
.nav-cart.fkcart-mini-open{
  position:relative;
  min-width:68px !important;
  min-height:68px !important;
  border-radius:14px;
}
.nav-cart.fkcart-mini-open svg{width:42px;height:40px;}
.nav-cart.fkcart-mini-open svg path,
.nav-cart.fkcart-mini-open svg circle{stroke-width:2.2;}
.nav-cart.fkcart-mini-open .cart-badge{
  top:6px;right:6px;width:22px;height:22px;font-size:10px;font-weight:800;
}
.atc-btn.add_to_cart_button,
.sticky-atc.add_to_cart_button{
  text-decoration:none !important;
}
.elementor-page,
.elementor-page .site-main,
.elementor-page .entry-content,
.elementor-page .page-content{
  margin:0 !important;
  padding:0 !important;
}

/* 1. HIDE ORIGINAL THEME NAV ON CUSTOM PAGES */
body.elementor-page .site-header,
body.elementor-page header#masthead,
body.elementor-page .elementor-location-header {
  display: none !important;
}




/* 3. RESULTS TIMELINE TEXT */
.timeline-band .tl-title,
.timeline-band .tl-sub,
.timeline-band .tl-day,
.timeline-band .tl-note,
.timeline-band .tl-disclaimer {
  color: #fff !important;
}

/* 4. STARS ALIGNMENT */
.stars-row,
.proof-summary {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.stars,
.proof-stars {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

/* 5. TABS SMALLER WITH SPACING */
.tabs-nav {
  gap: 10px !important;
  border-bottom: none !important;
}

.tab-btn {
  flex: 1;
  font-size: 9.5px !important;
  border-radius: 999px !important;
  background: #8de4e4 !important;
  color: #fff !important;
  border: none !important;
  margin-bottom: 0 !important;
}

.tab-btn.active {
  background: #ffc928 !important;
  color: var(--primary) !important;
  outline: 3px solid var(--primary);
}


/* 7. GUARANTEE TEXT WHITE */
.guarantee-section,
.guarantee-section * {
  color: #fff !important;
}

/* Remove theme constraints */
body.elementor-page .site,
body.elementor-page .content-area,
body.elementor-page .elementor {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove container padding Elementor adds */
.elementor-section,
.elementor-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* FORCE CUSTOM PAGE FULL WIDTH */
html,
body {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body {
  box-shadow: none !important;
}

/* Elementor wrapper fixes */
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget-container,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Your custom product wrapper/page */
.ow-product,
.ow-homepage,
.site-nav,
.announce,
.gallery-wrap,
.identity,
.box-section,
.steps-section,
.timeline-band,
.proof-section,
.tabs-section,
.faq-section,
.guarantee-section,
.crosssell-section,
.site-footer {
  max-width: 100% !important;
  width: 100% !important;
}

/* HOMEPAGE-MATCH NAV */
.ow-homepage .site-nav,
.ow-product .site-nav {
  background: var(--primary);
  padding: 11px var(--px);
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 14px rgba(27,161,255,.28);
  backdrop-filter: blur(8px);
}

.ow-homepage .nav-brand,
.ow-product .nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ow-homepage .nav-logo,
.ow-product .nav-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: cover;
}

.ow-homepage .nav-brand-name,
.ow-product .nav-brand-name {
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .25px;
}

.ow-homepage .nav-hamburger,
.ow-product .nav-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 5px;
  border-radius: 7px;
}

.ow-homepage .nav-cart,
.ow-product .nav-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border-radius: 12px;
  color: #fff;
}

.ow-homepage .nav-cart svg,
.ow-product .nav-cart svg {
  width: 42px !important;
  height: 38px !important;
}

.ow-homepage .nav-cart svg path,
.ow-product .nav-cart svg path {
  stroke: #fff !important;
  stroke-width: 2.2 !important;
}

.ow-homepage .nav-cart svg circle,
.ow-product .nav-cart svg circle {
  fill: #fff !important;
}

.ow-homepage .cart-badge,
.ow-product .cart-badge {
  position: absolute;
  top: 2px !important;
  right: -2px !important;
  width: 24px !important;
  height: 24px !important;
  background: var(--secondary) !important;
  color: #005a6e !important;
  border-radius: 50%;
  font-size: 13px !important;
  font-weight: 800 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}/* End custom CSS */