/* ═══════════════════════════════════════════════════════════
   WEDDING INQUIRY CHAT WIDGET — 240 Media
   Premium guided inquiry experience for Hawaii weddings
═══════════════════════════════════════════════════════════ */

/* ─── Hero / Section CTA Button ─────────────────────────── */
.btn-wiq {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, #c9a84c 0%, #e8c860 60%, #c9a84c 100%);
  background-size: 200% auto;
  color: #1a0e00;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .3px;
  padding: 17px 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  box-shadow: 0 7px 0 #8a6010, 0 14px 40px rgba(201,168,76,.45);
  transition: transform .12s ease, box-shadow .12s ease, background-position .5s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  animation: wiqShimmer 3s ease infinite;
}

@keyframes wiqShimmer {
  0%, 100% { background-position: 0% center; }
  50%       { background-position: 100% center; }
}

.btn-wiq::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.22) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform .6s ease;
}
.btn-wiq:hover::before { transform: translateX(100%); }
.btn-wiq:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 0 #8a6010, 0 20px 52px rgba(201,168,76,.55);
}
.btn-wiq:active {
  transform: translateY(5px);
  box-shadow: 0 2px 0 #8a6010, 0 8px 20px rgba(201,168,76,.3);
}

/* ─── Contact section AI CTA box ────────────────────────── */
.wiq-cta-box {
  position: relative;
  background: linear-gradient(160deg, #ffffff 0%, #fffef9 55%, #fdf7e8 100%);
  border-radius: 28px;
  padding: 52px 56px;
  overflow: hidden;
  text-align: center;
  /* Metallic gold border via layered box-shadow */
  box-shadow:
    0 0 0 1.5px #d4af54,
    0 0 0 3px rgba(240,220,140,.35),
    0 12px 50px rgba(201,168,76,.18),
    0 2px 8px rgba(201,168,76,.12),
    inset 0 1px 0 rgba(255,255,255,.95);
}

/* Shimmer sweep across the card */
.wiq-cta-box::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 55%; height: 100%;
  background: linear-gradient(105deg,
    transparent 0%,
    rgba(255,255,255,.0) 30%,
    rgba(255,255,255,.55) 50%,
    rgba(255,255,255,.0) 70%,
    transparent 100%);
  transform: skewX(-18deg);
  animation: wiqCardShimmer 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes wiqCardShimmer {
  0%   { left: -80%; }
  40%, 100% { left: 140%; }
}

/* Top gold accent bar */
.wiq-cta-box::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #a67c00, #e8c860, #f5e090, #e8c860, #a67c00);
  border-radius: 28px 28px 0 0;
}

.wiq-cta-eyebrow {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #a07820 !important;
  margin-bottom: 16px;
}

.wiq-cta-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.9px;
  line-height: 1.12;
  color: #1a1208 !important;
  margin-bottom: 18px;
  /* subtle metallic text gradient */
  background: linear-gradient(135deg, #1a1208 0%, #3d2e0a 50%, #1a1208 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wiq-cta-body {
  font-size: 15px;
  line-height: 1.65;
  color: #5a4a2a !important;
  margin-bottom: 36px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.wiq-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 340px;
  margin: 0 auto;
}

/* Primary: gold metallic */
.wiq-cta-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #b8920a 0%, #e8c860 35%, #f5e090 55%, #e8c860 75%, #b8920a 100%);
  background-size: 200% auto;
  color: #1a0e00;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .3px;
  padding: 20px 32px;
  border-radius: 16px;
  border: 1px solid rgba(180,140,20,.4);
  cursor: pointer;
  box-shadow:
    0 6px 0 #7a5800,
    0 10px 30px rgba(201,168,76,.35),
    inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .12s, box-shadow .12s;
  animation: wiqShimmer 3s ease infinite;
  position: relative;
  overflow: hidden;
}
.wiq-cta-primary::before {
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
  transform:translateX(-100%);
  transition:transform .65s;
}
.wiq-cta-primary:hover::before { transform:translateX(100%); }
.wiq-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 0 #7a5800, 0 16px 40px rgba(201,168,76,.45), inset 0 1px 0 rgba(255,255,255,.5);
}
.wiq-cta-primary:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #7a5800;
}

