.quick-start-dialog {
  width: min(920px, 94vw);
  max-width: none;
  max-height: 94dvh;
  padding: 0;
  border: 0;
  border-radius: 22px;
  color: #14233b;
  background: #f8fbff;
  box-shadow: 0 32px 90px rgba(6, 24, 52, .42);
}

.quick-start-dialog::backdrop {
  background: rgba(8, 23, 46, .78);
  backdrop-filter: blur(5px);
}

.quick-start-shell {
  min-height: min(720px, 90dvh);
  display: flex;
  flex-direction: column;
}

.quick-start-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px 16px;
  color: #fff;
  background: linear-gradient(135deg, #071d3c 0%, #0c3975 68%, #145cc1 100%);
}

.quick-start-landing-head {
  color: #0b1830;
  border-bottom: 1px solid #e2eaf5;
  background: #fff;
}

.quick-start-landing-brand,
.quick-start-head-actions,
.quick-start-private {
  display: flex;
  align-items: center;
}

.quick-start-landing-brand {
  gap: 10px;
}

.quick-start-landing-brand img {
  width: 48px;
  height: 48px;
  border-radius: 9px;
}

.quick-start-landing-brand h2 {
  margin: 0;
  color: #0b1830;
  font-size: clamp(20px, 3vw, 27px);
  line-height: 1;
}

.quick-start-landing-head .quick-start-landing-brand h2 {
  color: #0b1830;
  font-size: clamp(20px, 3vw, 27px);
}

.quick-start-landing-brand p {
  margin: 5px 0 0;
  color: #69788e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.quick-start-head-actions {
  gap: 14px;
}

.quick-start-private {
  gap: 7px;
}

.quick-start-private > .material-symbols-rounded {
  color: #53657f;
  font-size: 22px;
}

.quick-start-private span:last-child {
  display: grid;
}

.quick-start-private strong {
  font-size: 12px;
}

.quick-start-private small {
  margin-top: 2px;
  color: #66758a;
  font-size: 9px;
}

.quick-start-landing-head .quick-start-exit {
  border-color: #c7d5e8;
  color: #174d9d;
  background: #f4f8fe;
}

.quick-start-head h2 {
  margin: 2px 0 0;
  color: inherit;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1;
}

.quick-start-eyebrow,
.quick-start-step-number {
  margin: 0;
  color: #175fd0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.quick-start-head .quick-start-eyebrow {
  color: #bcd8ff;
}

.quick-start-exit {
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, .7);
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.quick-start-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0 24px;
  list-style: none;
  border-bottom: 1px solid #d7e3f3;
  background: #fff;
}

.quick-start-progress[hidden] {
  display: none;
}

.quick-start-progress li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 50px;
  color: #74839a;
  font-size: 12px;
  font-weight: 800;
}

.quick-start-progress li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
}

.quick-start-progress li.current {
  color: #0b55bd;
}

.quick-start-progress li.current::after,
.quick-start-progress li.complete::after {
  background: #1767d7;
}

.quick-start-screen {
  flex: 1;
  min-height: 0;
  padding: clamp(20px, 4vw, 36px);
  overflow: auto;
}

.quick-start-screen[hidden] {
  display: none;
}

.quick-start-step-copy {
  max-width: 720px;
  margin-bottom: 22px;
}

.quick-start-step-copy h3 {
  margin: 4px 0 7px;
  font-size: clamp(24px, 3.5vw, 34px);
}

.quick-start-step-copy p:last-child {
  margin: 0;
  color: #53657f;
  font-size: 15px;
  line-height: 1.55;
}

.quick-start-intro {
  display: block;
}

.quick-start-landing {
  width: min(800px, 100%);
  margin: 0 auto;
  color: #0b1830;
  background: #fff;
}

.quick-start-landing-copy {
  padding: 2px 4px 16px;
}

.quick-start-free-pill {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #0f65dc;
  background: #eaf3ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.quick-start-landing-copy h3 {
  max-width: 620px;
  margin: 0;
  color: #09162d;
  font-size: clamp(35px, 6vw, 54px);
  line-height: .98;
  letter-spacing: -.045em;
}

.quick-start-landing-copy h3 span {
  display: block;
  color: #176cff;
}

.quick-start-landing-copy > p:last-child {
  max-width: 560px;
  margin: 16px 0 0;
  color: #53657f;
  font-size: clamp(15px, 2.5vw, 19px);
  font-weight: 650;
  line-height: 1.45;
}

.quick-start-landing-hero {
  display: block;
  width: 100%;
  aspect-ratio: 724 / 354;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 16px 38px rgba(12, 35, 68, .16);
}

