.bbq-launch {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 42px;
  margin-bottom: 42px;
}

.quiz-direct {
  padding: 52px 0 28px;
}

.quiz-direct .bbq-launch {
  margin-top: 0;
}

.quiz-direct .bbq-launch-copy h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
}

.quiz-direct-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
  gap: 20px;
  align-items: center;
  margin-bottom: 64px;
  padding: 24px;
  background: rgba(255, 253, 247, .94);
  border: 1px solid rgba(23, 33, 31, .12);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(23, 33, 31, .08);
}

.quiz-direct-note h2 {
  margin-bottom: 8px;
  font-size: 26px;
}

.quiz-direct-note p {
  max-width: 920px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.quiz-direct-note-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.bbq-launch-copy,
.bbq-launch-panel {
  border: 1px solid rgba(23, 33, 31, .12);
  background: rgba(255, 253, 247, .94);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(23, 33, 31, .08);
}

.bbq-launch-copy {
  padding: 32px;
}

.bbq-launch-copy h2 {
  max-width: 960px;
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
}

.bbq-launch-copy p {
  max-width: 980px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.bbq-launch-copy .btn {
  margin-top: 16px;
  min-width: 344px;
  min-height: 60px;
  padding: 17px 28px;
  font-size: 18px;
}

.bbq-launch-copy .cpq-inline-actions {
  display: grid;
  gap: 12px;
  width: min(100%, 430px);
  margin-top: 16px;
}

.bbq-launch-copy .cpq-inline-actions .btn {
  width: 100%;
  min-width: 0;
  margin-top: 0;
}

.bbq-launch-copy small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
}

.bbq-launch-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 28px;
  color: #fff;
  background: #17312d;
  overflow: hidden;
}

.bbq-launch-panel span {
  width: max-content;
  padding: 8px 10px;
  color: #17312d;
  background: #e0b45c;
  border-radius: 7px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.bbq-launch-art {
  display: block;
  width: min(100%, 360px);
  height: auto;
  margin: 8px auto 4px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(4, 18, 16, .22);
}

.bbq-launch-panel strong {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.12;
}

.bbq-launch-panel p {
  margin-top: 14px;
  color: rgba(255, 255, 255, .82);
}

.lead-quiz-entry {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 253, 247, .08);
  border-radius: var(--radius);
}

.lead-quiz-entry strong,
.lead-quiz-entry span {
  display: block;
}

.lead-quiz-entry strong {
  margin-bottom: 6px;
}

.lead-quiz-entry span {
  color: rgba(255, 255, 255, .86);
  line-height: 1.45;
}

.lead-quiz-entry .btn {
  width: 100%;
  min-height: 60px;
  margin-top: 14px;
  padding: 17px 28px;
  font-size: 18px;
}

.lead-quiz-entry .lead-quiz-actions {
  display: grid;
  gap: 12px;
  width: 100%;
  margin-top: 14px;
}

.lead-quiz-entry .lead-quiz-actions .btn {
  margin-top: 0;
}

.lead-quiz-entry p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.45;
}

.bbq-modal[hidden] {
  display: none;
}

.bbq-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.bbq-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 24, 21, .66);
}

.bbq-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  background: #fffdf7;
  border-radius: 12px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
  outline: none;
}

.bbq-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  color: #fff;
  background: #0f5f54;
  border-radius: 999px;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.bbq-root {
  padding: 24px 34px 34px;
}

.bbq-kicker {
  margin: 0 0 10px;
  color: #c98b1e;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.bbq-root h2,
.bbq-root h3 {
  margin: 0 0 14px;
  color: #17211f;
  line-height: 1.12;
}

.bbq-root h2 {
  max-width: 760px;
  font-size: clamp(28px, 4vw, 44px);
}

.bbq-root h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.bbq-root p {
  color: #53615e;
  font-size: 17px;
  line-height: 1.55;
}

.bbq-progress {
  margin: 0 0 22px;
  padding-right: 64px;
}

.bbq-progress-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding-right: 56px;
  margin-bottom: 8px;
  color: #53615e;
  font-size: 14px;
  font-weight: 800;
}

.bbq-progress-top span + span {
  color: #0b6153;
}

.bbq-progress-bar {
  height: 8px;
  overflow: hidden;
  background: #e7ede7;
  border-radius: 999px;
}

.bbq-progress-bar span {
  display: block;
  height: 100%;
  background: #0f6b5d;
  border-radius: inherit;
  transition: width .2s ease;
}

.bbq-options {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.bbq-option {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 52px;
  padding: 14px;
  border: 1px solid rgba(23, 33, 31, .14);
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.bbq-option input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  accent-color: #0f6b5d;
}

.bbq-option span {
  color: #17211f;
  font-weight: 750;
  line-height: 1.35;
}

.bbq-field {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  color: #17211f;
  font-weight: 800;
}

.bbq-field input,
.bbq-field textarea,
.bbq-field select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 33, 31, .18);
  background: #fff;
  border-radius: 8px;
  color: #17211f;
  font: inherit;
}