/* Secondary: pearl white with gold border */
.wiq-cta-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: rgba(255,255,255,.7);
  border: 1.5px solid rgba(180,140,20,.45);
  color: #5a4010;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 17px 28px;
  border-radius: 14px;
  cursor: pointer;
  transition: all .2s;
  box-shadow: 0 2px 12px rgba(201,168,76,.12), inset 0 1px 0 rgba(255,255,255,.9);
}
.wiq-cta-secondary:hover {
  background: #fff;
  border-color: #c9a84c;
  color: #3d2e00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201,168,76,.22), inset 0 1px 0 rgba(255,255,255,1);
}
.wiq-cta-secondary:active { transform: translateY(1px); }

.wiq-cta-note {
  margin-top: 18px;
  font-size: 12px;
  color: rgba(100,80,20,.5) !important;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ─── Overlay & Backdrop ─────────────────────────────── */
#wiq-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
#wiq-overlay.wiq-open {
  opacity: 1;
  pointer-events: all;
}

/* ─── Chat Panel ─────────────────────────────────────── */
#wiq-panel {
  width: 520px;
  max-width: 94vw;
  height: 730px;
  max-height: 92vh;
  background: #0a0a0a;
  border: 1px solid rgba(201,168,76,.2);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow:
    0 48px 120px rgba(0,0,0,.85),
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 0 80px rgba(201,168,76,.04) inset;
  transform: translateY(30px) scale(.95);
  transition: transform .38s cubic-bezier(.34,1.56,.64,1);
  will-change: transform;
}
#wiq-overlay.wiq-open #wiq-panel {
  transform: translateY(0) scale(1);
}

/* ─── Header ─────────────────────────────────────────── */
#wiq-header {
  padding: 20px 22px 18px;
  background: linear-gradient(135deg, rgba(201,168,76,.12) 0%, rgba(26,136,152,.07) 100%);
  border-bottom: 1px solid rgba(201,168,76,.14);
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
  position: relative;
}
#wiq-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 20px; right: 20px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,.28), transparent);
}

.wiq-av {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c 0%, #1a8898 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(201,168,76,.4);
}
.wiq-hd-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px; font-weight: 800;
  color: #fff;
  letter-spacing: .01em;
}
.wiq-hd-sub {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  display: flex; align-items: center; gap: 5px;
  margin-top: 2px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: italic;
}
.wiq-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #34c759;
  box-shadow: 0 0 8px #34c759;
  flex-shrink: 0;
}
#wiq-progress {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  flex-shrink: 0;
}
.wiq-prog-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.35);
  letter-spacing: .5px;
  text-transform: uppercase;
}
.wiq-prog-track {
  width: 72px; height: 3px;
  background: rgba(255,255,255,.08);
  border-radius: 2px;
  overflow: hidden;
}
.wiq-prog-fill {
  height: 100%;
  background: linear-gradient(90deg, #c9a84c, #e8c860);
  border-radius: 2px;
  transition: width .55s ease;
}
#wiq-close {
  margin-left: 8px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.45);
  font-size: 13px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
}
#wiq-close:hover {
  background: rgba(255,255,255,.13);
  color: #fff;
  border-color: rgba(255,255,255,.22);
}

/* ─── Messages Scroll Area ───────────────────────────── */
#wiq-msgs {
  flex: 1;
  overflow-y: auto;
  padding: 22px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scroll-behavior: auto;
}
#wiq-msgs::-webkit-scrollbar { width: 2px; }
#wiq-msgs::-webkit-scrollbar-thumb { background: rgba(201,168,76,.18); border-radius: 2px; }

/* ─── Message Bubbles ────────────────────────────────── */
.wiq-msg {
  display: flex;
  gap: 8px;
  animation: wiqMsgIn .28s ease both;
}
@keyframes wiqMsgIn {
  from { opacity: 0; transform: translateY(9px); }
  to   { opacity: 1; transform: translateY(0); }
}
.wiq-msg-bot { align-items: flex-start; }
.wiq-msg-user { justify-content: flex-end; }

.wiq-msg-av {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c 0%, #1a8898 100%);
  font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}

.wiq-bubble {
  max-width: 76%;
  padding: 11px 16px;
  border-radius: 18px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 500;
}
.wiq-msg-bot .wiq-bubble {
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.9);
  border-top-left-radius: 5px;
}
.wiq-msg-user .wiq-bubble {
  background: linear-gradient(135deg, #c9a84c, #d4a017);
  color: #1a0e00;
  font-weight: 700;
  border-top-right-radius: 5px;
}

/* ─── Typing Indicator ───────────────────────────────── */
.wiq-typing-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.wiq-typing-bubble {
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  border-top-left-radius: 5px;
  padding: 14px 18px;
  display: flex; gap: 5px; align-items: center;
}
.wiq-typing-bubble span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(201,168,76,.65);
  animation: wiqDot .9s ease infinite;
}
.wiq-typing-bubble span:nth-child(2) { animation-delay: .16s; }
.wiq-typing-bubble span:nth-child(3) { animation-delay: .32s; }
@keyframes wiqDot {
  0%, 60%, 100% { transform: translateY(0); opacity: .35; }
  30%            { transform: translateY(-5px); opacity: 1; }
}

