.fqr-request-panel,

.fqr-request-panel * {
  box-sizing: border-box;
}

.fqr-request-panel {
  width: 100%;
  margin: 28px auto;
  padding: 0 12px;
}

.fqr-request-panel .fqr-request-shell {
  max-width: 760px;
  margin: 0 auto;
  background: #111;
  color: #fff;
  border: 1px solid rgba(212,175,55,.42);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  overflow: hidden;
}

.fqr-request-panel .fqr-request-head {
  padding: 24px 22px 14px;
  text-align: center;
  background: radial-gradient(circle at top, rgba(212,175,55,.18), transparent 44%), #111;
}

.fqr-request-panel .fqr-request-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #d4af37;
  color: #111;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
}

.fqr-request-panel .fqr-request-head h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.15;
  font-weight: 900;
}

.fqr-request-panel .fqr-request-head p {
  margin: 0 auto;
  max-width: 620px;
  color: #e8e0cc;
  font-size: 15px;
  line-height: 1.55;
}

.fqr-request-panel .fqr-request-business {
  margin: 14px auto 0;
  max-width: 560px;
  padding: 12px 14px;
  border: 1px solid rgba(212,175,55,.32);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}

.fqr-request-panel .fqr-request-business strong,

.fqr-request-panel .fqr-request-business span {
  display: block;
}

.fqr-request-panel .fqr-request-business strong {
  color: #fff;
  font-size: 16px;
}

.fqr-request-panel .fqr-request-business span {
  color: #d4af37;
  margin-top: 3px;
  font-size: 13px;
}

.fqr-request-panel .fqr-social-links {
  margin: 12px auto 0;
  max-width: 280px;
  padding: 10px 11px 11px;
  border: 1px solid rgba(212,175,55,.26);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}

.fqr-request-panel .fqr-social-title {
  display: block;
  margin: 0 0 8px;
  color: #d4af37;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fqr-request-panel .fqr-social-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: nowrap;
}

.fqr-request-panel .fqr-social-link {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212,175,55,.52);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(212,175,55,.11), rgba(212,175,55,.035));
  color: #d4af37;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(212,175,55,.07) inset;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.fqr-request-panel .fqr-social-link:hover,
.fqr-request-panel .fqr-social-link:focus {
  transform: translateY(-2px);
  border-color: #d4af37;
  background: #d4af37;
  color: #111;
}

.fqr-request-panel .fqr-social-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}

.fqr-request-panel .fqr-social-instagram .fqr-social-link-icon {
  font-size: 23px;
}

.fqr-request-panel .fqr-social-tiktok .fqr-social-link-icon {
  font-size: 22px;
}


.fqr-request-panel .fqr-profile-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 16px;
  margin: 16px 20px 0;
  padding: 16px;
  border: 1px solid rgba(212,175,55,.30);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}

.fqr-request-panel .fqr-profile-media {
  width: 116px;
  height: 116px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.40);
  background: rgba(212,175,55,.10);
}

.fqr-request-panel .fqr-profile-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fqr-request-panel .fqr-profile-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: radial-gradient(circle at 30% 20%, rgba(212,175,55,.32), rgba(17,17,17,.88));
}

.fqr-request-panel .fqr-profile-placeholder span {
  color: #f6e7b8;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
}

.fqr-request-panel .fqr-profile-placeholder em {
  color: rgba(246,231,184,.74);
  font-size: 11px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .16em;
}

.fqr-request-panel .fqr-profile-content {
  min-width: 0;
}

.fqr-request-panel .fqr-profile-kicker {
  margin: 0 0 7px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fqr-request-panel .fqr-profile-text {
  color: #eee3c8;
  font-size: 14px;
  line-height: 1.58;
}

.fqr-request-panel .fqr-profile-services {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(212,175,55,.18);
}

.fqr-request-panel .fqr-profile-services strong {
  display: block;
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
}

.fqr-request-panel .fqr-profile-services ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fqr-request-panel .fqr-profile-services li {
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.24);
  color: #f6e7b8;
  font-size: 12.5px;
  line-height: 1.2;
}

@media (max-width: 560px) {
  .fqr-request-panel .fqr-profile-card {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .fqr-request-panel .fqr-profile-media {
    width: 96px;
    height: 96px;
  }
}

.fqr-request-panel .fqr-alert {
  margin: 16px 20px 0;
  padding: 13px 14px;
  border-radius: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.fqr-request-panel .fqr-alert-success {
  background: #eaf7ef;
  color: #115c2d;
  border: 1px solid #a9dfbf;
}

.fqr-request-panel .fqr-alert-error {
  background: #fdecec;
  color: #8a1f1f;
  border: 1px solid #f3b4b4;
}

.fqr-request-panel .fqr-request-form {
  padding: 20px;
}

.fqr-request-panel .fqr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fqr-request-panel .fqr-field-wide {
  grid-column: 1 / -1;
}

.fqr-request-panel .fqr-field {
  display: block;
}

.fqr-request-panel .fqr-field span {
  display: block;
  margin: 0 0 7px;
  color: #f6e7b8;
  font-weight: 800;
  font-size: 14px;
}

.fqr-request-panel .fqr-field input,

.fqr-request-panel .fqr-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 14px;
  background: #fff;
  color: #111;
  padding: 12px 13px;
  font-size: 15px;
  outline: none;
}

.fqr-request-panel .fqr-field textarea {
  min-height: 112px;
  resize: vertical;
}

.fqr-request-panel .fqr-field input:focus,

.fqr-request-panel .fqr-field textarea:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212,175,55,.22);
}

.fqr-request-panel .fqr-field-full {
  margin-top: 14px;
}

.fqr-request-panel .fqr-field-help {
  display: block;
  margin-top: 7px;
  color: rgba(232,224,204,.72);
  font-size: 12.5px;
  line-height: 1.4;
}

.fqr-request-panel .fqr-gdpr {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 15px 0 12px;
  color: #d8d0bd;
  font-size: 12.5px;
  line-height: 1.45;
}

.fqr-request-panel .fqr-gdpr input {
  margin-top: 2px;
  flex: 0 0 auto;
}

.fqr-request-panel .fqr-notice-line {
  margin: 10px 0 16px;
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(212,175,55,.1);
  border: 1px solid rgba(212,175,55,.28);
  color: #f4e2af;
  font-size: 13px;
  line-height: 1.45;
}

.fqr-request-panel .fqr-submit-btn {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  background: #d4af37;
  color: #111;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(212,175,55,.18);
}

.fqr-request-panel .fqr-submit-btn:hover,

.fqr-request-panel .fqr-submit-btn:focus {
  background: #e4c45a;
}

.fqr-request-panel .fqr-powered-by {
  margin: 16px 0 0;
  padding: 13px 10px 0;
  border-top: 1px solid rgba(212,175,55,.22);
  color: rgba(232,224,204,.72);
  text-align: center;
  font-size: 11.5px;
  line-height: 1.45;
  letter-spacing: .02em;
}

.fqr-request-panel .fqr-powered-by span,
.fqr-request-panel .fqr-powered-by strong {
  display: inline;
}

.fqr-request-panel .fqr-powered-by strong {
  color: rgba(212,175,55,.92);
  font-weight: 900;
}

.fqr-request-panel .fqr-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 1px !important;
  width: 1px !important;
  pointer-events: none !important;
}

.fqr-form-error {
  max-width: 720px;
  margin: 18px auto;
  padding: 14px;
  border-radius: 14px;
  background: #fdecec;
  color: #8a1f1f;
  border: 1px solid #f3b4b4;
}

.fqr-request-panel .fqr-modal[hidden] {
  display: none !important;
}

.fqr-request-panel .fqr-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.fqr-request-panel .fqr-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
}

.fqr-request-panel .fqr-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  background: #fff;
  color: #111;
  border-radius: 24px;
  border: 1px solid rgba(212,175,55,.65);
  box-shadow: 0 26px 80px rgba(0,0,0,.44);
}

.fqr-request-panel .fqr-modal-head {
  padding: 22px 20px 14px;
  text-align: center;
  background: #111;
  color: #fff;
}

.fqr-request-panel .fqr-modal-head h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.fqr-request-panel .fqr-modal-head p {
  margin: 0;
  color: #e8e0cc;
  font-size: 14px;
  line-height: 1.45;
}

.fqr-request-panel .fqr-modal-body {
  padding: 18px 20px;
}

.fqr-request-panel .fqr-summary-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.fqr-request-panel .fqr-summary-table th,

.fqr-request-panel .fqr-summary-table td {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  text-align: left;
}

.fqr-request-panel .fqr-summary-table th {
  width: 36%;
  color: #6b5f4a;
  font-weight: 800;
}

.fqr-request-panel .fqr-summary-table td {
  color: #111;
  font-weight: 600;
  word-break: break-word;
}

.fqr-request-panel .fqr-modal-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fffaf0;
  border: 1px solid #ead08a;
  color: #111;
  font-weight: 700;
  line-height: 1.45;
}

.fqr-request-panel .fqr-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 20px 20px;
}

.fqr-request-panel .fqr-modal-confirm,

.fqr-request-panel .fqr-modal-edit {
  min-height: 50px;
  border: 0;
  border-radius: 15px;
  font-weight: 900;
  cursor: pointer;
  font-size: 15px;
}

.fqr-request-panel .fqr-modal-confirm {
  background: #178a3d;
  color: #fff;
}

.fqr-request-panel .fqr-modal-confirm:disabled {
  opacity: .7;
  cursor: wait;
}

.fqr-request-panel .fqr-modal-edit {
  background: #b42318;
  color: #fff;
}

.fqr-modal-open {
  overflow: hidden;
}

