/* =========================================================
   WOWVIBE AI HELP ME PICK
   Compact by default. Only the results view scrolls on desktop.
   Solid colors only.
========================================================= */

.wvq-root{
  --wvq-primary:#6f304c;
  --wvq-deep:#4f2037;
  --wvq-accent:#cd7b88;
  --wvq-gold:#c69758;
  --wvq-blush:#f8e9ec;
  --wvq-light:#fdf6f7;
  --wvq-text:#594650;
  --wvq-muted:#7c6972;
  --wvq-border:#ead8dd;
  --wvq-white:#ffffff;
  position:fixed;
  inset:0;
  z-index:999998;
  pointer-events:none;
  font-family:"Montserrat",Arial,sans-serif;
}

.wvq-root *,
.wvq-root *::before,
.wvq-root *::after,
.wvq-inline-launch,
.wvq-inline-launch *{
  box-sizing:border-box;
}

body.wvq-open{
  overflow:hidden;
}

/* =========================================================
   FLOATING LAUNCHER
========================================================= */

.wvq-floating{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:999997;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 15px;
  border:1px solid #6f304c;
  border-radius:8px;
  background:#6f304c;
  color:#fff;
  box-shadow:0 10px 28px rgba(79,32,55,.18);
  cursor:pointer;
  pointer-events:auto;
  opacity:0;
  visibility:hidden;
  transform:translateY(7px);
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:10.5px;
  line-height:1;
  font-weight:700;
  letter-spacing:.15px;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease,background-color .18s ease,border-color .18s ease;
}

.wvq-floating.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.wvq-floating:hover{
  background:#4f2037;
  border-color:#4f2037;
  color:#fff;
}

.wvq-floating__mark{
  color:#c69758;
  font-size:11px;
  line-height:1;
}

.wvq-inline-launch{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:1px solid #6f304c;
  border-radius:0;
  background:#6f304c;
  color:#fff!important;
  text-decoration:none!important;
  cursor:pointer;
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:10.5px;
  line-height:1;
  font-weight:700;
}

.wvq-inline-launch:hover{
  background:#4f2037;
  border-color:#4f2037;
  color:#fff!important;
}

/* =========================================================
   BACKDROP + MODAL
========================================================= */

.wvq-backdrop{
  position:fixed;
  inset:0;
  z-index:999998;
  background:rgba(49,19,34,.54);
  pointer-events:auto;
}

.wvq-modal{
  --wvq-deep:#4f2037;
  --wvq-gold:#c69758;
  --wvq-blush:#f8e9ec;
  --wvq-light:#fdf6f7;
  --wvq-text:#594650;
  --wvq-muted:#7c6972;
  --wvq-border:#ead8dd;
  --wvq-white:#ffffff;
  position:fixed;
  left:50%;
  top:50%;
  z-index:999999;
  display:flex;
  flex-direction:column;
  transform:translate(-50%,-50%);
  background:#fff;
  color:var(--wvq-text);
  border:1px solid var(--wvq-border);
  border-top:4px solid var(--wvq-accent);
  border-radius:16px;
  box-shadow:0 28px 75px rgba(47,18,32,.24);
  pointer-events:auto;
  overflow:hidden;
  font-family:"Montserrat",Arial,sans-serif;
}

.wvq-modal--compact{
  width:min(760px,calc(100vw - 36px));
  max-height:82vh;
}

.wvq-modal--results{
  width:min(980px,calc(100vw - 36px));
  max-height:88vh;
}

.wvq-modal__body{
  min-height:0;
  width:100%;
  overflow:hidden;
}

/* Result body is deliberately the only desktop scroll area. */
.wvq-modal--results .wvq-modal__body{
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:var(--wvq-accent) var(--wvq-light);
}

.wvq-modal--results .wvq-modal__body::-webkit-scrollbar{
  width:7px;
}

.wvq-modal--results .wvq-modal__body::-webkit-scrollbar-track{
  background:var(--wvq-light);
}

