.ssku-development-form,
.ssku-development-form * {
  box-sizing: border-box;
}

.ssku-development-form {
  width: 100%;
  padding: 76px 24px 104px;
  background: #ffffff;
  color: #111b3d;
  font-family: Manrope, Inter, Arial, sans-serif;
}

.ssku-development-form__shell {
  max-width: 1240px;
  margin: 0 auto;
}

.ssku-development-form__panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  gap: 42px;
  align-items: start;
  padding: 42px;
  border: 1px solid #dce6f7;
  border-radius: 28px;
  background:
    radial-gradient(circle at 3% 4%, rgba(47, 212, 190, 0.11), transparent 24%),
    radial-gradient(circle at 97% 96%, rgba(142, 101, 248, 0.11), transparent 25%),
    linear-gradient(145deg, #fbfdff, #f8f9fe);
  box-shadow: 0 26px 70px rgba(35, 61, 126, 0.1);
}

.ssku-development-form__intro {
  position: sticky;
  top: 30px;
  min-width: 0;
  padding: 10px 6px;
}

.ssku-development-form__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #61708c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ssku-development-form__eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #2fd4be;
  box-shadow: 0 0 0 5px rgba(47, 212, 190, 0.12);
}

.ssku-development-form__intro h2 {
  max-width: 520px;
  margin: 16px 0 0;
  color: #101a38;
  font-family: Manrope, Inter, Arial, sans-serif !important;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.065em;
}

.ssku-development-form__intro > p {
  max-width: 520px;
  margin: 20px 0 0;
  color: #667590;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
}

.ssku-development-form__steps {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.ssku-development-form__steps article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.ssku-development-form__steps article > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #e4efff, #f1eaff);
  color: #4774e5;
  font-size: 10px;
  font-weight: 800;
}

.ssku-development-form__steps strong {
  display: block;
  color: #26385d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.ssku-development-form__steps p {
  margin: 3px 0 0;
  color: #71809b;
  font-size: 12px;
  line-height: 1.5;
}

.ssku-development-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 26px;
  padding: 12px 13px;
  border: 1px solid #dfe8f7;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.76);
  color: #6d7c96;
  font-size: 11px;
  line-height: 1.5;
}

.ssku-development-form__privacy svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #5378cc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ssku-development-form__form {
  position: relative;
  min-width: 0;
  padding: 28px;
  border: 1px solid #dfe7f4;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 18px 42px rgba(40, 66, 132, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ssku-development-form__honeypot {
  position: absolute !important;
  top: -10000px !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ssku-development-form__message {
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 1px solid #dce6f5;
  border-radius: 12px;
  background: #f7f9fe;
  color: #53627e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.ssku-development-form__message.is-success {
  border-color: #bfe8dc;
  background: #effbf7;
  color: #147b68;
}

.ssku-development-form__message.is-error {
  border-color: #efcbd2;
  background: #fff5f6;
  color: #ad4056;
}

.ssku-development-form__section-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-bottom: 17px;
}

.ssku-development-form__fields + .ssku-development-form__section-head {
  margin-top: 30px;
  padding-top: 27px;
  border-top: 1px solid #e7edf6;
}

.ssku-development-form__section-head > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #1765f2, #8e65f8);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 8px 17px rgba(57, 91, 204, 0.2);
}

.ssku-development-form__section-head strong,
.ssku-development-form__section-head small {
  display: block;
}

.ssku-development-form__section-head strong {
  color: #213153;
  font-size: 14px;
  font-weight: 800;
}

.ssku-development-form__section-head small {
  margin-top: 2px;
  color: #8290a8;
  font-size: 10px;
  line-height: 1.4;
}

.ssku-development-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ssku-development-form__field {
  display: grid;
  gap: 7px;
}

.ssku-development-form__field--full {
  grid-column: 1 / -1;
}

.ssku-development-form__field > span {
  color: #344567;
  font-size: 11px;
  font-weight: 800;
}

.ssku-development-form__field em {
  color: #d4536b;
  font-style: normal;
}

.ssku-development-form__field input,
.ssku-development-form__field textarea {
  width: 100%;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #dbe4f3;
  border-radius: 11px;
  background: #fbfcff;
  box-shadow: none;
  color: #1b2a4d;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ssku-development-form__field input {
  min-height: 44px;
}

.ssku-development-form__field textarea {
  min-height: 118px;
  resize: vertical;
}

.ssku-development-form__field input::placeholder,
.ssku-development-form__field textarea::placeholder {
  color: #a0aec3;
}

.ssku-development-form__field input:focus,
.ssku-development-form__field textarea:focus {
  border-color: #83a7f5;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(38, 103, 234, 0.1);
  outline: none;
}

.ssku-development-form__consent {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 20px;
  cursor: pointer;
}

.ssku-development-form__consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ssku-development-form__consent > span {
  position: relative;
  width: 21px;
  height: 21px;
  border: 1px solid #cbd8ed;
  border-radius: 6px;
  background: #ffffff;
  transition: border-color 160ms ease, background 160ms ease;
}

.ssku-development-form__consent > span::after {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}

.ssku-development-form__consent input:checked + span {
  border-color: transparent;
  background: linear-gradient(135deg, #1765f2, #8e65f8);
}

.ssku-development-form__consent input:checked + span::after {
  opacity: 1;
}

.ssku-development-form__consent input:focus-visible + span {
  outline: 3px solid rgba(23, 101, 242, 0.2);
  outline-offset: 2px;
}

.ssku-development-form__consent small {
  color: #70809a;
  font-size: 11px;
  line-height: 1.55;
}

.ssku-development-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 190px;
  min-height: 50px;
  margin-top: 23px;
  padding: 0 20px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(100deg, #1765f2 0%, #286af0 54%, #8e65f8 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(44, 93, 225, 0.23);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.ssku-development-form__submit:hover:not(:disabled) {
  box-shadow: 0 18px 34px rgba(44, 93, 225, 0.33);
  transform: translateY(-2px);
}

.ssku-development-form__submit:focus-visible {
  outline: 3px solid rgba(23, 101, 242, 0.25);
  outline-offset: 3px;
}

.ssku-development-form__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.ssku-development-form__submit svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  transition: transform 180ms ease;
}

.ssku-development-form__submit:hover:not(:disabled) svg {
  transform: translateX(2px);
}

@media (max-width: 980px) {
  .ssku-development-form__panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ssku-development-form__intro {
    position: static;
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .ssku-development-form {
    padding: 54px 16px 70px;
  }

  .ssku-development-form__panel {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .ssku-development-form__form {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .ssku-development-form__intro h2 {
    font-size: 38px;
  }

  .ssku-development-form__fields {
    grid-template-columns: 1fr;
  }

  .ssku-development-form__field--full {
    grid-column: auto;
  }

  .ssku-development-form__submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ssku-development-form__submit,
  .ssku-development-form__submit svg,
  .ssku-development-form__field input,
  .ssku-development-form__field textarea {
    transition: none;
  }
}
