/* ===== VEYRA MEDS — WELLNESS PAGE (page-specific) ===== */

.w-page { --w-midnight: #0A1A4E; --w-sky: #0A8ED8; --w-lviolet: #8B2EE8; }

.w-container { max-width: 1280px; margin: 0 auto; padding: 0 56px; }
@media (max-width: 1024px) { .w-container { padding: 0 32px; } }
@media (max-width: 650px)  { .w-container { padding: 0 16px; } }

.w-section { padding: 88px 0; }
@media (max-width: 1024px) { .w-section { padding: 64px 0; } }
@media (max-width: 650px)  { .w-section { padding: 40px 0; } }

.w-section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.w-eyebrow { font-family: var(--font-body); font-size: 14px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--electric); margin-bottom: 14px; display: block; }
.w-title { font-family: var(--font-heading); font-size: 42px; font-weight: 800; line-height: 1.15; color: var(--navy); margin-bottom: 16px; }
.w-body { font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: var(--text-muted); }
@media (max-width: 650px) { .w-title { font-size: 28px; } }

/* ===== SECTION 1 — HERO (FINAL POSITION — editorial champagne) ===== */
.w-hero {
  width: 100%;
  min-height: 640px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #D79A3B 0%, #E7B65B 38%, #F5D895 68%, #FFF0C6 100%);
}

/* Subtle CSS radial illumination */
.w-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,225,150,0.40) 0%, rgba(240,200,110,0.16) 45%, transparent 72%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.w-hero::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 8%;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,240,200,0.35) 0%, rgba(255,230,170,0.12) 50%, transparent 72%);
  filter: blur(6px);
  pointer-events: none;
  z-index: 0;
}

/* Desktop: CSS grid — visual spans left, copy+values stack right */
.w-hero-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 52px;
  display: grid;
  grid-template-columns: 53% 47%;
  grid-template-rows: 1fr auto;
  grid-template-areas: "visual copy" "visual values";
  align-items: stretch;
  gap: 0 30px;
  min-height: 640px;
  position: relative;
  z-index: 1;
}

/* LEFT — Tray visual */
.w-hero-visual {
  grid-area: visual;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  overflow: visible;
}

.w-hero-img {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 30px 32px rgba(79,46,0,0.22));
}

/* RIGHT — Copy */
.w-hero-copy {
  grid-area: copy;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: end;
  max-width: 580px;
  padding-bottom: 0;
}

.w-hero-eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #040D2E;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.w-hero-eyebrow::after {
  content: '';
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #099EF8, #6B0DD8, #FF6B35);
  flex-shrink: 0;
}

.w-hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -1px;
  color: #040D2E;
  margin: 0;
}

.w-hero-headline .motion-script {
  font-family: 'Allura', cursive;
  font-size: 82px;
  font-weight: 400;
  line-height: 0.85;
  display: inline-block;
  background: linear-gradient(90deg, #099EF8 0%, #6B0DD8 48%, #EC4899 75%, #FF6B35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  padding-left: 4px;
}
.w-hero-headline .motion-script::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 4px;
  width: calc(100% - 4px);
  height: 2px;
  background: linear-gradient(90deg, #099EF8, #6B0DD8, #EC4899, #FF6B35);
  opacity: 0.5;
  border-radius: 1px;
}

.w-hero-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #27324A;
  margin: 26px 0 0;
  max-width: 560px;
}

/* Value props — grid row below copy in right column */
.w-hero-values {
  grid-area: values;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  align-items: start;
  align-self: start;
  margin-top: 32px;
  width: 100%;
  max-width: 580px;
}
.w-hero-value {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0 20px;
  border-right: 1px solid rgba(4,13,46,0.18);
}
.w-hero-value:first-child { padding-left: 0; }
.w-hero-value:last-child { border-right: none; padding-right: 0; }

.w-hero-value-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid rgba(4,13,46,0.35);
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #040D2E;
  margin-bottom: 13px;
}
.w-hero-value-icon svg {
  width: 48px !important;
  height: 48px !important;
  display: block;
}

.w-hero-value-title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #040D2E;
}

.w-hero-value-desc {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #344054;
  margin-top: 4px;
}

