/* NUVYQO HOME CONCEPT STUDIO — CLEAN PHOTO-LED V2 */
#nqConceptStudioV1{
  --nqcs-bg:#050816;
  --nqcs-ink:#eef6ff;
  --nqcs-muted:#b9c7df;
  --nqcs-cyan:#22e6ff;
  --nqcs-orange:#ff8a1d;
  --nqcs-line:rgba(137,164,255,.20);
  position:relative;
  padding:76px 0;
  overflow:hidden;
  color:var(--nqcs-ink);
  background:
    radial-gradient(circle at 8% 10%,rgba(34,230,255,.11),transparent 31%),
    radial-gradient(circle at 92% 18%,rgba(255,138,29,.10),transparent 33%),
    linear-gradient(135deg,#050816,#071225 52%,#12083f);
  border-block:1px solid rgba(255,255,255,.08)
}
#nqConceptStudioV1 *{box-sizing:border-box}
#nqConceptStudioV1 .nqcs-shell{width:min(1180px,calc(100% - 36px));margin:0 auto}
#nqConceptStudioV1 .nqcs-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:24px}
#nqConceptStudioV1 .nqcs-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:10px;color:var(--nqcs-cyan);font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
#nqConceptStudioV1 .nqcs-kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--nqcs-cyan),var(--nqcs-orange));box-shadow:0 0 18px rgba(34,230,255,.7)}
#nqConceptStudioV1 h2{max-width:760px;margin:0 0 10px;color:#fff;font-size:clamp(36px,4.4vw,54px);line-height:1.02;letter-spacing:-.05em}
#nqConceptStudioV1 .nqcs-intro{max-width:760px;margin:0;color:#dbe7ff;font-size:16px;line-height:1.6}
#nqConceptStudioV1 .nqcs-count{display:flex;align-items:baseline;gap:7px;min-width:138px;padding:15px 18px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid var(--nqcs-line);white-space:nowrap}
#nqConceptStudioV1 .nqcs-count strong{color:var(--nqcs-cyan);font-size:28px;line-height:1}
#nqConceptStudioV1 .nqcs-count span{color:var(--nqcs-muted);font-size:12px;font-weight:800}
#nqConceptStudioV1 .nqcs-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}
#nqConceptStudioV1 .nqcs-filters{display:flex;flex-wrap:wrap;gap:8px}
#nqConceptStudioV1 .nqcs-filter{min-height:42px;padding:0 15px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#dbe7ff;font:850 13px/1 inherit;cursor:pointer}
#nqConceptStudioV1 .nqcs-filter:hover{border-color:rgba(34,230,255,.42)}
#nqConceptStudioV1 .nqcs-filter[aria-pressed="true"]{color:#06101d;background:linear-gradient(135deg,var(--nqcs-cyan),#8b5cf6);border-color:transparent}
#nqConceptStudioV1 .nqcs-controls{display:flex;align-items:center;gap:8px}
#nqConceptStudioV1 .nqcs-control{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.065);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:950;cursor:pointer}
#nqConceptStudioV1 .nqcs-control:hover{border-color:rgba(34,230,255,.52);background:rgba(34,230,255,.10)}
#nqConceptStudioV1 .nqcs-control:disabled{opacity:.32;cursor:not-allowed}
#nqConceptStudioV1 .nqcs-viewport{overflow:hidden;border-radius:30px}
#nqConceptStudioV1 .nqcs-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 12px;list-style:none;margin:0;scrollbar-width:none}
#nqConceptStudioV1 .nqcs-track::-webkit-scrollbar{display:none}
#nqConceptStudioV1 .nqcs-slide{flex:0 0 100%;min-width:0;scroll-snap-align:start}
#nqConceptStudioV1 .nqcs-card{display:grid;grid-template-columns:minmax(0,1.58fr) minmax(330px,.82fr);height:500px;border-radius:30px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.038));border:1px solid rgba(255,255,255,.13);box-shadow:0 30px 90px rgba(0,0,0,.28)}
#nqConceptStudioV1 .nqcs-preview{position:relative;min-width:0;overflow:hidden;background:#eaf0f4}
#nqConceptStudioV1 .nqcs-preview img{display:block;width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .35s ease}
#nqConceptStudioV1 .nqcs-card:hover .nqcs-preview img{transform:scale(1.018)}
#nqConceptStudioV1 .nqcs-browserbar{position:absolute;z-index:2;left:14px;right:14px;top:14px;height:38px;border-radius:13px;display:flex;align-items:center;gap:6px;padding:0 12px;background:rgba(5,8,22,.84);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px)}
#nqConceptStudioV1 .nqcs-browserbar i{width:8px;height:8px;border-radius:50%;background:#ff6b6b}
#nqConceptStudioV1 .nqcs-browserbar i:nth-child(2){background:#ffd166}
#nqConceptStudioV1 .nqcs-browserbar i:nth-child(3){background:#21e39d}
#nqConceptStudioV1 .nqcs-browserbar span{margin-left:6px;color:#dbe7ff;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#nqConceptStudioV1 .nqcs-preview-link{position:absolute;inset:0;z-index:3;text-indent:-9999px}
#nqConceptStudioV1 .nqcs-body{display:flex;flex-direction:column;min-width:0;padding:30px 28px 28px}
#nqConceptStudioV1 .nqcs-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}
#nqConceptStudioV1 .nqcs-label{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(34,230,255,.10);border:1px solid rgba(34,230,255,.24);color:var(--nqcs-cyan);font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
#nqConceptStudioV1 .nqcs-number{color:var(--nqcs-orange);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
#nqConceptStudioV1 .nqcs-body h3{margin:22px 0 12px;color:#fff;font-size:clamp(29px,3vw,40px);line-height:1.03;letter-spacing:-.035em}
#nqConceptStudioV1 .nqcs-body p{margin:0;color:#dbe7ff;font-size:15px;line-height:1.62}
#nqConceptStudioV1 .nqcs-tags{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0}
#nqConceptStudioV1 .nqcs-tags span{padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#e7efff;font-size:11px;font-weight:800}
#nqConceptStudioV1 .nqcs-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:auto}
#nqConceptStudioV1 .nqcs-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:950;border:1px solid rgba(255,255,255,.14);color:#fff;background:rgba(255,255,255,.065)}
#nqConceptStudioV1 .nqcs-btn:hover{transform:translateY(-1px);border-color:rgba(34,230,255,.42)}
#nqConceptStudioV1 .nqcs-btn.primary{color:#06101d;border-color:transparent;background:linear-gradient(135deg,var(--nqcs-cyan),#8b5cf6)}
#nqConceptStudioV1 .nqcs-live{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
#nqConceptStudioV1 .nqcs-foot{display:grid;grid-template-columns:auto minmax(160px,1fr) auto;align-items:center;gap:18px;margin-top:14px;color:var(--nqcs-muted);font-size:12px}
#nqConceptStudioV1 .nqcs-foot strong{color:#dbe7ff;font-size:12px;white-space:nowrap}
#nqConceptStudioV1 .nqcs-progress{height:5px;border-radius:99px;background:rgba(255,255,255,.09);overflow:hidden}
#nqConceptStudioV1 .nqcs-progress span{display:block;width:25%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--nqcs-cyan),var(--nqcs-orange))}

