/* Contact section: a calm, low-friction final step after the FAQ. */
#kontakt.contact-section {
  padding-top: clamp(88px, 9vw, 132px);
  background: #000;
  color-scheme: dark;
}

.contact-intro {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto clamp(48px, 6vw, 72px);
  text-align: center;
}

.contact-eyebrow {
  margin: 0 0 16px;
  color: #48bcf2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#kontakt .kontaktForm-nadpis {
  max-width: 820px;
  margin: 0 auto 20px;
  padding: 0;
  color: #fff;
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

#kontakt .kontaktForm-p {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.65;
  text-wrap: balance;
}

.contact-expectations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  margin: 24px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
}

.contact-expectations li {
  display: inline-flex;
  align-items: center;
}

.contact-expectations li + li::before {
  content: "·";
  margin: 0 12px;
  color: rgba(72, 188, 242, 0.75);
}

#kontakt .kontaktForm {
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: center;
}

#kontakt .kontakt-left,
#kontakt .kontakt-right {
  min-width: 0;
}

#kontakt .kontakt-left {
  justify-content: flex-end;
}

#kontakt .kontakt-right {
  justify-content: flex-start;
}

#kontakt .form {
  gap: 22px;
  max-width: 520px;
}

.contact-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.contact-field__label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.contact-field__label span,
.contact-field__hint {
  color: rgba(255, 255, 255, 0.46);
  font-weight: 400;
}

.contact-field__hint {
  margin-top: -1px;
  font-size: 12px;
  line-height: 1.45;
}

#kontakt .input,
#kontakt .textarea,
#kontakt .select-wrap select {
  min-height: 48px;
  padding: 8px 0 13px;
  border-bottom-color: rgba(255, 255, 255, 0.34);
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

#kontakt .input::placeholder,
#kontakt .textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

#kontakt .input:hover,
#kontakt .textarea:hover,
#kontakt .select-wrap select:hover {
  border-bottom-color: rgba(255, 255, 255, 0.62);
}

#kontakt .input:focus,
#kontakt .textarea:focus,
#kontakt .select-wrap select:focus {
  border-bottom-color: #48bcf2;
  box-shadow: 0 2px 0 -1px #48bcf2;
}

#kontakt .input:user-invalid,
#kontakt .textarea:user-invalid {
  border-bottom-color: #ff8f8f;
}

#kontakt .textarea {
  min-height: 112px;
}

#kontakt .select-wrap::after {
  right: 2px;
  width: 10px;
  height: 10px;
  opacity: 0.72;
}

#kontakt .select-wrap select {
  padding-right: 28px;
}

#kontakt .odeslat-button {
  min-height: 52px;
  margin-top: 4px;
}

#kontakt .form-status {
  min-height: 0;
  margin: -6px 0 0;
  font-size: 13px;
}

#kontakt .form-privacy {
  max-width: 520px;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.6;
}

#kontakt .kontakt-right-videodiv {
  width: 100%;
  max-width: 540px;
}

#kontakt .kontakt-right-video {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0;
  border-radius: 18px;
}

@media (max-width: 980px) {
  #kontakt .kontaktForm {
    width: min(620px, calc(100% - 40px));
    grid-template-columns: 1fr;
    gap: 56px;
  }

  #kontakt .kontakt-left,
  #kontakt .kontakt-right {
    justify-content: center;
  }

  #kontakt .kontakt-left {
    order: 1;
  }

  #kontakt .kontakt-right {
    order: 2;
  }

  #kontakt .kontakt-right-videodiv {
    max-width: 480px;
  }
}

@media (max-width: 600px) {
  #kontakt.contact-section {
    padding-top: 80px;
  }

  .contact-intro {
    width: min(100% - 32px, 520px);
    margin-bottom: 44px;
  }

  .contact-eyebrow {
    margin-bottom: 13px;
    font-size: 11px;
  }

  #kontakt .kontaktForm-nadpis {
    margin-bottom: 18px;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.08;
  }

  #kontakt .kontaktForm-p {
    font-size: 16px;
    line-height: 1.6;
  }

  .contact-expectations {
    margin-top: 20px;
    font-size: 12px;
  }

  .contact-expectations li + li::before {
    margin: 0 8px;
  }

  #kontakt .kontaktForm {
    width: min(100% - 32px, 520px);
    gap: 48px;
  }

  #kontakt .form {
    gap: 20px;
  }

  #kontakt .odeslat-button {
    min-height: 54px;
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  #kontakt .kontakt-right-videodiv {
    max-width: 420px;
  }

  #kontakt .kontakt-right-video {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #kontakt .input,
  #kontakt .textarea,
  #kontakt .select-wrap select {
    transition: none;
  }
}
