.asq-root,
.asq-root *,
.asq-inline-shell,
.asq-inline-shell *,
.asq-inline-button,
.asq-inline-button *{
  box-sizing:border-box;
  font-family:'Rajdhani', Arial, sans-serif !important;
}

.asq-inline-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:14px 22px;
  border:1px solid rgba(224,0,0,.65);
  border-radius:6px;
  background:var(--asq-red,#e00000);
  color:#ffffff !important;
  text-decoration:none !important;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:16px;
  line-height:1;
  font-weight:700 !important;
  cursor:pointer;
  box-shadow:8px 8px 0 rgba(0,0,0,.12), 0 16px 30px rgba(224,0,0,.22);
  transition:all .18s ease;
}

.asq-inline-button span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ffffff;
  box-shadow:0 0 0 4px rgba(255,255,255,.18),0 0 16px rgba(255,255,255,.65);
}

.asq-inline-button:hover{
  transform:translateY(-2px);
  background:#ff1b1b;
  color:#ffffff !important;
}

.asq-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.asq-modal.is-open{
  display:flex;
}

.asq-modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(6px);
}

.asq-shell{
  width:min(980px,100%);
  max-height:calc(100dvh - 36px);
  overflow:auto;
  position:relative;
  z-index:2;
  color:#ffffff;
  background:
    radial-gradient(circle at 50% -18%, rgba(224,0,0,.28), transparent 42%),
    linear-gradient(135deg,#050505 0%,#101010 55%,#000000 100%);
  border:1px solid rgba(255,255,255,.14);
  border-top:4px solid var(--asq-red,#e00000);
  border-radius:18px;
  box-shadow:0 30px 80px rgba(0,0,0,.55);
  padding:clamp(20px,3vw,30px);
}

.asq-inline-shell .asq-shell{
  width:100%;
  max-height:none;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}

.asq-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:34px 34px;
  opacity:.14;
  pointer-events:none;
}

.asq-shell:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, transparent 0%, rgba(224,0,0,.15) 50%, transparent 100%);
  clip-path:polygon(0 20%, 100% 6%, 100% 14%, 0 30%);
  pointer-events:none;
}

.asq-panel{
  position:relative;
  z-index:2;
}

.asq-close{
  position:absolute;
  right:16px;
  top:16px;
  z-index:4;
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:#ffffff;
  font-size:22px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.asq-inline-shell .asq-close{
  display:none;
}

.asq-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 24px;
}

.asq-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 15px;
  margin:0 0 13px;
  border:1px solid rgba(224,0,0,.48);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#ffffff;
  font-size:13px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-weight:700;
}

.asq-eyebrow span{
  width:8px;
  height:8px;
  background:var(--asq-red,#e00000);
  border-radius:50%;
  box-shadow:0 0 0 4px rgba(224,0,0,.18),0 0 16px rgba(224,0,0,.75);
}

.asq-title{
  margin:0 !important;
  color:#ffffff !important;
  font-size:clamp(34px,4.8vw,64px);
  line-height:.95;
  letter-spacing:.8px;
  text-transform:uppercase;
  font-weight:700 !important;
}

.asq-title strong{
  color:#ff1b1b;
}

.asq-desc{
  max-width:72ch;
  margin:16px auto 0 !important;
  color:rgba(255,255,255,.78);
  font-size:clamp(15px,1.25vw,19px);
  line-height:1.55;
  font-weight:500 !important;
}

.asq-badges{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:18px;
}

.asq-badges span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 11px;
  border-radius:999px;
  background:#ffffff;
  color:#050505;
  border:1px solid rgba(224,0,0,.52);
  font-size:12px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.7px;
  box-shadow:5px 5px 0 rgba(224,0,0,.18);
}

.asq-progress{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 auto 22px;
  max-width:760px;
}

.asq-progress__bar{
  flex:1;
  height:6px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  overflow:hidden;
}

.asq-progress__bar span{
  display:block;
  height:100%;
  width:0;
  border-radius:999px;
  background:var(--asq-red,#e00000);
  box-shadow:0 0 18px rgba(224,0,0,.7);
  transition:width .25s ease;
}

.asq-progress__text{
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  white-space:nowrap;
}

.asq-question{
  text-align:center;
  margin-bottom:18px;
}

.asq-question h3{
  margin:0 !important;
  color:#ffffff !important;
  font-size:clamp(26px,3.2vw,42px);
  line-height:1.05;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-weight:700 !important;
}

.asq-options{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.asq-option{
  position:relative;
  overflow:hidden;
  min-height:128px;
  text-align:left;
  padding:20px;
  border-radius:14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)),
    #0d0d0d;
  border:1px solid rgba(255,255,255,.12);
  color:#ffffff;
  cursor:pointer;
  transition:all .18s ease;
}