.quick-start-conversion-card {
  position: relative;
  z-index: 1;
  width: calc(100% - 22px);
  margin: -26px auto 0;
  padding: 14px;
  border: 1px solid #d6e0ed;
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 15px 32px rgba(18, 43, 77, .17);
}

.quick-start-name-entry {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid #cbd7e6;
  border-radius: 10px;
  background: #fff;
}

.quick-start-name-entry:focus-within {
  border-color: #176cff;
  outline: 3px solid rgba(23, 108, 255, .15);
}

.quick-start-name-entry > .material-symbols-rounded {
  margin-right: 10px;
  color: #7b899d;
  font-size: 23px;
}

.quick-start-name-entry input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #0b1830;
  background: transparent;
  font: 700 16px/1.2 inherit;
}

.quick-start-name-entry input::placeholder {
  color: #8794a7;
}

.quick-start-design-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 54px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 900;
}

.quick-start-design-cta .material-symbols-rounded {
  font-size: 20px;
}

.quick-start-landing-status {
  min-height: 0;
  margin: 0;
  color: #b42318;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.quick-start-landing-status:not(:empty) {
  margin-top: 9px;
}

.quick-start-trust-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  margin: 13px 0 0;
  padding: 0;
  color: #33435a;
  list-style: none;
  font-size: 11px;
  font-weight: 800;
}

.quick-start-trust-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quick-start-trust-list .material-symbols-rounded {
  color: #24a55a;
  font-size: 17px;
}

.quick-start-how {
  margin-top: 28px;
}

.quick-start-how h4 {
  margin: 0 0 13px;
  color: #0b1830;
  font-size: clamp(23px, 4vw, 31px);
  text-align: center;
}

.quick-start-how ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-start-how li {
  display: grid;
  grid-template-columns: 34px 54px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 10px 16px;
  border: 1px solid #d6e0ed;
  border-radius: 14px;
  background: #fff;
}

.quick-start-how-number {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.quick-start-how-number.blue { background: #176cff; }
.quick-start-how-number.green { background: #15a45c; }
.quick-start-how-number.purple { background: #8a55c7; }
.quick-start-how-number.orange { background: #ff6a00; }

.quick-start-how-icon {
  color: #174d9d;
  font-size: 37px;
  text-align: center;
}

.quick-start-how li > span:nth-child(3) {
  display: grid;
  gap: 3px;
}

.quick-start-how-arrow {
  color: #53657f;
  font-size: 20px;
}

.quick-start-how strong {
  color: #0b1830;
  font-size: 15px;
}

.quick-start-how small {
  color: #596b83;
  font-size: 12px;
  line-height: 1.35;
}

.quick-start-assurance {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(190px, .75fr);
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 18px;
  border-radius: 16px;
  background: #f1f6fd;
}

.quick-start-shield {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: #176cff;
  font-size: 34px;
}

.quick-start-assurance h4 {
  margin: 0;
  color: #0b1830;
  font-size: 16px;
}

.quick-start-assurance p {
  margin: 7px 0 0;
  color: #53657f;
  font-size: 11px;
  line-height: 1.45;
}

.quick-start-video-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 9px;
  padding: 0;
  border: 0;
  color: #176cff;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
}

.quick-start-video-link .material-symbols-rounded {
  font-size: 17px;
}

.quick-start-welcome-video-card {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #071d3c;
  box-shadow: 0 10px 26px rgba(8, 31, 67, .2);
}

.quick-start-video-frame {
  position: relative;
}

.quick-start-video-poster {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  padding: 0;
  overflow: hidden;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: #071d3c;
}

.quick-start-video-poster[hidden] {
  display: none;
}

.quick-start-video-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-start-video-poster .material-symbols-rounded {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 43px;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, .45));
}

.quick-start-welcome-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #020812;
  object-fit: cover;
}

.quick-start-video-status {
  min-height: 0;
  margin: 5px 0 0 !important;
  color: #6a7890 !important;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1.35 !important;
}

.quick-start-social-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 13px;
  margin: 23px 0 0;
  color: #506179;
  font-size: 11px;
}

.quick-start-social-proof strong {
  flex-basis: 100%;
  color: #506179;
  text-align: center;
}

.quick-start-social-proof span {
  color: #ffb000;
  font-size: 17px;
  letter-spacing: 2px;
}

.quick-start-remember {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
  color: #68788f;
  font-size: 11px;
}

.quick-start-intro-actions,
.quick-start-storefront-actions,
.quick-start-result-actions {
  display: grid;
  gap: 12px;
}

.quick-start-intro-actions button,
.quick-start-storefront-actions button,
.quick-start-result-actions button,
.quick-start-actions button {
  min-height: 46px;
}

.quick-start-intro-actions label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #65768f;
  font-size: 12px;
  line-height: 1.35;
}

.quick-start-landing .quick-start-intro-actions {
  justify-items: center;
  margin-top: 9px;
}

