.career-hero {
  padding-bottom: 0;
}
.career-section {
  padding: 60px 0 100px;
}

/* Numune / swatch pozisyon seçici — sitenin "roller" ikonuna ve malzeme
       paleti temasına gönderme yapan imza öge */
.career-swatches {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 22px;
}
.career-swatch {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: padding-left 0.25s ease;
}
.career-hero .about-section__image {
  transform: scale(1.15);
  transform-origin: center;
  overflow: visible;
}
.career-swatch:hover {
  padding-left: 8px;
}
.career-swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.career-swatch__chip {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  flex: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.career-swatch__chip--1 {
  background: linear-gradient(135deg, #fbc710, #a9840a);
}
.career-swatch__chip--2 {
  background: linear-gradient(135deg, #8f8271, #5c5346);
}
.career-swatch__chip--3 {
  background: linear-gradient(135deg, #4a4a4a, #232323);
}
.career-swatch__chip--4 {
  background: linear-gradient(135deg, #6b6b6b, #3a3a3a);
}
.career-swatch__meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.career-swatch__role {
  font-weight: 600;
  font-size: 16px;
  color: white;
}
.career-swatch__team {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.55;
  color: #333;
}
.career-swatch__tick {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  flex: none;
  position: relative;
}
.career-swatch input:checked ~ .career-swatch__tick {
  border-color: #fbc710;
}
.career-swatch input:checked ~ .career-swatch__tick::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #fbc710;
}
.career-swatch:has(input:checked) .career-swatch__role {
  color: #fbc710;
}
.career-section__note {
  font-size: 13px;
  opacity: 0.6;
  margin-top: 20px;
  color: white;
}
.career-section__subheading {
  margin-bottom: 4px;
}

/* form alanları */
.career-form__field {
  margin-bottom: 5px;
}
.career-form__field label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
}
.career-form__req {
  color: #fbc710;
}
.career-form__field input[type="text"],
.career-form__field input[type="email"],
.career-form__field input[type="tel"],
.career-form__field select,
.career-form__field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #838383;
  font-family: inherit;
  font-size: 15px;
  padding: 8px 2px;
  outline: none;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.career-form__field textarea {
  resize: vertical;
  min-height: 90px;
}
.career-form__field input:focus,
.career-form__field select:focus,
.career-form__field textarea:focus {
  border-color: #fbc710;
}
.career-form__field select option {
  background: white;
  color: #333;
}

.career-upload {
  border: 1px dashed rgba(255, 255, 255, 0.25);
  padding: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.career-upload:hover {
  border-color: #fbc710;
  background: rgba(251, 199, 16, 0.05);
}
.career-upload input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.career-upload__title {
  font-size: 13.5px;
}
.career-upload__sub {
  font-size: 11.5px;
  opacity: 0.55;
  margin-top: 4px;
}
.career-upload__filename {
  margin-top: 8px;
  font-size: 12px;
  color: #fbc710;
  display: none;
}

.career-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 28px 0;
}
.career-form__check input {
  margin-top: 3px;
  accent-color: #fbc710;
  width: 15px;
  height: 15px;
  flex: none;
}
.career-form__check label {
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.6;
}
.career-form__check a {
  color: #fbc710;
  text-decoration: underline;
}

.career-form__submit {
  width: 100%;
  border: none;
  cursor: pointer;
}
.career-form__foot {
  font-size: 12px;
  opacity: 0.55;
  text-align: center;
  margin-top: 14px;
}

/* mobil */
@media (max-width: 767px) {
  .career-section {
    padding: 40px 0 70px;
  }
  .career-swatch {
    padding: 14px 2px;
  }
  .career-swatch__chip {
    width: 26px;
    height: 26px;
  }
}
.career-hero .career-text-full {
  margin-top: 5%;
  opacity: 0.55;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.webpage__about-section,
.webpage__services-section,
.webpage__statistics,
.webpage__latest-projects,
.webpage__partners,
.webpage__reviews-carousel,
.webpage__latest-news,
.webpage__services-provided,
.webpage__about-block,
.webpage__main-slider,
.webpage__featured-projects,
.webpage__services,
.webpage__team-section,
.webpage__hero {
  margin-top: 60px;
  margin-bottom: -60px;
}
.career-section__frame {
     border: 1px solid rgb(84 81 81 / 15%);
  border-radius: 12px;
  padding: 48px;
  background: #303030;
}

@media (max-width: 768px) {
  .career-section__frame {
    padding: 24px;
    border-radius: 8px;
  }
}
.about-section__text {
  max-width: 95%;
  margin-bottom: 36px;
}
/* Dış çerçeve — tüm bölümü (pozisyonlar + form) saran kart */
.career-section__frame {
    border: 1px solid rgb(84 81 81 / 15%);
  border-radius: 12px;
  padding: 48px;
  background-color: rgba(255, 255, 255, 0.015);
}

@media (max-width: 768px) {
  .career-section__frame {
    padding: 24px;
    border-radius: 8px;
  }
}

/* Başlıklar */
.career-section__subheading {
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

/* Alan etiketleri */
.career-form__field label {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 14px;
}

.career-form__req {
  color: var(--color-yellow, #333);
  margin-left: 2px;
}

.career-form__field {
  margin-bottom: 5px;
}

/* Input / select / textarea ortak görünüm */
.career-form__field input[type="text"], .career-form__field input[type="email"], .career-form__field input[type="tel"], .career-form__field select, .career-form__field textarea {
    width: 100%;
    padding: 8px 18px;
    border: 1px solid rgb(57 55 55 / 8%);
    border-radius: 0px;
    color: #333;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    transition: border-color 0.25s ease, background-color 0.25s ease;
    -webkit-appearance: none;
    appearance: none;
}

.career-form__field textarea {
  min-height: 140px;
  resize: vertical;
}

.career-form__field input::placeholder,
.career-form__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.career-form__field input:focus,
.career-form__field select:focus,
.career-form__field textarea:focus {
  outline: none;
  border-color: var(--color-yellow, #333);
  background-color: white;
}

/* Select ok ikonu */
.career-form__field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23ffffff88' width='14' height='14'%3E%3Cpath d='M32 48.1c-1.3 0-2.4-.5-3.5-1.3L.8 20.7C-.3 19.6-.3 18 .8 17c1.1-1.1 2.7-1.1 3.7 0L32 42.8l27.5-26.1c1.1-1.1 2.7-1.1 3.7 0 1.1 1.1 1.1 2.7 0 3.7L35.5 46.5c-1.1 1.4-2.2 1.6-3.5 1.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  padding-right: 44px;
  cursor: pointer;
}

/* CV yükleme kutusu */
.career-upload {
    position: relative;
    border: 1px dashed rgb(0 0 0 / 20%);
    border-radius: 6px;
    background-color: white;
    padding: 40px 20px;
    text-align: center;
    transition: border-color 0.25s ease;
}

.career-upload:hover {
  border-color: var(--color-yellow, #333);
}

.career-upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.career-upload__title {
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
}

.career-upload__sub {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.career-upload__filename {
  display: none;
  margin-top: 12px;
  color: var(--color-yellow, #333);
  font-size: 13px;
}

/* KVKK onay kutusu */
.career-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 28px 0;
}

.career-form__check input[type="checkbox"] {
  margin-top: 4px;
  accent-color: var(--color-yellow, #333);
  flex-shrink: 0;
}

.career-form__check label {
  color: #333;
  font-size: 13px;
  line-height: 1.6;
}

.career-form__check label a {
  color: var(--color-yellow, #333);
  text-decoration: underline;
}

/* Alt satır: not solda, buton sağda */
.career-form__submit-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}

.career-form__foot {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-style: italic;
  margin: 0;
}

.career-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--color-yellow, #333);
  color: white;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  padding: 16px 28px;
  cursor: pointer;
  transition: filter 0.2s ease;
  white-space: nowrap;
}

.career-form__submit:hover {
  filter: brightness(0.92);
}

.career-form__submit .arrow {
  font-size: 16px;
  line-height: 1;
}

/* Sol taraf: pozisyon kartları da aynı koyu kutu temasına uysun */
.career-swatch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border: 1px solid rgb(10 10 10 / 8%);
    border-radius: 6px;
    padding: 18px 20px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: border-color 0.25s ease;
}

.career-swatch:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

.career-swatch input[type="radio"] {
  display: none;
}

.career-swatch__role {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}

.career-swatch__team {
  display: block;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.career-swatch__tick {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
  position: relative;
}

.career-swatch input[type="radio"]:checked ~ .career-swatch__tick {
  border-color: #333;
}

.career-swatch input[type="radio"]:checked ~ .career-swatch__tick::after {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: var(--color-yellow, #333);
  border-radius: 50%;
}

.career-swatch
  input[type="radio"]:checked
  ~ .career-swatch__meta
  .career-swatch__role {
  color: var(--color-yellow, #333);
}

.career-section__note {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  margin-top: 10px;
}

.btn:hover, .btn:focus {
    outline: none;
    background-color: #ffffff;
    color: #333;
    box-shadow: none;
}