.wvq-modal--results .wvq-modal__body::-webkit-scrollbar-thumb{
  background:var(--wvq-accent);
}

.wvq-close{
  position:absolute;
  top:11px;
  right:11px;
  z-index:20;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid var(--wvq-border);
  border-radius:50%;
  background:#fff;
  color:var(--wvq-primary);
  cursor:pointer;
  font-family:Arial,sans-serif!important;
  font-size:22px;
  line-height:1;
  font-weight:400;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease;
}

.wvq-close:hover{
  background:var(--wvq-blush);
  border-color:var(--wvq-accent);
  color:var(--wvq-deep);
}

/* =========================================================
   COMMON TYPOGRAPHY / BUTTONS
========================================================= */

.wvq-kicker{
  color:var(--wvq-gold);
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:8.5px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.45px;
  text-transform:uppercase;
}

.wvq-heading-accent{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin:10px 0 0;
}

.wvq-heading-accent span{
  width:31px;
  height:1px;
  background:var(--wvq-accent);
}

.wvq-heading-accent i{
  color:var(--wvq-gold);
  font-size:7px;
  line-height:1;
  font-style:normal;
}

.wvq-btn{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 15px;
  border:1px solid transparent;
  border-radius:7px;
  cursor:pointer;
  text-decoration:none!important;
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:10px;
  line-height:1;
  font-weight:700;
  transition:background-color .17s ease,border-color .17s ease,color .17s ease,transform .17s ease;
}

.wvq-btn--primary{
  background:var(--wvq-primary);
  border-color:var(--wvq-primary);
  color:#fff!important;
}

.wvq-btn--primary:hover{
  background:var(--wvq-deep);
  border-color:var(--wvq-deep);
  color:#fff!important;
  transform:translateY(-1px);
}

.wvq-btn--ghost{
  background:#fff;
  border-color:var(--wvq-border);
  color:var(--wvq-primary)!important;
}

.wvq-btn--ghost:hover:not(:disabled){
  background:var(--wvq-light);
  border-color:var(--wvq-accent);
  color:var(--wvq-deep)!important;
}

.wvq-btn:disabled{
  opacity:.38;
  cursor:not-allowed;
}

.wvq-text-btn{
  padding:4px 0;
  border:0;
  background:transparent;
  color:var(--wvq-muted);
  cursor:pointer;
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:9.5px;
  line-height:1.2;
  font-weight:600;
}

.wvq-text-btn:hover{
  color:var(--wvq-primary);
}

/* =========================================================
   INTRO
========================================================= */

.wvq-intro{
  width:100%;
  padding:31px 34px 27px;
  text-align:center;
}

.wvq-intro::before{
  content:"";
  display:block;
  width:54px;
  height:3px;
  margin:0 auto 17px;
  background:var(--wvq-accent);
}

.wvq-intro h2{
  max-width:620px;
  margin:8px auto 0!important;
  color:var(--wvq-deep)!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(36px,4.2vw,48px)!important;
  line-height:.98!important;
  font-weight:600!important;
  letter-spacing:-.8px!important;
}

.wvq-sub{
  max-width:610px;
  margin:12px auto 0!important;
  color:var(--wvq-text)!important;
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:12px!important;
  line-height:1.68!important;
  font-weight:400!important;
}

.wvq-badges{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px;
  margin:16px auto 0;
}

.wvq-badges span{
  min-height:27px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 9px;
  background:var(--wvq-light);
  color:var(--wvq-muted);
  border:1px solid var(--wvq-border);
  border-radius:5px;
  font-size:8.5px;
  line-height:1;
  font-weight:600;
}

.wvq-badges i{
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--wvq-accent);
}

.wvq-intro__actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  margin-top:18px;
}

.wvq-intro--empty h2{
  max-width:580px;
  font-size:37px!important;
}

/* =========================================================
   QUESTION
========================================================= */