@media (max-width: 680px) {
  .fqr-request-panel {
    margin: 20px auto;
    padding: 0 8px;
  }

  .fqr-request-panel .fqr-request-shell {
    border-radius: 20px;
  }

  .fqr-request-panel .fqr-request-head,
  
  .fqr-request-panel .fqr-request-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fqr-request-panel .fqr-form-grid,
  
  .fqr-request-panel .fqr-modal-actions {
    grid-template-columns: 1fr;
  }

  .fqr-request-panel .fqr-summary-table th,
  
  .fqr-request-panel .fqr-summary-table td {
    display: block;
    width: 100%;
    padding: 7px 0;
  }

  .fqr-request-panel .fqr-summary-table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/* FQR Receiver Panel v0.2.8 */
.fqr-shop-panel,
.fqr-shop-panel * {
  box-sizing: border-box;
}

.fqr-shop-panel {
  width: min(1040px, calc(100% - 18px));
  margin: 18px auto;
  padding: 14px;
  border-radius: 26px;
  background: #f7f3ea;
  color: #111827;
  border: 1px solid #ead7a5;
  box-shadow: 0 18px 52px rgba(17, 24, 39, .13);
  font-family: Arial, Helvetica, sans-serif;
}

.fqr-shop-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #111 0%, #2b2111 100%);
  color: #fff;
}

.fqr-shop-kicker {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #d4af37;
  color: #111;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
}

.fqr-shop-top h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.1;
  font-weight: 900;
}

.fqr-shop-top p {
  margin: 7px 0 0;
  color: #eadcaf;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.fqr-sound-toggle {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  background: #d4af37;
  color: #111;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(212, 175, 55, .22);
}

.fqr-sound-toggle.is-on {
  background: #16a34a;
  color: #fff;
}

.fqr-shop-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.fqr-shop-stats div {
  padding: 13px 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eadfca;
  text-align: center;
}

.fqr-shop-stats strong {
  display: block;
  color: #111827;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.fqr-shop-stats span {
  display: block;
  margin-top: 4px;
  color: #7c6a4b;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.fqr-shop-filterbar {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 12px;
  -webkit-overflow-scrolling: touch;
}

.fqr-shop-filterbar button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid #ead7a5;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-weight: 900;
  cursor: pointer;
}

.fqr-shop-filterbar button.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.fqr-panel-message {
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px dashed #d7c28b;
  color: #6b5f4a;
  font-weight: 800;
  text-align: center;
}

.fqr-panel-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fqr-panel-card {
  position: relative;
  padding: 13px;
  border-radius: 22px;
  background: #fff;
  border: 2px solid #22c55e;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .10);
  overflow: hidden;
}