.bbq-field select {
  min-height: 64px;
  padding-right: 48px;
  border-color: rgba(197, 138, 34, .6);
  box-shadow: 0 0 0 3px rgba(197, 138, 34, .14);
  cursor: pointer;
}

.bbq-region-select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #17211f 50%),
    linear-gradient(135deg, #17211f 50%, transparent 50%);
  background-position:
    calc(100% - 28px) 50%,
    calc(100% - 20px) 50%;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

.bbq-region-select option {
  min-height: 34px;
  padding: 12px 14px;
  font-size: 17px;
}

.bbq-field textarea {
  min-height: 104px;
  resize: vertical;
}

.bbq-email-verify {
  margin: 0;
  gap: 8px;
}

.bbq-email-verify .email-verify-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 220px);
  align-items: start;
}

.bbq-email-verify .email-verify-side {
  min-width: 0;
}

.bbq-email-verify input {
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 33, 31, .18);
  background: #fff;
  border-radius: 8px;
  color: #17211f;
  font: inherit;
  line-height: 1.3;
}

.bbq-email-verify .email-verify-title {
  color: #17211f;
  font-weight: 800;
}

.bbq-email-verify .email-verify-status {
  color: #53615e;
}

.bbq-email-verify .email-verify-status[data-state="error"] {
  color: #9d3222;
}

.bbq-email-verify .email-verify-status[data-state="success"] {
  color: #0d574f;
}

.bbq-email-verify .email-verify-button {
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 14px;
  font: inherit;
  font-weight: 800;
}

.bbq-email-verify .email-code-input {
  text-align: center;
  letter-spacing: 1.5px;
}

.bbq-captcha {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  margin: 2px 0;
}

.bbq-captcha label {
  display: inline-flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #17211f;
  font-weight: 800;
  line-height: 1.3;
}

.bbq-captcha b {
  color: #0b6153;
}

.bbq-captcha input {
  flex: 0 0 76px;
  width: 76px;
  min-height: 48px;
  padding: 10px 8px;
  text-align: center;
}

.bbq-captcha-refresh {
  flex: 0 0 50px;
  min-height: 50px;
  width: 50px;
  border: 1px solid rgba(23, 33, 31, .18);
  border-radius: 8px;
  color: #0b6153;
  background: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.bbq-captcha-refresh:hover,
.bbq-captcha-refresh:focus {
  border-color: rgba(15, 107, 93, .42);
  background: #edf5f0;
}

.bbq-note,
.bbq-error {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.45;
}

.bbq-note {
  color: #53615e;
  background: #edf5f0;
}

.bbq-error {
  color: #842d20;
  background: #fff0eb;
}

.bbq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.bbq-actions .btn {
  min-width: 160px;
}

.bbq-form .bbq-actions .btn[type="submit"] {
  width: 100%;
  min-height: 74px;
  padding: 20px 30px;
  font-size: 20px;
}

.bbq-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.bbq-summary div {
  padding: 12px;
  border: 1px solid rgba(23, 33, 31, .12);
  background: #f5f7f2;
  border-radius: 8px;
}

.bbq-summary span {
  display: block;
  color: #53615e;
  font-size: 13px;
  font-weight: 800;
}

.bbq-summary strong {
  display: block;
  margin-top: 4px;
  color: #0d574f;
  font-size: 18px;
}

.bbq-checklist {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 20px;
  color: #53615e;
}

.bbq-form-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.bbq-form-grid > .bbq-field {
  grid-column: span 6;
}

.bbq-form-grid > .bbq-email-verify {
  grid-column: 1 / -1;
}

.bbq-form-grid > .bbq-time-field {
  grid-column: 1 / span 6;
}

.bbq-form-grid .wide {
  grid-column: 1 / -1;
}

.bbq-form-grid > .bbq-time-field.wide {
  grid-column: 1 / span 6;
}

.bbq-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 14px;
  color: #53615e;
  font-size: 14px;
  line-height: 1.45;
}

.bbq-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #0f6b5d;
}

.bbq-consent a {
  color: #0b5d52;
  font-weight: 800;
}

.bbq-status {
  min-height: 22px;
  margin-top: 12px;
  color: #53615e;
  font-weight: 800;
}

.bbq-status[data-state="error"] {
  color: #9d3222;
}

.bbq-status[data-state="success"] {
  color: #0d574f;
}

body.bbq-lock {
  overflow: hidden;
}

@media (max-width: 860px) {
  .bbq-launch,
  .quiz-direct-note,
  .bbq-form-grid,
  .bbq-summary {
    grid-template-columns: 1fr;
  }

  .bbq-launch-copy,
  .bbq-launch-panel,
  .bbq-root {
    padding: 22px;
  }

  .quiz-direct-note-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .bbq-modal {
    padding: 8px;
  }

  .bbq-close {
    top: 12px;
    right: 12px;
  }

  .bbq-dialog {
    max-height: 96vh;
  }

  .bbq-progress-top {
    padding-right: 0;
  }

  .bbq-progress {
    padding-right: 54px;
  }

  .bbq-actions .btn,
  .lead-quiz-entry .btn {
    width: 100%;
  }

  .bbq-launch-copy .btn {
    min-width: 0;
    width: 100%;
  }
}