.asq-option:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:var(--asq-red,#e00000);
  opacity:.85;
}

.asq-option:hover{
  transform:translateY(-3px);
  border-color:rgba(224,0,0,.65);
  box-shadow:0 20px 40px rgba(0,0,0,.32),0 0 22px rgba(224,0,0,.12);
}

.asq-option strong{
  display:block;
  margin:0 0 8px;
  color:#ffffff;
  font-size:22px;
  line-height:1.1;
  text-transform:uppercase;
  font-weight:700;
}

.asq-option small{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:15px;
  line-height:1.45;
  font-weight:500;
}

.asq-back-row{
  display:flex;
  justify-content:center;
  margin-top:18px;
}

.asq-back,
.asq-restart{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:#ffffff;
  border-radius:6px;
  min-height:42px;
  padding:11px 18px;
  font-size:14px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.8px;
  font-weight:700;
  cursor:pointer;
}

.asq-loading{
  text-align:center;
  padding:32px 0;
}

.asq-loader{
  width:68px;
  height:68px;
  border-radius:50%;
  border:5px solid rgba(255,255,255,.12);
  border-top-color:var(--asq-red,#e00000);
  margin:0 auto 16px;
  animation:asqSpin .8s linear infinite;
}

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

.asq-results{
  display:block;
}

.asq-result-head{
  text-align:center;
  max-width:820px;
  margin:0 auto 20px;
  padding:20px;
  border-radius:16px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
}

.asq-result-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 13px;
  border-radius:999px;
  background:#ffffff;
  color:#050505;
  border:1px solid rgba(224,0,0,.52);
  font-size:12px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.8px;
  margin-bottom:12px;
}

.asq-result-head h3{
  margin:0 0 10px !important;
  color:#ffffff !important;
  font-size:clamp(28px,3.6vw,46px);
  line-height:1;
  font-weight:700 !important;
  text-transform:uppercase;
}

.asq-result-head p{
  margin:0 auto !important;
  max-width:75ch;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.5;
  font-weight:500;
}

.asq-category-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px;
  padding:16px 18px;
  border-radius:14px;
  background:#ffffff;
  color:#050505;
  border:1px solid rgba(224,0,0,.45);
  box-shadow:7px 7px 0 rgba(224,0,0,.20);
}

.asq-category-cta strong{
  display:block;
  font-size:20px;
  line-height:1.1;
  text-transform:uppercase;
}

.asq-category-cta small{
  display:block;
  margin-top:5px;
  font-size:14px;
  line-height:1.35;
  color:#444;
}

.asq-category-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:11px 16px;
  background:var(--asq-red,#e00000);
  color:#ffffff !important;
  border-radius:6px;
  text-decoration:none !important;
  text-transform:uppercase;
  letter-spacing:.8px;
  font-size:14px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
}

.asq-section-title{
  margin:20px 0 12px !important;
  color:#ffffff !important;
  font-size:24px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.7px;
  font-weight:700 !important;
}

.asq-products,
.asq-guides{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.asq-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-height:100%;
  border-radius:14px;
  background:#0d0d0d;
  border:1px solid rgba(255,255,255,.12);
  color:#ffffff !important;
  text-decoration:none !important;
  transition:all .18s ease;
}

.asq-card:hover{
  transform:translateY(-3px);
  border-color:rgba(224,0,0,.65);
}

