:root {
  --request-green: #0f5b4d;
  --request-dark: #172523;
  --request-muted: #61706c;
  --request-coral: #ff6b4a;
  --request-line: #dce7e1;
}

.request-hero {
  padding: 66px 20px 120px;
  text-align: center;
  background: #dff3e8;
}

.request-hero > span,
.request-heading > span {
  color: var(--request-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.request-hero h1 {
  margin: 12px 0 14px;
  color: var(--request-dark);
  font: 700 clamp(42px, 7vw, 66px)/1.05 "Fredoka", sans-serif;
}

.request-hero p {
  max-width: 720px;
  margin: auto;
  color: var(--request-muted);
  line-height: 1.7;
}

.request-layout {
  width: min(1080px, calc(100% - 40px));
  margin: -72px auto 72px;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--request-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(20, 61, 51, .12);
}

.request-info {
  padding: 44px 36px;
  color: #e9f5f1;
  background: #103f36;
}

.request-number {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin-top: 22px;
  border-radius: 50%;
  color: #103f36;
  background: #dff3e8;
  font-weight: 700;
}

.request-number:first-child { margin-top: 0; }
.request-info h2 { margin: 10px 0 5px; color: #fff; font: 700 19px "Fredoka", sans-serif; }
.request-info p { margin: 0; color: #c3d9d3; font-size: 13px; line-height: 1.55; }
.request-policy { display: inline-block; margin-top: 34px; color: #d6ff54; font-size: 13px; font-weight: 700; }

.request-card { padding: clamp(30px, 5vw, 56px); }
.request-heading { margin-bottom: 28px; }
.request-heading h2 { margin: 8px 0 0; color: var(--request-dark); font: 700 36px "Fredoka", sans-serif; }
.request-card label { display: block; margin: 18px 0 7px; color: var(--request-dark); font-weight: 700; font-size: 14px; }
.request-card label small { color: var(--request-muted); font-weight: 500; }
.request-card input,
.request-card select,
.request-card textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--request-dark);
  border: 1px solid #ccd9d3;
  border-radius: 11px;
  outline: none;
  background: #fbfdfc;
  font: inherit;
}
.request-card input:focus,
.request-card select:focus,
.request-card textarea:focus { border-color: var(--request-green); box-shadow: 0 0 0 3px rgba(15, 91, 77, .1); }
.request-card textarea { resize: vertical; }
.request-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.request-privacy { margin: 17px 0; color: var(--request-muted); font-size: 12px; line-height: 1.5; }
.request-privacy a { color: var(--request-green); font-weight: 700; }
.request-submit {
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--request-coral);
  cursor: pointer;
  font: 700 16px "DM Sans", sans-serif;
  box-shadow: 0 10px 24px rgba(255, 107, 74, .2);
}
.request-submit:hover { filter: brightness(.97); transform: translateY(-1px); }
.request-status { min-height: 18px; margin: 12px 0 0; color: var(--request-green); font-size: 12px; text-align: center; }

@media (max-width: 760px) {
  .request-layout { grid-template-columns: 1fr; margin-top: -80px; }
  .request-info { padding: 30px; }
  .request-grid { grid-template-columns: 1fr; gap: 0; }
  .request-hero { padding-bottom: 130px; }
}
