/* v=domainwant1 */
/* v=upload1 */
/* start form · v=startpro3 — gutters restored */
/* start form · v=prelive1 */
/* Start brief · v=mk1
   Form chrome on top of /styles.css tokens.
   Adaptive lane → specifics cascade. */

body.start-brief {
  padding-bottom: 7.75rem;
}

.start-main {
  /* keep wrap horizontal gutters — never pad-inline:0 */
  padding-block: 1.75rem 2.75rem;
  padding-inline: var(--pad) var(--pad-r);
  max-width: 680px;
  margin-inline: auto;
  width: 100%;
  box-sizing: border-box;
}

.start-main .back-link {
  display: inline-block;
  color: var(--ink-muted);
  margin-bottom: 1.15rem;
  font-size: 0.88rem;
}
.start-main .back-link:hover {
  color: var(--ink);
}

.start-main .lab-chip { margin-bottom: 0.85rem; }

.start-intro {
  position: relative;
  z-index: 1;
  margin: 0 0 1.5rem;
  padding: 0.15rem 0 1.15rem;
}

.start-main .kicker {
  display: inline-block;
  color: var(--cta);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.55rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(31, 90, 122, 0.08);
  border: 1px solid rgba(31, 90, 122, 0.14);
}

.start-main h1 {
  font-size: clamp(1.7rem, 4.2vw, 2.2rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0 0 0.55rem;
  max-width: 22ch;
}

.start-main .lede {
  color: var(--ink-muted);
  font-size: 1.02rem;
  margin: 0;
  max-width: 36rem;
  line-height: 1.55;
}

.brief-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.15rem 1.4rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.brief-card label {
  display: block;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0.95rem 0 0.35rem;
}

.brief-card label:first-of-type { margin-top: 0; }

.req { color: var(--coral); }

.brief-card input,
.brief-card select,
.brief-card textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
}

.brief-card input:focus,
.brief-card select:focus,
.brief-card textarea:focus {
  outline: none;
  border-color: var(--cta);
  box-shadow: 0 0 0 3px rgba(31, 90, 122, 0.28);
}
.brief-card input:invalid:not(:placeholder-shown):not(:focus),
.brief-card select:invalid:not(:focus),
.brief-card textarea:invalid:not(:placeholder-shown):not(:focus) {
  border-color: #C45C4A;
}
.brief-card input:user-invalid,
.brief-card select:user-invalid,
.brief-card textarea:user-invalid {
  border-color: #C45C4A;
  box-shadow: 0 0 0 3px rgba(196, 92, 74, 0.22);
}
.brief-card input:focus:user-invalid,
.brief-card select:focus:user-invalid,
.brief-card textarea:focus:user-invalid {
  border-color: #C45C4A;
  box-shadow: 0 0 0 3px rgba(196, 92, 74, 0.28);
}

.brief-card select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235A5A5A' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.2rem;
}

.brief-card textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.hint {
  font-size: 0.8rem;
  color: var(--ink-muted);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.section {
  margin: 1.25rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cta);
}
.section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* Pull first field/control tight under 1 / 2 / 3 / Optional */
.brief-card .section + label,
.brief-card .section + .hh-choice,
.brief-card label[for="lane"],
.brief-card label[for="domain_status"],
.brief-card label[for="hours"] {
  margin-top: 0.3rem;
}
.brief-card .section + .hh-choice {
  margin-top: 0.3rem;
}

.field-hint {
  font-size: 0.78rem;
  color: var(--ink-muted);
  margin: -0.15rem 0 0.85rem;
  line-height: 1.4;
}

.cascade-field {
  margin-top: 0.15rem;
  padding: 0.75rem 0.85rem 0.85rem;
  border: 1px solid rgba(126, 184, 218, 0.4);
  border-radius: var(--radius-sm);
  background: rgba(126, 184, 218, 0.07);
  animation: cascade-in 0.22s ease-out;
}
.cascade-field label {
  margin-top: 0;
  color: var(--cta);
}
.cascade-field[hidden] {
  display: none !important;
}

.lane-extra {
  margin-top: 0.15rem;
  animation: cascade-in 0.22s ease-out;
}
.lane-extra[hidden] {
  display: none !important;
}

@keyframes cascade-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.brief-card input[type="file"] {
  width: 100%;
  padding: 0.85rem 0.9rem;
  margin-bottom: 0.35rem;
  border: 1.5px dashed rgba(126, 184, 218, 0.65);
  border-radius: var(--radius-sm);
  background: rgba(126, 184, 218, 0.08);
  color: var(--ink);
  font: inherit;
  font-size: 0.92rem;
}

.brief-card input[type="file"]::file-selector-button {
  margin-right: 0.75rem;
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
}

.after-pay {
  margin: 1.25rem 0 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-soft);
}

.after-pay-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cta);
  margin: 0 0 0.55rem;
}