.nqcs-modal[hidden]{display:none!important}
.nqcs-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:18px;background:rgba(3,8,20,.86);backdrop-filter:blur(12px)}
.nqcs-modal__dialog{width:min(1500px,100%);height:min(900px,94vh);display:grid;grid-template-rows:auto 1fr;border-radius:24px;overflow:hidden;background:#071225;border:1px solid rgba(255,255,255,.16);box-shadow:0 40px 130px rgba(0,0,0,.55)}
.nqcs-modal__bar{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 14px 10px 20px;background:#050816;color:#fff;border-bottom:1px solid rgba(255,255,255,.10)}
.nqcs-modal__title{min-width:0}.nqcs-modal__title strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nqcs-modal__title span{display:block;margin-top:3px;color:#b9c7df;font-size:12px}
.nqcs-device-tools{display:flex;align-items:center;gap:7px}
.nqcs-device,.nqcs-close{min-width:44px;height:44px;padding:0 12px;border-radius:13px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07);color:#fff;font-weight:850;cursor:pointer}
.nqcs-device[aria-pressed="true"]{background:linear-gradient(135deg,#22e6ff,#8b5cf6);color:#06101d;border-color:transparent}.nqcs-close{font-size:22px}
.nqcs-modal__stage{position:relative;display:grid;place-items:center;overflow:auto;padding:18px;background:linear-gradient(135deg,#111c32,#0c1024)}
.nqcs-frame{width:100%;height:100%;border:0;border-radius:18px;background:#fff;box-shadow:0 22px 70px rgba(0,0,0,.35);transition:width .25s ease}
.nqcs-frame[data-device="tablet"]{width:min(820px,100%)}.nqcs-frame[data-device="mobile"]{width:min(430px,100%)}
body.nqcs-modal-open{overflow:hidden}
body.nqcs-modal-open .nq-floating-dock,body.nqcs-modal-open .whatsapp-float,body.nqcs-modal-open .nq-mobile-bottom-project{display:none!important}

@media(max-width:900px){
  #nqConceptStudioV1 .nqcs-head{grid-template-columns:1fr auto}
  #nqConceptStudioV1 .nqcs-card{grid-template-columns:1fr;height:auto}
  #nqConceptStudioV1 .nqcs-preview{height:430px}
  #nqConceptStudioV1 .nqcs-body{min-height:360px}
}
@media(max-width:680px){
  #nqConceptStudioV1{padding:62px 0}
  #nqConceptStudioV1 .nqcs-shell{width:min(100% - 24px,1180px)}
  #nqConceptStudioV1 .nqcs-head{grid-template-columns:1fr;gap:16px}
  #nqConceptStudioV1 .nqcs-count{justify-self:start}
  #nqConceptStudioV1 .nqcs-topbar{align-items:flex-start;flex-direction:column}
  #nqConceptStudioV1 .nqcs-filters{flex-wrap:nowrap;width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  #nqConceptStudioV1 .nqcs-filters::-webkit-scrollbar{display:none}
  #nqConceptStudioV1 .nqcs-filter{flex:0 0 auto}
  #nqConceptStudioV1 .nqcs-controls{width:100%;justify-content:flex-end}
  #nqConceptStudioV1 .nqcs-card{border-radius:24px}
  #nqConceptStudioV1 .nqcs-preview{height:300px}
  #nqConceptStudioV1 .nqcs-browserbar{left:10px;right:10px;top:10px}
  #nqConceptStudioV1 .nqcs-body{min-height:330px;padding:24px}
  #nqConceptStudioV1 .nqcs-body h3{margin-top:18px;font-size:31px}
  #nqConceptStudioV1 .nqcs-actions{display:grid}
  #nqConceptStudioV1 .nqcs-btn{width:100%}
  #nqConceptStudioV1 .nqcs-foot{grid-template-columns:1fr;gap:9px}
  #nqConceptStudioV1 .nqcs-foot strong{white-space:normal}
  .nqcs-modal{padding:7px}.nqcs-modal__dialog{height:98vh;border-radius:17px}.nqcs-modal__bar{align-items:flex-start;flex-direction:column;padding:12px}.nqcs-device-tools{width:100%;overflow-x:auto}.nqcs-device{flex:1 0 auto}.nqcs-modal__stage{padding:8px}
}
@media(prefers-reduced-motion:reduce){#nqConceptStudioV1 .nqcs-track{scroll-behavior:auto}#nqConceptStudioV1 .nqcs-preview img,#nqConceptStudioV1 .nqcs-btn{transition:none!important}}