/* ─── Note Text (contextual labels) ─────────────────── */
.wiq-note {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.35);
  font-style: italic;
  margin: 2px 4px 6px;
  line-height: 1.5;
}

/* ─── Input Area ─────────────────────────────────────── */
#wiq-input-area {
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(201,168,76,.1);
  background: rgba(0,0,0,.18);
  flex-shrink: 0;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Text / Email / Tel inputs */
.wiq-text-row {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.wiq-text-input {
  flex: 1;
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 12px 16px;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  transition: border-color .2s, background .2s;
  resize: none;
}
.wiq-text-input:focus {
  outline: none;
  border-color: rgba(201,168,76,.5);
  background: rgba(255,255,255,.085);
}
.wiq-text-input::placeholder { color: rgba(255,255,255,.28); }

/* Date input */
.wiq-date-input {
  flex: 1;
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 12px 16px;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color-scheme: dark;
  transition: border-color .2s;
}
.wiq-date-input:focus {
  outline: none;
  border-color: rgba(201,168,76,.5);
}

/* Send / advance button */
.wiq-send-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c, #a67800);
  border: none;
  cursor: pointer;
  color: #1a0e00;
  font-size: 18px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 0 #6b4a00, 0 8px 20px rgba(201,168,76,.35);
  transition: all .15s;
}
.wiq-send-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #6b4a00, 0 12px 28px rgba(201,168,76,.5);
}
.wiq-send-btn:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 #6b4a00;
}
.wiq-send-btn:disabled {
  opacity: .28;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Hint label for textarea */
.wiq-input-hint {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.25);
  padding: 0 3px;
}

/* ─── Choice Buttons (Select / Multi-Select) ─────────── */
.wiq-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 2px 0;
}
.wiq-choice {
  padding: 9px 17px;
  border-radius: 50px;
  border: 1.5px solid rgba(201,168,76,.28);
  background: rgba(201,168,76,.06);
  color: rgba(255,255,255,.82);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .18s;
  letter-spacing: .15px;
}
.wiq-choice:hover {
  border-color: rgba(201,168,76,.65);
  background: rgba(201,168,76,.14);
  color: #fff;
  transform: translateY(-1px);
}
.wiq-choice.wiq-selected {
  background: linear-gradient(135deg, rgba(201,168,76,.28), rgba(201,168,76,.18));
  border-color: #c9a84c;
  color: #e8c860;
}

/* Multi-select confirm button */
.wiq-multi-confirm {
  width: 100%;
  padding: 13px;
  border-radius: 12px;
  background: linear-gradient(135deg, #c9a84c, #a67800);
  border: none;
  color: #1a0e00;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 800;
  cursor: pointer;
  box-shadow: 0 5px 0 #6b4a00, 0 8px 24px rgba(201,168,76,.3);
  transition: all .15s;
  letter-spacing: .3px;
}
.wiq-multi-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 0 #6b4a00, 0 12px 32px rgba(201,168,76,.4);
}
.wiq-multi-confirm:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #6b4a00;
}
.wiq-multi-confirm:disabled {
  opacity: .3;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* ─── Dual Input (date+venue, email+phone) ───────────── */
.wiq-dual-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.wiq-dual-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wiq-dual-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  padding: 0 3px;
}