.wvq-progress{
  width:100%;
  height:4px;
  background:var(--wvq-blush);
}

.wvq-progress span{
  display:block;
  height:100%;
  background:var(--wvq-accent);
  transition:width .2s ease;
}

.wvq-question{
  width:100%;
  padding:24px 28px 22px;
}

.wvq-question__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding-right:38px;
}

.wvq-step-label{
  color:var(--wvq-muted);
  font-size:8px;
  line-height:1;
  font-weight:600;
}

.wvq-question h2{
  max-width:660px;
  margin:8px 0 16px!important;
  color:var(--wvq-deep)!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(30px,3.6vw,39px)!important;
  line-height:1.04!important;
  font-weight:600!important;
  letter-spacing:-.55px!important;
}

.wvq-answers{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.wvq-answer{
  min-width:0;
  min-height:67px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 24px;
  align-items:center;
  gap:9px;
  padding:10px 11px 10px 13px;
  background:#fff;
  color:var(--wvq-text);
  border:1px solid var(--wvq-border);
  border-radius:9px;
  text-align:left;
  cursor:pointer;
  transition:background-color .16s ease,border-color .16s ease,transform .16s ease;
}

.wvq-answer:hover,
.wvq-answer:focus{
  background:var(--wvq-light);
  border-color:var(--wvq-accent);
  outline:none;
  transform:translateY(-1px);
}

.wvq-answer__copy{
  min-width:0;
  display:block;
}

.wvq-answer strong{
  display:block;
  margin:0;
  color:var(--wvq-deep);
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:10.5px;
  line-height:1.25;
  font-weight:700;
}

.wvq-answer small{
  display:block;
  margin-top:3px;
  color:var(--wvq-muted);
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:8.5px;
  line-height:1.35;
  font-weight:400;
}

.wvq-answer__arrow{
  width:23px;
  height:23px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--wvq-blush);
  color:var(--wvq-primary);
  border-radius:50%;
  font-size:10px;
  transition:background-color .16s ease,color .16s ease;
}

.wvq-answer:hover .wvq-answer__arrow{
  background:var(--wvq-primary);
  color:#fff;
}

.wvq-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid var(--wvq-border);
}

/* =========================================================
   LOADING
========================================================= */

.wvq-loading{
  width:100%;
  padding:39px 34px 34px;
  text-align:center;
}

.wvq-spinner{
  width:38px;
  height:38px;
  margin:0 auto 15px;
  border:3px solid var(--wvq-blush);
  border-top-color:var(--wvq-accent);
  border-radius:50%;
  animation:wvqSpin .75s linear infinite;
}

@keyframes wvqSpin{
  to{transform:rotate(360deg)}
}

.wvq-loading h2{
  margin:8px 0 7px!important;
  color:var(--wvq-deep)!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:34px!important;
  line-height:1.05!important;
  font-weight:600!important;
}

.wvq-loading p{
  max-width:560px;
  margin:0 auto!important;
  color:var(--wvq-muted)!important;
  font-size:11px!important;
  line-height:1.6!important;
  font-weight:400!important;
}

/* =========================================================
   RESULTS
========================================================= */

.wvq-results{
  width:100%;
  padding:0 0 22px;
}

.wvq-result-head{
  position:relative;
  padding:26px 58px 21px 28px;
  background:var(--wvq-light);
  border-bottom:1px solid var(--wvq-border);
}

.wvq-result-head::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:var(--wvq-accent);
}

.wvq-result-head h2{
  margin:6px 0 7px!important;
  color:var(--wvq-deep)!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:37px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:-.6px!important;
}

.wvq-result-head p{
  max-width:760px;
  margin:0!important;
  color:var(--wvq-text)!important;
  font-size:10.5px!important;
  line-height:1.6!important;
  font-weight:400!important;
}

.wvq-section-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding:20px 28px 10px;
}

.wvq-section-title>div{
  display:flex;
  align-items:center;
  gap:9px;
}

