


[data-mm-header]{position:relative}
[data-mm-toggle]{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1101}
[data-mm-toggle] span{display:block;width:24px;height:2px;background:#333333;transition:0.3s ease}
[data-mm-menu]{position:fixed;top:0;left:0;width:280px;max-width:85vw;height:100vh;height:100dvh;background:#ffffff;transform:translateX(-100%);transition:transform 0.3s ease;z-index:1100;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:60px 24px 24px}
[data-mm-menu].mm-open{transform:translateX(0)}
body.mm-pushed{overflow-x:hidden}
[data-mm-menu] ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}
[data-mm-menu] ul li a{display:block;padding:14px 0;color:#333333;text-decoration:none;font-size:16px;border-bottom:1px solid rgba(0,0,0,0.08);transition:color 0.3s ease}
[data-mm-menu] ul li a:hover{color:#2563eb}
[data-mm-close]{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#333333;padding:4px 8px}
[data-mm-overlay]{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:rgba(0,0,0,0.3);opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;z-index:1050}
[data-mm-overlay].mm-visible{opacity:1;visibility:visible}
@media(min-width:768px){[data-mm-toggle]{display:none!important}[data-mm-menu]{position:static!important;width:auto!important;max-width:none!important;height:auto!important;background:transparent!important;transform:none!important;padding:0!important;overflow:visible!important;flex-direction:row!important}[data-mm-menu] ul{flex-direction:row;gap:0;align-items:center}[data-mm-menu] ul li a{padding:8px 16px;border-bottom:none;font-size:inherit}[data-mm-close]{display:none!important}[data-mm-overlay]{display:none!important}}
@media(prefers-reduced-motion:reduce){[data-mm-menu],[data-mm-overlay],[data-mm-toggle] span,body.mm-pushed{transition:none!important}}





.cc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cc-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 -4px 20px rgba(15,23,42,0.15);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #0f172a;
}

.cc-banner.cc-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cc-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cc-banner-content {
  flex: 1 1 auto;
  min-width: 280px;
  max-width: 700px;
}

.cc-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #0f172a;
}

.cc-description {
  margin: 0;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.6;
}

.cc-link {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cc-link:hover {
  text-decoration: none;
}

.cc-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid transparent;
  min-height: 48px;
  line-height: 1.2;
  font-family: inherit;
}

.cc-btn:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.cc-btn-primary {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.cc-btn-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.cc-btn-secondary {
  background: #ffffff;
  color: #0f172a;
  border-color: #d1d5db;
}

.cc-btn-secondary:hover {
  background: #f3f4f6;
  border-color: #0f172a;
}

.cc-btn-link {
  background: transparent;
  color: #2563eb;
  border-color: transparent;
  padding: 0.75rem 1rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cc-btn-link:hover {
  text-decoration: none;
  background: #2563eb1A;
}

.cc-settings-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: calc(99999 + 1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #0f172a;
}

.cc-settings-modal.cc-visible {
  opacity: 1;
  visibility: visible;
}

.cc-settings-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.cc-settings-container {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.cc-settings-modal.cc-visible .cc-settings-container {
  transform: scale(1);
}

.cc-settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(15,23,42,0.08);
}

.cc-settings-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #0f172a;
}

.cc-settings-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #475569;
  transition: all 0.3s ease;
}

.cc-settings-close:hover {
  background: #f3f4f6;
  color: #0f172a;
}

.cc-settings-close:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.cc-settings-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.cc-settings-description {
  margin: 0 0 1.5rem 0;
  font-size: 0.9375rem;
  color: #475569;
}

.cc-settings-footer {
  padding: 1.5rem;
  border-top: 1px solid rgba(15,23,42,0.08);
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.cc-category {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(15,23,42,0.08);
}

.cc-category:last-child {
  border-bottom: none;
}

.cc-category-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cc-category-info {
  flex: 1;
}

.cc-category-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: #0f172a;
}

.cc-category-description {
  font-size: 0.875rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}

.cc-toggle {
  flex-shrink: 0;
}

.cc-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.cc-toggle-label {
  display: block;
  width: 52px;
  height: 28px;
  background: #d1d5db;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cc-toggle-label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.cc-toggle input:checked + .cc-toggle-label {
  background: #2563eb;
}

.cc-toggle input:checked + .cc-toggle-label::after {
  transform: translateX(24px);
}

.cc-toggle input:focus-visible + .cc-toggle-label {
  box-shadow: 0 0 0 3px #2563eb4D;
}

.cc-toggle-disabled .cc-toggle-label {
  opacity: 0.7;
  cursor: not-allowed;
}

.cc-toggle-disabled input:checked + .cc-toggle-label {
  background: #2563eb;
}

.cc-footer-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  cursor: pointer;
  font-size: 0.875rem;
}

.cc-footer-link:hover {
  opacity: 1;
}

.cc-footer-separator {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .cc-banner-container {
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem 1rem;
    gap: 1.25rem;
  }
  
  .cc-banner-content {
    max-width: 100%;
    min-width: auto;
  }
  
  .cc-title {
    font-size: 1rem;
  }
  
  .cc-description {
    font-size: 0.875rem;
  }
  
  .cc-banner-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .cc-btn {
    width: 100%;
    justify-content: center;
  }
  
  .cc-btn-primary,
  .cc-btn-secondary {
    order: 0;
  }
  
  .cc-btn-link {
    order: 1;
  }
  
  .cc-settings-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  
  .cc-settings-body {
    padding: 1rem;
  }
  
  .cc-category-header {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .cc-toggle {
    align-self: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-banner,
  .cc-settings-modal,
  .cc-settings-container,
  .cc-btn,
  .cc-toggle-label,
  .cc-toggle-label::after,
  .cc-settings-close {
    transition: none;
  }
}

@media print {
  .cc-banner,
  .cc-settings-modal {
    display: none !important;
  }
}





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }


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

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1rem;
  color: #0f172a;
  background: #ffffff;
  position: relative;
  padding-top: clamp(64px, 9vw, 84px);
  padding-bottom: clamp(64px, 12vw, 84px);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.15;
}
h1 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); line-height: 1.1; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { font-size: clamp(0.98rem, 1.1vw, 1.05rem); line-height: 1.7; color: #475569; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.main { display: block; }

.pageContainer {
  max-width: clamp(320px, 92%, 1200px);
  margin: 0 auto;
  padding-left: clamp(1rem, 8%, 5rem);
  padding-right: clamp(0.75rem, 4%, 2.5rem);
}

.eyebrowText {
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: clamp(0.6rem, 1.4vw, 1rem);
}


.section {
  position: relative;
  width: 100%;
  padding: clamp(3rem, 6vw, 4rem) 0 clamp(4rem, 7vw, 6rem);
  background: #f7f9fc;
}
.section:nth-child(odd) {
  padding: clamp(3rem, 6vw, 4rem) 0 clamp(4rem, 7vw, 6rem);
}
.section:nth-child(even) {
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 4rem);
}