/* ===== Mobile — 1024px ===== */
@media (max-width: 1024px) {
  .w-hero {
    min-height: auto;
  }
  .w-hero::before, .w-hero::after {
    display: none;
  }
  .w-hero-inner {
    display: flex;
    flex-direction: column;
    padding: 44px 28px;
    gap: 28px;
    min-height: auto;
    align-items: center;
  }
  .w-hero-visual {
    flex: 0 0 auto;
    width: 100%;
    min-height: auto;
    order: 2;
  }
  .w-hero-img {
    width: min(100%, 460px);
  }
  .w-hero-copy {
    flex: 1;
    max-width: 100%;
    align-items: center;
    text-align: center;
    order: 1;
  }
  .w-hero-eyebrow {
    justify-content: center;
  }
  .w-hero-headline {
    font-size: 54px;
  }
  .w-hero-headline .motion-script {
    font-size: 66px;
  }
  .w-hero-sub {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .w-hero-values {
    order: 3;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 24px;
    margin-top: 0;
    max-width: 100%;
  }
  .w-hero-value {
    padding: 0;
    border-right: none;
    align-items: center;
    text-align: center;
  }
}

/* ===== Mobile — 430px ===== */
@media (max-width: 650px) {
  .w-hero-inner {
    padding: 36px 18px 40px;
    gap: 0;
  }
  .w-hero-visual {
    order: 2;
    margin-top: 28px;
  }
  .w-hero-img {
    width: min(92vw, 430px);
    transform: none;
  }
  .w-hero-copy {
    order: 1;
  }
  .w-hero-headline {
    font-size: 42px;
    line-height: 1.0;
  }
  .w-hero-headline .motion-script {
    font-size: 50px;
  }
  .w-hero-sub {
    font-size: 16px;
    line-height: 1.5;
  }
  .w-hero-values {
    order: 3;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
    column-gap: 20px;
    margin-top: 32px;
  }
  .w-hero-value-icon {
    width: 54px;
    height: 54px;
  }
  .w-hero-value-icon svg {
    width: 38px !important;
    height: 38px !important;
  }
  .w-hero-value-title {
    font-size: 13px;
  }
  .w-hero-value-desc {
    font-size: 12px;
  }
}

/* ===== SECTION 2 — SUPPORT WHAT MATTERS MOST ===== */
.w-support {
  width: 100%;
  background: #FFFFFF;
}
.w-support-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 38px 52px 40px;
}
.w-support-heading {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #040D2E;
  text-align: center;
  margin: 0;
}
.w-support-accent {
  width: 78px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #099EF8 0%, #6B0DD8 48%, #FF6B35 100%);
  margin: 10px auto 30px;
}
.w-support-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}
.w-support-item {
  position: relative;
  text-align: center;
  padding: 0 22px;
}
.w-support-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 160px;
  background: #E2E8F0;
}
.w-support-icon-box {
  width: 92px;
  height: 92px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-support-icon {
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
  transition: transform 180ms ease;
}
.w-support-item:hover .w-support-icon {
  transform: translateY(-3px);
}
.w-support-title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #040D2E;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 9px;
}
.w-support-desc {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #475467;
  max-width: 175px;
  margin: 0 auto;
}

/* ===== Tablet 1024px ===== */
@media (max-width: 1024px) {
  .w-support-inner {
    padding: 34px 36px 38px;
  }
  .w-support-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
  }
  .w-support-item {
    padding: 0 26px;
  }
  .w-support-item:nth-child(3n)::after,
  .w-support-item:last-child::after {
    display: none;
  }
  .w-support-icon-box {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
  }
  .w-support-icon {
    width: 72px;
    height: 72px;
  }
  .w-support-desc {
    font-size: 13.5px;
  }
}

/* ===== Tablet 768px ===== */
@media (max-width: 768px) {
  .w-support-inner {
    padding: 32px 28px 36px;
  }
  .w-support-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }
  .w-support-item {
    padding: 0 16px;
  }
}

/* ===== Mobile 430px / 390px ===== */
@media (max-width: 480px) {
  .w-support-inner {
    padding: 34px 18px 38px;
  }
  .w-support-heading {
    font-size: 15px;
    letter-spacing: 0.20em;
  }
  .w-support-accent {
    width: 64px;
    margin: 8px auto 26px;
  }
  .w-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 30px;
  }
  .w-support-item {
    padding: 0 4px;
  }
  .w-support-item::after {
    display: none !important;
  }
  .w-support-icon-box {
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
  }
  .w-support-icon {
    width: 68px;
    height: 68px;
  }
  .w-support-title {
    font-size: 15px;
    line-height: 1.2;
  }
  .w-support-desc {
    font-size: 13px;
    line-height: 1.42;
  }
}

/* ===== SECTION 3 — EXPLORE THE VEYRA WELLNESS ECOSYSTEM (Commerce) ===== */

/* — Foundation — */
.w-ecosystem-commerce {
  width: 100%;
  background: #FFFFFF;
  padding: 64px 0 72px;
}
.w-eco-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 52px;
}

/* — Header — */
.w-eco-header { text-align: center; margin-bottom: 40px; }
.w-eco-heading {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #040D2E;
  margin: 0;
}
.w-eco-accent {
  width: 80px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #099EF8 0%, #6B0DD8 48%, #FF6B35 100%);
  margin: 10px auto 16px;
}
.w-eco-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #667085;
  max-width: 680px;
  margin: 0 auto;
}

