/* Legal / policy pages — same artboard + footer language as mesafe/about */

.legal-board {
  position: relative;
  width: 1920px;
  height: 1450px;
  margin: 0 auto;
  background-color: #061d34;
  background-image:
    linear-gradient(rgba(6, 29, 52, 0.68), rgba(6, 29, 52, 0.68)),
    url("../assets/images/bg-display.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1920px auto;
  overflow: hidden;
  color: #fff;
}

.legal-kicker {
  position: absolute;
  left: 0;
  right: 0;
  top: 229px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}

.legal-rule {
  position: absolute;
  left: 510px;
  top: 290px;
  width: 900px;
  height: 2px;
  background: #8f834c;
  z-index: 2;
}

.legal-content {
  position: absolute;
  left: 300px;
  top: 340px;
  width: 1320px;
  height: 760px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
  padding-right: 24px;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.legal-content::-webkit-scrollbar {
  width: 6px;
}

.legal-content::-webkit-scrollbar-thumb {
  background: rgba(143, 131, 76, 0.55);
  border-radius: 4px;
}

.legal-content h2 {
  margin: 28px 0 12px;
  font-family: "Playfair Display", "Source Serif 4", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: #8f834c;
}

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

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul {
  margin: 0 0 20px;
  padding-left: 22px;
}

.legal-content li {
  margin: 0 0 8px;
}

.legal-content a {
  color: #8f834c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(143, 131, 76, 0.35);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

/* Başvuru formu */
.legal-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  margin-top: 12px;
}

.legal-form .full {
  grid-column: 1 / -1;
}

.legal-field label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.legal-field input,
.legal-field textarea,
.legal-field select {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #8f834c;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  outline: none;
  appearance: none;
}

.legal-field textarea {
  min-height: 100px;
  resize: vertical;
}

.legal-field select option {
  color: #061d34;
}

.legal-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  grid-column: 1 / -1;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.legal-check input {
  margin-top: 3px;
  accent-color: #8f834c;
}

.legal-submit {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 200px;
  height: 50px;
  margin-top: 8px;
  padding: 0 28px;
  border: 0;
  border-radius: 8px;
  background: #8f834c;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.legal-submit:hover {
  filter: brightness(1.06);
}

.legal-form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
  color: #8f834c;
}

/* Footer — same absolute map as mesafe / about boards */
.legal-board .footer-line {
  top: 1145px;
}

.legal-board .logo-footer {
  top: 1178px;
}

.legal-board .ft-col {
  top: 1217px;
}

.legal-board .ft-pin {
  top: 1178px;
}

.legal-board .ft-contact {
  top: 1314px;
}

.legal-board .ft-powered {
  top: 1393px;
}

.legal-board .ft-legal {
  top: 1415px;
  white-space: nowrap;
}

.legal-board .ft-legal a {
  color: inherit;
  text-decoration: none;
  margin-right: 18px;
}

.legal-board .ft-legal a:last-child {
  margin-right: 0;
}

.legal-board .ft-legal a:hover,
.legal-board .ft-legal a.is-current {
  color: #8f834c;
}

.legal-board .ft-badge-a {
  top: 1385px;
}

.legal-board .ft-badge-b {
  top: 1385px;
}

/* Shared footer legal links on all pages */
.ft-legal a {
  color: inherit;
  text-decoration: none;
}

.ft-legal a:hover,
.ft-legal a.is-current {
  color: #8f834c;
}