.sectionHeading {
  max-width: 620px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.sectionHeading p { margin-top: 0.75rem; }


.sectionDivider {
  height: 60px;
  background-image: radial-gradient(currentColor 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  color: #93c5fd;
  opacity: .8;
}


.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.headerContainer {
  max-width: clamp(320px, 94%, 1280px);
  margin: 0 auto;
  padding: clamp(0.7rem, 1.6vw, 1rem) clamp(1rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}
.headerLogo {
  font-family: 'Playfair Display', 'Quicksand', serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.6rem);
  color: #0f172a;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}
.headerLogo span { color: #2563eb; }


@media(min-width:768px){ .headerNav { margin-left: clamp(0.5rem, 2vw, 1.5rem); } }
.navList {
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 1vw, 0.4rem);
}
.navItem { position: relative; }
.navLink {
  display: inline-block;
  padding: 0.6rem 1rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.94rem;
  color: #475569;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.navLink:hover { color: #2563eb; border-color: #93c5fd; }
.navItemCta .navLinkCta {
  background: #2563eb;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 0.6rem 1.3rem;
  border-bottom: none !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.35);
}
.navItemCta .navLinkCta:hover { background: #1d4ed8; }


@media (max-width: 767.98px) {
  [data-mm-menu] .navList { flex-direction: column; align-items: flex-start; gap: 0; width: 100%; }
  [data-mm-menu] .navLink { width: 100%; padding: 1rem 0; border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
  [data-mm-menu] .navLink:hover { border-color: rgba(15, 23, 42, 0.08); }
  [data-mm-menu] .navItemCta { width: 100%; margin-top: 1rem; }
  [data-mm-menu] .navItemCta .navLinkCta { display: block; text-align: center; }
}

.headerNavToggle { margin-left: auto; }
.headerNavToggle span { background: #0f172a; }


[data-mm-header] {
  
  
  
  
}


.navBottom { display: none; }
@media (max-width: 768px) {
  .navBottom {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background: #ffffff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 -4px 18px rgba(15, 23, 42, 0.08);
  }
  .navBottomLink {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0.55rem 0.25rem 0.7rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: #475569;
    text-align: center;
  }
  .navBottomIcon { font-size: 1.05rem; }
  .navBottomLinkPrimary { color: #2563eb; }
}


.heroSection {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  background: linear-gradient(180deg, #eff4fd 0%, #ffffff 78%);
}
.heroGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
.heroMedia { order: -1; position: relative; }
.heroMedia img {
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.18);
}
.heroBadgeDiscount {
  position: absolute;
  top: clamp(0.75rem, 2vw, 1.25rem);
  left: clamp(0.75rem, 2vw, 1.25rem);
  background: #f59e0b;
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 1.3vw, 1.1rem);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.4);
}
.heroLead { max-width: 480px; margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem); }
.heroPriceBlock {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}
.heroPriceOld {
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: #94a3b8;
  text-decoration: line-through;
}
.heroPriceNew {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #2563eb;
}
.heroBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.heroBadge {
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e3a8a;
  background: #eef2f7;
  border: 1px solid #dbeafe;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}


.btnPrimary {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
  border-radius: 12px;
  padding: 0.95rem 2rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  z-index: 0;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
  transition: box-shadow 0.3s ease, transform 0.2s ease, color 0.3s ease;
}
.btnPrimary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2563eb;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}
.btnPrimary:hover {
  color: #ffffff;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}
.btnPrimary:hover::before { transform: scaleX(1); }

.btnGhost {
  display: inline-block;
  background: transparent;
  color: #0f172a;
  border: 2px solid #cbd5e1;
  border-radius: 12px;
  padding: 0.9rem 1.8rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}


.everydayFeelSection { background: #ffffff; }
.everydayFeelSection .pageContainer { max-width: 900px; text-align: center; margin: 0 auto; }
.feelSteps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-top: clamp(2rem, 4vw, 2.5rem);
  text-align: left;
}
.feelStep {
  background: #ffffff;
  border-radius: 16px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}
.feelStepNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #dbeafe;
  color: #2563eb;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
}


.whatYouGainSection { background: linear-gradient(160deg, #eef2f7 0%, #f7f9fc 100%); }
.benefitsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 1.75rem);
}
.benefitCard {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: clamp(1.5rem, 2.6vw, 2rem);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.benefitCard:hover {
  box-shadow: 0 10px 40px rgba(37, 99, 235, 0.22);
  transform: translateY(-4px);
}
.benefitCardIcon { font-size: 1.8rem; margin-bottom: 0.75rem; }
.benefitCardTitle { margin-bottom: 0.5rem; }


.exploreServicesSection { background: linear-gradient(135deg, #eef2f7 0%, #dbeafe 100%); }
.ingredientsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 1.75rem);
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.ingredientCard {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  padding: clamp(1.4rem, 2.4vw, 1.85rem);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.12);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.ingredientCard:hover {
  box-shadow: 0 10px 36px rgba(37, 99, 235, 0.25);
  transform: translateY(-3px);
}
.ingredientCardName {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 0.4rem;
}
.productMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-bottom: clamp(2rem, 4vw, 2.5rem);
}
.productMetaItem strong { display: block; font-family: 'Quicksand', sans-serif; color: #0f172a; }



.termsPromiseSection { background: #f7f9fc; }
.termsPromiseSection .pageContainer { max-width: 980px; }
.promiseList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
}
.promiseItem {
  display: flex;
  gap: 1rem;
  background: #ffffff;
  border-radius: 14px;
  padding: clamp(1.15rem, 2vw, 1.5rem);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.07);
}
.promiseIcon { font-size: 1.5rem; flex-shrink: 0; }


.seeHowSection { background: #ffffff; }
.seeHowSection .pageContainer { max-width: 900px; }
.usageSteps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 1.75rem);
  counter-reset: usage;
}
.usageStep {
  text-align: center;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}
.usageStep::before {
  counter-increment: usage;
  content: counter(usage);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.9rem;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}


.connectSection { background: #eef2f7; }
.connectGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: flex-start;
}
.connectSteps { display: flex; flex-direction: column; gap: 1.25rem; }
.connectStep { display: flex; gap: 1rem; align-items: flex-start; }
.connectStepNumber {
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #dbeafe;
  color: #2563eb;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.orderForm {
  background: #ffffff;
  border-radius: 20px;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}
.orderFormPrice {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  color: #2563eb;
  margin-bottom: 0.35rem;
}
.orderFormPriceOld { text-decoration: line-through; color: #94a3b8; font-size: 1rem; margin-left: 0.5rem; }
.formGroup { margin-bottom: 1.1rem; }
.formLabel { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.35rem; color: #0f172a; }
.formInput {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.formInput:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.formConsent { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.85rem; color: #475569; margin-bottom: 1.25rem; }
.formConsent a { color: #2563eb; text-decoration: underline; }
.formSubmit { width: 100%; text-align: center; }
.formNote { font-size: 0.82rem; color: #94a3b8; margin-top: 0.85rem; text-align: center; }
.formSuccess, .formError { display: none; padding: 1rem 1.25rem; border-radius: 10px; margin-bottom: 1rem; font-weight: 600; }
.formSuccess.isVisible, .formError.isVisible { display: block; }
.formSuccess { background: #dcfce7; color: #166534; }
.formError { background: #fee2e2; color: #991b1b; }

.quickOrderWidget { position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 95; }
.quickOrderWidget.isHidden { display: none; }
.quickOrderToggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.45);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.quickOrderToggle:hover { box-shadow: 0 14px 40px rgba(37, 99, 235, 0.55); transform: translateY(-2px); }
.quickOrderTogglePrice { font-size: 0.78rem; opacity: 0.9; }
.quickOrderForm {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(320px, 86vw);
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
}
.quickOrderForm[hidden] { display: none; }
.quickOrderClose { position: absolute; top: 10px; right: 12px; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: #94a3b8; }
.quickOrderFormTitle { font-family: 'Quicksand', sans-serif; font-weight: 700; margin-bottom: 0.85rem; }
.quickOrderInput {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1.5px solid #cbd5e1;
  border-radius: 8px;
  margin-bottom: 0.7rem;
  font-family: inherit;
}
.quickOrderConsent { display: flex; gap: 0.4rem; font-size: 0.76rem; color: #64748b; margin-bottom: 0.85rem; }
.quickOrderConsent a { color: #2563eb; }
.quickOrderSubmit { width: 100%; padding: 0.75rem; }

@media (max-width: 768px) {
  .quickOrderWidget { right: 1rem; bottom: calc(56px + 1rem); }
}


.getAnswersSection { background: #f7f9fc; }
.getAnswersSection .pageContainer { max-width: 780px; }
.faqList { margin-top: clamp(1.5rem, 3vw, 2rem); }
.faqItem {
  background: #ffffff;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  margin-bottom: 1rem;
  max-width: 760px;
  overflow: hidden;
}
.faqItem:nth-child(even) { margin-left: auto; }
.faqItem:nth-child(odd) { margin-right: auto; }
.faqQuestion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: none;
  border: none;
  text-align: left;
  padding: 1.25rem 1.5rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
  cursor: pointer;
}
.faqIcon { flex-shrink: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.faqIcon::before { content: "+"; font-size: 1.4rem; color: #2563eb; transition: transform 0.25s ease; }
.faqItem.isOpen .faqIcon::before { content: "\2212"; }
.faqAnswer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faqAnswer p { padding: 0 1.5rem 1.35rem; }
.faqItem.isOpen .faqAnswer { max-height: 400px; }


.siteFooter {
  text-align: center;
  background: #0f172a;
  color: #cbd5e1;
  padding: clamp(3rem, 6vw, 4.5rem) 1rem clamp(1.5rem, 3vw, 2rem);
}
.siteFooterCta h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 1.5rem;
}
.siteFooterCta { margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.siteFooterDivider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  max-width: 900px;
  margin: 0 auto clamp(2rem, 4vw, 2.5rem);
}
.footerLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.footerLinks a { color: #cbd5e1; }
.footerLinks a:hover { color: #ffffff; }
.footerContact { margin-bottom: 1.25rem; font-size: 0.92rem; }
.footerContact a { color: #93c5fd; }
.footerDisclaimer { max-width: 640px; margin: 0 auto 1.25rem; font-size: 0.8rem; color: #94a3b8; line-height: 1.6; }
.footerCopyright { font-size: 0.8rem; color: #64748b; }
.cc-footer-link { color: #93c5fd !important; }


.legalHero { padding-top: clamp(3rem, 6vw, 4rem); }
.legalBody { max-width: 760px; }
.legalBody h2 { margin-top: clamp(2rem, 3vw, 2.5rem); margin-bottom: 0.75rem; }
.legalBody p { margin-bottom: 1rem; }
.legalBody ul { margin: 0 0 1rem 1.25rem; list-style: disc; }
.legalBody li { margin-bottom: 0.5rem; color: #475569; }
.legalUpdated { color: #94a3b8; font-size: 0.85rem; margin-bottom: 2rem; }


@media (max-width: 1024px) {
  .heroGrid, .benefitsGrid, .ingredientsGrid, .connectGrid { grid-template-columns: repeat(2, 1fr); }
  .feelSteps, .usageSteps { grid-template-columns: 1fr 1fr; }
  .promiseList { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  body { padding-bottom: 56px; }
  .heroGrid { grid-template-columns: 1fr; }
  .heroMedia { order: -1; }
  .benefitsGrid, .ingredientsGrid, .feelSteps, .usageSteps { grid-template-columns: 1fr; }
  .connectGrid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}


[id] { scroll-margin-top: clamp(80px, 10vw, 100px); }


.getStartedSection { }
.headerNavClose { cursor: pointer; }
.headerNavOverlay { }
.heroContent { display: flex; flex-direction: column; }
.heroTitle { margin-bottom: 0.5rem; }
.heroCta { margin-top: 0.25rem; }
.connectIntro { display: flex; flex-direction: column; gap: 0.5rem; }
