/* ── Storefront mobile-first (wizard catálogo) ─────────────────────────────── */
.sf-catalog-page .container{max-width:640px;padding:0 16px 120px}
.sf-catalog-page .site-header{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:20px 16px 8px;border-bottom:none;margin-bottom:0;position:relative;text-align:center
}
.sf-catalog-page .site-header nav{position:absolute;top:max(12px,env(safe-area-inset-top));right:16px;margin:0}
.sf-catalog-brand{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;color:inherit}
.sf-catalog-logo{width:88px;height:88px;border-radius:22px;object-fit:cover;border:3px solid #fff;
  box-shadow:0 10px 28px rgba(11,22,64,.1)}
.sf-catalog-logo--placeholder{display:flex;align-items:center;justify-content:center;background:var(--grad);
  color:#fff;font-size:34px;font-weight:800}
.sf-catalog-name{font-size:18px;font-weight:800;color:var(--navy);letter-spacing:-.3px;line-height:1.2;max-width:280px}
.sf-nav-link{font-size:13px;font-weight:600;padding:8px 12px;border-radius:999px;background:#f4f4f8}

/* Wizard progress */
.wz-progress{display:flex;align-items:center;justify-content:center;gap:0;padding:16px 0 8px;margin:0 auto;max-width:320px}
.wz-step{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:52px}
.wz-dot{width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:800;background:#eef0f6;color:#8a8fa3;transition:all .2s}
.wz-label{font-size:11px;font-weight:700;color:#8a8fa3;text-transform:uppercase;letter-spacing:.04em}
.wz-step.is-active .wz-dot{background:var(--grad);color:#fff;box-shadow:0 4px 14px rgba(124,58,237,.35)}
.wz-step.is-active .wz-label{color:var(--navy)}
.wz-step.is-done .wz-dot{background:#dcfce7;color:#15803d}
.wz-step.is-done .wz-label{color:#15803d}
.wz-line{flex:1;height:3px;background:#ececf3;border-radius:999px;margin:0 4px 18px;max-width:48px}
.wz-line.is-done{background:linear-gradient(90deg,#86efac,#4ade80)}

/* Step 1 — date */
.wz-date-hero{padding:8px 0 32px;text-align:center}
.wz-kicker{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-2);margin:0 0 8px}
.wz-title{font-size:clamp(26px,6vw,34px);font-weight:800;letter-spacing:-.5px;margin:0 0 8px;line-height:1.15}
.wz-sub{font-size:15px;margin:0 0 16px;line-height:1.5}
.wz-about{font-size:14px;margin:0 0 12px;line-height:1.55;max-width:420px;margin-left:auto;margin-right:auto}
.wz-hours{font-size:13px;margin:0 0 12px;line-height:1.5;max-width:420px;margin-left:auto;margin-right:auto}
.wz-contact-btn{display:inline-block;font-size:13px;font-weight:600;color:var(--navy);margin:0 0 24px;padding:8px 16px;
  border:1.5px solid #e4e6f0;border-radius:999px;background:#fff;text-decoration:none;transition:background .15s}
.wz-contact-btn:hover{background:#f8f8fc}
.wz-date-picker{background:#fff;border:1px solid #ececf3;border-radius:20px;padding:24px 20px;
  box-shadow:0 12px 40px rgba(11,22,64,.08);max-width:360px;margin:0 auto;display:grid;gap:16px}
.wz-date-label{display:flex;flex-direction:column;gap:10px;font-size:13px;font-weight:700;color:var(--muted);text-align:left}
.wz-date-label input[type=date],.wz-date-label input[type=time],.wz-date-label select{font-family:inherit;font-size:20px;font-weight:700;color:var(--ink);
  padding:16px;border:2px solid #e4e6f0;border-radius:14px;background:#fafbff;width:100%;
  min-height:56px;-webkit-appearance:none;appearance:none}
.wz-date-label select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px;cursor:pointer}
.wz-date-label select option[value=""]{color:#94a3b8;font-weight:400;font-size:16px}
.wz-date-label input[type=date]:focus,.wz-date-label input[type=time]:focus,.wz-date-label select:focus{outline:none;border-color:var(--accent-2);box-shadow:0 0 0 4px rgba(124,58,237,.12)}
.wz-time-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wz-day-toggle{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--navy);cursor:pointer;text-align:left}
.wz-day-toggle input{width:18px;height:18px;accent-color:var(--accent-2)}
.wz-date-end-wrap[hidden]{display:none !important}
.wz-continue-btn{width:100%;margin-top:4px}
.wz-date-hint{font-size:12px;margin:0;text-align:center}

/* Step 2 — items */
.wz-items-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}
.wz-items-head .wz-title{margin:0;font-size:clamp(22px,5vw,28px);text-align:left}
.wz-date-chip{flex-shrink:0;border:1.5px solid #e4e6f0;background:#fff;border-radius:999px;
  padding:10px 14px;font-family:inherit;font-size:12px;font-weight:700;color:var(--navy);cursor:pointer;
  max-width:46vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wz-date-chip:active{transform:scale(.98)}

.wz-chips{margin:0 0 16px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;
  scrollbar-width:none}
.wz-chips::-webkit-scrollbar{display:none}

.sf-chips{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}
.chip{font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;flex-shrink:0;
  padding:10px 16px;border-radius:999px;border:1.5px solid #e4e6f0;background:#fff;color:var(--muted);
  min-height:44px}
.chip.is-active{background:var(--navy);color:#fff;border-color:var(--navy)}

/* Carousel mobile-first */
.wz-carousel-wrap{margin:0 -16px;padding:0 16px 8px}
.wz-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
  padding-bottom:8px;scrollbar-width:none}
.wz-carousel::-webkit-scrollbar{display:none}

.wz-card{flex:0 0 min(82vw,300px);scroll-snap-align:center;background:#fff;border:1px solid #ececf3;
  border-radius:20px;overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 10px 36px rgba(11,22,64,.08);transition:transform .15s,box-shadow .15s}
.wz-card.has-qty{border-color:var(--accent-2);box-shadow:0 12px 40px rgba(124,58,237,.18)}

.wz-card-media{position:relative;aspect-ratio:4/3;background:linear-gradient(135deg,#fdf2f8,#eef0ff)}
.wz-card-media img{width:100%;height:100%;object-fit:cover}
.wz-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;
  font-size:48px;font-weight:800;color:#cfd2e4}
.wz-qty-badge{position:absolute;top:10px;right:10px;min-width:28px;height:28px;padding:0 8px;
  border-radius:999px;background:var(--grad);color:#fff;font-size:13px;font-weight:800;
  display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(124,58,237,.4)}

.sf-badge{position:absolute;top:10px;left:10px;font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px}
.sf-badge.ok{background:#dcfce7;color:#15803d}
.sf-badge.out{background:rgba(0,0,0,.55);color:#fff}

.sf-thumb-btn{position:absolute;inset:0;border:0;background:transparent;cursor:pointer;padding:0}
.sf-photo-count{position:absolute;bottom:10px;right:10px;font-size:11px;font-weight:700;padding:5px 10px;
  border-radius:999px;background:rgba(11,22,64,.72);color:#fff;border:0;cursor:pointer}

.wz-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px;flex:1}
.sf-cat{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.sf-name{font-size:16px;font-weight:700;line-height:1.25;margin:0}
.sf-desc{font-size:12px;line-height:1.45;margin:2px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wz-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}
.sf-price{font-weight:800;font-size:20px;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.sf-price span{font-size:12px;font-weight:600;color:var(--muted);background:none;-webkit-text-fill-color:var(--muted)}

.wz-add-btn{width:48px;height:48px;border-radius:999px;border:0;cursor:pointer;font-size:26px;font-weight:700;
  line-height:1;color:#fff;background:var(--grad);box-shadow:0 6px 20px rgba(124,58,237,.35);
  flex-shrink:0;transition:transform .12s}
.wz-add-btn:active{transform:scale(.92)}
.wz-add-btn.is-added{background:#15803d;box-shadow:0 6px 20px rgba(21,128,61,.35)}
.wz-soldout{font-size:12px;font-weight:600}

/* Sticky bar */
/* hidden must win over display:flex (sheet/sticky) */
.wz-sheet[hidden], .wz-sticky[hidden], .wz-qty-badge[hidden] { display: none !important; }

.wz-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:stretch;gap:10px;
  padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));
  background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-top:1px solid #ececf3;
  box-shadow:0 -10px 40px rgba(11,22,64,.1)}
.wz-sticky-info{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;
  gap:2px;border:0;background:#f4f4f8;border-radius:14px;padding:10px 14px;cursor:pointer;font-family:inherit;text-align:left}
.wz-sticky-count{font-size:12px;font-weight:600;color:var(--muted)}
.wz-sticky-total{font-size:17px;font-weight:800;color:var(--navy)}
.wz-sticky-cta{flex-shrink:0;border-radius:14px;padding:14px 20px;font-size:15px;min-height:52px;align-self:stretch;
  display:flex;align-items:center}

/* Review sheet */
.wz-sheet{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end}
.wz-sheet-backdrop{position:absolute;inset:0;background:rgba(11,22,64,.45)}
.wz-sheet-panel{position:relative;width:100%;max-height:88vh;overflow:auto;background:#fff;
  border-radius:24px 24px 0 0;padding:8px 20px calc(24px + env(safe-area-inset-bottom,0px));
  box-shadow:0 -20px 60px rgba(11,22,64,.2);animation:wzSlideUp .28s ease}
@keyframes wzSlideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.wz-sheet-handle{width:40px;height:4px;background:#e4e6f0;border-radius:999px;margin:8px auto 12px}
.wz-progress--sheet{padding:8px 0 16px;max-width:280px}
.wz-sheet-title{font-size:22px;font-weight:800;margin:0 0 4px}
.wz-sheet-date{font-size:14px;margin:0 0 16px}
.wz-review-list{list-style:none;margin:0 0 16px;padding:0}
.wz-review-list li{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f5;font-size:14px;font-weight:500}
.wz-review-total{display:flex;justify-content:space-between;align-items:center;font-size:16px;padding:12px 0 0;font-weight:700}
.wz-submit-btn{width:100%;font-size:16px;padding:16px;border-radius:14px;margin-top:4px}
.wz-sheet-close{width:100%;margin-top:10px;border:0;background:transparent;font-family:inherit;font-size:14px;
  font-weight:600;color:var(--muted);padding:12px;cursor:pointer}
body.wz-sheet-open{overflow:hidden}

.sf-errors{margin:8px 0;display:grid;gap:6px}
.sf-errors div{background:#fff1f2;color:#b42318;border:1px solid #fecdd3;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:500}
.wz-empty{padding:40px 20px;text-align:center}

/* ── Checkout wizard (continuação do catálogo) ─────────────────────────────── */
.sf-checkout-page .container{max-width:640px;padding:0 16px 24px}
.sf-checkout-page .site-header{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:20px 16px 8px;border-bottom:none;margin-bottom:0;position:relative;text-align:center
}
.sf-checkout-page .site-header nav{position:absolute;top:max(12px,env(safe-area-inset-top));right:16px;margin:0}

.wz-progress--checkout{max-width:100%;overflow-x:auto;padding:12px 4px 8px;justify-content:flex-start;
  scrollbar-width:none;-webkit-overflow-scrolling:touch}
.wz-progress--checkout::-webkit-scrollbar{display:none}
.wz-progress--checkout .wz-step{min-width:48px;flex-shrink:0}
.wz-progress--checkout .wz-label{font-size:9px}
.wz-progress--checkout .wz-label a{color:inherit;text-decoration:none}
.wz-progress--checkout .wz-dot{width:28px;height:28px;font-size:11px}
.wz-progress--checkout .wz-line{max-width:20px;margin-bottom:16px}

.ck-wizard{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))}
.ck-wizard-head{margin-bottom:16px}
.ck-wizard-head .wz-title{text-align:left;font-size:clamp(22px,5vw,28px)}
.ck-wizard-head .wz-sub{text-align:left;font-size:14px;margin:0}

.ck-order-chip{background:#fff;border:1px solid #ececf3;border-radius:16px;padding:0;margin-bottom:16px;
  box-shadow:0 6px 24px rgba(11,22,64,.05);overflow:hidden}
.ck-order-chip summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;
  cursor:pointer;font-weight:700;font-size:14px;list-style:none}
.ck-order-chip summary::-webkit-details-marker{display:none}
.ck-order-chip summary::after{content:'▾';color:var(--muted);font-size:12px;flex-shrink:0}
.ck-order-chip[open] summary::after{transform:rotate(180deg)}
.ck-order-chip-main{flex:1;min-width:0;line-height:1.35}
.ck-order-chip-total{font-size:15px;font-weight:800;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;flex-shrink:0}
.ck-order-list{list-style:none;margin:0;padding:0}
.ck-order-chip .ck-order-list li{display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding:10px 18px;border-bottom:1px solid #f0f0f5;font-size:14px;line-height:1.35}
.ck-order-chip .ck-order-list li:last-child{border-bottom:1px solid #f0f0f5}
.ck-order-frete{font-size:13px;padding:10px 18px 0;margin:0;line-height:1.45}
.ck-order-foot{font-size:11px;padding:8px 18px 16px;margin:0;line-height:1.45;color:var(--muted)}

.ck-form-card{background:#fff;border:1px solid #ececf3;border-radius:18px;padding:20px 18px;
  box-shadow:0 6px 24px rgba(11,22,64,.04);margin-bottom:16px}
.ck-account-card .ck-tab-panel{padding-top:4px}
.ck-account-card .ck-fields{padding-top:2px}
.ck-form-title{font-size:16px;font-weight:800;margin:0 0 14px}
.ck-form-spacer{height:80px}

.ck-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));
  background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid #ececf3;
  box-shadow:0 -10px 40px rgba(11,22,64,.1)}
.ck-sticky--inline{position:static;padding:0;margin-top:16px;background:transparent;border:0;box-shadow:none}
.ck-sticky-btn{width:100%;font-size:16px;padding:16px;border-radius:14px;min-height:52px}
.ck-sticky-totals{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:10px;font-size:14px}
.ck-sticky-deposit{font-size:18px;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.ck-back-link{margin-top:20px;font-size:13px;text-align:center}
.ck-back-link a{color:var(--muted);font-weight:600}

.ck-duration-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}
.ck-duration-card{background:#fff;border:1px solid #ececf3;border-radius:16px;padding:14px 16px}
.ck-duration-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;font-size:14px}
.ck-duration-hint{font-size:12px;margin:6px 0 0}
.ck-duration-control{margin-top:12px}
.ck-duration-input{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px}
.ck-duration-input input{width:72px;height:48px;text-align:center;font-size:18px;font-weight:800;
  border:2px solid #e4e6f0;border-radius:12px;font-family:inherit}
.ck-duration-fixed{display:inline-block;font-weight:700;font-size:14px;padding:10px 14px;background:#f4f4f8;border-radius:10px}

.ck-contract-details{background:#fff;border:1px solid #ececf3;border-radius:16px;margin-bottom:14px;overflow:hidden}
.ck-contract-details summary{padding:14px 16px;font-weight:700;font-size:14px;cursor:pointer;list-style:none}
.ck-contract-details summary::-webkit-details-marker{display:none}
.ck-contract-details .sf-contract-preview{max-height:45vh;margin:0;border:0;border-radius:0;border-top:1px solid #ececf3}

.ck-pay-card{text-align:center}
.ck-pix-box{padding:8px 0}
.ck-pix-qr{max-width:240px;width:100%;display:block;margin:0 auto;border-radius:12px}
.ck-pix-amount{font-size:28px;font-weight:800;margin:12px 0}
.ck-pix-copy{margin-top:12px;text-align:left}
.ck-pix-copy summary{font-size:13px;font-weight:600;cursor:pointer;padding:8px 0}
.ck-pix-code{width:100%;height:72px;font-size:11px;margin-top:8px;border:1px solid #e4e6f0;border-radius:10px;padding:8px}
.ck-pix-status{font-size:13px;margin-top:12px}

.ck-payment-form .sf-contract-accept{margin-bottom:12px}
.ck-duration-cards--readonly .ck-duration-card{cursor:default}
.ck-duration-readonly strong{color:var(--ink)}
.ck-sticky-contract-hint{font-size:11px;margin:8px 0 0;text-align:center}

.ck-wa-intro{margin:0 0 16px;line-height:1.5;text-align:left}
.ck-wa-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;
  background:#25D366 !important;font-size:16px;padding:16px;border-radius:14px;margin:8px 0}
.ck-wa-btn-ic{font-size:22px;line-height:1}
.ck-wa-hint{font-size:13px;margin:0 0 16px;text-align:center;line-height:1.45}
.ck-wa-preview{margin:16px 0;text-align:left}
.ck-wa-preview summary{font-size:13px;font-weight:600;cursor:pointer;padding:8px 0}
.ck-wa-preview-text{background:#f8f8fc;border:1px solid #ececf3;border-radius:12px;padding:14px;
  font-size:12px;line-height:1.55;white-space:pre-wrap;word-break:break-word;margin:8px 0 0;
  max-height:220px;overflow:auto;font-family:inherit}
.ck-wa-done-form{margin-top:8px}
.ck-wa-done-btn{width:100%;font-size:14px;padding:12px;min-height:44px}

.ck-done{text-align:center;padding:32px 0 48px;max-width:480px;margin:0 auto}
.ck-done-icon{font-size:56px;line-height:1}
.ck-done .wz-title{margin:12px 0 8px}
.ck-done-actions{display:flex;flex-direction:column;gap:10px;margin-top:24px}
.ck-done-actions .btn{width:100%}
.ck-btn-ghost{background:#fff !important;color:var(--navy) !important;border:1.5px solid #e4e6f0 !important}

@media (min-width:768px){
  .sf-checkout-page .container{max-width:720px;padding:0 24px 48px}
  .ck-sticky{max-width:640px;left:50%;transform:translateX(-50%);border-radius:20px 20px 0 0}
  .ck-wizard{padding-bottom:120px}
}

.sf-hero{padding:24px 0 16px}
.sf-datebar{margin-top:14px;display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}
.sf-datebar label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--muted)}
.sf-datebar input[type=date]{font-family:inherit;font-size:16px;font-weight:600;color:var(--ink);
  padding:12px 14px;border:1.5px solid #e4e6f0;border-radius:12px;background:#fff;min-width:200px;min-height:48px}
.sf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;padding-bottom:40px}
.sf-card{background:#fff;border:1px solid #ececf3;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}
.sf-sticky{position:fixed;left:0;right:0;bottom:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:14px 20px calc(14px + env(safe-area-inset-bottom,0px));background:rgba(255,255,255,.92);backdrop-filter:blur(8px);
  border-top:1px solid #ececf3;box-shadow:0 -8px 30px rgba(11,22,64,.08)}

/* Desktop enhancements */
@media (min-width:768px){
  .sf-catalog-page .container{max-width:960px;padding:0 24px 100px}
  .wz-carousel{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));overflow:visible;gap:18px}
  .wz-carousel-wrap{margin:0;padding:0}
  .wz-card{flex:none;scroll-snap-align:none}
  .wz-sticky{max-width:640px;left:50%;transform:translateX(-50%);border-radius:20px 20px 0 0;margin-bottom:0}
  .wz-sheet-panel{max-width:480px;margin:0 auto;border-radius:24px 24px 0 0}
  .wz-date-hero{padding-top:24px}
}

@media (min-width:1024px){
  .sf-catalog-page .container{max-width:1080px}
  .wz-carousel{grid-template-columns:repeat(3,1fr)}
}

/* Solicitação personalizada (tema/decoração) */
.wz-inquiry-banner{margin:20px 0 8px;padding:18px 16px;border-radius:16px;background:linear-gradient(135deg,#f8f5ff,#fff7fb);
  border:1px solid #ececf3;text-align:center}
.wz-inquiry-banner p{margin:0 0 12px;font-size:14px;line-height:1.5;color:var(--navy);font-weight:600}
.wz-inquiry-banner .btn{width:100%;max-width:280px;min-height:44px;font-size:14px}
.wz-inquiry-link{display:block;width:100%;margin-top:8px;padding:0;border:0;background:none;
  font-family:inherit;font-size:12px;font-weight:700;color:var(--accent-2);cursor:pointer;text-align:left}
.wz-inquiry-link:hover{text-decoration:underline}
.wz-inquiry-sheet{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end}
.wz-inquiry-sheet[hidden]{display:none !important}
.wz-inquiry-backdrop{position:absolute;inset:0;background:rgba(11,22,64,.45)}
.wz-inquiry-panel{position:relative;width:100%;max-height:90vh;overflow:auto;background:#fff;
  border-radius:20px 20px 0 0;padding:8px 16px calc(20px + env(safe-area-inset-bottom,0px))}
.wz-inquiry-panel textarea{font-family:inherit;font-size:16px;padding:14px;border:2px solid #e4e6f0;border-radius:14px;
  width:100%;resize:vertical;min-height:100px}
.wz-inquiry-panel textarea:focus{outline:none;border-color:var(--accent-2);box-shadow:0 0 0 4px rgba(124,58,237,.12)}