.fqr-panel-card.status-new { border-color: #22c55e; }
.fqr-panel-card.status-accepted { border-color: #d4af37; }
.fqr-panel-card.status-completed { border-color: #2563eb; }
.fqr-panel-card.status-cancelled { border-color: #dc2626; }

.fqr-panel-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.fqr-panel-code {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f3ead1;
  color: #6f4d05;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.fqr-panel-name {
  margin: 7px 0 0;
  color: #111827;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
}

.fqr-panel-status {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.status-accepted .fqr-panel-status { background: #d4af37; color: #111; }
.status-completed .fqr-panel-status { background: #2563eb; color: #fff; }
.status-cancelled .fqr-panel-status { background: #dc2626; color: #fff; }

.fqr-panel-mainline {
  margin: 0 0 9px;
  padding: 10px;
  border-radius: 16px;
  background: #f8fafc;
  color: #111827;
  font-size: 14px;
  line-height: 1.38;
  font-weight: 800;
}

.fqr-panel-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.fqr-panel-info a {
  display: block;
  padding: 10px 11px;
  border-radius: 15px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.fqr-panel-email {
  background: #4b5563 !important;
}

.fqr-panel-note {
  display: none;
  margin: 9px 0 0;
  padding: 10px;
  border-radius: 16px;
  background: #fff8e7;
  border: 1px solid #efd89e;
  color: #111827;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.fqr-panel-note:not(:empty) {
  display: block;
}

.fqr-panel-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

.fqr-panel-actions button {
  min-height: 40px;
  padding: 8px 6px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  cursor: pointer;
}

.fqr-panel-actions [data-status="accepted"] { background: #d4af37; color: #111; }
.fqr-panel-actions [data-status="completed"] { background: #2563eb; }
.fqr-panel-actions [data-status="cancelled"] { background: #dc2626; }
.fqr-panel-actions [data-status="hidden"] { background: #6b7280; }

.fqr-panel-powered {
  margin-top: 14px;
  color: #7c6a4b;
  text-align: center;
}

@media (max-width: 860px) {
  .fqr-panel-list {
    grid-template-columns: 1fr;
  }

  .fqr-shop-top {
    align-items: stretch;
    flex-direction: column;
  }

  .fqr-sound-toggle {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .fqr-shop-panel {
    width: calc(100% - 10px);
    margin: 8px auto;
    padding: 9px;
    border-radius: 20px;
  }

  .fqr-shop-top {
    padding: 15px;
    border-radius: 18px;
  }

  .fqr-shop-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fqr-panel-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* v0.3.1 secret /rantevou/ panel PIN gate */
.fqr-pin-panel{max-width:560px;margin:24px auto;padding:18px}
.fqr-pin-form{margin-top:16px;background:#fff;border:1px solid rgba(212,175,55,.28);border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(17,24,39,.08)}
.fqr-pin-form .fqr-field{display:block;margin:0 0 14px}
.fqr-pin-form input{width:100%;min-height:52px;border-radius:16px;border:1px solid #d8c89b;padding:12px 14px;font-size:20px;font-weight:800;text-align:center;letter-spacing:.08em;background:#fffdf7;color:#111827;box-sizing:border-box}
.fqr-panel-error{border-color:#fecaca!important;background:#fff1f2!important;color:#991b1b!important;font-weight:800}

/* v0.3.6 premium customer success panel */
.fqr-request-panel .fqr-alert-success {
  margin: 18px 20px 22px;
  padding: 22px 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, #16a34a 0%, #0f7a35 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 18px 42px rgba(22, 163, 74, .26);
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.45;
}

.fqr-request-panel .fqr-success-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: #16a34a;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(0,0,0,.16);
}

@media (max-width: 520px) {
  .fqr-request-panel .fqr-alert-success {
    margin: 16px 14px 18px;
    padding: 20px 14px;
    border-radius: 22px;
    font-size: 17px;
  }
}


/* v0.3.8 — FQR receiver panel: same premium black/gold QRFOOD receiver motif and final status colors */
.fqr-shop-panel {
  width: min(1060px, calc(100% - 18px)) !important;
  margin: 16px auto !important;
  padding: 14px !important;
  border-radius: 26px !important;
  background: #050505 !important;
  color: #f7f2e8 !important;
  border: 1px solid rgba(214,168,63,.28) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.44) !important;
}
.fqr-shop-top {
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)) !important;
  border: 1px solid rgba(214,168,63,.30) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.30) !important;
}
.fqr-shop-kicker,
.fqr-sound-toggle,
.fqr-shop-filterbar button.is-active {
  background: linear-gradient(135deg,#f0cf7a,#d6a83f,#8f6420) !important;
  color: #050505 !important;
  border-color: rgba(240,207,122,.72) !important;
}
.fqr-shop-top h2 { color:#fff !important; }
.fqr-shop-top p { color:#d8d0c3 !important; }
.fqr-sound-toggle.is-on { background:#22c55e !important; color:#04130a !important; }
.fqr-shop-stats div {
  background: linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)) !important;
  border: 1px solid rgba(214,168,63,.22) !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.22) !important;
}
.fqr-shop-stats strong { color:#fff !important; }
.fqr-shop-stats span { color:#f0cf7a !important; }
.fqr-shop-filterbar button {
  background: rgba(255,255,255,.055) !important;
  color: #f7f2e8 !important;
  border: 1px solid rgba(214,168,63,.30) !important;
}
.fqr-panel-message {
  background: linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)) !important;
  border: 1px dashed rgba(214,168,63,.28) !important;
  color: #d8d0c3 !important;
}
.fqr-panel-card {
  padding: 12px !important;
  border-radius: 23px !important;
  background: linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03)) !important;
  border: 2px solid rgba(214,168,63,.24) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.34) !important;
}
.fqr-panel-card.status-new {
  background: linear-gradient(135deg,rgba(34,197,94,.32),rgba(8,23,15,.94)) !important;
  border: 3px solid rgba(34,197,94,.95) !important;
  border-left: 12px solid #22c55e !important;
}
.fqr-panel-card.status-accepted {
  background: linear-gradient(135deg,rgba(240,207,122,.30),rgba(34,25,9,.94)) !important;
  border: 3px solid rgba(240,207,122,.92) !important;
  border-left: 12px solid #d6a83f !important;
}
.fqr-panel-card.status-completed {
  background: linear-gradient(135deg,rgba(37,99,235,.30),rgba(8,20,50,.94)) !important;
  border: 3px solid rgba(37,99,235,.92) !important;
  border-left: 12px solid #2563eb !important;
}
.fqr-panel-card.status-cancelled {
  background: linear-gradient(135deg,rgba(220,38,38,.30),rgba(44,8,8,.94)) !important;
  border: 3px solid rgba(220,38,38,.92) !important;
  border-left: 12px solid #dc2626 !important;
}
.fqr-panel-card-head {
  margin: -12px -12px 10px !important;
  padding: 12px !important;
  border-bottom: 1px solid rgba(214,168,63,.14) !important;
  background: rgba(0,0,0,.18) !important;
}
.fqr-panel-card.status-new .fqr-panel-card-head { background:linear-gradient(135deg,rgba(34,197,94,.40),rgba(0,0,0,.20)) !important; border-bottom-color:rgba(34,197,94,.55) !important; }
.fqr-panel-card.status-accepted .fqr-panel-card-head { background:linear-gradient(135deg,rgba(240,207,122,.34),rgba(0,0,0,.20)) !important; border-bottom-color:rgba(240,207,122,.48) !important; }
.fqr-panel-card.status-completed .fqr-panel-card-head { background:linear-gradient(135deg,rgba(37,99,235,.34),rgba(0,0,0,.20)) !important; border-bottom-color:rgba(37,99,235,.48) !important; }
.fqr-panel-card.status-cancelled .fqr-panel-card-head { background:linear-gradient(135deg,rgba(220,38,38,.34),rgba(0,0,0,.20)) !important; border-bottom-color:rgba(220,38,38,.48) !important; }
.fqr-panel-code { background:rgba(0,0,0,.32) !important; border:1px solid rgba(240,207,122,.25) !important; color:#f0cf7a !important; }
.fqr-panel-name { color:#fff !important; font-size:18px !important; }
.fqr-panel-status { background:#22c55e !important; color:#04130a !important; box-shadow:0 8px 18px rgba(0,0,0,.22) !important; }
.status-accepted .fqr-panel-status { background:#d6a83f !important; color:#050505 !important; }
.status-completed .fqr-panel-status { background:#2563eb !important; color:#fff !important; }
.status-cancelled .fqr-panel-status { background:#dc2626 !important; color:#fff !important; }
.fqr-panel-mainline,
.fqr-panel-note {
  background: rgba(0,0,0,.24) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  color: #f7f2e8 !important;
}
.fqr-panel-info a {
  background: rgba(0,0,0,.38) !important;
  border: 1px solid rgba(214,168,63,.20) !important;
  color:#fff !important;
}
.fqr-panel-email { background: rgba(255,255,255,.06) !important; color:#d8d0c3 !important; }
.fqr-panel-actions { gap: 8px !important; }
.fqr-panel-actions button { border-radius:999px !important; min-height:38px !important; box-shadow:0 8px 18px rgba(0,0,0,.22) !important; }
.fqr-panel-actions [data-status="accepted"] { background:linear-gradient(135deg,#f0cf7a,#d6a83f,#8f6420) !important; color:#050505 !important; }
.fqr-panel-actions [data-status="completed"] { background:#2563eb !important; color:#fff !important; }
.fqr-panel-actions [data-status="cancelled"] { background:#dc2626 !important; color:#fff !important; }
.fqr-panel-actions [data-status="hidden"] { background:#6b7280 !important; color:#fff !important; }
.fqr-panel-powered { color:#d8d0c3 !important; }
.fqr-panel-powered strong { color:#f0cf7a !important; }
.fqr-pin-panel { color:#f7f2e8 !important; }
.fqr-pin-form {
  background: linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)) !important;
  border-color: rgba(214,168,63,.30) !important;
  box-shadow:0 18px 44px rgba(0,0,0,.35) !important;
}
.fqr-pin-form input { background:#111 !important; color:#fff !important; border-color:rgba(214,168,63,.35) !important; }
@media (min-width: 861px) {
  .fqr-panel-list { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .fqr-panel-mainline { padding: 9px 10px !important; font-size: 13px !important; }
  .fqr-panel-info a { padding: 9px 10px !important; font-size: 13px !important; }
}
@media (max-width: 520px) {
  .fqr-shop-panel { width: calc(100% - 8px) !important; padding: 9px !important; margin: 8px auto !important; }
  .fqr-panel-card { border-radius: 20px !important; }
}

/* v0.4.0 — receiver wrapper closer to QRFOOD Delivery receiver */
.fqr-receiver-shell,
.fqr-receiver-shell *{box-sizing:border-box}
.fqr-receiver-shell{width:100%;min-height:100vh;background:#050505;color:#f7f2e8;font-family:Arial,Helvetica,sans-serif;padding:18px 10px 28px}
.fqr-receiver-title{width:min(1060px,calc(100% - 18px));margin:0 auto 18px;color:#fff;font-size:34px;line-height:1.1;font-weight:950;letter-spacing:-.03em}
.fqr-receiver-shell .fqr-shop-panel{margin-top:0!important}
@media(max-width:640px){.fqr-receiver-shell{padding:10px 6px 22px}.fqr-receiver-title{font-size:26px;margin-bottom:12px}}

/* v0.4.2 — FQR receiver exactly closer to QRFOOD Delivery: active cards + compact archived rows */
.fqr-rp-status{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin-top:12px!important}
.fqr-rp-pill{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:38px!important;padding:9px 13px!important;border-radius:999px!important;background:rgba(214,168,63,.12)!important;border:1px solid rgba(214,168,63,.35)!important;color:#f0cf7a!important;font-size:13px!important;font-weight:950!important;box-shadow:0 10px 24px rgba(0,0,0,.20)!important}
.fqr-rp-pulse{width:9px!important;height:9px!important;border-radius:50%!important;background:#22c55e!important;box-shadow:0 0 0 6px rgba(34,197,94,.12)!important;display:inline-block!important}
.fqr-rp-legend{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important;width:100%!important;margin-top:6px!important}
.fqr-rp-legend span{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:32px!important;padding:7px 11px!important;border-radius:999px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.10)!important;color:#f7f2e8!important;font-size:12px!important;font-weight:950!important}
.fqr-rp-legend i{width:9px!important;height:9px!important;border-radius:999px!important;display:inline-block!important}
.fqr-rp-legend .new i{background:#22c55e!important}.fqr-rp-legend .accepted i{background:#d6a83f!important}.fqr-rp-legend .completed i{background:#2563eb!important}.fqr-rp-legend .cancelled i{background:#dc2626!important}
.fqr-rp-section-title{margin:16px 0 8px!important;padding:13px 15px!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(214,168,63,.22),rgba(214,168,63,.06))!important;border:1px solid rgba(214,168,63,.25)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;color:#f0cf7a!important;font-weight:950!important}
.fqr-rp-section-title span{font-size:15px!important}.fqr-rp-section-title small{color:#f7f2e8!important;opacity:.82!important;font-size:12px!important;font-weight:900!important}
.fqr-rp-history-head{margin:20px 0 8px!important;padding:11px 13px!important;border-radius:14px!important;background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(37,99,235,.06))!important;border:1px solid rgba(37,99,235,.32)!important;color:#dbeafe!important;font-size:14px!important;font-weight:950!important}
.fqr-panel-history-list{display:block!important;grid-template-columns:none!important;gap:0!important}
.fqr-archive-row{margin:8px 0!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02))!important;border:1px solid rgba(148,163,184,.20)!important;overflow:hidden!important;box-shadow:0 12px 28px rgba(0,0,0,.22)!important}
.fqr-archive-row.status-completed{border-left:7px solid #2563eb!important}.fqr-archive-row.status-cancelled{border-left:7px solid #dc2626!important}
.fqr-archive-head{display:grid!important;grid-template-columns:minmax(88px,.8fr) minmax(140px,1.3fr) minmax(120px,1fr) minmax(120px,1fr) minmax(98px,.8fr) auto auto!important;align-items:center!important;gap:8px!important;padding:10px 11px!important;color:#f7f2e8!important;font-size:12px!important;font-weight:950!important}
.fqr-archive-code{color:#f0cf7a!important}.fqr-archive-name{color:#fff!important}.fqr-archive-phone,.fqr-archive-service{color:#d8d0c3!important;overflow-wrap:anywhere!important}.fqr-archive-status{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:6px 9px!important;background:#2563eb!important;color:#fff!important;font-size:11px!important}.status-cancelled .fqr-archive-status{background:#dc2626!important}
.fqr-archive-toggle,.fqr-archive-hide{min-height:30px!important;padding:7px 10px!important;border-radius:999px!important;border:1px solid rgba(214,168,63,.30)!important;background:rgba(255,255,255,.055)!important;color:#f7f2e8!important;font-size:12px!important;font-weight:950!important;cursor:pointer!important}.fqr-archive-toggle{background:linear-gradient(135deg,#f0cf7a,#d6a83f,#8f6420)!important;color:#050505!important}.fqr-archive-hide{border-color:rgba(148,163,184,.24)!important;color:#d8d0c3!important}
.fqr-archive-detail{display:none!important;padding:0 12px 12px!important}.fqr-archive-row.is-open .fqr-archive-detail{display:block!important}
.fqr-archive-meta{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-top:2px!important}.fqr-archive-meta div,.fqr-archive-note{padding:9px 10px!important;border-radius:12px!important;background:rgba(0,0,0,.24)!important;border:1px solid rgba(255,255,255,.06)!important;color:#f7f2e8!important;font-size:12px!important;line-height:1.35!important;overflow-wrap:anywhere!important}.fqr-archive-meta strong,.fqr-archive-note strong{display:block!important;margin-bottom:3px!important;color:#f0cf7a!important;font-size:10px!important;letter-spacing:.04em!important;text-transform:uppercase!important}
@media(max-width:900px){.fqr-archive-head{grid-template-columns:1fr!important}.fqr-archive-toggle,.fqr-archive-hide{width:100%!important}.fqr-archive-meta{grid-template-columns:1fr!important}.fqr-rp-section-title{align-items:flex-start!important;flex-direction:column!important}}

/* v0.4.3 — FQR receiver cleanup: completed/cancelled leave active area, contact actions for confirmation. */
.fqr-panel-list:not(.fqr-panel-history-list) .fqr-panel-card.status-completed,
.fqr-panel-list:not(.fqr-panel-history-list) .fqr-panel-card.status-cancelled,
.fqr-panel-card.fqr-moving-out{display:none!important;}
.fqr-panel-info{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
.fqr-panel-info a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;border-radius:999px!important;text-decoration:none!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.fqr-panel-phone{background:linear-gradient(135deg,#f0cf7a,#d6a83f,#8f6420)!important;color:#050505!important;border-color:rgba(214,168,63,.55)!important;}
.fqr-panel-sms{background:rgba(37,99,235,.20)!important;color:#dbeafe!important;border-color:rgba(37,99,235,.42)!important;}
.fqr-panel-viber{background:rgba(124,58,237,.22)!important;color:#ede9fe!important;border-color:rgba(124,58,237,.44)!important;}
.fqr-panel-email{background:rgba(255,255,255,.055)!important;color:#f7f2e8!important;border-color:rgba(255,255,255,.12)!important;}
.fqr-panel-history-list{display:grid!important;gap:8px!important;}
.fqr-archive-row{max-width:100%!important;}
@media(max-width:640px){.fqr-panel-info{grid-template-columns:1fr!important}.fqr-panel-info a{width:100%!important}}


.fqr-request-panel .fqr-success-powered {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 18px;
}


/* v0.4.8 — Public contact buttons, location card and QRFOOD-style Google Reviews footer. */
.fqr-request-panel .fqr-contact-actions{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin:16px auto 0;
}
.fqr-request-panel .fqr-contact-btn,
.fqr-request-panel .fqr-contact-btn:link,
.fqr-request-panel .fqr-contact-btn:visited,
.fqr-request-panel .fqr-contact-btn:active{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 18px;
  border-radius:999px;
  border:1px solid rgba(212,175,55,.42);
  background:rgba(255,255,255,.04);
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none!important;
  text-shadow:none!important;
  font-size:14px;
  line-height:1.2;
  font-weight:900;
  cursor:pointer;
}
.fqr-request-panel .fqr-contact-btn-gold,
.fqr-request-panel .fqr-contact-btn-gold:link,
.fqr-request-panel .fqr-contact-btn-gold:visited{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  background:linear-gradient(135deg,#f0cf7a,#d4af37,#8f6420)!important;
  border-color:rgba(240,207,122,.75)!important;
}
.fqr-request-panel .fqr-contact-btn:hover,
.fqr-request-panel .fqr-contact-btn:focus{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  background:#d4af37!important;
  border-color:#d4af37!important;
  transform:translateY(-1px);
}
.fqr-request-panel .fqr-location-card{
  margin:16px 20px 0;
  padding:18px;
  border:1px solid rgba(212,175,55,.30);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  text-align:center;
}
.fqr-request-panel .fqr-location-card h3{
  margin:0 0 12px;
  color:#fff;
  font-size:20px;
  line-height:1.2;
  font-weight:950;
}
.fqr-request-panel .fqr-location-card p{
  margin:0 0 10px;
  color:#e8e0cc;
  font-size:14px;
  line-height:1.45;
}
.fqr-request-panel .fqr-location-card strong{
  color:#d4af37;
}
.fqr-request-panel .fqr-location-map-btn,
.fqr-request-panel .fqr-location-map-btn:link,
.fqr-request-panel .fqr-location-map-btn:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 18px;
  border-radius:999px;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  background:linear-gradient(135deg,#f0cf7a,#d4af37,#8f6420)!important;
  border:1px solid rgba(240,207,122,.75)!important;
  text-decoration:none!important;
  font-weight:950;
  margin-top:6px;
}
.fqr-request-panel .fqr-public-footer{
  padding:30px 18px 42px;
  text-align:center;
  background:#050505;
}
.fqr-request-panel .fqr-public-footer p{
  margin:0;
}
.fqr-request-panel .fqr-footer-name{
  color:#fff!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:950!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  margin-bottom:12px!important;
}
.fqr-request-panel .fqr-footer-subtitle{
  color:#fff!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:700!important;
  margin-bottom:14px!important;
}
.fqr-request-panel .fqr-google-reviews{
  margin:0 auto 14px;
  text-align:center;
}
.fqr-request-panel .fqr-google-reviews-btn,
.fqr-request-panel .fqr-google-reviews-btn:link,
.fqr-request-panel .fqr-google-reviews-btn:visited,
.fqr-request-panel .fqr-google-reviews-btn:hover,
.fqr-request-panel .fqr-google-reviews-btn:active,
.fqr-request-panel .fqr-google-reviews-btn:focus{
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:156px!important;
  min-height:48px!important;
  padding:7px 18px!important;
  border-radius:16px!important;
  background:rgba(212,175,55,.10)!important;
  border:1px solid rgba(212,175,55,.48)!important;
  text-decoration:none!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
}
.fqr-request-panel .fqr-google-reviews-stars{
  display:block!important;
  color:#d4af37!important;
  font-size:14px!important;
  line-height:1!important;
  letter-spacing:1px!important;
  margin:0 0 5px!important;
  font-weight:900!important;
}
.fqr-request-panel .fqr-google-reviews-label{
  display:block!important;
  color:#ffffff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
}
.fqr-request-panel .fqr-footer-line{
  width:82px;
  height:1px;
  margin:12px auto 18px;
  background:linear-gradient(90deg,transparent,rgba(212,175,55,.42),transparent);
}
.fqr-request-panel .fqr-footer-powered{
  color:#fff!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:800!important;
  letter-spacing:.03em!important;
}
.fqr-request-panel .fqr-footer-powered strong{
  color:#d4af37!important;
  font-weight:950!important;
}
@media(max-width:640px){
  .fqr-request-panel .fqr-contact-actions{flex-direction:column;}
  .fqr-request-panel .fqr-contact-btn{width:100%;}
  .fqr-request-panel .fqr-location-card{margin-left:12px;margin-right:12px;}
}


/* v0.4.9 — FQR PWA save-page bridge. */
.fqr-contact-actions .qrf-pwa-save-wrap,
.fqr-pwa-save-fallback {
    grid-column: 1 / -1;
    width: 100%;
    margin: 4px 0 0;
}
.fqr-contact-actions .qrf-pwa-save-wrap {
    padding: 0;
    background: transparent;
    border: 0;
}
.fqr-contact-actions .qrf-pwa-save-btn,
.fqr-pwa-save-fallback .fqr-save-page-btn {
    min-height: 46px;
}
.fqr-contact-actions .qrf-pwa-save-hint,
.fqr-pwa-save-fallback-hint {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255,255,255,.72);
    text-align: center;
}
.fqr-pwa-save-fallback .fqr-save-page-btn {
    width: 100%;
    justify-content: center;
}


/* DFSD Forma — callback form and white-label receiver */
.dfsd-callback-panel .fqr-request-shell{max-width:920px;margin:0 auto;background:#fff;border:1px solid rgba(20,43,69,.14);border-radius:20px;box-shadow:0 18px 48px rgba(13,32,53,.13);overflow:hidden}
.dfsd-form-head{padding:30px 28px 18px;text-align:center;background:linear-gradient(135deg,#142b45,#42698f);color:#fff}
.dfsd-form-head h2{margin:0 0 10px;color:#fff;font-size:clamp(28px,4vw,42px);font-family:Georgia,"Times New Roman",serif}
.dfsd-form-head p{max-width:700px;margin:0 auto 16px;color:rgba(255,255,255,.82)}
.dfsd-emergency-phone{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid #ead187;border-radius:999px;background:#ead187;color:#142b45!important;font-weight:900;text-decoration:none!important}
.dfsd-callback-form{padding:28px}
.dfsd-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.dfsd-callback-panel .fqr-field select{width:100%;min-height:52px;padding:12px 14px;border:1px solid #d7dce1;border-radius:10px;background:#fff;color:#263746;font:inherit}
.dfsd-callback-panel .fqr-field-full{grid-column:1/-1}
.dfsd-callback-panel .fqr-submit-btn{width:100%;margin-top:20px;background:linear-gradient(135deg,#e8cf80,#bc8b2c)!important;color:#172333!important}
.fqr-shop-top h2,.fqr-pin-panel h2{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:clamp(24px,5vw,42px)!important;letter-spacing:.06em!important}
.fqr-receiver-title,.fqr-shop-kicker{word-break:normal!important;overflow-wrap:normal!important}
@media(max-width:700px){.dfsd-form-grid{grid-template-columns:1fr}.dfsd-callback-form{padding:20px 16px}.dfsd-form-head{padding:25px 16px 17px}.fqr-shop-top h2,.fqr-pin-panel h2{white-space:normal;font-size:24px!important;letter-spacing:.02em!important}}


/* DFSD Forma v0.5.3 — strict visual isolation for embedded callback form */
.dfsd-callback-panel,
.dfsd-callback-panel *,
.dfsd-callback-panel *::before,
.dfsd-callback-panel *::after{box-sizing:border-box!important}

.dfsd-callback-panel{width:100%!important;max-width:100%!important;margin:0 auto!important;font-family:Arial,Helvetica,sans-serif!important;color:#263746!important}
.dfsd-callback-panel .fqr-request-shell{width:100%!important;max-width:920px!important;margin:0 auto!important;overflow:hidden!important;border-radius:20px!important}

.dfsd-callback-panel .dfsd-form-head{padding:26px 22px 22px!important;background:linear-gradient(135deg,#142b45,#42698f)!important;color:#fff!important;text-align:center!important}
.dfsd-callback-panel .dfsd-form-head h2{max-width:760px!important;margin:0 auto 10px!important;color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(28px,4.2vw,40px)!important;font-weight:500!important;line-height:1.16!important;letter-spacing:0!important;text-indent:0!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;text-shadow:none!important}
.dfsd-callback-panel .dfsd-form-head p{max-width:680px!important;margin:0 auto 16px!important;color:rgba(255,255,255,.92)!important;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.55!important;letter-spacing:0!important;text-align:center!important}
.dfsd-callback-panel .dfsd-emergency-phone{display:inline-flex!important;min-height:48px!important;align-items:center!important;justify-content:center!important;padding:11px 20px!important;border:1px solid #ead187!important;border-radius:999px!important;background:#ead187!important;color:#142b45!important;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:900!important;line-height:1.25!important;text-align:center!important;text-decoration:none!important;white-space:normal!important}

.dfsd-callback-panel .dfsd-callback-form{width:100%!important;padding:26px 24px 28px!important;background:#fff!important}
.dfsd-callback-panel .dfsd-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:100%!important}
.dfsd-callback-panel .fqr-field{display:block!important;width:100%!important;min-width:0!important;margin:0!important}
.dfsd-callback-panel .fqr-field-full{grid-column:1/-1!important;width:100%!important;margin:0!important}
.dfsd-callback-panel .fqr-field span{display:block!important;margin:0 0 7px!important;color:#142b45!important;font-family:Arial,Helvetica,sans-serif!important;font-size:15px!important;font-weight:800!important;line-height:1.3!important;letter-spacing:0!important;text-align:left!important;text-transform:none!important}
.dfsd-callback-panel .fqr-field input,
.dfsd-callback-panel .fqr-field select,
.dfsd-callback-panel .fqr-field textarea{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;border:1px solid rgba(203,165,72,.55)!important;border-radius:14px!important;background:#fff!important;color:#263746!important;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.35!important;letter-spacing:0!important;box-shadow:none!important;outline:none!important}
.dfsd-callback-panel .fqr-field input,
.dfsd-callback-panel .fqr-field select{height:52px!important;min-height:52px!important;max-height:52px!important;padding:11px 14px!important}
.dfsd-callback-panel .fqr-field textarea{min-height:118px!important;max-height:260px!important;padding:12px 14px!important;resize:vertical!important}
.dfsd-callback-panel .fqr-field input::placeholder,
.dfsd-callback-panel .fqr-field textarea::placeholder{color:#8b9197!important;opacity:1!important}
.dfsd-callback-panel .fqr-field input:focus,
.dfsd-callback-panel .fqr-field select:focus,
.dfsd-callback-panel .fqr-field textarea:focus{border-color:#cba548!important;box-shadow:0 0 0 3px rgba(203,165,72,.18)!important}

.dfsd-callback-panel .fqr-gdpr{display:flex!important;width:100%!important;align-items:flex-start!important;gap:11px!important;margin:20px 0 14px!important;color:#4d5966!important;font-family:Arial,Helvetica,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important;text-align:left!important}
.dfsd-callback-panel .fqr-gdpr input[type="checkbox"]{width:22px!important;height:22px!important;min-width:22px!important;flex:0 0 22px!important;margin:2px 0 0!important;accent-color:#cba548!important}
.dfsd-callback-panel .fqr-gdpr span{display:block!important;color:#4d5966!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important}

.dfsd-callback-panel .fqr-submit-btn{display:flex!important;width:100%!important;min-height:54px!important;align-items:center!important;justify-content:center!important;margin:18px 0 0!important;padding:13px 20px!important;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#e8cf80,#bc8b2c)!important;color:#172333!important;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:0!important;text-align:center!important;text-transform:none!important;box-shadow:0 10px 24px rgba(116,78,10,.18)!important}

@media(max-width:760px){
  .dfsd-callback-panel .dfsd-form-grid{grid-template-columns:1fr!important;gap:16px!important}
  .dfsd-callback-panel .dfsd-callback-form{padding:22px 18px 24px!important}
  .dfsd-callback-panel .dfsd-form-head{padding:24px 18px 20px!important}
  .dfsd-callback-panel .dfsd-form-head h2{font-size:clamp(28px,8vw,36px)!important;line-height:1.14!important}
  .dfsd-callback-panel .dfsd-form-head p{font-size:16px!important;line-height:1.5!important}
}

@media(max-width:420px){
  .dfsd-callback-panel .fqr-request-shell{border-radius:16px!important}
  .dfsd-callback-panel .dfsd-callback-form{padding:20px 14px 22px!important}
  .dfsd-callback-panel .dfsd-form-head{padding:22px 14px 18px!important}
  .dfsd-callback-panel .dfsd-form-head h2{font-size:30px!important}
  .dfsd-callback-panel .dfsd-emergency-phone{width:100%!important;font-size:15px!important}
  .dfsd-callback-panel .fqr-field span{font-size:14px!important}
  .dfsd-callback-panel .fqr-gdpr,
  .dfsd-callback-panel .fqr-gdpr span{font-size:13px!important}
  .dfsd-callback-panel .fqr-submit-btn{font-size:17px!important}
}

.dfsd-callback-panel .dfsd-gdpr-submit-note{margin:12px 0 0!important;color:#6a7480!important;font-family:Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:1.5!important;text-align:center!important}
.dfsd-callback-panel .fqr-alert{scroll-margin-top:24px!important}
.dfsd-callback-panel .fqr-submit-btn[disabled]{cursor:wait!important;opacity:.78!important;transform:none!important}


/* ==========================================================
   DFSD Forma v0.5.5 — compact responsive callback form
   Scoped only to [dfsd_forma]. Does not affect Chaty or site.
   ========================================================== */
.dfsd-callback-panel{
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  overflow:visible!important;
}

.dfsd-callback-panel .fqr-request-shell{
  width:min(100%,820px)!important;
  max-width:820px!important;
  margin:0 auto!important;
  border:1px solid rgba(20,43,69,.14)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 38px rgba(13,32,53,.10)!important;
  overflow:hidden!important;
}

.dfsd-callback-panel .dfsd-form-head{
  padding:22px 24px 20px!important;
  background:linear-gradient(135deg,#142b45,#42698f)!important;
  text-align:center!important;
}

.dfsd-callback-panel .dfsd-form-head h2{
  width:100%!important;
  max-width:680px!important;
  margin:0 auto 8px!important;
  padding:0!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(23px,3vw,31px)!important;
  font-weight:500!important;
  line-height:1.18!important;
  letter-spacing:0!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none!important;
}

.dfsd-callback-panel .dfsd-form-head p{
  max-width:620px!important;
  margin:0 auto 14px!important;
  color:rgba(255,255,255,.9)!important;
  font-size:15px!important;
  line-height:1.5!important;
}

.dfsd-callback-panel .dfsd-emergency-phone{
  min-height:44px!important;
  padding:10px 18px!important;
  border-radius:999px!important;
  font-size:15px!important;
  line-height:1.2!important;
}

.dfsd-callback-panel .dfsd-callback-form{
  width:100%!important;
  margin:0!important;
  padding:22px 24px 24px!important;
}

.dfsd-callback-panel .dfsd-form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px 16px!important;
  width:100%!important;
}

.dfsd-callback-panel .fqr-field{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}

.dfsd-callback-panel .fqr-field span{
  margin:0 0 6px!important;
  color:#142b45!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.3!important;
}

.dfsd-callback-panel .fqr-field input,
.dfsd-callback-panel .fqr-field select,
.dfsd-callback-panel .fqr-field textarea{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  border:1px solid rgba(203,165,72,.55)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#263746!important;
  font-size:16px!important;
  line-height:1.35!important;
}

.dfsd-callback-panel .fqr-field input,
.dfsd-callback-panel .fqr-field select{
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  padding:9px 13px!important;
}

.dfsd-callback-panel .fqr-field textarea{
  min-height:88px!important;
  max-height:180px!important;
  padding:11px 13px!important;
  resize:vertical!important;
}

.dfsd-callback-panel .fqr-gdpr{
  gap:10px!important;
  margin:16px 0 10px!important;
  font-size:13px!important;
  line-height:1.45!important;
}

.dfsd-callback-panel .fqr-gdpr input[type="checkbox"]{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  flex:0 0 20px!important;
}

.dfsd-callback-panel .fqr-gdpr span{
  font-size:13px!important;
  line-height:1.45!important;
}

.dfsd-callback-panel .fqr-submit-btn{
  min-height:50px!important;
  margin:14px 0 0!important;
  padding:12px 18px!important;
  border-radius:11px!important;
  font-size:17px!important;
}

.dfsd-callback-panel .dfsd-gdpr-submit-note{
  max-width:650px!important;
  margin:10px auto 0!important;
  font-size:11.5px!important;
  line-height:1.45!important;
}

.dfsd-callback-panel .fqr-alert{
  width:100%!important;
  margin:0!important;
  padding:24px 22px!important;
  border-radius:18px!important;
  scroll-margin-top:18px!important;
  text-align:center!important;
}

@media (max-width:680px){
  .dfsd-callback-panel .fqr-request-shell{
    border-radius:16px!important;
  }

  .dfsd-callback-panel .dfsd-form-head{
    padding:20px 17px 18px!important;
  }

  .dfsd-callback-panel .dfsd-form-head h2{
    font-size:clamp(22px,6.8vw,28px)!important;
    line-height:1.16!important;
  }

  .dfsd-callback-panel .dfsd-form-head p{
    margin-bottom:12px!important;
    font-size:14px!important;
  }

  .dfsd-callback-panel .dfsd-emergency-phone{
    width:auto!important;
    max-width:100%!important;
    min-height:42px!important;
    padding:9px 15px!important;
    font-size:14px!important;
  }

  .dfsd-callback-panel .dfsd-callback-form{
    padding:18px 16px 20px!important;
  }

  .dfsd-callback-panel .dfsd-form-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  .dfsd-callback-panel .fqr-field input,
  .dfsd-callback-panel .fqr-field select{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
  }

  .dfsd-callback-panel .fqr-field textarea{
    min-height:82px!important;
  }
}

@media (max-width:390px){
  .dfsd-callback-panel .dfsd-form-head{
    padding:18px 13px 16px!important;
  }

  .dfsd-callback-panel .dfsd-form-head h2{
    font-size:22px!important;
  }

  .dfsd-callback-panel .dfsd-callback-form{
    padding:16px 12px 18px!important;
  }

  .dfsd-callback-panel .fqr-field span{
    font-size:13.5px!important;
  }

  .dfsd-callback-panel .fqr-submit-btn{
    font-size:16px!important;
  }
}

@media (min-width:701px){
  .fqr-shop-top h2,
  .fqr-pin-panel h2{
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:clamp(21px,3.3vw,36px)!important;
    letter-spacing:.045em!important;
  }
}


/* ==========================================================
   DFSD Forma v0.5.6 — mobile width + duplicate heading fix
   Mobile only.
   ========================================================== */
@media (max-width:680px){

  /* Hide the duplicate plugin title and text on mobile. */
  .dfsd-callback-panel .dfsd-form-head h2,
  .dfsd-callback-panel .dfsd-form-head > p{
    display:none!important;
  }

  /* Keep only the emergency call strip. */
  .dfsd-callback-panel .dfsd-form-head{
    padding:13px 12px!important;
  }

  .dfsd-callback-panel .dfsd-emergency-phone{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    min-height:46px!important;
    margin:0!important;
    padding:10px 14px!important;
    border-radius:12px!important;
    font-size:15px!important;
    line-height:1.25!important;
  }

  /* Make the form follow almost the full mobile page width. */
  .dfsd-callback-panel{
    width:calc(100% + 32px)!important;
    max-width:none!important;
    margin-left:-16px!important;
    margin-right:-16px!important;
  }

  .dfsd-callback-panel .fqr-request-shell{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    border-radius:16px!important;
  }

  .dfsd-callback-panel .dfsd-callback-form{
    padding:17px 12px 20px!important;
  }

  .dfsd-callback-panel .dfsd-form-grid{
    gap:12px!important;
  }

  .dfsd-callback-panel .fqr-field input,
  .dfsd-callback-panel .fqr-field select,
  .dfsd-callback-panel .fqr-field textarea{
    border-radius:11px!important;
  }

  .dfsd-callback-panel .fqr-field input,
  .dfsd-callback-panel .fqr-field select{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
  }

  .dfsd-callback-panel .fqr-field textarea{
    min-height:86px!important;
  }
}

@media (max-width:390px){
  .dfsd-callback-panel{
    width:calc(100% + 24px)!important;
    margin-left:-12px!important;
    margin-right:-12px!important;
  }

  .dfsd-callback-panel .dfsd-callback-form{
    padding:16px 10px 18px!important;
  }
}


/* ==========================================================
   DFSD Forma v0.5.7 — emergency phone on two clean lines
   ========================================================== */
.dfsd-callback-panel .dfsd-emergency-phone{
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  text-align:center!important;
  white-space:normal!important;
}

.dfsd-callback-panel .dfsd-emergency-label{
  display:block!important;
  color:inherit!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.2!important;
}

.dfsd-callback-panel .dfsd-emergency-number{
  display:block!important;
  color:inherit!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1.15!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
}

@media (max-width:680px){
  .dfsd-callback-panel .dfsd-emergency-phone{
    min-height:62px!important;
    padding:10px 14px!important;
  }

  .dfsd-callback-panel .dfsd-emergency-label{
    font-size:14px!important;
  }

  .dfsd-callback-panel .dfsd-emergency-number{
    font-size:20px!important;
  }
}


/* ==========================================================
   DFSD Forma v0.5.8 — stronger hidden honeypot fields
   ========================================================== */
.dfsd-callback-panel .fqr-hp{
  position:absolute!important;
  left:-10000px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}


/* ==========================================================
   DFSD Callback v0.6.3 — mobile receiver card width fix
   CSS only. No request, panel, database or shortcode logic changed.
   ========================================================== */
@media (max-width: 700px) {
  .fqr-receiver-shell {
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 4px 22px !important;
    overflow-x: hidden !important;
  }

  .fqr-receiver-shell .fqr-shop-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 8px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .fqr-receiver-shell .fqr-panel-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 12px !important;
  }

  .fqr-receiver-shell .fqr-panel-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 18px !important;
    border-left-width: 8px !important;
    overflow: hidden !important;
  }

  .fqr-receiver-shell .fqr-panel-card-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: -10px -10px 10px !important;
    padding: 10px !important;
    gap: 8px !important;
  }

  .fqr-receiver-shell .fqr-panel-card-head > div {
    min-width: 0 !important;
  }

  .fqr-receiver-shell .fqr-panel-code {
    display: inline-flex !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .fqr-receiver-shell .fqr-panel-name {
    max-width: 100% !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .fqr-receiver-shell .fqr-panel-status {
    align-self: start !important;
    white-space: nowrap !important;
  }

  .fqr-receiver-shell .fqr-panel-mainline,
  .fqr-receiver-shell .fqr-panel-note {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    white-space: pre-wrap !important;
  }

  .fqr-receiver-shell .fqr-panel-info {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
  }

  .fqr-receiver-shell .fqr-panel-info a {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border-radius: 13px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .fqr-receiver-shell .fqr-panel-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .fqr-receiver-shell .fqr-panel-actions button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 10px 8px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 360px) {
  .fqr-receiver-shell {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .fqr-receiver-shell .fqr-shop-panel {
    padding: 6px !important;
  }

  .fqr-receiver-shell .fqr-panel-card {
    padding: 8px !important;
    border-left-width: 7px !important;
  }

  .fqr-receiver-shell .fqr-panel-card-head {
    margin: -8px -8px 8px !important;
    padding: 9px 8px !important;
  }

  .fqr-receiver-shell .fqr-panel-actions button {
    font-size: 12px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}


/* ==========================================================
   DFSD Callback v0.6.4 — mobile form header restored
   ========================================================== */
@media (max-width: 680px) {
  .dfsd-callback-panel .dfsd-form-head h2,
  .dfsd-callback-panel .dfsd-form-head > p {
    display: block !important;
  }

  .dfsd-callback-panel .dfsd-form-head {
    padding: 18px 14px 16px !important;
  }

  .dfsd-callback-panel .dfsd-form-head h2 {
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    font-size: clamp(24px, 7vw, 29px) !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .dfsd-callback-panel .dfsd-form-head > p {
    max-width: 520px !important;
    margin: 0 auto 12px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .dfsd-callback-panel .dfsd-emergency-phone {
    width: 100% !important;
    max-width: 360px !important;
    min-height: 60px !important;
    margin: 0 auto !important;
    padding: 9px 14px !important;
  }

  .dfsd-callback-panel .dfsd-emergency-label {
    font-size: 13px !important;
  }

  .dfsd-callback-panel .dfsd-emergency-number {
    font-size: 19px !important;
  }
}

@media (max-width: 390px) {
  .dfsd-callback-panel .dfsd-form-head {
    padding: 16px 12px 14px !important;
  }

  .dfsd-callback-panel .dfsd-form-head h2 {
    font-size: 23px !important;
  }

  .dfsd-callback-panel .dfsd-form-head > p {
    font-size: 13.5px !important;
  }
}


/* ==========================================================
   DFSD Callback v0.6.6 — single message, call-only plugin header
   The page keeps its own message. The plugin shows only direct call.
   ========================================================== */
.dfsd-callback-panel .dfsd-form-head--call-only{
  padding:18px 22px!important;
  min-height:0!important;
}

.dfsd-callback-panel .dfsd-form-head--call-only .dfsd-emergency-phone{
  display:flex!important;
  width:min(100%,420px)!important;
  max-width:420px!important;
  min-height:58px!important;
  margin:0 auto!important;
  padding:10px 18px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  border-radius:16px!important;
  text-align:center!important;
}

.dfsd-callback-panel .dfsd-form-head--call-only .dfsd-emergency-label{
  display:block!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.15!important;
}

.dfsd-callback-panel .dfsd-form-head--call-only .dfsd-emergency-number{
  display:block!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1.15!important;
  letter-spacing:.035em!important;
  white-space:nowrap!important;
}

@media (max-width:680px){
  .dfsd-callback-panel .dfsd-form-head--call-only{
    padding:14px 12px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--call-only .dfsd-emergency-phone{
    width:100%!important;
    max-width:100%!important;
    min-height:60px!important;
    padding:10px 14px!important;
    border-radius:14px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--call-only .dfsd-emergency-number{
    font-size:21px!important;
  }
}


/* ==========================================================
   DFSD Callback v0.6.7 — single consent text below submit
   ========================================================== */
.dfsd-callback-panel .fqr-submit-btn + .dfsd-single-consent{
  width:100%!important;
  margin:14px 2px 0!important;
  gap:9px!important;
  color:#66717d!important;
  font-size:12px!important;
  line-height:1.45!important;
}

.dfsd-callback-panel .fqr-submit-btn + .dfsd-single-consent span{
  color:#66717d!important;
  font-size:12px!important;
  line-height:1.45!important;
}

.dfsd-callback-panel .fqr-submit-btn + .dfsd-single-consent input[type="checkbox"]{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  flex:0 0 18px!important;
  margin-top:1px!important;
}


/* ==========================================================
   DFSD Callback v0.6.8 — full elegant intro
   ========================================================== */
.dfsd-callback-panel .dfsd-form-head--full-intro{
  padding:30px 28px 24px!important;
  text-align:center!important;
}

.dfsd-callback-panel .dfsd-form-kicker{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  margin:0 auto 13px!important;
  color:#ead187!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}

.dfsd-callback-panel .dfsd-form-kicker::before,
.dfsd-callback-panel .dfsd-form-kicker::after{
  width:34px!important;
  height:1px!important;
  background:#cba548!important;
  content:""!important;
}

.dfsd-callback-panel .dfsd-form-head--full-intro h2{
  max-width:760px!important;
  margin:0 auto 14px!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(31px,4.5vw,48px)!important;
  font-weight:500!important;
  line-height:1.12!important;
}

.dfsd-callback-panel .dfsd-form-head--full-intro p{
  max-width:720px!important;
  margin:0 auto 20px!important;
  color:rgba(255,255,255,.82)!important;
  font-size:17px!important;
  line-height:1.65!important;
}

.dfsd-callback-panel .dfsd-form-head--full-intro .dfsd-emergency-phone{
  display:flex!important;
  width:min(100%,420px)!important;
  max-width:420px!important;
  min-height:68px!important;
  margin:0 auto!important;
  padding:12px 18px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  border-radius:16px!important;
  text-align:center!important;
}

.dfsd-callback-panel .dfsd-form-head--full-intro .dfsd-emergency-label{
  display:block!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.15!important;
}

.dfsd-callback-panel .dfsd-form-head--full-intro .dfsd-emergency-number{
  display:block!important;
  font-size:23px!important;
  font-weight:900!important;
  line-height:1.15!important;
  letter-spacing:.035em!important;
  white-space:nowrap!important;
}

@media (max-width:680px){
  .dfsd-callback-panel .dfsd-form-head--full-intro{
    padding:25px 17px 20px!important;
  }

  .dfsd-callback-panel .dfsd-form-kicker{
    gap:9px!important;
    font-size:11px!important;
    letter-spacing:.11em!important;
  }

  .dfsd-callback-panel .dfsd-form-kicker::before,
  .dfsd-callback-panel .dfsd-form-kicker::after{
    width:24px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--full-intro h2{
    font-size:clamp(30px,9.5vw,40px)!important;
  }

  .dfsd-callback-panel .dfsd-form-head--full-intro p{
    font-size:15px!important;
    line-height:1.6!important;
  }

  .dfsd-callback-panel .dfsd-form-head--full-intro .dfsd-emergency-phone{
    width:100%!important;
    max-width:100%!important;
    min-height:64px!important;
    padding:11px 14px!important;
    border-radius:14px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--full-intro .dfsd-emergency-number{
    font-size:21px!important;
  }
}


/* ==========================================================
   DFSD Callback v0.6.9 — autonomous light intro
   ========================================================== */
.dfsd-callback-panel .dfsd-form-head--autonomous-intro{
  padding:34px 28px 26px!important;
  background:#f5f1e8!important;
  color:#142b45!important;
  text-align:center!important;
}

.dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  margin:0 auto 15px!important;
  color:#806019!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}

.dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker::before,
.dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker::after{
  width:34px!important;
  height:1px!important;
  background:#cba548!important;
  content:""!important;
}

.dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
  max-width:820px!important;
  margin:0 auto 16px!important;
  color:#142b45!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(34px,5vw,54px)!important;
  font-weight:500!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
}

.dfsd-callback-panel .dfsd-form-head--autonomous-intro p{
  max-width:760px!important;
  margin:0 auto 24px!important;
  color:#687684!important;
  font-size:15px!important;
  line-height:1.7!important;
}

.dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-emergency-phone{
  display:flex!important;
  width:min(100%,420px)!important;
  max-width:420px!important;
  min-height:68px!important;
  margin:0 auto!important;
  padding:12px 18px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  border-radius:16px!important;
  text-align:center!important;
}

.dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-emergency-label{
  display:block!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.15!important;
}

.dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-emergency-number{
  display:block!important;
  font-size:23px!important;
  font-weight:900!important;
  line-height:1.15!important;
  letter-spacing:.035em!important;
  white-space:nowrap!important;
}

@media (max-width:680px){
  .dfsd-callback-panel .dfsd-form-head--autonomous-intro{
    padding:28px 16px 22px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker{
    gap:9px!important;
    font-size:11px!important;
    letter-spacing:.11em!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker::before,
  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker::after{
    width:24px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
    font-size:clamp(31px,9.8vw,42px)!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro p{
    font-size:14px!important;
    line-height:1.65!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-emergency-phone{
    width:100%!important;
    max-width:100%!important;
    min-height:64px!important;
    padding:11px 14px!important;
    border-radius:14px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-emergency-number{
    font-size:21px!important;
  }
}


/* ==========================================================
   DFSD Callback v0.7.0 — mobile full-width site template
   Desktop remains unchanged.
   ========================================================== */
@media (max-width:700px){

  .dfsd-callback-panel{
    position:relative!important;
    left:50%!important;
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    margin:20px 0!important;
    padding:0!important;
    transform:translateX(-50%)!important;
    overflow:visible!important;
  }

  .dfsd-callback-panel .fqr-request-shell{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    border:1px solid rgba(20,43,69,.12)!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 14px 38px rgba(13,32,53,.10)!important;
    overflow:hidden!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro{
    width:100%!important;
    max-width:none!important;
    padding:30px 18px 25px!important;
    border-radius:0!important;
    background:#f5f1e8!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker{
    width:100%!important;
    max-width:100%!important;
    gap:10px!important;
    margin:0 auto 17px!important;
    font-size:11px!important;
    letter-spacing:.12em!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker::before,
  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker::after{
    width:30px!important;
    flex:0 0 30px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto 18px!important;
    padding:0!important;
    font-size:clamp(36px,10.8vw,46px)!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
    text-align:center!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro p{
    width:100%!important;
    max-width:640px!important;
    margin:0 auto 25px!important;
    padding:0!important;
    font-size:17px!important;
    line-height:1.62!important;
    text-align:center!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-emergency-phone{
    width:100%!important;
    max-width:100%!important;
    min-height:72px!important;
    margin:0 auto!important;
    padding:12px 16px!important;
    border-radius:16px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-emergency-label{
    font-size:15px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-emergency-number{
    font-size:24px!important;
  }

  .dfsd-callback-panel .dfsd-callback-form{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:22px 16px 24px!important;
  }

  .dfsd-callback-panel .dfsd-form-grid{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
  }

  .dfsd-callback-panel .fqr-field,
  .dfsd-callback-panel .fqr-field-full,
  .dfsd-callback-panel .fqr-field input,
  .dfsd-callback-panel .fqr-field select,
  .dfsd-callback-panel .fqr-field textarea,
  .dfsd-callback-panel .fqr-submit-btn,
  .dfsd-callback-panel .dfsd-single-consent{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
}

@media (max-width:390px){

  .dfsd-callback-panel{
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro{
    padding:27px 13px 22px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker{
    gap:7px!important;
    font-size:10px!important;
    letter-spacing:.09em!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker::before,
  .dfsd-callback-panel .dfsd-form-head--autonomous-intro .dfsd-form-kicker::after{
    width:22px!important;
    flex-basis:22px!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
    font-size:clamp(34px,10.5vw,41px)!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro p{
    font-size:16px!important;
    line-height:1.58!important;
  }

  .dfsd-callback-panel .dfsd-callback-form{
    padding:20px 12px 22px!important;
  }
}


/* ==========================================================
   DFSD Callback v0.7.1 — final text order
   ========================================================== */
.dfsd-callback-panel .dfsd-before-submit{
  width:100%!important;
  margin:8px 0 14px!important;
  color:#142b45!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:22px!important;
  font-weight:700!important;
  line-height:1.35!important;
  text-align:center!important;
}

@media (max-width:700px){
  .dfsd-callback-panel .dfsd-before-submit{
    margin:10px 0 14px!important;
    font-size:20px!important;
    line-height:1.42!important;
  }
}


/* ==========================================================
   DFSD Callback v0.7.3 — heading only mobile fix
   ========================================================== */
@media (max-width:700px){
  .dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
    font-size:clamp(31px,8.8vw,39px)!important;
    line-height:1.08!important;
  }
}

@media (max-width:390px){
  .dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
    font-size:clamp(29px,8.4vw,35px)!important;
  }
}


/* ==========================================================
   DFSD Callback v0.7.4 — Chrome-safe mobile heading
   Only the main heading is affected.
   ========================================================== */
@media (max-width:700px){

  .dfsd-callback-panel{
    -webkit-text-size-adjust:100%!important;
    text-size-adjust:100%!important;
  }

  .dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto 18px!important;
    padding:0 6px!important;
    font-size:34px!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    hyphens:none!important;
  }
}

@media (max-width:420px){
  .dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
    font-size:31px!important;
  }
}

@media (max-width:360px){
  .dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
    font-size:28px!important;
    line-height:1.14!important;
  }
}


/* ==========================================================
   DFSD Callback v0.8.0 — application-focused form intro
   ========================================================== */
.dfsd-callback-panel .dfsd-app-priority{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:48px!important;
  margin:0 auto!important;
  padding:11px 18px!important;
  border:1px solid rgba(20,43,69,.18)!important;
  border-radius:999px!important;
  background:#e9eef5!important;
  color:#142b45!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-align:center!important;
  box-shadow:0 8px 20px rgba(20,43,69,.08)!important;
}
.dfsd-callback-panel .dfsd-app-priority-dot{
  display:inline-block!important;
  width:10px!important;
  height:10px!important;
  flex:0 0 10px!important;
  border-radius:50%!important;
  background:#2e7d32!important;
  box-shadow:0 0 0 4px rgba(46,125,50,.12)!important;
}
@media (max-width:700px){
  .dfsd-callback-panel .dfsd-form-head--autonomous-intro h2{
    font-size:clamp(28px,7.7vw,36px)!important;
    line-height:1.12!important;
  }
  .dfsd-callback-panel .dfsd-app-priority{
    width:100%!important;
    max-width:100%!important;
    min-height:52px!important;
    padding:12px 14px!important;
    border-radius:14px!important;
    font-size:14px!important;
  }
}

/* ==========================================================
   DFSD Callback v0.8.4 — subtle live priority indicator
   Only the priority dot animation is affected.
   ========================================================== */
.dfsd-callback-panel .dfsd-form-head--autonomous-intro{
  padding-bottom:0!important;
}

.dfsd-callback-panel .dfsd-app-priority{
  position:relative!important;
  z-index:3!important;
  display:flex!important;
  width:min(100%,520px)!important;
  min-height:62px!important;
  margin:0 auto -31px!important;
  padding:14px 24px!important;
  border:1px solid rgba(203,165,72,.68)!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#173553 0%,#10283f 55%,#0b2136 100%)!important;
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.01em!important;
  box-shadow:0 14px 30px rgba(20,43,69,.22),0 3px 0 rgba(203,165,72,.15) inset!important;
}

.dfsd-callback-panel .dfsd-app-priority::before{
  position:absolute!important;
  inset:5px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:11px!important;
  content:""!important;
  pointer-events:none!important;
}

.dfsd-callback-panel .dfsd-app-priority-dot{
  position:relative!important;
  z-index:2!important;
  display:inline-block!important;
  width:10px!important;
  height:10px!important;
  flex:0 0 10px!important;
  border:0!important;
  border-radius:50%!important;
  background:#0c2415!important;
  box-shadow:0 0 0 3px rgba(40,176,82,.18),0 0 8px rgba(40,176,82,.48)!important;
  animation:dfsdPriorityLiveBreath 2.2s ease-in-out infinite!important;
}

.dfsd-callback-panel .dfsd-app-priority-dot::after{
  position:absolute!important;
  inset:-5px!important;
  border-radius:50%!important;
  background:rgba(40,176,82,.22)!important;
  content:""!important;
  opacity:.35!important;
  filter:blur(4px)!important;
  transform:scale(.82)!important;
  animation:dfsdPriorityLiveAura 2.2s ease-in-out infinite!important;
  pointer-events:none!important;
}

.dfsd-callback-panel .dfsd-callback-form{
  padding-top:52px!important;
}

@keyframes dfsdPriorityLiveBreath{
  0%,100%{opacity:.72;transform:scale(.96);box-shadow:0 0 0 2px rgba(40,176,82,.10),0 0 5px rgba(40,176,82,.30)}
  50%{opacity:1;transform:scale(1.03);box-shadow:0 0 0 4px rgba(40,176,82,.16),0 0 11px rgba(40,176,82,.62)}
}

@keyframes dfsdPriorityLiveAura{
  0%,100%{opacity:.18;transform:scale(.78)}
  50%{opacity:.48;transform:scale(1.16)}
}

@media (max-width:700px){
  .dfsd-callback-panel .dfsd-app-priority{
    width:calc(100% - 28px)!important;
    min-height:58px!important;
    margin:0 auto -29px!important;
    padding:13px 18px!important;
    border-radius:15px!important;
    font-size:15px!important;
  }
  .dfsd-callback-panel .dfsd-callback-form{
    padding-top:49px!important;
  }
}


/* v0.8.8 centered receiver branding */
.fqr-receiver-shell .fqr-receiver-hero {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
}
.fqr-receiver-shell .fqr-receiver-brand {
  width: 100%;
  text-align: center;
}
.fqr-receiver-shell .fqr-receiver-brand .fqr-shop-kicker {
  margin-left: auto;
  margin-right: auto;
}
.fqr-receiver-shell .fqr-receiver-brand h2 {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  text-align: center !important;
  letter-spacing: .18em !important;
}
.fqr-receiver-shell .fqr-receiver-subtitle {
  margin-top: 7px;
  color: #f0cf7a;
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
}
.fqr-receiver-shell .fqr-receiver-brand p {
  max-width: 680px;
  margin: 12px auto 0 !important;
  text-align: center !important;
}
.fqr-receiver-shell .fqr-receiver-hero .fqr-sound-toggle {
  width: 100%;
  margin-top: 18px;
}
@media (max-width: 520px) {
  .fqr-receiver-shell .fqr-receiver-brand h2 {
    font-size: 28px !important;
    letter-spacing: .12em !important;
  }
}

.dfsd-push-controls{margin-top:16px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.dfsd-push-controls .dfsd-push-enable{width:auto;min-height:46px;padding:11px 18px;background:#12853f;border-color:#12853f}.dfsd-push-controls .dfsd-push-enable.is-enabled{background:#0d6f34;border-color:#0d6f34}.dfsd-push-status{font-size:13px;font-weight:700;line-height:1.4}.dfsd-push-status.is-success{color:#48d07a}.dfsd-push-status.is-error{color:#ff8f8f}@media(max-width:700px){.dfsd-push-controls,.dfsd-push-controls .dfsd-push-enable{width:100%}}
.fqr-receiver-tools{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.fqr-receiver-tools .dfsd-push-controls{align-items:flex-end;margin-top:0}@media(max-width:700px){.fqr-receiver-tools{width:100%;align-items:stretch}.fqr-receiver-tools .dfsd-push-controls{align-items:stretch}}


/* DFSD Callback v0.9.4 — stable submit feedback and automatic form return */
.dfsd-callback-panel .fqr-submit-btn[aria-busy="true"],
.dfsd-callback-panel .fqr-modal-confirm[disabled]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
}
.dfsd-send-spinner{
  width:18px;
  height:18px;
  flex:0 0 18px;
  border:2px solid currentColor;
  border-right-color:transparent;
  border-radius:50%;
  animation:dfsdSendSpin .72s linear infinite;
}
@keyframes dfsdSendSpin{to{transform:rotate(360deg)}}
.dfsd-form-return-note{
  margin-top:16px;
  font-size:14px;
  font-weight:700;
  line-height:1.45;
  opacity:.82;
}
.dfsd-callback-panel .fqr-alert{
  scroll-margin-top:0!important;
}
@media (prefers-reduced-motion:reduce){
  .dfsd-send-spinner{animation:none}
}

.dfsd-push-controls .dfsd-push-test{margin-top:12px;background:#b88924;color:#111;}
.dfsd-push-controls .dfsd-push-test:disabled{opacity:.65;cursor:wait;}

/* DFSD Callback v0.9.9 — clean OneSignal test result messaging */
.fqr-receiver-shell{
  --dfsd-gold:#d6ad4f;
  --dfsd-gold-soft:#f0d37b;
  --dfsd-panel:#0b0b0c;
  --dfsd-panel-2:#141311;
}
.fqr-receiver-shell .fqr-shop-panel{
  background:
    radial-gradient(circle at 50% 0,rgba(214,173,79,.11),transparent 32%),
    linear-gradient(180deg,#080809 0%,#10100f 48%,#080809 100%)!important;
  border:1px solid rgba(214,173,79,.56)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.025)!important;
}
.fqr-receiver-shell .fqr-receiver-hero{
  position:relative;
  overflow:hidden;
  padding:34px 28px 30px!important;
  border:1px solid rgba(214,173,79,.38)!important;
  border-radius:26px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,0) 42%),
    radial-gradient(circle at 50% 5%,rgba(214,173,79,.10),transparent 38%),
    linear-gradient(180deg,#151412 0%,#0b0b0c 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 36px rgba(0,0,0,.30)!important;
}
.fqr-receiver-shell .fqr-receiver-hero:before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(214,173,79,.18);
  border-radius:20px;
  pointer-events:none;
}
.fqr-receiver-shell .fqr-receiver-brand,
.fqr-receiver-shell .fqr-receiver-tools{position:relative;z-index:1}
.fqr-receiver-shell .dfsd-tree-logo{
  display:block;
  width:112px;
  height:auto;
  margin:20px auto 12px;
  filter:drop-shadow(0 0 11px rgba(214,173,79,.22));
}
.fqr-receiver-shell .fqr-receiver-brand h2{
  display:block!important;
  width:100%!important;
  margin:0 auto!important;
  color:#fff9eb!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(34px,8vw,62px)!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.20em!important;
  text-indent:.20em!important;
  white-space:nowrap!important;
  overflow:visible!important;
  word-break:keep-all!important;
  text-shadow:0 2px 18px rgba(0,0,0,.75)!important;
}
.fqr-receiver-shell .fqr-receiver-subtitle{
  margin-top:16px!important;
  color:var(--dfsd-gold-soft)!important;
  font-family:Arial,sans-serif!important;
  font-size:clamp(14px,3vw,20px)!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase;
}
.fqr-receiver-shell .dfsd-brand-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:18px auto 12px;
  width:min(390px,76%);
}
.fqr-receiver-shell .dfsd-brand-divider:before,
.fqr-receiver-shell .dfsd-brand-divider:after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,transparent,rgba(214,173,79,.78));
}
.fqr-receiver-shell .dfsd-brand-divider:after{transform:scaleX(-1)}
.fqr-receiver-shell .dfsd-brand-divider span{
  width:9px;height:9px;margin:0 15px;
  border:1px solid var(--dfsd-gold);
  transform:rotate(45deg);
  box-shadow:0 0 8px rgba(214,173,79,.35);
}
.fqr-receiver-shell .fqr-receiver-brand p{
  max-width:560px!important;
  color:rgba(255,255,255,.86)!important;
  font-size:clamp(15px,3vw,19px)!important;
  line-height:1.55!important;
  font-weight:650!important;
}
.fqr-receiver-shell .fqr-receiver-tools{
  width:min(100%,620px)!important;
  margin:26px auto 0!important;
}
.fqr-receiver-shell .fqr-sound-toggle,
.fqr-receiver-shell .dfsd-push-controls .fqr-submit-btn{
  border-radius:18px!important;
  min-height:64px!important;
  font-family:inherit!important;
  font-size:clamp(17px,3vw,23px)!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 12px 24px rgba(0,0,0,.25)!important;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease!important;
}
.fqr-receiver-shell .fqr-sound-toggle:active,
.fqr-receiver-shell .dfsd-push-controls .fqr-submit-btn:active{transform:scale(.985)}
.fqr-receiver-shell .dfsd-push-controls{gap:13px!important;width:100%!important}
.fqr-receiver-shell .dfsd-push-controls .dfsd-push-enable,
.fqr-receiver-shell .dfsd-push-controls .dfsd-push-test{width:100%!important}
.fqr-receiver-shell .dfsd-push-controls .dfsd-push-enable{
  background:linear-gradient(135deg,#118b43,#08672f)!important;
  border-color:rgba(85,231,139,.38)!important;
  color:#fff!important;
}
.fqr-receiver-shell .dfsd-push-controls .dfsd-push-test{
  margin-top:0!important;
  color:#17130b!important;
  background:linear-gradient(135deg,#f1cf70,#bd861d)!important;
  border-color:#e2b64b!important;
}
.fqr-receiver-shell .dfsd-push-status{
  display:block;
  width:100%;
  padding:14px 17px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
  font-size:14px!important;
  text-align:left;
}
.dfsd-callback-panel .fqr-alert-success{
  transition:opacity .62s ease,transform .62s ease,filter .62s ease!important;
}
.dfsd-callback-panel .fqr-success-powered{
  transition:opacity .62s ease,transform .62s ease!important;
}
.dfsd-callback-panel .dfsd-success-fade-out{
  opacity:0!important;
  transform:translateY(-8px) scale(.985)!important;
  filter:blur(2px)!important;
  pointer-events:none!important;
}
.dfsd-callback-panel .dfsd-form-waiting{
  display:none!important;
}
.dfsd-callback-panel .dfsd-form-returned{
  animation:dfsdFormReturn .55s ease both;
}
@keyframes dfsdFormReturn{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:none}
}
@media(max-width:520px){
  .fqr-receiver-shell .fqr-receiver-hero{padding:28px 18px 24px!important;border-radius:22px!important}
  .fqr-receiver-shell .dfsd-tree-logo{width:92px;margin-top:18px}
  .fqr-receiver-shell .fqr-receiver-brand h2{
    font-size:clamp(27px,9.2vw,39px)!important;
    letter-spacing:.13em!important;
    text-indent:.13em!important;
  }
  .fqr-receiver-shell .fqr-receiver-subtitle{font-size:12px!important;letter-spacing:.10em!important}
  .fqr-receiver-shell .dfsd-brand-divider{margin-top:15px;width:82%}
  .fqr-receiver-shell .fqr-receiver-tools{margin-top:22px!important}
  .fqr-receiver-shell .fqr-sound-toggle,
  .fqr-receiver-shell .dfsd-push-controls .fqr-submit-btn{min-height:60px!important;font-size:18px!important;padding:14px!important}
}
@media(prefers-reduced-motion:reduce){
  .dfsd-callback-panel .fqr-alert-success,
  .dfsd-callback-panel .fqr-success-powered,
  .dfsd-callback-panel .dfsd-form-returned{transition:none!important;animation:none!important}
}


/* v1.0.1 — private-panel OneSignal Custom Link + resilient fallback. */
.dfsd-push-prompt{width:100%!important;display:block!important}
.dfsd-push-prompt .onesignal-customlink-container{width:100%!important}
.dfsd-push-prompt .onesignal-customlink-container:not(:empty)+.dfsd-push-fallback{display:none!important}
.dfsd-push-prompt .onesignal-customlink-container button,
.dfsd-push-prompt .onesignal-customlink-container a,
.dfsd-push-prompt .onesignal-customlink-container [role="button"]{
  width:100%!important;min-height:64px!important;padding:14px 18px!important;border-radius:18px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;
  font-family:inherit!important;font-size:clamp(17px,3vw,23px)!important;font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 12px 24px rgba(0,0,0,.25)!important;
}

.dfsd-push-controls.dfsd-ios-install-required .onesignal-customlink-container{display:none!important}
.dfsd-push-controls.dfsd-ios-install-required .dfsd-push-fallback{display:flex!important}

/* DFSD Callback v1.0.3 — email verification notice */
.dfsd-callback-panel .dfsd-email-verification-note{
  width:100%!important;
  margin:-2px 0 14px!important;
  padding:11px 13px!important;
  border:1px solid #d8e0e8!important;
  border-radius:12px!important;
  background:#eef3f7!important;
  color:#314a61!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.5!important;
  text-align:center!important;
}
