﻿@font-face {
  font-family: 'Sk-Modernist';
  src: url('fonts/Sk-Modernist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Sk-Modernist';
  src: url('fonts/Sk-Modernist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Sk-Modernist', sans-serif;
letter-spacing: -.005em;

  line-height: 1.3;
}

body {
  background-color: #e0e0e0;
  margin: 0;
  padding: 0;
  color: #000;
  letter-spacing: -.01em;
  font-size: .9em;
  font-weight: 400;
}

.form-wrapper {
  max-width: 960px;
  margin: 60px auto;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  padding: 40px;
}

h1.form-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

label {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.col {
  flex: 1;
  min-width: 220px;
}

input[type="text"],
input[type="email"],
textarea,
input[type="file"] {
  width: 100%;
  padding: 12px;
  min-height: 52px;
  border: 1px solid #ccc;
  background-color: #fff0;
  font-size: 14px;
}

textarea {
  min-height: 172px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  transition: background 0.3s, color 0.3s;
  background-color: #000;
  color: #fff;
  outline: none;
}

input[name="recommendation"],
.artist-grid input[type="checkbox"],
.inline-options input[type="radio"],
.custom-checkbox input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  padding: 12px;
  background: #F3F3F3;
  border: 1px solid #aaa;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  background: #000;
  color: #fff;
  border-color: #000;
}

.inline-options {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}

.inline-options label {
  z-index: 2;
  letter-spacing: .01em;
  text-transform: none;
  white-space: nowrap;
  border: 1px #01010140;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 48px;
  margin: 0 auto 0 0;
  padding: 13px 24px;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
  transition: all .45s;
  display: flex;
  position: relative;
  inset: auto;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.custom-checkbox .checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox {
  background-color: #000;
  border-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 10.3L2.2 7l1.1-1.1L5.5 8.1l5.2-5.2L12 4l-6.5 6.3z'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.artist-grid label {
  padding: 12px;
  background: #fff;
  border: 1px solid #aaa;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}

.artist-grid input[type="checkbox"]:checked + label {
  background: #000;
  color: #fff;
}

.submit-area {
  margin-top: 20px;
}

.submit-area label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.submit-area input[type="checkbox"] {
  margin-right: 10px;
}

.submit-btn {
  margin-top: 20px;
  padding: 14px 30px;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
}

.info {
  font-size: 13px;
  margin: 20px 0 10px;
}

.area_box {
  margin-top: 28px;
  margin-bottom: 28px;
}

.cizgi {
  background-color: #01010140;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}



@media (max-width: 768px) {
  .form-wrapper {
    margin: 30px 16px;
    padding: 24px;
  }

  h1.form-title {
    font-size: 32px;
    text-align: center;
  }

  .row {
    flex-direction: column;
    gap: 12px;
  }

  .col {
    min-width: 100%;
  }

  input[type="text"],
  input[type="email"],
  textarea,
  input[type="file"] {
    font-size: 15px;
    padding: 14px;
  }

  .inline-options {
    flex-direction: column;
    gap: 10px;
  }

  .inline-options label {
    padding: 12px 16px;
    font-size: 15px;
  }

  .artist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .custom-checkbox {
    flex-direction: row;
    align-items: flex-start;
  }

  .submit-btn {
    font-size: 16px;
    padding: 16px;
  }

  .area_box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cizgi {
    margin: 24px 0;
  }

  .submit-area label {
    font-size: 14px;
    line-height: 1.5;
    flex-direction: row;
    align-items: center;
  }

  .submit-area label a {
    color: #000;
    text-decoration: underline;
  }

  .info {
    font-size: 12px;
    text-align: center;
  }
}