.wvq-section-title>div>span{
  color:var(--wvq-accent);
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:17px;
  line-height:1;
  font-weight:600;
}

.wvq-section-title h3{
  margin:0!important;
  color:var(--wvq-deep)!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:600!important;
}

.wvq-section-title p{
  margin:0!important;
  color:var(--wvq-muted)!important;
  font-size:8.5px!important;
  line-height:1.4!important;
  font-weight:500!important;
}

.wvq-products{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  padding:0 28px;
}

.wvq-product{
  position:relative;
  min-width:0;
  min-height:104px;
  display:grid;
  grid-template-columns:78px minmax(0,1fr) 25px;
  align-items:center;
  gap:10px;
  padding:9px 9px 9px 10px;
  background:#fff;
  color:var(--wvq-text)!important;
  border:1px solid var(--wvq-border);
  border-radius:9px;
  text-decoration:none!important;
  transition:border-color .16s ease,transform .16s ease,background-color .16s ease;
}

.wvq-product:hover{
  background:var(--wvq-light);
  border-color:var(--wvq-accent);
  color:var(--wvq-text)!important;
  transform:translateY(-1px);
}

.wvq-product__image{
  width:78px;
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#fff;
  border:1px solid #f0e5e9;
  border-radius:6px;
}

.wvq-product__image img{
  width:90%;
  height:90%;
  display:block;
  object-fit:contain;
  object-position:center;
}

.wvq-product__content{
  min-width:0;
}

.wvq-product em,
.wvq-guide em{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  margin:0 0 5px;
  padding:0 7px;
  background:var(--wvq-blush);
  color:var(--wvq-primary);
  border:1px solid var(--wvq-border);
  border-radius:4px;
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:7px!important;
  line-height:1!important;
  font-weight:700!important;
  font-style:normal!important;
  letter-spacing:.35px;
  text-transform:uppercase;
}