.after-pay-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}
.after-pay-list li { margin: 0.35rem 0; }
.after-pay-list li::marker { color: var(--mint); }

.hh-panel {
  margin: 0.85rem 0 1rem;
  padding: 1rem 1rem 0.9rem;
  border: 1px solid rgba(126, 184, 218, 0.45);
  border-radius: var(--radius-sm);
  background: rgba(126, 184, 218, 0.08);
}
.hh-panel-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--ink);
}

.hh-choice {
  display: block;
  margin: 0 0 0.65rem;
  padding: 0.85rem 0.9rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.hh-choice:has(input:checked),
.hh-choice.is-selected {
  border-color: var(--cta);
  background: rgba(44, 95, 124, 0.07);
  box-shadow: 0 0 0 1px rgba(44, 95, 124, 0.12);
}
.hh-choice input {
  width: auto;
  margin-right: 0.45rem;
  vertical-align: middle;
  accent-color: var(--cta);
}
.hh-choice-label {
  font-weight: 700;
  color: var(--ink);
  font-size: 0.92rem;
  text-transform: none;
  letter-spacing: 0;
}

.hh-soft {
  margin: 0.65rem 0 0.85rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  color: var(--ink-muted);
}
.hh-have-hint {
  font-size: 0.82rem;
  color: var(--ink-muted);
  margin: 0.35rem 0 0.75rem;
}

#pathChoiceA,
#pathChoiceB { cursor: pointer; }

.pay-spacer { height: 0.5rem; }

.ok {
  display: none;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(143, 203, 155, 0.55);
  background: rgba(143, 203, 155, 0.14);
  color: var(--ink);
  font-size: 0.92rem;
}
.ok.show { display: block; }

.pay-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255, 254, 251, 0.94);
  border-top: 1px solid rgba(232, 228, 222, 0.9);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: 0 -10px 28px rgba(26, 26, 26, 0.08);
}
.pay-sticky .btn {
  width: min(100%, 680px);
  display: flex;
  margin: 0 auto;
  border: none;
  background: linear-gradient(135deg, var(--cta), #3d7a9c);
  color: #fff;
  box-shadow: 0 8px 22px rgba(44, 95, 124, 0.28);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: none;
}
.pay-sticky .btn:hover {
  box-shadow: 0 12px 28px rgba(44, 95, 124, 0.34);
}
.pay-sticky .btn:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
.pay-sticky .micro {
  width: min(100%, 680px);
  margin: 0.45rem auto 0;
  text-align: center;
  font-size: 0.75rem;
  color: var(--ink-muted);
}

@media (min-width: 900px) {
  .pay-sticky {
    padding-left: max(1rem, calc(50% - 340px));
    padding-right: max(1rem, calc(50% - 340px));
  }
}

.custom-lane-note {
  margin: 0.55rem 0 0.95rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(232, 139, 122, 0.4);
  border-radius: var(--radius-sm);
  background: rgba(232, 139, 122, 0.1);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
}
.custom-lane-note[hidden] {
  display: none !important;
}

.notes-wrap--encourage {
  margin: 0.15rem 0 0.25rem;
  padding: 0.75rem 0.85rem 0.35rem;
  border: 1px solid rgba(126, 184, 218, 0.45);
  border-radius: var(--radius-sm);
  background: rgba(126, 184, 218, 0.08);
}
.notes-wrap--encourage label {
  color: var(--cta);
}
.notes-wrap--encourage textarea {
  min-height: 6rem;
  border-color: rgba(126, 184, 218, 0.55);
}

.nav-pill--start.is-current,
.nav-pill--start[aria-current="page"] {
  box-shadow: 0 0 0 2px rgba(44, 95, 124, 0.25), 0 6px 18px rgba(44, 95, 124, 0.32);
}

.site-footer.start-footer {
  margin-top: 1.5rem;
}


/* Match hub confetti / wash behind headline */
body.start-brief .color-wash {
  opacity: 1;
  pointer-events: none;
}
body.start-brief .confetti-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
body.start-brief .site-header,
body.start-brief .start-main {
  position: relative;
  z-index: 1;
}

/* startpro3 */


.upload-block { margin-bottom: 0.75rem; }
.upload-status { font-weight: 600; }
.upload-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.65rem 0 0.25rem;
}
.upload-thumb {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid rgba(126, 184, 218, 0.55);
  background: #fff;
}
.upload-thumb.is-logo { border-color: rgba(61, 139, 107, 0.7); }
.upload-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.upload-thumb-tag {
  position: absolute;
  left: 4px;
  bottom: 4px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(20, 28, 36, 0.72);
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
}


