.order-section {
  padding: 92px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(182, 141, 247, 0.24), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(65, 235, 23, 0.18), transparent 28%),
    #050505;
  color: #fff;
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: start;
}

.order-kicker {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.order-title {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: clamp(46px, 5.4vw, 78px);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.order-intro {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.order-steps {
  display: grid;
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.order-steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.order-steps li > span,
.order-step-number {
  color: #41eb17;
  font-size: 14px;
  font-weight: 800;
}

.order-steps strong,
.order-step-title {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
}

.order-steps p,
.order-step-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.55;
}

.order-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  color: #000;
}

.order-contact-copy {
  display: grid;
  gap: 7px;
}

.order-contact-copy > span {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-contact-copy strong {
  font-size: 20px;
  line-height: 1.25;
}

.order-contact-copy p {
  margin: 0;
  color: #444;
  font-size: 13px;
  line-height: 1.55;
}

.order-contact small {
  font-size: 12px;
  opacity: 0.65;
}

.order-contact > img {
  width: 132px;
  height: auto;
  border-radius: 12px;
}

.order-form {
  display: grid;
  gap: 19px;
  padding: clamp(26px, 3.2vw, 46px);
  background: #f2f2f4;
  border-radius: 24px;
  color: #0a0a0a;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.order-form-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 8px;
}

.order-form-head span {
  color: #666;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.order-form-head h3 {
  margin: 5px 0 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.order-form-head p {
  margin: 0;
  color: #666;
  font-size: 12px;
}

.order-form-head b,
.order-field > span b {
  color: #d6421e;
}

.order-form-heading {
  margin: 0;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.order-form-subtitle {
  margin: 10px 0 30px;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

.order-form-section {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 4px 0 -2px;
  padding: 16px 0 10px;
  border-top: 1px solid #d5d5d9;
}

.order-form-section strong {
  font-size: 18px;
  line-height: 1.2;
}

.order-form-section span {
  color: #666;
  font-size: 12px;
  text-align: right;
}

.order-form-section--secondary {
  margin-top: 8px;
}

.order-fields {
  display: grid;
  gap: 19px;
}

.order-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.order-field-row > .order-field {
  height: 75px;
  grid-template-rows: 19px 48px;
  align-content: start;
  margin: 0;
}

.order-field {
  display: grid;
  gap: 8px;
}

.order-field > span {
  display: flex;
  align-items: flex-end;
  min-height: 19px;
  font-size: 13px;
  font-weight: 700;
}

.order-field-label {
  font-size: 13px;
  font-weight: 700;
}

.order-field-label em {
  color: #d6421e;
  font-style: normal;
}

.order-input,
.order-select,
.order-textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid #cfcfd3;
  border-radius: 11px;
  color: #0a0a0a;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.order-input,
.order-select {
  height: 48px;
}

.order-input,
.order-textarea {
  background-image: none !important;
}

.order-select {
  padding-right: 14px;
}

.order-select.has-select-arrow {
  padding-right: 52px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1.25 7 7.25l6-6' fill='none' stroke='%23111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 14px 9px;
}

.order-input:focus,
.order-select:focus,
.order-textarea:focus {
  border-color: #41b927;
  box-shadow: 0 0 0 3px rgba(65, 235, 23, 0.2);
}

.order-input.has-error {
  border-color: #d6421e;
  box-shadow: 0 0 0 3px rgba(214, 66, 30, 0.14);
}

.order-field-error {
  display: block;
  min-height: 18px;
  color: #c93619;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

/* Let the validation notice take up real layout space. This keeps it clear of
   the following field on both the two-column and stacked mobile layouts. */
.order-phone-field {
  height: auto !important;
  grid-template-rows: 19px 48px auto !important;
}

.order-phone-error {
  min-height: 0;
  margin: 0;
  padding: 7px 10px;
  border-left: 3px solid #d6421e;
  border-radius: 7px;
  background: #fff0eb;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.order-phone-error:empty {
  display: none;
}

.order-textarea {
  min-height: 118px;
  resize: vertical;
}

.order-price-hint,
.order-product-hint {
  min-height: 21px;
  margin: -5px 0 0;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
}

.order-captcha {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 10px;
  align-items: end;
}

.order-captcha button {
  align-self: start;
  height: 47px;
  margin-top: 27px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfcfd3;
  border-radius: 11px;
  cursor: pointer;
}

.order-captcha img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.order-refresh {
  min-height: 42px;
  padding: 0 13px;
  background: transparent;
  border: 1px solid #aaa;
  border-radius: 9px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.order-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: #555;
  font-size: 12px;
  line-height: 1.55;
}

.order-consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #41b927;
}

.order-consent a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.order-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 13px 20px;
  background: #41eb17;
  border: 0;
  border-radius: 11px;
  color: #000;
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.order-submit i {
  flex: 0 0 auto;
  margin-left: 8px;
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.order-submit-note {
  margin: -8px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.order-submit:hover {
  background: #54fa2a;
  transform: translateY(-1px);
}

.order-submit:hover span {
  font-style: italic;
}

.order-submit:hover i {
  opacity: 1;
  transform: translateX(0);
}

.order-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.order-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1040px) {
  .order-layout {
    grid-template-columns: 1fr;
  }

  .order-copy {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .order-section {
    padding: 64px 0;
  }

  .order-copy {
    display: block;
  }

  .order-contact {
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 16px;
    margin-top: 24px;
  }

  .order-contact > img {
    width: 118px;
    height: auto;
  }

  .order-form {
    margin-top: 38px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .order-field-row,
  .order-captcha {
    grid-template-columns: 1fr;
  }

  .order-form-section {
    display: grid;
    gap: 5px;
  }

  .order-form-section span {
    text-align: left;
  }

  .order-captcha img {
    width: 120px;
  }

  .order-captcha button {
    margin-top: 0;
  }

  .order-refresh {
    width: 120px;
  }
}

@media (max-width: 430px) {
  .order-contact {
    grid-template-columns: 1fr;
  }

  .order-contact > img {
    width: min(100%, 210px);
    height: auto;
    margin: 6px auto 0;
  }
}
