.sp {
  background: #f6f4ee;
  color: #171915;
  overflow-x: hidden;
}

.sp-wrap {
  width: min(calc(100% - 40px), 1220px);
  margin: 0 auto;
}

.sp-crumb {
  width: min(calc(100% - 40px), 1220px);
  margin: 0 auto;
  padding: 110px 0 0;
  position: relative;
  z-index: 3;
}

.sp-crumb ol {
  list-style: none;
  margin: 0;
  padding: 11px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 25, 21, 0.08);
  box-shadow: 0 14px 40px rgba(15, 17, 16, 0.08);
  backdrop-filter: blur(14px);
  font-size: 0.82rem;
  font-weight: 800;
  color: rgba(23, 25, 21, 0.48);
}

.sp-crumb a {
  color: rgba(23, 25, 21, 0.62);
  text-decoration: none;
}

.sp-crumb li:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
  color: rgba(23, 25, 21, 0.26);
}

.sp-hero {
  min-height: min(82svh, 760px);
  margin-top: -50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 70px 0;
  color: #fff;
  isolation: isolate;
}

.sp-hero__media,
.sp-hero__media img,
.sp-hero__veil {
  position: absolute;
  inset: 0;
}

.sp-hero__media {
  z-index: -1;
  overflow: hidden;
  background: #0b0d0a;
}

.sp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  filter: saturate(0.9) contrast(1.08);
}

.sp-hero__veil {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 44%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(0deg, rgba(12, 14, 10, 0.95) 0%, rgba(12, 14, 10, 0.08) 55%);
}

.sp-hero__content {
  max-width: 780px;
}

.sp-kicker {
  margin: 0 0 16px;
  color: #d6e02c;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sp-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: 0;
}

.sp-hero p:not(.sp-kicker) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.sp-btn,
.sp-form__actions button,
.sp-form__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 30px;
  padding: 0 26px;
  border-radius: 999px;
  background: #d6e02c;
  color: #11130f;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.sp-btn:hover,
.sp-form__actions button:hover,
.sp-form__actions a:hover {
  transform: translateY(-2px);
  background: #fff;
}

.sp-brief {
  position: relative;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 74% 12%, rgba(214, 224, 44, 0.12), transparent 28%),
    radial-gradient(circle at 10% 82%, rgba(102, 230, 200, 0.09), transparent 34%),
    linear-gradient(180deg, #0e120f 0%, #11160f 54%, #0a0d0b 100%);
  isolation: isolate;
}

.sp-brief__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.32fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.sp-brief__intro {
  position: sticky;
  top: 112px;
  color: #fff;
  padding-top: 18px;
}

.sp-brief__intro h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 5.2rem);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: 0;
}

.sp-brief__intro p:not(.sp-kicker) {
  margin: 24px 0 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
  line-height: 1.75;
}

.sp-brief__steps {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.sp-brief__steps span {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 8px 14px 8px 8px;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.66);
  font-weight: 800;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.sp-brief__steps strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(214, 224, 44, 0.14);
  color: #d6e02c;
  font-size: 0.78rem;
}

.sp-brief__steps span.is-active {
  background: rgba(214, 224, 44, 0.18);
  color: #fff;
  transform: translateX(8px);
}

.sp-form {
  position: relative;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.82)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 32px 90px rgba(5, 8, 6, 0.24);
  backdrop-filter: blur(18px);
}

.sp-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sp-form label,
.sp-checks {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
}

.sp-form span,
.sp-checks legend {
  color: rgba(23, 25, 21, 0.62);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sp-form input,
.sp-form select,
.sp-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 25, 21, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #171915;
  font: inherit;
  font-weight: 700;
  line-height: 1.45;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sp-form input,
.sp-form select {
  min-height: 52px;
  padding: 0 14px;
}

.sp-form textarea {
  resize: vertical;
  min-height: 116px;
  padding: 14px;
}

.sp-form input:focus,
.sp-form select:focus,
.sp-form textarea:focus {
  border-color: rgba(214, 224, 44, 0.92);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(214, 224, 44, 0.18);
}

.sp-checks {
  padding: 0;
  border: 0;
}

.sp-checks legend {
  margin-bottom: 12px;
}

.sp-checks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sp-checks legend {
  grid-column: 1 / -1;
}

.sp-checks label,
.sp-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: rgba(23, 25, 21, 0.045);
  color: rgba(23, 25, 21, 0.74);
  font-weight: 800;
  line-height: 1.45;
}

.sp-checks input,
.sp-consent input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 1px;
  accent-color: #d6e02c;
  flex: 0 0 auto;
}

.sp-consent {
  margin-top: 2px;
}

.sp-consent span {
  color: rgba(23, 25, 21, 0.66);
  text-transform: none;
  font-size: 0.95rem;
  font-weight: 700;
}

.sp-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.sp-form__actions button {
  margin-top: 0;
  border: 0;
  cursor: pointer;
}

.sp-form__actions a {
  margin-top: 0;
  background: #171915;
  color: #fff;
}

.sp-form__actions a:hover {
  background: #2b2f24;
  color: #fff;
}

.sp-flow {
  position: absolute;
  top: 72px;
  bottom: 80px;
  left: clamp(18px, 5vw, 96px);
  width: min(19vw, 260px);
  z-index: 1;
  pointer-events: none;
  opacity: 0.95;
}

.sp-flow__svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1220px;
  overflow: visible;
}

.sp-flow__track,
.sp-flow__draw {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-flow__track {
  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 10;
  stroke-dasharray: 3 25;
}

.sp-flow__draw {
  stroke-width: 6;
}

.sp-flow__tip {
  fill: #d6e02c;
}

@media (max-width: 920px) {
  .sp-hero {
    min-height: 720px;
  }

  .sp-brief {
    padding: 78px 0 88px;
    background:
      radial-gradient(circle at 0% 72%, rgba(102, 230, 200, 0.1), transparent 34%),
      linear-gradient(180deg, #0e120f 0%, #11160f 55%, #0a0d0b 100%);
  }

  .sp-brief__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sp-brief__intro {
    position: relative;
    top: auto;
  }

  .sp-flow {
    left: -34px;
    right: auto;
    width: 170px;
    opacity: 0.42;
  }
}

@media (max-width: 640px) {
  .sp-wrap,
  .sp-crumb {
    width: min(calc(100% - 28px), 1220px);
  }

  .sp-crumb {
    padding-top: 92px;
  }

  .sp-hero {
    min-height: 660px;
    padding: 54px 0;
  }

  .sp-hero h1 {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  .sp-form {
    padding: 20px;
  }

  .sp-form__row,
  .sp-checks {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sp-checks {
    gap: 9px;
  }

  .sp-form__actions {
    align-items: stretch;
  }

  .sp-form__actions button,
  .sp-form__actions a {
    width: 100%;
  }
}