.quick-start-landing .quick-start-intro-actions button {
  padding: 5px 10px;
  border: 0;
  color: #53657f;
  background: transparent;
  font-size: 11px;
  text-decoration: underline;
}

.quick-start-primary {
  border-color: #1767d7 !important;
  color: #fff !important;
  background: #1767d7 !important;
  box-shadow: 0 10px 24px rgba(23, 103, 215, .25);
}

.quick-start-primary:hover:not(:disabled) {
  background: #0d55ba !important;
}

.quick-start-storefront-actions {
  grid-template-columns: repeat(3, 1fr);
}

.quick-start-storefront-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.quick-start-storefront-preview,
.quick-start-result-preview {
  display: grid;
  width: min(680px, 100%);
  aspect-ratio: 16 / 9;
  margin: 20px auto 12px;
  place-items: center;
  overflow: hidden;
  border: 2px dashed #b9cbe4;
  border-radius: 15px;
  color: #65768f;
  background: #eaf2fd;
}

.quick-start-storefront-preview img,
.quick-start-result-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quick-start-field {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.quick-start-field textarea {
  min-height: 84px;
  padding: 14px;
  border: 2px solid #afc3df;
  border-radius: 12px;
  font: 800 24px/1.25 inherit;
  resize: vertical;
}

.quick-start-field textarea:focus {
  border-color: #1767d7;
  outline: 3px solid rgba(23, 103, 215, .18);
}

.quick-start-choice-group {
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}

.quick-start-choice-group legend {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 900;
}

.quick-start-style-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.quick-start-style-grid button {
  display: grid;
  gap: 4px;
  min-height: 76px;
  text-align: left;
}

.quick-start-style-grid button span {
  color: #63748c;
  font-size: 11px;
}

.quick-start-style-grid button[aria-pressed="true"],
.quick-start-color-grid button[aria-pressed="true"] {
  border-color: #1767d7;
  outline: 2px solid rgba(23, 103, 215, .2);
  background: #edf5ff;
}

.quick-start-color-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.quick-start-color-grid button {
  display: flex;
  align-items: center;
  gap: 7px;
}

.quick-start-color-grid i {
  width: 22px;
  height: 22px;
  border: 1px solid #a9b6c8;
  border-radius: 50%;
  background: var(--quick-color);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .75);
}

.quick-start-status {
  min-height: 20px;
  margin: 12px 0;
  color: #53657f;
  font-size: 13px;
}

.quick-start-status.error {
  color: #b42318;
}

.quick-start-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.quick-start-placement-stage {
  position: relative;
  width: min(780px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #9fb4d2;
  border-radius: 14px;
  background: #dfe9f6;
  touch-action: none;
  user-select: none;
}

.quick-start-placement-stage > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.quick-start-fascia-box {
  position: absolute;
  min-width: 12%;
  min-height: 8%;
  border: 3px solid #156cff;
  background: rgba(21, 108, 255, .12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .9), 0 8px 24px rgba(5, 42, 94, .28);
  cursor: move;
}

.quick-start-fascia-box > span {
  position: absolute;
  top: -30px;
  left: -3px;
  padding: 4px 8px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  background: #156cff;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.quick-start-fascia-box button {
  position: absolute;
  width: 11px !important;
  min-width: 11px !important;
  max-width: 11px !important;
  height: 11px !important;
  min-height: 11px !important;
  max-height: 11px !important;
  aspect-ratio: 1 / 1;
  padding: 0 !important;
  border: 2px solid #156cff;
  border-radius: 50% !important;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .9);
  transform: none !important;
}

.quick-start-fascia-box button::after {
  content: "";
  position: absolute;
  inset: -13px;
  border-radius: 50%;
}

.quick-start-fascia-box [data-quick-handle="nw"] { top: -6px; left: -6px; cursor: nwse-resize; }
.quick-start-fascia-box [data-quick-handle="ne"] { top: -6px; right: -6px; cursor: nesw-resize; }
.quick-start-fascia-box [data-quick-handle="se"] { right: -6px; bottom: -6px; cursor: nwse-resize; }
.quick-start-fascia-box [data-quick-handle="sw"] { bottom: -6px; left: -6px; cursor: nesw-resize; }

.quick-start-result-preview {
  width: min(760px, 100%);
  margin-top: 0;
  border-style: solid;
}

.quick-start-result-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(760px, 100%);
  margin: 18px auto 0;
}

.quick-start-result-actions .quick-start-email {
  grid-column: 1 / -1;
}

.account-preference-select {
  align-items: end;
}

.account-preference-select select {
  min-width: 160px;
}