/* ─── Package Recommendation Card ───────────────────── */
.wiq-pkg-card {
  background: linear-gradient(145deg, rgba(201,168,76,.1) 0%, rgba(201,168,76,.05) 100%);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 20px;
  padding: 22px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  animation: wiqMsgIn .35s ease both;
  position: relative;
  overflow: hidden;
}
.wiq-pkg-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, #a67c00, #e8c860, #f5e090, #e8c860, #a67c00);
}
.wiq-pkg-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 10px;
}
.wiq-pkg-name {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.4px;
  margin-bottom: 6px;
  line-height: 1.2;
}
.wiq-pkg-tagline {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  margin-bottom: 14px;
  line-height: 1.5;
}
.wiq-pkg-list {
  list-style: none;
  padding: 0; margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.wiq-pkg-list li {
  font-size: 13px;
  color: rgba(255,255,255,.82);
  font-weight: 600;
  padding-left: 2px;
}
.wiq-pkg-coverage {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  font-weight: 600;
  border-top: 1px solid rgba(201,168,76,.15);
  padding-top: 12px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.wiq-pkg-note {
  font-size: 11.5px;
  color: rgba(255,255,255,.35);
  font-style: italic;
  margin-bottom: 16px;
  line-height: 1.5;
}
.wiq-pkg-btn {
  border-radius: 12px !important;
  font-size: 14px !important;
}

/* ─── Add-Ons Section ────────────────────────────────── */
.wiq-addons-section {
  border-top: 1px solid rgba(201,168,76,.15);
  padding-top: 14px;
  margin-bottom: 14px;
}
.wiq-addons-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(201,168,76,.7);
  margin-bottom: 10px;
}
.wiq-addons-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wiq-addon-chip {
  background: rgba(255,255,255,.04);
  border: 1.5px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  transition: all .18s;
  position: relative;
}
.wiq-addon-chip:hover {
  background: rgba(201,168,76,.08);
  border-color: rgba(201,168,76,.3);
}
.wiq-addon-chip.wiq-addon-on {
  background: rgba(201,168,76,.14);
  border-color: #c9a84c;
}
.wiq-addon-chip.wiq-addon-on::after {
  content: '✓';
  position: absolute;
  top: 10px; right: 13px;
  font-size: 13px;
  font-weight: 800;
  color: #c9a84c;
}
.wiq-addon-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  margin-bottom: 3px;
}
.wiq-addon-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11.5px;
  color: rgba(255,255,255,.45);
  line-height: 1.5;
}

/* ─── Summary Screen ─────────────────────────────────── */
.wiq-summary {
  padding: 4px 2px 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.wiq-summary h4 {
  font-size: 15px; font-weight: 800;
  color: #c9a84c;
  margin-bottom: 14px;
  letter-spacing: -.2px;
}
.wiq-sum-row {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.055);
  font-size: 13px;
  line-height: 1.45;
}
.wiq-sum-key {
  color: rgba(255,255,255,.4);
  font-weight: 600;
  min-width: 128px;
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: .2px;
  padding-top: 1px;
}
.wiq-sum-val {
  color: rgba(255,255,255,.88);
  font-weight: 600;
  flex: 1;
  word-break: break-word;
}
.wiq-sum-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.wiq-btn-submit {
  flex: 1;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #c9a84c, #a67800);
  border: none;
  color: #1a0e00;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 800;
  cursor: pointer;
  box-shadow: 0 5px 0 #5c3e00, 0 10px 28px rgba(201,168,76,.35);
  transition: all .15s;
  letter-spacing: .2px;
}
.wiq-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 0 #5c3e00, 0 16px 36px rgba(201,168,76,.45);
}
.wiq-btn-submit:active { transform: translateY(3px); box-shadow: 0 1px 0 #5c3e00; }
.wiq-btn-submit:disabled { opacity: .45; cursor: not-allowed; transform: none; }

.wiq-btn-edit {
  padding: 14px 20px;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.65);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  cursor: pointer;
  transition: all .18s;
}
.wiq-btn-edit:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.22);
}

/* ─── Success Screen ─────────────────────────────────── */
.wiq-success {
  text-align: center;
  padding: 30px 16px 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.wiq-success-icon {
  font-size: 56px;
  display: block;
  margin-bottom: 18px;
  animation: wiqPop .5s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes wiqPop {
  from { transform: scale(.4); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.wiq-success h3 {
  font-size: 22px; font-weight: 800;
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 12px;
}
.wiq-success p {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  line-height: 1.65;
  max-width: 340px;
  margin: 0 auto 22px;
}
.wiq-success-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  cursor: pointer;
  transition: all .18s;
}
.wiq-success-close:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 580px) {
  #wiq-overlay { align-items: flex-end; }
  #wiq-panel {
    width: 100%;
    max-width: 100%;
    height: 92vh;
    max-height: 92vh;
    border-radius: 24px 24px 0 0;
    border-bottom: none;
  }
  .wiq-cta-box {
    padding: 36px 28px;
  }
  .wiq-cta-title { font-size: 26px; }
  .wiq-cta-btns { max-width: 100%; }
}

@media (max-width: 860px) {
  .wiq-cta-box { padding: 44px 40px; }
}

/* Override any .ls color resets that might bleed into the CTA box */
.ls .wiq-cta-eyebrow { color: #a07820 !important; }
.ls .wiq-cta-body    { color: #5a4a2a !important; }
.ls .wiq-cta-note    { color: rgba(100,80,20,.5) !important; }