/* domainwant1 — preferred domain + availability check */
#needWantWrap {
  margin: 0.85rem 0 1rem;
  padding: 0.95rem 1rem 0.85rem;
  border: 1px solid rgba(126, 184, 218, 0.4);
  border-radius: var(--radius-sm);
  background: rgba(255, 254, 251, 0.72);
}
#needWantWrap label { margin-top: 0.35rem; }
.domain-check-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  flex-wrap: wrap;
}
.domain-check-row input {
  flex: 1 1 12rem;
  margin-bottom: 0;
}
.domain-check-btn {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.65rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--cta, #2c5f7c);
  background: rgba(44, 95, 124, 0.08);
  color: var(--cta, #2c5f7c);
  font-weight: 650;
  font-size: 0.88rem;
  cursor: pointer;
  white-space: nowrap;
}
.domain-check-btn:hover { background: rgba(44, 95, 124, 0.14); }
.domain-check-btn:disabled {
  opacity: 0.55;
  cursor: wait;
}
.domain-check-result {
  margin: 0.35rem 0 0.15rem;
  font-weight: 600;
}
.domain-check-result.is-available { color: #2f7a4f; }
.domain-check-result.is-taken { color: #b45a3c; }
.domain-check-result.is-unknown { color: #8a6a2b; }

/* secgap1 */


/* coldsell1 — cold-ad pitch + 2-up demos above brief */
.start-sell-bullets {
  list-style: none;
  margin: 0.95rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.start-sell-bullets li {
  position: relative;
  padding: 0.15rem 0 0.15rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
}
.start-sell-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--mint, #8FCB9B);
  box-shadow: 0 0 0 3px rgba(143, 203, 155, 0.28);
}
.start-demos-head {
  margin: 1.15rem 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.start-proof-demos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  max-width: 100%;
}
.start-proof-demo {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.08);
  background: #111;
  box-shadow: 0 4px 14px rgba(26, 26, 26, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  aspect-ratio: 1 / 1.12;
  min-width: 0;
}
.start-proof-demo:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(26, 26, 26, 0.12);
}
.start-proof-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.start-proof-demo span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 1.5rem 0.55rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: left;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.72) 55%, rgba(0,0,0,0.88) 100%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.start-demos-more {
  display: inline-block;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--cta);
  text-decoration: none;
}
.start-demos-more:hover { text-decoration: underline; }
.start-brief-bridge {
  margin: 1.05rem 0 0;
  font-size: 0.95rem;
  font-weight: 650;
  color: var(--ink);
  line-height: 1.45;
}
.start-contact {
  margin-top: 0.65rem;
  font-size: 0.92rem;
  color: var(--ink-muted);
}
@media (max-width: 420px) {
  .start-proof-demos { gap: 0.45rem; }
  .start-proof-demo { border-radius: 11px; aspect-ratio: 1 / 1.15; }
  .start-proof-demo span {
    font-size: 0.68rem;
    padding: 1.25rem 0.4rem 0.4rem;
  }
  .start-sell-bullets li { font-size: 0.9rem; }
}
/* coldsell1 */


/* offerpick1 — unified year + classic picker on /start/ */
.offer-picker {
  margin: 0 0 1.35rem;
}
.offer-choice {
  display: block;
  margin: 0 0 0.75rem;
  padding: 1rem 1.05rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.offer-choice .field-hint {
  display: block;
  margin: 0.4rem 0 0 1.55rem;
}
.offer-choice-title {
  font-weight: 750;
  color: var(--ink);
  font-size: 0.98rem;
  text-transform: none;
  letter-spacing: 0;
}
.offer-choice input {
  width: auto;
  margin-right: 0.5rem;
  vertical-align: middle;
  accent-color: var(--cta);
}
.offer-choice:has(input:checked),
.offer-choice.is-selected {
  border-color: var(--cta);
  background: rgba(44, 95, 124, 0.08);
  box-shadow: 0 0 0 1px rgba(44, 95, 124, 0.14), 0 8px 22px rgba(31, 90, 122, 0.08);
}
#offerYear.offer-choice:has(input:checked),
#offerYear.offer-choice.is-selected {
  border-color: rgba(31, 90, 122, 0.55);
  background: linear-gradient(180deg, rgba(31, 90, 122, 0.1), rgba(255, 255, 255, 0.88));
}
.year-confirm {
  margin: 0 0 1rem;
  padding: 1rem 1.05rem;
  border: 1.5px solid rgba(31, 90, 122, 0.28);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(31, 90, 122, 0.07), rgba(255, 255, 255, 0.9));
}
.year-confirm-title {
  margin: 0;
  font-weight: 750;
  font-size: 0.98rem;
  color: var(--ink);
}
.clickwrap.year-clickwrap,
.year-clickwrap {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0.35rem 0 0;
  padding: 0.85rem 0.95rem;
  border-radius: 10px;
  border: 1px solid rgba(31, 90, 122, 0.2);
  background: rgba(31, 90, 122, 0.05);
  font-size: 0.92rem;
  line-height: 1.45;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-weight: inherit;
  color: inherit;
}
.year-clickwrap input {
  width: auto;
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: var(--cta);
}
