.bendic-order-shell,
.bendic-order-shell * {
  box-sizing: border-box;
}

.bendic-order-shell {
  --bendic-primary: #1597e5;
  width: 100%;
  max-width: 660px;
  margin: 22px auto;
  color: #10243e;
  font-family: Poppins, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.bendic-order-form {
  position: relative;
  margin: 0;
  padding: clamp(20px, 4vw, 34px);
  overflow: hidden;
  border: 1px solid #dbeaf5;
  border-radius: 24px;
  background-color: #fff;
  background-image:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--bendic-primary) 13%, transparent), transparent 34%),
    linear-gradient(#fff, #fff);
  box-shadow: 0 22px 58px rgba(16, 36, 62, .13);
}

@supports not (background: color-mix(in srgb, #000 10%, transparent)) {
  .bendic-order-form {
    background-image: none;
  }
}

.bendic-form-head {
  margin-bottom: 22px;
  text-align: center;
}

.bendic-form-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eaf7ff;
  color: #0877b8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .55px;
}

.bendic-form-head h3 {
  margin: 0;
  color: #0b2037;
  font-size: clamp(23px, 4vw, 31px);
  font-weight: 850;
  line-height: 1.16;
}

.bendic-form-head p {
  max-width: 510px;
  margin: 10px auto 0;
  color: #60758c;
  font-size: 14px;
  line-height: 1.6;
}

.bendic-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.bendic-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
  margin: 0;
}

.bendic-field > span {
  color: #243f5a;
  font-size: 12.5px;
  font-weight: 750;
}

.bendic-field > span b {
  color: #e14343;
}

.bendic-field input,
.bendic-field select,
.bendic-field textarea {
  width: 100%;
  min-height: 49px;
  margin: 0;
  padding: 12px 13px;
  border: 1.5px solid #cedde8;
  border-radius: 11px;
  outline: 0;
  background: #fbfdff;
  color: #10243e;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  -webkit-appearance: none;
  appearance: none;
}

.bendic-field select {
  padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, #648098 50%), linear-gradient(135deg, #648098 50%, transparent 50%);
  background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.bendic-field textarea {
  min-height: 86px;
  resize: vertical;
}

.bendic-field input:focus,
.bendic-field select:focus,
.bendic-field textarea:focus {
  border-color: var(--bendic-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(21, 151, 229, .12);
}

.bendic-field input::placeholder,
.bendic-field textarea::placeholder {
  color: #95a7b7;
}

.bendic-span-2 {
  grid-column: 1 / -1;
}

.bendic-live-total {
  margin: 17px 0 0;
  padding: 12px 14px;
  border: 1px solid #cfe8f8;
  border-radius: 11px;
  background: #f0faff;
  color: #446179;
  font-size: 14px;
  text-align: center;
}

.bendic-live-total strong {
  margin-left: 5px;
  color: #0b2037;
  font-size: 18px;
}

.bendic-submit {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 18px 0 0;
  padding: 14px 20px;
  border: 0;
  border-radius: 12px;
  background: var(--bendic-primary);
  box-shadow: 0 12px 24px rgba(21, 151, 229, .25);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.bendic-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(21, 151, 229, .31);
}

.bendic-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.bendic-submit svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.bendic-form-status {
  display: none;
  margin-top: 15px;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.bendic-form-status.is-error,
.bendic-form-status.is-success {
  display: block;
}

.bendic-form-status.is-error {
  border: 1px solid #f2bcbc;
  background: #fff1f1;
  color: #a22727;
}

.bendic-form-status.is-success {
  border: 1px solid #bde7ce;
  background: #effbf3;
  color: #17643a;
}

.bendic-form-trust {
  margin: 12px 0 0;
  color: #72879a;
  font-size: 11.5px;
  text-align: center;
}

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

.bendic-form-notice {
  margin: 16px 0;
  padding: 14px;
  border: 1px solid #f0c36d;
  border-radius: 9px;
  background: #fff9e8;
  color: #624a15;
}

@media (max-width: 580px) {
  .bendic-order-shell {
    margin: 14px auto;
  }

  .bendic-order-form {
    border-radius: 18px;
  }

  .bendic-form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .bendic-span-2 {
    grid-column: auto;
  }

  .bendic-field input,
  .bendic-field select,
  .bendic-field textarea {
    font-size: 16px;
  }
}