@media (max-width: 700px) {
  .quick-start-dialog {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }

  .quick-start-shell {
    min-height: 100dvh;
  }

  .quick-start-head {
    padding: 14px 16px;
  }

  .quick-start-landing-head {
    gap: 8px;
    padding: 10px 12px;
  }

  .quick-start-landing-brand {
    gap: 7px;
  }

  .quick-start-landing-brand img {
    width: 34px;
    height: 34px;
    border-radius: 7px;
  }

  .quick-start-landing-head .quick-start-landing-brand h2 {
    font-size: 16px;
  }

  .quick-start-landing-brand p {
    display: block;
    margin-top: 3px;
    font-size: 6px;
  }

  .quick-start-head-actions {
    gap: 6px;
  }

  .quick-start-private {
    gap: 3px;
  }

  .quick-start-private > .material-symbols-rounded {
    font-size: 16px;
  }

  .quick-start-private strong {
    font-size: 9px;
  }

  .quick-start-private small {
    display: none;
  }

  .quick-start-head .quick-start-eyebrow {
    display: none;
  }

  .quick-start-exit {
    min-height: 34px;
    padding: 5px 7px;
    font-size: 9px;
  }

  .quick-start-progress {
    padding: 0 10px;
  }

  .quick-start-progress li {
    min-height: 44px;
  }

  .quick-start-progress li span {
    display: none;
  }

  .quick-start-screen {
    padding: 18px 16px 24px;
  }

  .quick-start-landing {
    padding-top: 16px;
  }

  .quick-start-landing-copy {
    padding: 0 1px 14px;
  }

  .quick-start-free-pill {
    margin-bottom: 10px;
    padding: 5px 9px;
    font-size: 9px;
  }

  .quick-start-landing-copy h3 {
    font-size: clamp(29px, 8vw, 34px);
  }

  .quick-start-landing-copy > p:last-child {
    margin-top: 12px;
    font-size: 14px;
  }

  .quick-start-landing-hero {
    border-radius: 13px;
  }

  .quick-start-conversion-card {
    width: calc(100% - 10px);
    margin-top: -17px;
    padding: 10px;
    border-radius: 13px;
  }

  .quick-start-name-entry {
    min-height: 48px;
    padding: 0 11px;
  }

  .quick-start-name-entry input {
    font-size: 14px;
  }

  .quick-start-design-cta {
    min-height: 49px;
    font-size: 14px;
  }

  .quick-start-trust-list {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: stretch;
    gap: 4px;
    font-size: 8px;
  }

  .quick-start-trust-list li {
    justify-content: center;
    white-space: nowrap;
  }

  .quick-start-trust-list .material-symbols-rounded {
    font-size: 14px;
  }

  .quick-start-how {
    margin-top: 22px;
  }

  .quick-start-how h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .quick-start-how li {
    grid-template-columns: 28px 42px minmax(0, 1fr) 16px;
    gap: 9px;
    min-height: 66px;
    padding: 8px 11px;
    border-radius: 11px;
  }

  .quick-start-how-number {
    width: 27px;
    height: 27px;
    font-size: 11px;
  }

  .quick-start-how-icon {
    font-size: 31px;
  }

  .quick-start-how strong {
    font-size: 13px;
  }

  .quick-start-how small {
    font-size: 10px;
  }

  .quick-start-assurance {
    grid-template-columns: 40px minmax(0, 1fr) 112px;
    gap: 9px;
    margin-top: 20px;
    padding: 12px;
    border-radius: 13px;
  }

  .quick-start-shield {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 27px;
  }

  .quick-start-assurance h4 {
    font-size: 12px;
  }

  .quick-start-assurance p {
    display: block;
    margin-top: 4px;
    color: #176cff;
    font-size: 9px;
    line-height: 1.3;
  }

  .quick-start-video-link {
    margin-top: 5px;
    font-size: 10px;
  }

  .quick-start-assurance .quick-start-video-status {
    display: none;
  }

  .quick-start-welcome-video-card video {
    border-radius: 9px;
  }

  .quick-start-social-proof {
    margin-top: 18px;
    font-size: 9px;
  }

  .quick-start-social-proof span {
    font-size: 14px;
  }

  .quick-start-remember {
    margin-top: 16px;
    font-size: 9px;
  }

  .quick-start-landing .quick-start-intro-actions {
    margin-top: 4px;
  }

  .quick-start-storefront-actions,
  .quick-start-style-grid {
    grid-template-columns: 1fr;
  }

  .quick-start-placement-stage {
    width: calc(100vw - 32px);
  }

  .quick-start-result-actions {
    grid-template-columns: 1fr;
  }

  .quick-start-result-actions .quick-start-email {
    grid-column: auto;
  }

  .quick-start-actions {
    justify-content: stretch;
  }

  .quick-start-actions button {
    flex: 1 1 130px;
  }
}
