.partners-page .partners {
  min-height: calc(100vh - 120px);
  padding-top: 148px;
}

.partners-page .partners__intro {
  max-width: 860px;
}

.partners-page .footer {
  border-top: 1px solid rgba(181, 203, 236, 0.24);
}

.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 32px 120px;
}

.legal__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 52px;
  transition: color 0.15s;
}

.legal__back:hover {
  color: var(--cream);
}

.legal__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--amber);
  margin-bottom: 16px;
}

.legal__title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 12px;
}

.legal__date {
  font-size: 13px;
  color: var(--dim);
  margin-bottom: 64px;
}

.legal__body {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.legal__body h2 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cream);
  margin: 48px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.legal__body h2:first-child {
  margin-top: 0;
}

.legal__body p {
  margin-bottom: 16px;
}

.legal__body ul {
  list-style: none;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal__body li {
  padding-left: 20px;
  position: relative;
}

.legal__body li::before {
  content: '-';
  position: absolute;
  left: 0;
  color: var(--dim);
}

.legal__body strong {
  color: var(--cream);
  font-weight: 600;
}

.apply-page {
  background: #f2f2f2;
  color: #141414;
}

.apply-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 132px 28px 88px;
}

.apply-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5f6876;
  margin-bottom: 14px;
}

.apply-title {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #141414;
  margin-bottom: 12px;
}

.apply-sub {
  color: #5f6876;
  max-width: 700px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.apply-card {
  border: 1px solid #d6d6d6;
  border-radius: 18px;
  background: #f9f9f9;
  padding: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.apply-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.apply-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.apply-field--full {
  grid-column: 1 / -1;
}

.apply-field label {
  font-size: 12px;
  font-weight: 700;
  color: #232936;
}

.apply-field input,
.apply-field select,
.apply-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cbcfda;
  background: #ffffff;
  color: #1f2530;
  padding: 11px 12px;
  font: inherit;
}

.apply-field textarea {
  min-height: 130px;
  resize: vertical;
}

.apply-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid #101010;
  background: #111111;
  color: #f3f3f3;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.apply-btn:hover {
  background: #1b1b1b;
}

.apply-status {
  font-size: 13px;
  color: #4e5b70;
}

.apply-preview {
  margin-top: 14px;
  border-radius: 10px;
  border: 1px solid #d0d5e0;
  background: #ffffff;
  padding: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #2f3544;
  white-space: pre-wrap;
  display: none;
}

.apply-tips {
  margin-top: 14px;
  color: #5f6876;
  font-size: 13px;
  line-height: 1.65;
}

.apply-success-page {
  min-height: 100vh;
  background: #f2f2f2;
  color: #141414;
  display: flex;
  flex-direction: column;
}

.apply-success-wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 140px 28px 90px;
  text-align: center;
}

.apply-success-card {
  border: 1px solid #d6d6d6;
  border-radius: 18px;
  background: #f9f9f9;
  padding: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.apply-success-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5f6876;
  margin-bottom: 10px;
}

.apply-success-title {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(36px, 6vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  color: #141414;
}

.apply-success-sub {
  color: #5f6876;
  line-height: 1.7;
  margin-bottom: 20px;
}

.apply-success-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.apply-success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid #101010;
  background: #111111;
  color: #f3f3f3;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 700;
}

.apply-success-btn:hover {
  background: #1b1b1b;
}

.apply-success-btn--alt {
  background: transparent;
  border-color: #cbcfda;
  color: #2b3342;
}

.apply-success-btn--alt:hover {
  background: #eceff5;
}

@media (max-width: 960px) {
  .partners-page .partners {
    padding-top: 122px;
  }
}

@media (max-width: 760px) {
  .apply-wrap {
    padding-top: 114px;
  }

  .apply-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .partners-page .partners {
    padding-top: 108px;
  }

  .legal {
    padding: 60px 20px 80px;
  }
}