.asq-card__image{
  width:100%;
  aspect-ratio:1.15/1;
  background:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  border-bottom:4px solid var(--asq-red,#e00000);
}

.asq-card__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.asq-guide-card .asq-card__image img{
  object-fit:cover;
}

.asq-card__body{
  padding:16px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.asq-card__body h4{
  margin:0 0 8px !important;
  color:#ffffff !important;
  font-size:18px;
  line-height:1.15;
  font-weight:700 !important;
  text-transform:uppercase;
}

.asq-card__body p{
  margin:0 0 12px !important;
  color:rgba(255,255,255,.70);
  font-size:14px;
  line-height:1.45;
  font-weight:500;
}

.asq-price{
  margin-top:auto;
  color:#ff1b1b;
  font-size:16px;
  line-height:1.2;
  font-weight:700;
}

.asq-price del{
  color:rgba(255,255,255,.55);
  font-size:12px;
}

.asq-price ins{
  color:#ff1b1b;
  text-decoration:none;
}

.asq-view{
  display:inline-flex;
  width:fit-content;
  color:#ff1b1b;
  font-size:14px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.8px;
  font-weight:700;
  margin-top:auto;
}

.asq-empty{
  padding:18px;
  border-radius:14px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.45;
}

.asq-error{
  padding:18px;
  border-radius:14px;
  border:1px solid rgba(224,0,0,.55);
  background:rgba(224,0,0,.12);
  color:#ffffff;
  text-align:center;
}

@media(max-width:900px){
  .asq-options,
  .asq-products,
  .asq-guides{
    grid-template-columns:1fr;
  }

  .asq-category-cta{
    flex-direction:column;
    text-align:center;
  }

  .asq-category-cta a{
    width:100%;
  }
}

@media(max-width:767px){
  .asq-modal{
    padding:12px;
  }

  .asq-shell{
    max-height:calc(100dvh - 24px);
    border-radius:14px;
    padding:20px 16px;
  }

  .asq-close{
    right:10px;
    top:10px;
    width:34px;
    height:34px;
  }

  .asq-title{
    font-size:36px;
    line-height:1;
  }

  .asq-desc{
    font-size:15px;
  }

  .asq-option{
    min-height:auto;
    padding:18px;
  }

  .asq-option strong{
    font-size:19px;
  }

  .asq-option small{
    font-size:14px;
  }
}


/* Floating Scanner Finder Button */
.asq-floating-button,
.asq-floating-button *{
  box-sizing:border-box;
  font-family:'Rajdhani', Arial, sans-serif !important;
}

.asq-floating-button{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:999990;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:14px 20px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:linear-gradient(135deg,var(--asq-red,#e00000),#ff1b1b);
  color:#ffffff !important;
  text-decoration:none !important;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:15px;
  line-height:1;
  font-weight:700 !important;
  cursor:pointer;
  box-shadow:0 18px 38px rgba(0,0,0,.34),0 0 28px rgba(224,0,0,.28);
  transition:all .18s ease;
}

.asq-floating-button:hover{
  transform:translateY(-2px);
  color:#ffffff !important;
  box-shadow:0 22px 44px rgba(0,0,0,.38),0 0 34px rgba(224,0,0,.34);
}

.asq-floating-button__pulse{
  width:10px;
  height:10px;
  min-width:10px;
  border-radius:50%;
  background:#ffffff;
  box-shadow:0 0 0 5px rgba(255,255,255,.16),0 0 18px rgba(255,255,255,.72);
  position:relative;
}

.asq-floating-button__pulse:after{
  content:"";
  position:absolute;
  inset:-7px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.34);
  animation:asqPulse 1.7s ease-out infinite;
}

.asq-floating-button__text{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
}

@keyframes asqPulse{
  0%{transform:scale(.7);opacity:.85;}
  100%{transform:scale(1.7);opacity:0;}
}

@media(max-width:767px){
  .asq-floating-button{
    right:14px;
    bottom:14px;
    min-height:50px;
    padding:13px 16px;
    font-size:13px;
    letter-spacing:.8px;
  }
}


/* =========================================================
   V1.0.3 Modal Center Lock Fix
   Keeps the scanner finder popup centered on intro, questions,
   loading, and final result screens.
   ========================================================= */
body.asq-modal-open{
  overflow:hidden !important;
}

.asq-modal{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100vh !important;
  height:100dvh !important;
  z-index:999999 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  padding:18px !important;
  margin:0 !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
  transform:none !important;
}

.asq-modal.is-open{
  display:flex !important;
}

.asq-modal__overlay{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:1 !important;
}

.asq-modal__content{
  position:relative !important;
  z-index:2 !important;
  display:block !important;
  width:min(980px, calc(100vw - 36px)) !important;
  max-width:980px !important;
  min-width:0 !important;
  max-height:calc(100dvh - 36px) !important;
  margin:auto !important;
  padding:0 !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  flex:0 1 980px !important;
  align-self:center !important;
  justify-self:center !important;
  box-sizing:border-box !important;
}

.asq-modal .asq-shell{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  max-height:calc(100dvh - 36px) !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  box-sizing:border-box !important;
}

.asq-modal .asq-panel,
.asq-modal .asq-results,
.asq-modal .asq-result-head,
.asq-modal .asq-category-cta,
.asq-modal .asq-empty,
.asq-modal .asq-products,
.asq-modal .asq-guides{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

.asq-modal .asq-results{
  margin-left:auto !important;
  margin-right:auto !important;
}

.asq-modal .asq-category-cta,
.asq-modal .asq-empty{
  overflow-wrap:anywhere !important;
}

@media(max-width:767px){
  .asq-modal{
    padding:12px !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .asq-modal__content{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
    max-height:calc(100dvh - 24px) !important;
    flex-basis:calc(100vw - 24px) !important;
  }

  .asq-modal .asq-shell{
    max-height:calc(100dvh - 24px) !important;
  }
}