.wvq-product h3{
  display:-webkit-box;
  overflow:hidden;
  margin:0 0 4px!important;
  color:var(--wvq-deep)!important;
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:10.5px!important;
  line-height:1.3!important;
  font-weight:700!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.wvq-product__price{
  margin-bottom:3px;
  color:var(--wvq-primary);
  font-size:9.5px;
  line-height:1.2;
  font-weight:700;
}

.wvq-product__price del{
  color:#9b8a91;
  font-size:8px;
}

.wvq-product small{
  display:-webkit-box;
  overflow:hidden;
  color:var(--wvq-muted);
  font-size:7.8px;
  line-height:1.35;
  font-weight:400;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.wvq-product__go{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--wvq-blush);
  color:var(--wvq-primary);
  font-size:10px;
}

.wvq-product:hover .wvq-product__go{
  background:var(--wvq-primary);
  color:#fff;
}

.wvq-section-title--guides{
  margin-top:5px;
  padding-top:19px;
}

.wvq-guides{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  padding:0 28px;
}

.wvq-guide{
  position:relative;
  min-width:0;
  display:block;
  padding:13px 38px 13px 14px;
  background:#fff;
  color:var(--wvq-text)!important;
  border:1px solid var(--wvq-border);
  border-left:3px solid var(--wvq-accent);
  border-radius:7px;
  text-decoration:none!important;
  transition:border-color .16s ease,background-color .16s ease,transform .16s ease;
}

.wvq-guide:hover{
  background:var(--wvq-light);
  border-color:var(--wvq-accent);
  color:var(--wvq-text)!important;
  transform:translateY(-1px);
}

.wvq-guide h3{
  display:-webkit-box;
  overflow:hidden;
  margin:0 0 5px!important;
  color:var(--wvq-deep)!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:17px!important;
  line-height:1.08!important;
  font-weight:600!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.wvq-guide p{
  display:-webkit-box;
  overflow:hidden;
  margin:0 0 5px!important;
  color:var(--wvq-text)!important;
  font-size:8.5px!important;
  line-height:1.45!important;
  font-weight:400!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.wvq-guide small{
  display:block;
  color:var(--wvq-muted);
  font-size:7.5px;
  line-height:1.4;
  font-weight:500;
}

.wvq-guide__arrow{
  position:absolute;
  right:11px;
  top:50%;
  width:23px;
  height:23px;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  border-radius:50%;
  background:var(--wvq-blush);
  color:var(--wvq-primary);
  font-size:9px;
}

.wvq-guide:hover .wvq-guide__arrow{
  background:var(--wvq-primary);
  color:#fff;
}

.wvq-result-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:18px 28px 0;
  padding-top:16px;
  border-top:1px solid var(--wvq-border);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:760px){
  .wvq-floating{
    right:14px;
    bottom:14px;
    min-height:42px;
    padding:0 13px;
    font-size:10px;
  }

  .wvq-modal{
    width:calc(100vw - 20px)!important;
    max-height:88dvh;
    border-radius:13px;
  }

  /* Mobile may scroll compact views when viewport height requires it. */
  .wvq-modal--compact .wvq-modal__body{
    overflow-y:auto;
    overscroll-behavior:contain;
  }

  .wvq-close{
    top:9px;
    right:9px;
    width:32px;
    height:32px;
  }

  .wvq-intro{
    padding:25px 18px 22px;
  }

  .wvq-intro::before{
    margin-bottom:14px;
  }

  .wvq-intro h2{
    max-width:500px;
    font-size:36px!important;
  }

  .wvq-sub{
    font-size:10.5px!important;
    line-height:1.6!important;
  }

  .wvq-badges{
    gap:5px;
    margin-top:13px;
  }

  .wvq-badges span{
    min-height:25px;
    padding:0 7px;
    font-size:7.5px;
  }

  .wvq-question{
    padding:20px 16px 17px;
  }

  .wvq-question__top{
    padding-right:33px;
  }

  .wvq-step-label{
    display:none;
  }

  .wvq-question h2{
    margin-bottom:13px!important;
    font-size:30px!important;
  }

  .wvq-answers{
    grid-template-columns:1fr;
    gap:6px;
  }

  .wvq-answer{
    min-height:57px;
    padding:8px 10px 8px 11px;
  }

  .wvq-answer strong{
    font-size:10px;
  }

  .wvq-answer small{
    font-size:8px;
  }

  .wvq-actions{
    margin-top:10px;
    padding-top:10px;
  }

  .wvq-loading{
    padding:33px 18px 29px;
  }

  .wvq-loading h2{
    font-size:30px!important;
  }

  .wvq-result-head{
    padding:23px 48px 18px 18px;
  }

  .wvq-result-head h2{
    font-size:32px!important;
  }

  .wvq-section-title{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
    padding:17px 16px 9px;
  }

  .wvq-section-title h3{
    font-size:22px!important;
  }

  .wvq-products,
  .wvq-guides{
    grid-template-columns:1fr;
    gap:7px;
    padding:0 16px;
  }

  .wvq-product{
    min-height:96px;
    grid-template-columns:69px minmax(0,1fr) 23px;
    gap:8px;
  }

  .wvq-product__image{
    width:69px;
    height:74px;
  }

  .wvq-guide{
    padding-top:11px;
    padding-bottom:11px;
  }

  .wvq-result-actions{
    margin:16px 16px 0;
    padding-top:14px;
  }
}

@media(max-width:430px){
  .wvq-intro__actions{
    flex-direction:column;
    gap:8px;
  }

  .wvq-intro__actions .wvq-btn{
    width:100%;
  }

  .wvq-badges span:nth-child(3){
    display:none;
  }

  .wvq-question h2{
    font-size:28px!important;
  }

  .wvq-btn{
    min-height:38px;
    font-size:9.5px;
  }

  .wvq-product h3{
    font-size:10px!important;
  }
}
