/* /start/ only — do not load editorial.css on this page */
.start-page { padding-top: 64px; }
.start-page .container { width: min(1120px, 100% - 2.5rem); }

.start-hero {
  position: relative;
  padding: clamp(2.4rem, 6vw, 4.5rem) 0 2.5rem;
  overflow: hidden;
}
.start-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -15%;
  width: 55vw;
  height: 55vw;
  max-width: 720px;
  max-height: 720px;
  background: radial-gradient(circle, var(--blue-glow), transparent 64%);
  filter: blur(18px);
  opacity: 0.5;
  pointer-events: none;
}
.start-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.4rem;
  align-items: start;
}
.start-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(61, 91, 255, 0.35);
  background: var(--blue-soft);
  border-radius: 999px;
  padding: 0.38rem 0.9rem 0.38rem 0.7rem;
}
.start-kicker::before { content: ""; width: 1.8rem; height: 1px; background: var(--blue); }
.start-hero h1 {
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  margin-bottom: 1rem;
  max-width: 16ch;
}
.start-hero h1 .accent { color: var(--blue-bright); }
.start-lede {
  color: #d3d9e2;
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 36rem;
  margin-bottom: 1.6rem;
}
.start-lede strong { color: var(--text-0); font-weight: 600; }

.sku-list { display: grid; gap: 0.65rem; margin: 0 0 1.2rem; }
.sku {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem 1rem;
  align-items: baseline;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line-1);
  border-radius: 12px;
  background: var(--bg-1);
  min-width: 0;
}
.sku h2 { font-size: 1.02rem; font-weight: 700; }
.sku p { color: var(--text-2); font-size: 0.86rem; margin-top: 0.2rem; }
.sku .amt {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.sku .amt span { color: var(--text-3); font-size: 0.72rem; font-weight: 500; letter-spacing: 0; }

.lead-card {
  position: relative;
  padding: 1.25rem 1.2rem 1.3rem;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  background: var(--bg-1);
  min-width: 0;
}
.lead-card h2 { font-size: 1.25rem; margin-bottom: 0.35rem; }
.lead-card .sub { color: var(--text-2); font-size: 0.9rem; margin-bottom: 1rem; }
.lead-card label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.7rem;
  font-size: 0.78rem;
  color: var(--text-2);
}
.lead-card input, .lead-card select, .lead-card textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  background: var(--bg-0);
  color: var(--text-0);
  font: 400 16px var(--font-body);
}
.lead-card textarea { min-height: 88px; resize: vertical; }
.lead-card input:focus, .lead-card select:focus, .lead-card textarea:focus {
  outline: 1px solid var(--blue);
  border-color: var(--blue);
}
.lead-card .btn { width: 100%; min-height: 48px; cursor: pointer; border: 0; margin-top: 0.2rem; }
.lead-card .eg-consent { margin: 0.15rem 0 0.5rem; font-size: 0.78rem; color: var(--text-3); }
.lead-card .eg-err { min-height: 1.2em; font-size: 0.82rem; color: #f0a0a0; }
.eg-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.start-quiet { margin-top: 0.9rem; color: var(--text-3); font-size: 0.82rem; }

.start-block { padding: 2.6rem 0 3.2rem; border-top: 1px solid var(--line-1); }
.start-block h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin: 0.4rem 0 1.4rem; }

.start-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}
.start-step {
  padding: 1rem;
  border: 1px solid var(--line-1);
  border-radius: 12px;
  background: var(--bg-1);
  min-width: 0;
}
.start-step .n {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-bright);
}
.start-step h3 { font-size: 1rem; margin: 0.45rem 0 0.35rem; }
.start-step p { color: var(--text-2); font-size: 0.88rem; }

.thanks-wrap {
  min-height: calc(100svh - 160px);
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
.thanks-wrap h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin: 0.6rem 0 1rem; max-width: 16ch; }
.thanks-wrap p { color: var(--text-1); max-width: 34rem; margin-bottom: 1.4rem; }

@media (max-width: 900px) {
  .start-grid { grid-template-columns: 1fr; }
  .start-hero h1 { max-width: none; }
  .start-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .start-page .container { width: min(1120px, 100% - 1.6rem); }
  .header-nav a:not(.header-cta) { display: none; }
  .start-steps { grid-template-columns: 1fr; }
  .sku { grid-template-columns: 1fr; }
}
