.design-help-page {
  color: #17251f;
  background: #f4f7f2;
}

.design-help-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 62px;
  background:
    radial-gradient(circle at 85% 10%, rgba(92, 140, 76, 0.28), transparent 28%),
    linear-gradient(135deg, #0c3327 0%, #165b3e 48%, #e7ebdc 48.2%, #f4f7f2 100%);
}

.design-help-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
  gap: 42px;
  align-items: center;
}

.design-help-hero__copy {
  max-width: 760px;
  color: #fff;
}

.design-help-kicker {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #cfe5d8;
  font-weight: 700;
}

.design-help-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.design-help-hero__copy p:not(.design-help-kicker) {
  max-width: 660px;
  margin: 0;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.86);
}

.design-help-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.design-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #f4d35e;
  color: #153528;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.design-help-btn:hover {
  color: #153528;
  text-decoration: none;
  filter: brightness(1.04);
}

.design-help-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: none;
}

.design-help-btn--ghost:hover {
  color: #fff;
}

.design-help-hero__panel {
  position: relative;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.design-help-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(21, 53, 40, 0.1);
}

.design-help-step:last-child {
  border-bottom: none;
}

.design-help-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #153528;
  color: #f4d35e;
  font-size: 16px;
}

.design-help-step span {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
  color: #153528;
}

.design-help-content {
  padding: 54px 0 76px;
}

.design-help-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.design-help-form,
.design-help-card {
  border: 1px solid rgba(21, 53, 40, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 52, 38, 0.08);
}

.design-help-form {
  overflow: hidden;
}

.design-help-section {
  padding: 30px;
  border-bottom: 1px solid rgba(21, 53, 40, 0.08);
}

.design-help-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.design-help-section__head span {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #789080;
  font-weight: 800;
}

.design-help-section__head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  color: #153528;
}

.design-help-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.design-help-field {
  display: block;
}

.design-help-field--wide {
  grid-column: 1 / -1;
}

.design-help-field span {
  display: block;
  margin-bottom: 8px;
  color: #405249;
  font-size: 14px;
  font-weight: 700;
}

.design-help-field em {
  color: #b35900;
  font-style: normal;
}

.design-help-field input,
.design-help-field select,
.design-help-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9e1db;
  border-radius: 14px;
  background: #f8faf7;
  color: #17251f;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.design-help-field input,
.design-help-field select {
  height: 46px;
  padding: 0 14px;
}

.design-help-field textarea {
  min-height: 108px;
  padding: 12px 14px;
  resize: vertical;
}

.design-help-field input:focus,
.design-help-field select:focus,
.design-help-field textarea:focus {
  border-color: #058951;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(5, 137, 81, 0.14);
}

.design-help-submit {
  padding: 26px 30px 30px;
  background: linear-gradient(180deg, #fff 0%, #f6faf7 100%);
}

.design-help-submit__btn {
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #058951 0%, #0c6f48 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(5, 137, 81, 0.22);
}

.design-help-submit__btn:disabled {
  opacity: 0.62;
  cursor: not-allowed;
  box-shadow: none;
}

.design-help-submit p {
  margin: 12px 0 0;
  color: #64736b;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.design-help-alert {
  display: none;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.design-help-alert.is-error,
.design-help-alert.is-success {
  display: block;
}

.design-help-alert.is-error {
  background: #fff1ed;
  color: #9a3412;
}

.design-help-alert.is-success {
  background: #e3f6ec;
  color: #0f5d3b;
}

.design-help-aside {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 20px;
}

.design-help-card {
  padding: 24px;
}

.design-help-card h3 {
  margin: 0 0 14px;
  color: #153528;
  font-size: 20px;
  line-height: 1.35;
}

.design-help-card ul {
  margin: 0;
  padding-left: 18px;
  color: #52645a;
  font-size: 14px;
  line-height: 1.9;
}

.design-help-card p {
  margin: 0;
  color: #52645a;
  font-size: 15px;
  line-height: 1.8;
}

.design-help-card--accent {
  background: #153528;
}

.design-help-card--accent h3,
.design-help-card--accent p {
  color: #fff;
}

@media (max-width: 1100px) {
  .design-help-hero__grid,
  .design-help-layout {
    grid-template-columns: 1fr;
  }

  .design-help-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .design-help-hero {
    padding: 46px 0;
    background: linear-gradient(160deg, #0c3327 0%, #165b3e 100%);
  }

  .design-help-hero__panel,
  .design-help-form,
  .design-help-card {
    border-radius: 18px;
  }

  .design-help-section,
  .design-help-submit {
    padding: 22px 16px;
  }

  .design-help-fields {
    grid-template-columns: 1fr;
  }

  .design-help-field--wide {
    grid-column: auto;
  }

  .design-help-section__head {
    display: block;
  }

  .design-help-section__head h2 {
    margin-top: 8px;
    font-size: 21px;
  }
}