/* — Category Navigation — */
.w-cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 44px;
}
.w-cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 22px;
  border: 1px solid #E2E8F0;
  border-radius: 999px;
  background: #FFFFFF;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #475467;
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
}
.w-cat-tab:hover {
  border-color: #099EF8;
  color: #099EF8;
  transform: translateY(-1px);
}
.w-cat-tab.active {
  background: linear-gradient(100deg, #099EF8, #6B0DD8);
  border-color: transparent;
  color: #FFFFFF;
  box-shadow: 0 8px 20px rgba(107, 13, 216, 0.16);
}
.w-cat-tab-icon { display: flex; align-items: center; justify-content: center; }
.w-cat-tab-icon svg { width: 18px; height: 18px; }

/* — Category Color Identity Variables — */
.w-cat-tab[data-cat="weight-management"]   { --cat-color: #0384AB; --cat-color-2: #19C6D3; }
.w-cat-tab[data-cat="hair-skin"]           { --cat-color: #C026D3; --cat-color-2: #EC4899; }
.w-cat-tab[data-cat="hormonal-health"]     { --cat-color: #F97316; --cat-color-2: #FF9F1C; }
.w-cat-tab[data-cat="energy-performance"]  { --cat-color: #099EF8; --cat-color-2: #2563EB; }
.w-cat-tab[data-cat="strength-recovery"]   { --cat-color: #061155; --cat-color-2: #2563EB; }
.w-cat-tab[data-cat="wellness-longevity"]  { --cat-color: #FFB700; --cat-color-2: #FFD700; }
.w-cat-tab[data-cat="peptides"]            { --cat-color: #6B0DD8; --cat-color-2: #8B2EE8; }

/* — Product Grid — */
.w-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* — Product Card — */
.w-product-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E5EAF2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(4, 13, 46, 0.07);
  display: flex;
  flex-direction: column;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.w-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(4, 13, 46, 0.12);
}

/* Card Image Area */
.w-product-card-img {
  height: 250px;
  background: linear-gradient(145deg, #FBFCFE, #F3F6FA);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.w-product-card-img img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 84%;
  max-height: 88%;
  display: block;
  transition: transform 300ms ease;
}
.w-product-card:hover .w-product-card-img img {
  transform: scale(1.04);
}

/* Badge */
.w-product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}
.w-product-badge.bestseller  { background: linear-gradient(100deg, #0384AB, #19C6D3); }
.w-product-badge.featured    { background: linear-gradient(100deg, #099EF8, #2563EB); }
.w-product-badge.new         { background: linear-gradient(100deg, #6B0DD8, #8B2EE8); }
.w-product-badge.bestvalue   { background: linear-gradient(100deg, #9333EA, #C084FC); }
.w-product-badge.premium     { background: linear-gradient(100deg, #0D9488, #2DD4BF); }

/* Card Body */
.w-product-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.w-product-card-title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #040D2E;
  margin: 0 0 6px;
  cursor: pointer;
  transition: color 150ms ease;
}
.w-product-card-title:hover { color: var(--card-accent, #099EF8); }

.w-product-card-form {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--card-accent, #099EF8);
  margin: 0 0 8px;
}

.w-product-card-desc {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
  color: #667085;
  margin: 0 0 16px;
  flex: 1;
}

/* Card Footer */
.w-product-card-footer {
  margin-bottom: 14px;
}
.w-product-card-price {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #040D2E;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.w-product-card-price-compare {
  font-size: 14px;
  font-weight: 400;
  color: #98A2B3;
  text-decoration: line-through;
}
.w-product-card-price-tbd {
  font-size: 18px;
  color: #667085;
}
.w-product-card-price-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #667085;
  margin-top: 2px;
}

/* Card Actions */
.w-product-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.w-btn-details {
  height: 44px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDE3ED;
  border-radius: 9px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #040D2E;
  cursor: pointer;
  transition: all 180ms ease;
}
.w-btn-details:hover {
  border-color: var(--card-accent, #099EF8);
  color: var(--card-accent, #099EF8);
}
.w-btn-addcart {
  height: 46px;
  width: 100%;
  background: linear-gradient(100deg, #099EF8, #6B0DD8);
  border: none;
  border-radius: 9px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 180ms ease;
  box-shadow: 0 4px 12px rgba(9, 158, 248, 0.2);
}
.w-btn-addcart:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(9, 158, 248, 0.3);
}
.w-btn-get-started {
  height: 46px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(100deg, var(--btn-accent, #099EF8), var(--btn-accent-2, #6B0DD8));
  border: none;
  border-radius: 9px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  transition: all 180ms ease;
  box-shadow: 0 4px 12px var(--btn-glow, rgba(9, 158, 248, 0.2));
}
.w-btn-get-started:hover {
  transform: translateY(-1px);
  background: linear-gradient(100deg, var(--btn-accent-hover, #0284C7), var(--btn-accent-2-hover, #6B0DD8));
  box-shadow: 0 8px 20px var(--btn-glow-hover, rgba(9, 158, 248, 0.3));
}
.w-btn-get-started:focus-visible {
  outline: 2px solid var(--btn-accent, #099EF8);
  outline-offset: 2px;
}
.w-btn-notify, .w-btn-waitlist {
  height: 46px;
  width: 100%;
  background: #F8FAFC;
  border: 1px solid #DDE3ED;
  border-radius: 9px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #475467;
  cursor: pointer;
  transition: all 180ms ease;
}
.w-btn-notify:hover, .w-btn-waitlist:hover {
  border-color: #6B0DD8;
  color: #6B0DD8;
}

/* Empty state */
.w-eco-empty {
  text-align: center;
  padding: 60px 20px;
  color: #667085;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
}

/* ===== QUICK VIEW MODAL ===== */
.w-qv-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 13, 46, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;

  overflow: hidden;
}
.w-qv-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.w-qv-drawer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  /* Sizing moved to veyra-wellness-commerce.css */
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(4, 13, 46, 0.25);
  overflow: hidden;
  z-index: 9001;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease, transform 250ms ease;
}
.w-qv-overlay.open .w-qv-drawer {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.w-qv-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(4, 13, 46, 0.12);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 150ms ease;
}
.w-qv-close:hover { background: #F3F6FA; }
.w-qv-close svg { width: 18px; height: 18px; color: #475467; }

/* QV structural rules moved to veyra-wellness-commerce.css */

/* QV image rules moved to veyra-wellness-commerce.css (renamed to .w-qv-media) */

/* QV details rules moved to veyra-wellness-commerce.css (renamed to .w-qv-details) */
 Quick View — Content Side */
-qv-info {
  padding: 36px 36px 32px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.w-qv-category {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}
.w-qv-title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #040D2E;
  margin: 0 0 6px;
  line-height: 1.15;
}
.w-qv-form {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}
.w-qv-price {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #040D2E;
  margin: 0 0 20px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.w-qv-price-compare {
  font-size: 16px;
  font-weight: 400;
  color: #98A2B3;
  text-decoration: line-through;
}
.w-qv-desc {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #475467;
  margin: 0 0 20px;
}
.w-qv-best-for {
  margin: 0 0 20px;
}
.w-qv-best-for-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #040D2E;
  margin: 0 0 6px;
}
.w-qv-best-for-text {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: #475467;
  line-height: 1.5;
}
.w-qv-benefits {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.w-qv-benefits li {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: #344054;
  line-height: 1.5;
  padding: 6px 0 6px 24px;
  position: relative;
}
.w-qv-benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(100deg, #099EF8, #6B0DD8);
  opacity: 0.15;
}
.w-qv-benefits li::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(100deg, #099EF8, #6B0DD8);
}

/* Quick View — Quantity + Add to Cart */
.w-qv-actions {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #E5EAF2;
}
.w-qv-quantity-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.w-qv-quantity-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #040D2E;
}
.w-qv-quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #DDE3ED;
  border-radius: 8px;
  overflow: hidden;
}
.w-qv-quantity button {
  width: 34px;
  height: 34px;
  border: none;
  background: #F8FAFC;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #475467;
  cursor: pointer;
  transition: background 150ms ease;
}
.w-qv-quantity button:hover { background: #E5EAF2; }
.w-qv-quantity input {
  width: 44px;
  height: 34px;
  border: none;
  text-align: center;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #040D2E;
  -moz-appearance: textfield;
}
.w-qv-quantity input::-webkit-outer-spin-button,
.w-qv-quantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.w-qv-addcart {
  height: 50px;
  width: 100%;
  background: linear-gradient(100deg, #099EF8, #6B0DD8);
  border: none;
  border-radius: 10px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 180ms ease;
  box-shadow: 0 6px 16px rgba(9, 158, 248, 0.22);
}
.w-qv-addcart:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(9, 158, 248, 0.3);
}
.w-qv-notify, .w-qv-waitlist {
  height: 50px;
  width: 100%;
  background: #F8FAFC;
  border: 1px solid #DDE3ED;
  border-radius: 10px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #475467;
  cursor: pointer;
  transition: all 180ms ease;
}
.w-qv-notify:hover, .w-qv-waitlist:hover {
  border-color: #6B0DD8;
  color: #6B0DD8;
}
.w-qv-get-started {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(100deg, var(--qv-btn-start, #099EF8), var(--qv-btn-end, #6B0DD8));
  border: none;
  border-radius: 10px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  transition: all 180ms ease;
  box-shadow: 0 6px 16px var(--qv-glow, rgba(9, 158, 248, 0.22));
}
.w-qv-get-started:hover {
  transform: translateY(-1px);
  background: linear-gradient(100deg, var(--qv-btn-hover-start, #0284C7), var(--qv-btn-hover-end, #6B0DD8));
  box-shadow: 0 10px 24px var(--qv-glow-hover, rgba(9, 158, 248, 0.3));
}
.w-qv-get-started:focus-visible {
  outline: 2px solid var(--qv-accent, #099EF8);
  outline-offset: 2px;
}

/* ===== CART DRAWER ===== */
.w-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 13, 46, 0.45);
  backdrop-filter: blur(3px);
  z-index: 9100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
}
.w-cart-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.w-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  max-width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  box-shadow: -10px 0 40px rgba(4, 13, 46, 0.15);
  z-index: 9101;
  transform: translateX(100%);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.w-cart-overlay.open .w-cart-drawer {
  transform: translateX(0);
}
.w-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 16px;
  border-bottom: 1px solid #E5EAF2;
}
.w-cart-title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #040D2E;
  margin: 0;
}
.w-cart-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #F8FAFC;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 150ms ease;
}
.w-cart-close:hover { background: #E5EAF2; }
.w-cart-close svg { width: 18px; height: 18px; color: #475467; }

.w-cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}
.w-cart-empty {
  text-align: center;
  padding: 60px 20px;
  color: #98A2B3;
}
.w-cart-empty p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 16px 0 4px;
  color: #475467;
}
.w-cart-empty-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  color: #98A2B3;
}

.w-cart-item {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #F0F3F8;
  align-items: center;
}
.w-cart-item:last-child { border-bottom: none; }
.w-cart-item-thumb {
  width: 84px;
  height: 84px;
  border-radius: 12px;
  background: linear-gradient(145deg, #FBFCFE, #F3F6FA);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.w-cart-item-thumb img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.w-cart-item-info {
  flex: 1;
  min-width: 0;
}
.w-cart-item-name {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #040D2E;
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-cart-item-form {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #98A2B3;
  margin: 0 0 6px;
}
.w-cart-item-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.w-cart-item-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #DDE3ED;
  border-radius: 6px;
  overflow: hidden;
}
.w-cart-item-qty button {
  width: 26px;
  height: 26px;
  border: none;
  background: #F8FAFC;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #475467;
  cursor: pointer;
}
.w-cart-item-qty button:hover { background: #E5EAF2; }
.w-cart-item-qty span {
  width: 30px;
  text-align: center;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #040D2E;
}
.w-cart-item-price {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #040D2E;
}
.w-cart-item-remove {
  border: none;
  background: none;
  color: #98A2B3;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: color 150ms ease;
  padding: 4px;
}
.w-cart-item-remove:hover { color: #E5484D; }

.w-cart-footer {
  padding: 20px 24px 24px;
  border-top: 1px solid #E5EAF2;
}
.w-cart-subtotal {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}
.w-cart-subtotal-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #040D2E;
}
.w-cart-subtotal-amount {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #040D2E;
}
.w-cart-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.w-cart-continue {
  height: 44px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDE3ED;
  border-radius: 9px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #040D2E;
  cursor: pointer;
  transition: all 180ms ease;
}
.w-cart-continue:hover { border-color: #099EF8; color: #099EF8; }
.w-cart-checkout {
  height: 48px;
  width: 100%;
  background: linear-gradient(100deg, #099EF8, #6B0DD8);
  border: none;
  border-radius: 9px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 180ms ease;
  box-shadow: 0 4px 14px rgba(9, 158, 248, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.w-cart-checkout:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(9, 158, 248, 0.3);
}

/* Floating Cart Button */
.w-cart-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(100deg, #099EF8, #6B0DD8);
  box-shadow: 0 8px 24px rgba(9, 158, 248, 0.3);
  cursor: pointer;
  z-index: 8500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: transform 200ms ease, opacity 300ms ease, visibility 300ms ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cart-has-items .w-cart-fab,
.commerce-in-view .w-cart-fab {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.w-cart-fab:hover { transform: scale(1.08); }
.w-cart-fab svg { width: 24px; height: 24px; }
.w-cart-fab-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #FF6B35;
  color: #FFFFFF;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}

/* ===== TABLET 1024px ===== */
@media (max-width: 1024px) {
  .w-eco-inner { padding: 0 32px; }
  .w-product-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .w-qv-drawer { width: 90vw; }
  /* QV grid rules moved to commerce.css */
}

/* ===== TABLET 768px ===== */
@media (max-width: 768px) {
  .w-eco-inner { padding: 0 24px; }
  .w-ecosystem-commerce { padding: 48px 0 56px; }
  .w-product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .w-qv-drawer { width: calc(100vw - 24px); max-height: calc(100vh - 24px); }
  .w-qv-title { font-size: 24px; }
}

/* ===== MOBILE 430px ===== */
@media (max-width: 480px) {
  .w-eco-inner { padding: 0 18px; }
  .w-ecosystem-commerce { padding: 40px 0 48px; }
  .w-eco-header { margin-bottom: 28px; }
  .w-eco-heading { font-size: 15px; letter-spacing: 0.20em; }
  .w-eco-sub { font-size: 14px; }
  .w-cat-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 28px;
    padding-bottom: 4px;
  }
  .w-cat-nav::-webkit-scrollbar { display: none; }
  .w-cat-tab {
    flex-shrink: 0;
    padding: 0 16px;
    font-size: 13px;
  }
  .w-product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .w-product-card-img { height: 220px; }
  .w-product-card-title { font-size: 16px; }
  .w-product-card-desc { font-size: 13px; }

  .w-qv-drawer {
    width: 100vw;
    max-height: 100vh;
    border-radius: 0;
  }
  .w-qv-content-inner { max-height: 100vh; overflow-y: auto; }
  .w-qv-title { font-size: 22px; }
  .w-qv-desc { font-size: 14px; }

  .w-cart-drawer { width: 100vw; }
  .w-cart-fab { bottom: calc(14px + env(safe-area-inset-bottom)); right: 14px; width: 52px; height: 52px; }
}

/* ===== SECTION 4 — TOOLS & CALCULATORS ===== */
.w-tools { background: #FFFFFF; padding: 96px 0 88px; }
.w-tools .w-section-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.w-tools .w-eyebrow { color: #061155; }
.w-tools .w-title { color: var(--navy); font-size: 40px; font-weight: 600; line-height: 1.14; margin-top: 18px; }
.w-tools .w-body { color: var(--text-secondary); font-size: 17px; line-height: 1.6; margin-top: 16px; }
.w-tool-accent-line { width: 60px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, #099EF8, #6B0DD8, #FF6B35); margin: 10px auto 0; }

.w-tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* === Large full-card calculator cards === */
.w-tool-card {
  background: linear-gradient(145deg, #F8FBFF, #EEF5FF);
  border: 1px solid #DDE8F6;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
}
.w-tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(4,13,46,0.10);
  border-color: rgba(9,158,248,0.25);
}

/* === Large visual area === */
.w-tool-visual {
  width: 100%;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.w-tool-visual img {
  width: 95%;
  height: 95%;
  max-width: 260px;
  max-height: 195px;
  object-fit: contain;
  display: block;
  transition: transform 0.22s ease;
}
.w-tool-card:hover .w-tool-visual img { transform: scale(1.04); }

/* Category tint backgrounds */
.w-tool-card.accent-blue .w-tool-visual { background: rgba(9,158,248,0.05); }
.w-tool-card.accent-cyan .w-tool-visual { background: rgba(6,182,212,0.05); }
.w-tool-card.accent-violet .w-tool-visual { background: rgba(107,13,216,0.04); }
.w-tool-card.accent-gold .w-tool-visual { background: rgba(255,183,0,0.05); }

/* === Content area === */
.w-tool-content {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.w-tool-card-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: #040D2E;
  margin: 0 0 8px;
}
.w-tool-card-desc {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
  color: #667085;
  margin: 0 0 18px;
}

/* === Use Tool button — pill, per-card accent === */
.w-tool-use-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: auto;
  align-self: flex-start;
}
.w-tool-card:hover .w-tool-use-btn { transform: translateX(2px); }

/* Electric Blue */
.w-tool-card.accent-blue .w-tool-use-btn { background: rgba(9,158,248,0.10); color: #099EF8; }
.w-tool-card.accent-blue:hover .w-tool-use-btn { background: #099EF8; color: #FFFFFF; }

/* Electric Blue / Cyan */
.w-tool-card.accent-cyan .w-tool-use-btn { background: rgba(6,182,212,0.10); color: #06B6D4; }
.w-tool-card.accent-cyan:hover .w-tool-use-btn { background: #06B6D4; color: #FFFFFF; }

/* Violet */
.w-tool-card.accent-violet .w-tool-use-btn { background: rgba(107,13,216,0.10); color: #6B0DD8; }
.w-tool-card.accent-violet:hover .w-tool-use-btn { background: #6B0DD8; color: #FFFFFF; }

/* Gold */
.w-tool-card.accent-gold .w-tool-use-btn { background: rgba(255,183,0,0.12); color: #B88600; }
.w-tool-card.accent-gold:hover .w-tool-use-btn { background: #FFB700; color: #040D2E; }

/* === Tablet (≤1024px) — 2 cards per row === */
@media (max-width: 1024px) {
  .w-tools { padding: 72px 0 72px; }
  .w-tools .w-title { font-size: 34px; }
  .w-tool-grid { grid-template-columns: repeat(2, 1fr); }
  .w-tool-visual { height: 190px; }
  .w-tool-visual img { max-width: 210px; max-height: 175px; }
}

/* === Mobile (≤600px) — 1 card per row, icons stay large === */
@media (max-width: 600px) {
  .w-tools { padding: 56px 0 56px; }
  .w-tools .w-title { font-size: 30px; }
  .w-tool-grid { grid-template-columns: 1fr; gap: 18px; }
  .w-tool-visual { height: 220px; }
  .w-tool-visual img { max-width: 240px; max-height: 200px; }
  .w-tool-content { padding: 20px 20px 22px; }
}

@media (max-width: 390px) {
  .w-tool-visual { height: 200px; }
  .w-tool-visual img { max-width: 220px; max-height: 185px; }
}

/* ===== SECTION 5 — TRUST STRIP ===== */
/* ===== Old trust block removed — consolidated to .w-trust-band below ===== */

/* ===== SECTION 6 — CTA BAND (pre-footer, flows into locked footer) ===== */
/* ===== SECTION 6 — CTA BAND (pre-footer) — Kandi spec Sep 2 ===== */
.w-cta-wrap {
  background: #FFFFFF;
  padding: 28px 52px 64px;
}
.w-cta-band {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(105deg, #FFF7E6 0%, #FFFDF8 42%, #F2F6FF 100%);
  border: 1px solid #F0E7D5;
  box-shadow: 0 16px 42px rgba(4, 13, 46, 0.06);
  padding: 46px 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 44px;
  position: relative;
}
/* Soft blurred gold glow — restrained decorative accent */
.w-cta-band::before {
  content: '';
  position: absolute;
  top: -40px; right: -20px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.14) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.w-cta-glow-1, .w-cta-glow-2 { display: none; }
.w-cta-inner {
  position: relative; z-index: 1;
}
.w-cta-eyebrow { display: none; }
.w-cta-headline {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #040D2E;
  max-width: 690px;
  margin: 0;
}
.w-cta-body {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #56627A;
  max-width: 620px;
  margin: 10px 0 0;
}
.w-cta-points { display: none; }
.w-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(100deg, #099EF8 0%, #6B0DD8 72%, #8B2EE8 100%);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  padding: 0 30px;
  height: 54px;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.w-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(107, 13, 216, 0.18);
}

/* ===== Tablet ===== */
@media (max-width: 1024px) {
  .w-cta-wrap { padding: 28px 32px 56px; }
  .w-cta-band { padding: 40px 38px; gap: 36px; }
  .w-cta-headline { font-size: 31px; }
}

/* ===== Mobile ===== */
@media (max-width: 650px) {
  .w-cta-wrap { padding: 24px 18px 48px; }
  .w-cta-band {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 0;
  }
  .w-cta-headline { font-size: 28px; }
  .w-cta-body { font-size: 15.5px; }
  .w-cta-btn {
    width: 100%;
    margin-top: 24px;
  }
}

@media (max-width: 390px) {
  .w-cta-headline { font-size: 28px; }
  .w-cta-body { font-size: 15.5px; }
}

/* ===== HEADER DROPDOWN — moved to veyra-home.css (shared) ===== */

/* ====================================================================
   v3 EXPANSION — New badge classes, status pills, request access,
   image placeholders, waitlist modal, waitlist price labels
   ==================================================================== */

/* --- New program badges --- */
.w-product-badge.foundational   { background: linear-gradient(100deg, #0EA5E9, #22B5FF); }
.w-product-badge.nextgeneration { background: linear-gradient(100deg, #0D9488, #2DD4BF); }

/* --- Waitlist badge (auto-applied to WAITLIST products) --- */
.w-product-badge.waitlist-badge {
  background: linear-gradient(100deg, #1E293B, #334155);
  font-size: 10px;
  letter-spacing: 0.04em;
}

/* --- Status pill (separate from badge, positioned top-right) --- */
.w-product-status-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2DD4BF;
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.3);
  z-index: 2;
}

/* --- Request Access button (card) --- */
.w-btn-request-access {
  height: 46px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(100deg, #1E293B, #334155);
  border: none;
  border-radius: 9px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 180ms ease;
  box-shadow: 0 4px 12px rgba(30, 41, 59, 0.2);
}
.w-btn-request-access:hover {
  transform: translateY(-1px);
  background: linear-gradient(100deg, #0F172A, #1E293B);
  box-shadow: 0 8px 20px rgba(30, 41, 59, 0.3);
}
.w-btn-request-access:focus-visible {
  outline: 2px solid #334155;
  outline-offset: 2px;
}

/* --- Request Access button (Quick View) --- */
.w-qv-request-access {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(100deg, #1E293B, #334155);
  border: none;
  border-radius: 10px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 180ms ease;
  box-shadow: 0 6px 16px rgba(30, 41, 59, 0.22);
}
.w-qv-request-access:hover {
  transform: translateY(-1px);
  background: linear-gradient(100deg, #0F172A, #1E293B);
  box-shadow: 0 10px 24px rgba(30, 41, 59, 0.3);
}
.w-qv-request-access:focus-visible {
  outline: 2px solid #334155;
  outline-offset: 2px;
}

/* --- Image placeholders (for products without assets yet) --- */
.w-product-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #F8FAFC, #F1F5F9);
  border-radius: 12px;
}
.w-product-card-img-placeholder span {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #94A3B8;
  text-align: center;
  padding: 20px;
}
.w-qv-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #F8FAFC, #F1F5F9);
  border-radius: 12px;
}
.w-qv-img-placeholder span {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #94A3B8;
  text-align: center;
  padding: 30px;
}

/* --- Waitlist price label --- */
.w-product-card-price-waitlist {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #64748B;
  letter-spacing: 0.02em;
}

/* --- Waitlist Modal --- */
.w-waitlist-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 13, 46, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-waitlist-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.w-waitlist-modal {
  background: #FFFFFF;
  border-radius: 16px;
  width: 90%;
  max-width: 460px;
  padding: 40px 36px;
  position: relative;
  box-shadow: 0 20px 60px rgba(4, 13, 46, 0.25);
  transform: translateY(20px);
  transition: transform 250ms ease;
}
.w-waitlist-overlay.open .w-waitlist-modal {
  transform: translateY(0);
}
.w-waitlist-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #94A3B8;
  padding: 4px;
  border-radius: 8px;
  transition: color 150ms ease, background 150ms ease;
}
.w-waitlist-close:hover {
  color: #040D2E;
  background: #F1F5F9;
}
.w-waitlist-close svg {
  width: 22px;
  height: 22px;
}
.w-waitlist-body {
  text-align: center;
}
.w-waitlist-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #2DD4BF, #14B8A6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.w-waitlist-icon svg {
  width: 32px;
  height: 32px;
}
.w-waitlist-title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #040D2E;
  margin: 0 0 8px;
}
.w-waitlist-product {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #22B5FF;
  margin: 0 0 16px;
}
.w-waitlist-message {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #475467;
  margin: 0 0 12px;
}
.w-waitlist-disclaimer {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #94A3B8;
  margin: 0 0 28px;
}
.w-waitlist-done {
  height: 48px;
  width: 100%;
  background: linear-gradient(100deg, #099EF8, #6B0DD8);
  border: none;
  border-radius: 10px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 180ms ease;
  box-shadow: 0 4px 14px rgba(9, 158, 248, 0.25);
}
.w-waitlist-done:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(9, 158, 248, 0.35);
}

/* --- Mobile: waitlist modal --- */
@media (max-width: 768px) {
  .w-waitlist-modal {
    padding: 32px 24px;
    border-radius: 14px;
  }
  .w-waitlist-title { font-size: 20px; }
  .w-waitlist-message { font-size: 14px; }
}

/* --- Status pill reposition for Quick View --- */
.w-qv-media .w-product-status-pill {
  top: 14px;
  right: 14px;
}

/* ====================================================================
   SECTION 5 — TRUST / REASSURANCE BAND (Kandi spec, Sep 1 2026)
   ==================================================================== */
.w-trust-band {
  width: 100%;
  background: #F6F9FD;
  border-top: 1px solid #E7EDF5;
  border-bottom: 1px solid #E7EDF5;
  padding: 30px 52px;
}
.w-trust-band-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.w-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.w-trust-item-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.w-trust-item-icon img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  display: block;
}
.w-trust-item-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #040D2E;
  line-height: 1.3;
  text-align: center;
}
.w-trust-item-micro {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #667085;
  line-height: 1.4;
  text-align: center;
  margin: 4px 0 0;
}

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  .w-trust-band { padding: 28px 32px; }
  .w-trust-band-inner { gap: 22px; }
  .w-trust-item-icon { width: 62px; height: 62px; }
  .w-trust-item-icon img { width: 60px; height: 60px; }
}

/* Mobile (≤430px) — 2 columns with 5th item centered */
@media (max-width: 650px) {
  .w-trust-band { padding: 28px 20px; }
  .w-trust-band-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 14px;
  }
  .w-trust-item:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
  }
  .w-trust-item-icon { width: 56px; height: 56px; }
  .w-trust-item-icon img { width: 54px; height: 54px; }
  .w-trust-item-label { font-size: 14px; }
  .w-trust-item-micro { font-size: 12px; }
}

/* Small mobile (≤390px) */
@media (max-width: 390px) {
  .w-trust-band { padding: 24px 16px; }
  .w-trust-item-icon { width: 54px; height: 54px; }
  .w-trust-item-icon img { width: 52px; height: 52px; }
}


.w-qv-treatment {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  font-style: normal;
  color: #667085;
  margin: 0 0 16px;
}
.w-qv-treatment-label {
  font-weight: 600;
  color: #667085;
}

/* ===== Health Calculators feature card (single CTA) ===== */
.w-tool-feature-wrap { max-width: 880px; margin: 0 auto; }
.w-tool-feature {
  display: flex; align-items: center; gap: 40px;
  background: linear-gradient(135deg, #FFFFFF 0%, #F7F9FF 100%);
  border: 1px solid rgba(24, 46, 84, 0.10);
  border-radius: 22px; padding: 42px 46px;
  box-shadow: 0 24px 60px rgba(24, 46, 84, 0.10);
  text-decoration: none; transition: transform .3s ease, box-shadow .3s ease;
}
.w-tool-feature:hover { transform: translateY(-3px); box-shadow: 0 32px 72px rgba(34, 90, 166, 0.16); }
/* 3x2 balanced icon grid */
.w-tool-feature-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; flex: 0 0 272px; }
.w-tool-feature-icons img { width: 80px; height: 80px; object-fit: contain; justify-self: center; }
.w-tool-feature-content { flex: 1; }
.w-tool-feature-title { font-family: 'Poppins', sans-serif; font-size: 30px; font-weight: 700; color: #0A1D3A; margin: 0 0 10px; letter-spacing: -0.3px; }
.w-tool-feature-desc { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.65; color: #475467; margin: 0 0 24px; }
/* Prominent VEYRA gradient button */
.w-tool-feature-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #099EF8, #6B0DD8);
  color: #FFFFFF; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; padding: 15px 30px; border-radius: 13px;
  box-shadow: 0 14px 32px rgba(9, 158, 248, 0.30);
  transition: transform .25s ease, box-shadow .25s ease;
}
.w-tool-feature:hover .w-tool-feature-btn { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(107, 13, 216, 0.35); }
@media (max-width: 1024px) {
  .w-tool-feature { gap: 30px; padding: 36px; }
  .w-tool-feature-icons { flex: 0 0 252px; }
}
@media (max-width: 768px) {
  .w-tool-feature { flex-direction: column; text-align: center; gap: 22px; padding: 32px 22px; }
  .w-tool-feature-icons { flex: 0 0 auto; width: 100%; max-width: 300px; margin: 0 auto; }
  .w-tool-feature-icons img { width: 64px; height: 64px; }
  .w-tool-feature-title { font-size: 25px; }
  .w-tool-feature-desc { font-size: 15px; }
}
@media (max-width: 430px) {
  .w-tool-feature { padding: 26px 16px; border-radius: 18px; }
  .w-tool-feature-icons { gap: 10px; max-width: 260px; }
}


/* ==========================================================================
   PUB-03 WELLNESS RESTRUCTURE + CATEGORY VIEWS (Chatty Batch-1 correction, Sep 5 2026)
   Desktop: content 1200px max, sections 80px/32px, 3-col cards, gap 24px,
   card padding 24px, radius 18px, illustrations max 240px.
   Mobile: outer 16px, sections 48px/16px, single column, illustrations max 180px.
   White page background; navy/color only in contained bands, cards, accents.
   ========================================================================== */

/* ---- Layout spec overrides ---- */
.w-container { max-width: 1200px; padding: 0; }
.w-section { padding: 80px 32px; }
@media (max-width: 1024px) { .w-section { padding: 64px 24px; } }
@media (max-width: 650px)  { .w-section { padding: 48px 16px; } }

/* ---- Hero illustration containment ---- */
/* hero sizing governed by the main .w-hero-img rule + 1024/650 media blocks (Sep 5 fix: no hard height cap, aspect preserved, object-fit contain) */

/* ---- Category destination hero (PUB-04..10) ---- */
.w-cat-hero { background: #FFFFFF; padding: 48px 32px 8px; }
.w-cat-hero[hidden] { display: none; }
.w-cat-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; padding-bottom: 24px; }
.w-cat-hero-eyebrow { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wch-accent, #099EF8); margin: 0 0 12px; }
.w-cat-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4.4vw, 52px); font-weight: 700; color: #061155; margin: 0 0 8px; line-height: 1.08; }
.w-cat-hero-accent { width: 72px; height: 4px; border-radius: 999px; margin: 10px 0 18px; background: linear-gradient(90deg, var(--wch-accent, #099EF8), var(--wch-accent2, #6B0DD8)); }
.w-cat-hero-desc { font-size: 16.5px; line-height: 1.6; color: #45577A; margin: 0 0 26px; max-width: 560px; }
.w-cat-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.w-cat-hero-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 26px; border-radius: 12px; background: linear-gradient(135deg, var(--wch-accent, #099EF8), var(--wch-accent2, #6B0DD8)); color: #FFFFFF; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; box-shadow: 0 8px 22px rgba(9, 158, 248, 0.25); transition: transform 0.18s, box-shadow 0.18s; }
.w-cat-hero-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(9, 158, 248, 0.32); }
.w-cat-hero-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 12px; background: #FFFFFF; color: #061155; border: 2px solid #061155; font-family: 'Poppins', sans-serif; font-size: 14.5px; font-weight: 700; text-decoration: none; transition: background 0.18s; }
.w-cat-hero-secondary:hover { background: #F4F7FE; }
.w-cat-hero-visual { display: flex; justify-content: center; }
.w-cat-hero-img { max-height: 240px; width: auto; max-width: 100%; object-fit: contain; filter: drop-shadow(0 18px 40px rgba(4, 13, 46, 0.18)); }
@media (max-width: 900px) {
  .w-cat-hero-inner { grid-template-columns: 1fr; gap: 24px; }
  .w-cat-hero-visual { order: -1; }
  .w-cat-hero-img { max-height: 180px; }
  .w-cat-hero { padding: 32px 16px 4px; }
}

/* ---- Six-category card grid (PUB-03) ---- */
.w-focus { background: #FFFFFF; }
.w-focus-inner { max-width: 1200px; margin: 0 auto; }
.w-focus-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.4vw, 42px); font-weight: 700; color: #061155; text-align: center; margin: 0 0 10px; }
.w-focus-sub { font-size: 16px; color: #45577A; text-align: center; margin: 0 0 40px; }
.w-focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.w-focus-card { background: #FFFFFF; border: 1px solid #E3E9F4; border-radius: 18px; padding: 24px; display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s; }
.w-focus-card:hover, .w-focus-card:focus-visible { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(4, 13, 46, 0.12); border-color: #B9CCEC; outline: none; }
.w-focus-card-img { display: flex; justify-content: center; margin-bottom: 14px; }
.w-focus-card-img img { max-height: 240px; width: auto; object-fit: contain; filter: drop-shadow(0 12px 26px rgba(4, 13, 46, 0.14)); }
.w-focus-card-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #061155; margin: 0 0 8px; }
.w-focus-card-desc { font-size: 14px; line-height: 1.55; color: #45577A; margin: 0 0 14px; }
.w-focus-card-link { font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 700; color: #099EF8; letter-spacing: 0.02em; }
@media (max-width: 1024px) { .w-focus-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px) { .w-focus-grid { grid-template-columns: 1fr; } }
@media (max-width: 650px) {
  .w-focus-grid { grid-template-columns: 1fr; }
  .w-focus-card-img img { max-height: 180px; }
  .w-focus-card { padding: 18px; }
}
