.elementor-3123 .elementor-element.elementor-element-3b61650{--display:flex;}.elementor-3123 .elementor-element.elementor-element-3b61650.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3123 .elementor-element.elementor-element-c2ad52f > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-3123 .elementor-element.elementor-element-b0148bd > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-3123 .elementor-element.elementor-element-3bac60b > .elementor-widget-container{margin:0px 0px -16px 0px;}.elementor-3123 .elementor-element.elementor-element-c7f4037 > .elementor-widget-container{margin:-20px 0px -20px 0px;}.elementor-3123 .elementor-element.elementor-element-d1cb121 > .elementor-widget-container{padding:90px 0px 0px 0px;}@media(max-width:767px){.elementor-3123 .elementor-element.elementor-element-c2ad52f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3123 .elementor-element.elementor-element-dc941c4 > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3123 .elementor-element.elementor-element-11854b2 > .elementor-widget-container{margin:-22px 0px 0px 0px;}.elementor-3123 .elementor-element.elementor-element-3bac60b > .elementor-widget-container{margin:-22px 0px 0px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-3123 .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 */<style>
/* =================================
   RESULTS TIMELINE — HERO
================================== */

.ow-results-hero,
.ow-results-hero * {
  box-sizing: border-box;
}

.ow-results-hero {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 24px 18px 0;
  overflow: hidden;
  background: #1ba1ff;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}

/* Subtle horizontal texture */
.ow-results-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 18px,
    rgba(255, 255, 255, 0.04) 18px,
    rgba(255, 255, 255, 0.04) 19px
  );
}

/* Text container */
.ow-results-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Small heading */
.ow-results-hero-eyebrow {
  margin: 0 0 6px;
  padding: 0;
  color: #2bdbf3;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* Main heading */
.ow-results-hero-title {
  margin: 0 0 9px;
  padding: 0;
  color: #ffffff;
  font-family: "Patrick Hand", cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

/* Teal words */
.ow-results-hero-title span {
  color: #2bdbf3;
}

/* Description */
.ow-results-hero-description {
  width: 100%;
  max-width: 315px;
  margin: 0 0 18px;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}

/* Full-width bottom wave */
.ow-results-hero-wave {
  position: relative;
  z-index: 2;
  left: 50%;
  width: 100vw;
  min-width: 100vw;
  height: 44px;
  margin: 0 0 -1px;
  display: block;
  transform: translateX(-50%);
  pointer-events: none;
}


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

@media (min-width: 600px) {
  .ow-results-hero {
    padding: 38px 28px 0;
  }

  .ow-results-hero-eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .ow-results-hero-title {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .ow-results-hero-description {
    max-width: 430px;
    margin-bottom: 25px;
    font-size: 13px;
  }

  .ow-results-hero-wave {
    height: 58px;
  }
}


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

@media (min-width: 900px) {
  .ow-results-hero {
    padding: 58px 30px 0;
  }

  .ow-results-hero-eyebrow {
    font-size: 11px;
    letter-spacing: 1.7px;
  }

  .ow-results-hero-title {
    font-size: 52px;
    line-height: 1.05;
  }

  .ow-results-hero-description {
    max-width: 510px;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 1.65;
  }

  .ow-results-hero-wave {
    height: 72px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc941c4 */<style>
/* =================================
   RESULTS TIMELINE — STATS STRIP
================================== */

.ow-results-stats,
.ow-results-stats * {
  box-sizing: border-box;
}

.ow-results-stats {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-top: 1px solid #d3d6dd;
  border-bottom: 1px solid #d3d6dd;
  font-family: "Inter", Arial, sans-serif;
}

.ow-results-stats-inner {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ow-result-stat {
  min-width: 0;
  min-height: 76px;
  padding: 13px 4px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d3d6dd;
  text-align: center;
}

.ow-result-stat:last-child {
  border-right: 0;
}

/* Large blue number */
.ow-result-stat-number {
  margin: 0 0 3px;
  color: #1ba1ff;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

/* Description underneath */
.ow-result-stat-text {
  margin: 0;
  color: #7a8fa8;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}


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

@media (min-width: 600px) {
  .ow-result-stat {
    min-height: 92px;
    padding: 16px 8px;
  }

  .ow-result-stat-number {
    margin-bottom: 5px;
    font-size: 29px;
  }

  .ow-result-stat-text {
    font-size: 9.5px;
  }
}


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

@media (min-width: 900px) {
  .ow-results-stats-inner {
    max-width: 1200px;
  }

  .ow-result-stat {
    min-height: 108px;
    padding: 20px 12px;
  }

  .ow-result-stat-number {
    font-size: 34px;
  }

  .ow-result-stat-text {
    font-size: 11px;
    line-height: 1.45;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af5ab8a */<style>
/* =================================
   30-DAY SMILE CHALLENGE CALLOUT
================================== */

.ow-challenge-section,
.ow-challenge-section * {
  box-sizing: border-box;
}

.ow-challenge-section {
  width: 100%;
  margin: 0;
  padding: 18px 18px 0;
  background: #fff3e3;
  font-family: "Inter", Arial, sans-serif;
}

.ow-challenge-card {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #beffeb;
  border: 1.5px solid #4ade80;
  border-radius: 14px;
}

/* Camera icon */
.ow-challenge-icon {
  flex: 0 0 auto;
  width: 28px;
  padding-top: 1px;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}

/* Text area */
.ow-challenge-content {
  flex: 1;
  min-width: 0;
}

/* Heading */
.ow-challenge-title {
  margin: 0 0 4px;
  padding: 0;
  color: #005a6e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

/* Description */
.ow-challenge-text {
  margin: 0;
  padding: 0;
  color: rgba(0, 90, 110, 0.86);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}


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

@media (min-width: 600px) {
  .ow-challenge-section {
    padding: 24px 28px 0;
  }

  .ow-challenge-card {
    padding: 18px;
    gap: 14px;
    border-radius: 16px;
  }

  .ow-challenge-icon {
    width: 34px;
    font-size: 27px;
  }

  .ow-challenge-title {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .ow-challenge-text {
    font-size: 11.5px;
    line-height: 1.65;
  }
}


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

@media (min-width: 900px) {
  .ow-challenge-section {
    padding: 30px 30px 0;
  }

  .ow-challenge-card {
    padding: 22px 24px;
    gap: 18px;
  }

  .ow-challenge-icon {
    width: 40px;
    font-size: 32px;
  }

  .ow-challenge-title {
    font-size: 16px;
  }

  .ow-challenge-text {
    max-width: 940px;
    font-size: 13px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11854b2 */<style>
/* =================================
   RESULTS TIMELINE — ROADMAP
================================== */

.ow-results-timeline,
.ow-results-timeline * {
  box-sizing: border-box;
}

.ow-results-timeline {
  width: 100%;
  margin: 0;
  padding: 26px 18px 24px;
  background: #fff3e3;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-timeline-inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

/* Section introduction */
.ow-timeline-heading {
  margin: 0 0 22px;
  padding: 0;
}

.ow-timeline-eyebrow {
  margin: 0 0 4px;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ow-timeline-title {
  margin: 0 0 6px;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.ow-timeline-intro {
  max-width: 600px;
  margin: 0;
  color: #7a8fa8;
  font-size: 10.5px;
  line-height: 1.6;
}

/* Individual timeline stage */
.ow-day-block {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 16px;
}

/* Left timeline spine */
.ow-day-spine {
  width: 52px;
  flex: 0 0 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ow-day-bubble {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1ba1ff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(27, 161, 255, 0.3);
}

.ow-day-number {
  color: #ffffff;
  font-family: "Patrick Hand", cursive;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.ow-day-number-small {
  font-size: 13px;
}

.ow-day-number-smaller {
  font-size: 11px;
}

.ow-day-unit {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 6px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

/* Connecting line */
.ow-day-line {
  width: 2px;
  min-height: 24px;
  flex: 1;
  margin-top: 4px;
  background: linear-gradient(
    to bottom,
    #28aafe,
    #55e5f0
  );
  border-radius: 4px;
}

/* Right-side content */
.ow-day-content {
  flex: 1;
  min-width: 0;
  padding: 8px 0 25px;
}

.ow-day-block-last .ow-day-content {
  padding-bottom: 0;
}

/* Stage label */
.ow-day-tag {
  margin: 0 0 6px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  background: #e6f4ff;
  border-radius: 50px;
  color: #1ba1ff;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Stage heading */
.ow-day-heading {
  margin: 0 0 5px;
  padding: 0;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

/* Stage paragraph */
.ow-day-description {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.7;
}

/* What-to-expect list */
.ow-expect-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ow-expect-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ow-expect-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin-top: 5px;
  background: #2bdbf3;
  border-radius: 50%;
}

.ow-expect-row p {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.55;
}

.ow-expect-row strong {
  color: #0d1b3e;
  font-weight: 700;
}

/* Customer quotes */
.ow-day-quote {
  width: 100%;
  margin: 11px 0 0;
  padding: 11px 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #d3d6dd;
  border-radius: 10px;
}

.ow-quote-mark {
  flex: 0 0 auto;
  margin-top: -4px;
  color: rgba(27, 161, 255, 0.5);
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1;
}

.ow-quote-text {
  margin: 0;
  color: #0d1b3e;
  font-size: 9.5px;
  font-style: italic;
  line-height: 1.6;
}

.ow-quote-author {
  margin-top: 4px;
  display: block;
  color: #7a8fa8;
  font-size: 8px;
  font-style: normal;
  line-height: 1.4;
}

/* Final Day 30 styling */
.ow-day-bubble-peak {
  background: linear-gradient(
    135deg,
    #28aafe,
    #1875ff
  );
  box-shadow: 0 6px 20px rgba(27, 161, 255, 0.4);
}

.ow-day-tag-peak {
  background: rgba(27, 161, 255, 0.13);
  color: #1875ff;
}

.ow-day-heading-peak {
  color: #1ba1ff;
}

.ow-expect-dot-blue {
  background: #1ba1ff;
}

.ow-expect-dot-green {
  background: #4ade80;
}


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

@media (min-width: 600px) {
  .ow-results-timeline {
    padding: 36px 28px 34px;
  }

  .ow-timeline-heading {
    margin-bottom: 28px;
  }

  .ow-timeline-eyebrow {
    font-size: 10px;
  }

  .ow-timeline-title {
    font-size: 32px;
  }

  .ow-timeline-intro {
    font-size: 12px;
  }

  .ow-day-block {
    gap: 21px;
  }

  .ow-day-spine {
    width: 60px;
    flex-basis: 60px;
  }

  .ow-day-bubble {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .ow-day-number {
    font-size: 20px;
  }

  .ow-day-number-small {
    font-size: 15px;
  }

  .ow-day-number-smaller {
    font-size: 13px;
  }

  .ow-day-unit {
    font-size: 7px;
  }

  .ow-day-content {
    padding-top: 9px;
    padding-bottom: 32px;
  }

  .ow-day-tag {
    font-size: 9px;
  }

  .ow-day-heading {
    font-size: 16px;
  }

  .ow-day-description {
    font-size: 11.5px;
  }

  .ow-expect-row p {
    font-size: 11px;
  }

  .ow-quote-text {
    font-size: 10.5px;
  }

  .ow-quote-author {
    font-size: 9px;
  }
}


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

@media (min-width: 900px) {
  .ow-results-timeline {
    padding: 52px 30px 48px;
  }

  .ow-timeline-heading {
    margin-bottom: 34px;
  }

  .ow-timeline-title {
    font-size: 40px;
  }

  .ow-timeline-intro {
    font-size: 14px;
  }

  .ow-day-block {
    gap: 26px;
  }

  .ow-day-spine {
    width: 68px;
    flex-basis: 68px;
  }

  .ow-day-bubble {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .ow-day-number {
    font-size: 23px;
  }

  .ow-day-number-small {
    font-size: 17px;
  }

  .ow-day-number-smaller {
    font-size: 15px;
  }

  .ow-day-content {
    padding-top: 11px;
    padding-bottom: 40px;
  }

  .ow-day-heading {
    font-size: 18px;
  }

  .ow-day-description {
    font-size: 13px;
  }

  .ow-expect-row p {
    font-size: 12px;
  }

  .ow-day-quote {
    padding: 14px 16px;
  }

  .ow-quote-text {
    font-size: 12px;
  }

  .ow-quote-author {
    font-size: 10px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bac60b */<style>
/* =================================
   TYPICAL SHADE PROGRESSION
   STATIC VERSION — NO JAVASCRIPT
================================== */

.ow-shade-progress-section,
.ow-shade-progress-section * {
  box-sizing: border-box;
}

.ow-shade-progress-section {
  width: 100%;
  margin: 0;
  padding: 18px;
  background: #ffffff;
  border: 0;
  font-family: "Inter", Arial, sans-serif;
}

.ow-shade-progress-inner {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
}

/* Heading */
.ow-shade-progress-eyebrow {
  margin: 0 0 14px;
  padding: 0;
  color: #1ba1ff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

/* Invisible full track */
.ow-shade-progress-track {
  position: relative;
  width: 100%;
  height: 22px;
  margin: 0 0 10px;
  overflow: hidden;
  background: #ffffff;
  border: 0;
  border-radius: 50px;
}

/* Always-visible coloured progress */
.ow-shade-progress-fill {
  width: 85% !important;
  height: 100%;
  display: block;
  background: linear-gradient(
    90deg,
    #2da9ff 0%,
    #40d5e1 55%,
    #aef5e9 100%
  );
  border-radius: 50px;
  box-shadow: none;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

/* Starting and ending labels */
.ow-shade-progress-labels {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ow-shade-progress-labels span {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.4;
}

.ow-shade-progress-labels span:last-child {
  text-align: right;
}

/* Day markers */
.ow-shade-progress-markers {
  width: 100%;
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ow-shade-marker {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
}

.ow-shade-marker-first {
  align-items: flex-start;
  text-align: left;
}

.ow-shade-marker-last {
  align-items: flex-end;
  text-align: right;
}

.ow-shade-marker-day {
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.ow-shade-marker-result {
  color: #7a8fa8;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}


/* =================================
   TABLET AND DESKTOP
   MATCHES YOUR SCREENSHOT
================================== */

@media (min-width: 600px) {
  .ow-shade-progress-section {
    padding: 22px 34px 28px;
  }

  .ow-shade-progress-eyebrow {
    margin-bottom: 19px;
    font-size: 16px;
    letter-spacing: 2.7px;
  }

  .ow-shade-progress-track {
    height: 40px;
    margin-bottom: 15px;
  }

  .ow-shade-progress-labels span {
    font-size: 16px;
  }

  .ow-shade-progress-markers {
    margin-top: 16px;
  }

  .ow-shade-marker {
    gap: 5px;
  }

  .ow-shade-marker-day {
    font-size: 16px;
  }

  .ow-shade-marker-result {
    font-size: 15px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98c1fe4 */<style>
/* =================================
   BEFORE & AFTER SLIDER
================================== */

.ow-ba-section,
.ow-ba-section * {
  box-sizing: border-box;
}

.ow-ba-section {
  width: 100%;
  margin: 0;
  padding: 22px 18px 0;
  background: #fff3e3;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-ba-inner {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
}

/* Section heading */
.ow-ba-eyebrow {
  margin: 0 0 4px;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ow-ba-title {
  margin: 0 0 12px;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

/* Slider container */
.ow-ba-slider {
  --ow-ba-position: 50%;

  position: relative;
  width: 100%;
  height: 150px;
  margin: 0 0 9px;
  overflow: hidden;
  background: #e7e4dd;
  border: 1px solid rgba(13, 27, 62, 0.1);
  border-radius: 14px;
  cursor: ew-resize;
  user-select: none;
  touch-action: pan-y;
  box-shadow: 0 5px 18px rgba(13, 27, 62, 0.08);
}

/* Both photographs */
.ow-ba-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ow-ba-before-photo {
  z-index: 1;
}

/* Clipped after-image layer */
.ow-ba-after-reveal {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(
    0
    calc(100% - var(--ow-ba-position))
    0
    0
  );
}

.ow-ba-after-photo {
  z-index: 2;
}

/* Before and after labels */
.ow-ba-label {
  position: absolute;
  bottom: 10px;
  z-index: 4;
  padding: 4px 8px;
  border-radius: 50px;
  font-size: 8.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  pointer-events: none;
}

.ow-ba-label-before {
  left: 11px;
  color: rgba(13, 27, 62, 0.65);
  background: rgba(255, 255, 255, 0.62);
}

.ow-ba-label-after {
  right: 11px;
  color: #087dc9;
  background: rgba(255, 255, 255, 0.8);
}

/* White dividing line */
.ow-ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ow-ba-position);
  z-index: 5;
  width: 3px;
  background: #ffffff;
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 0 8px rgba(13, 27, 62, 0.2);
}

/* Circular drag handle */
.ow-ba-handle {
  position: absolute;
  top: 50%;
  left: var(--ow-ba-position);
  z-index: 6;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: #ffffff;
  border: 3px solid #1ba1ff;
  border-radius: 50%;
  color: #1ba1ff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 14px rgba(13, 27, 62, 0.22);
  pointer-events: none;
}

/* Invisible range input controls dragging */
.ow-ba-range {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: ew-resize;
}

/* Disclaimer */
.ow-ba-disclaimer {
  margin: 0;
  padding: 0 10px 22px;
  color: #9db0c4;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}


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

@media (min-width: 600px) {
  .ow-ba-section {
    padding: 30px 28px 0;
  }

  .ow-ba-eyebrow {
    font-size: 10px;
  }

  .ow-ba-title {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .ow-ba-slider {
    height: 260px;
    border-radius: 18px;
  }

  .ow-ba-label {
    bottom: 14px;
    padding: 5px 11px;
    font-size: 10px;
  }

  .ow-ba-label-before {
    left: 15px;
  }

  .ow-ba-label-after {
    right: 15px;
  }

  .ow-ba-handle {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .ow-ba-disclaimer {
    padding-bottom: 28px;
    font-size: 9.5px;
  }
}


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

@media (min-width: 900px) {
  .ow-ba-section {
    padding: 42px 30px 0;
  }

  .ow-ba-title {
    font-size: 40px;
  }

  .ow-ba-slider {
    height: 440px;
    border-radius: 20px;
  }

  .ow-ba-label {
    bottom: 18px;
    padding: 7px 14px;
    font-size: 12px;
  }

  .ow-ba-label-before {
    left: 20px;
  }

  .ow-ba-label-after {
    right: 20px;
  }

  .ow-ba-handle {
    width: 50px;
    height: 50px;
    font-size: 23px;
  }

  .ow-ba-disclaimer {
    padding-bottom: 36px;
    font-size: 11px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7f4037 */<style>
/* =================================
   AFTER DAY 30 — MAINTENANCE
================================== */

.ow-maintenance-section,
.ow-maintenance-section * {
  box-sizing: border-box;
}

.ow-maintenance-section {
  width: 100%;
  margin: 0;
  padding: 22px 18px 24px;
  background: #fff3e3;
  border-top: 1px solid #d3d6dd;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-maintenance-inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

/* Small heading */
.ow-maintenance-eyebrow {
  margin: 0 0 4px;
  padding: 0;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* Main section heading */
.ow-maintenance-title {
  margin: 0 0 8px;
  padding: 0;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

/* Section description */
.ow-maintenance-intro {
  max-width: 680px;
  margin: 0 0 16px;
  padding: 0;
  color: #7a8fa8;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.65;
}

/* Main product card */
.ow-maintenance-card {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d3d6dd;
  border-radius: 16px;
  box-shadow: 0 5px 18px rgba(13, 27, 62, 0.05);
}

/* Card description */
.ow-maintenance-card-top {
  padding: 14px 16px 12px;
  border-bottom: 1px solid #d3d6dd;
}

.ow-maintenance-card-top h3 {
  margin: 0 0 4px;
  padding: 0;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.ow-maintenance-card-top p {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}

/* Product row */
.ow-maintenance-product {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 13px;
}

/* Temporary product image */
.ow-maintenance-image {
  width: 58px;
  height: 70px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    #e6f4ff,
    #fff2e1
  );
  border: 1px solid rgba(27, 161, 255, 0.12);
  border-radius: 9px;
}

.ow-maintenance-image span {
  padding: 4px;
  color: #1ba1ff;
  font-size: 6px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
}

/* Product information */
.ow-maintenance-product-info {
  flex: 1;
  min-width: 0;
}

.ow-maintenance-product-name {
  margin: 0 0 3px;
  padding: 0;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.ow-maintenance-product-details {
  margin: 0 0 7px;
  padding: 0;
  color: #7a8fa8;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.45;
}

.ow-maintenance-price {
  margin: 0 0 9px;
  padding: 0;
  color: #1ba1ff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.ow-maintenance-price span {
  color: #9db0c4;
  font-size: 9px;
  font-weight: 500;
}

/* Product button */
.ow-maintenance-button {
  width: 100%;
  min-height: 39px;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #1ba1ff;
  border: 0;
  border-radius: 50px;
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(27, 161, 255, 0.2);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.ow-maintenance-button:hover {
  background: #118ee9;
  color: #ffffff !important;
  transform: translateY(-1px);
}


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

@media (min-width: 600px) {
  .ow-maintenance-section {
    padding: 32px 28px;
  }

  .ow-maintenance-eyebrow {
    font-size: 10px;
  }

  .ow-maintenance-title {
    font-size: 32px;
  }

  .ow-maintenance-intro {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .ow-maintenance-card-top {
    padding: 19px 21px 17px;
  }

  .ow-maintenance-card-top h3 {
    font-size: 22px;
  }

  .ow-maintenance-card-top p {
    font-size: 11.5px;
  }

  .ow-maintenance-product {
    padding: 18px 21px;
    gap: 18px;
  }

  .ow-maintenance-image {
    width: 76px;
    height: 92px;
    flex-basis: 76px;
  }

  .ow-maintenance-image span {
    font-size: 7.5px;
  }

  .ow-maintenance-product-name {
    font-size: 14px;
  }

  .ow-maintenance-product-details {
    font-size: 10.5px;
  }

  .ow-maintenance-price {
    font-size: 19px;
  }

  .ow-maintenance-button {
    max-width: 290px;
    min-height: 44px;
    font-size: 12px;
  }
}


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

@media (min-width: 900px) {
  .ow-maintenance-section {
    padding: 46px 30px;
  }

  .ow-maintenance-title {
    font-size: 40px;
  }

  .ow-maintenance-intro {
    font-size: 13px;
  }

  .ow-maintenance-card-top {
    padding: 24px 26px 21px;
  }

  .ow-maintenance-card-top h3 {
    font-size: 26px;
  }

  .ow-maintenance-card-top p {
    font-size: 13px;
  }

  .ow-maintenance-product {
    padding: 23px 26px;
    gap: 22px;
  }

  .ow-maintenance-image {
    width: 96px;
    height: 116px;
    flex-basis: 96px;
  }

  .ow-maintenance-product-name {
    font-size: 16px;
  }

  .ow-maintenance-product-details {
    font-size: 12px;
  }

  .ow-maintenance-price {
    font-size: 22px;
  }

  .ow-maintenance-button {
    max-width: 330px;
    min-height: 48px;
    font-size: 13px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-846e29f */<style>
/* =================================
   READY TO START — CTA
================================== */

.ow-results-cta,
.ow-results-cta * {
  box-sizing: border-box;
}

.ow-results-cta {
  width: 100%;
  margin: 0;
  padding: 24px 18px 27px;
  background: #fff3e3;
  font-family: "Inter", Arial, sans-serif;
}

.ow-results-cta-inner {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
}

.ow-results-cta-card {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 25px 20px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #1ba1ff 0%,
    #1caef3 55%,
    #2bdbf3 100%
  );
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(27, 161, 255, 0.2);
  text-align: center;
}

/* Subtle wave texture */
.ow-results-cta-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle at 10% 0%,
      rgba(255, 255, 255, 0.14),
      transparent 35%
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 19px,
      rgba(255, 255, 255, 0.025) 19px,
      rgba(255, 255, 255, 0.025) 20px
    );
}

.ow-results-cta-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

/* Heading */
.ow-results-cta-heading {
  margin: 0 0 7px;
  padding: 0;
  color: #ffffff;
  font-family: "Patrick Hand", cursive;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

/* Description */
.ow-results-cta-text {
  max-width: 340px;
  margin: 0 auto 18px;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.55;
}

/* Main button */
.ow-results-cta-button {
  min-height: 48px;
  padding: 12px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #ffffff;
  border: 0;
  border-radius: 50px;
  color: #1ba1ff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 5px 18px rgba(13, 27, 62, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.ow-results-cta-button:hover {
  color: #1ba1ff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(13, 27, 62, 0.22);
}

/* Question links */
.ow-results-cta-help {
  margin: 15px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  font-weight: 400;
  line-height: 1.5;
}

.ow-results-cta-help a {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.ow-results-cta-help a:hover {
  color: #0d1b3e !important;
}


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

@media (min-width: 600px) {
  .ow-results-cta {
    padding: 32px 28px 36px;
  }

  .ow-results-cta-card {
    padding: 37px 28px;
    border-radius: 24px;
  }

  .ow-results-cta-heading {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .ow-results-cta-text {
    max-width: 470px;
    margin-bottom: 23px;
    font-size: 12px;
  }

  .ow-results-cta-button {
    min-height: 53px;
    padding: 14px 31px;
    font-size: 14px;
  }

  .ow-results-cta-help {
    margin-top: 18px;
    font-size: 10.5px;
  }
}


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

@media (min-width: 900px) {
  .ow-results-cta {
    padding: 45px 30px 50px;
  }

  .ow-results-cta-card {
    padding: 52px 35px;
    border-radius: 28px;
  }

  .ow-results-cta-heading {
    font-size: 44px;
  }

  .ow-results-cta-text {
    max-width: 560px;
    margin-bottom: 28px;
    font-size: 14px;
  }

  .ow-results-cta-button {
    min-width: 300px;
    min-height: 58px;
    font-size: 16px;
  }

  .ow-results-cta-help {
    margin-top: 21px;
    font-size: 12px;
  }
}
</style>/* 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 */