.project-form-wrap {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(8,10,14,.9);
  box-shadow: 0 18px 60px rgba(0,0,0,.3);
  color: #eef0f2;
}

.project-form-section {
  position: relative;
  z-index: 3;
  padding: clamp(3rem, 7vw, 6rem) 0;
  background: #090b0e;
}

.project-form-wrap h2 {
  margin: 0 0 .7rem;
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.7rem);
  line-height: 1.05;
}

.project-form-wrap > p {
  margin: 0 0 1.5rem;
  color: #b9bec5;
}

.project-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}

.project-contact-form .form-full { grid-column: 1 / -1; }
.project-contact-form label {
  display: block;
  margin-bottom: .42rem;
  color: #f6f6f7;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.project-contact-form input,
.project-contact-form textarea,
.project-contact-form select {
  width: 100%;
  box-sizing: border-box;
  padding: .85rem .9rem;
  border: 1px solid #3c4148;
  border-radius: 8px;
  background: #101318;
  color: #fff;
  font: inherit;
}

.project-contact-form textarea { min-height: 130px; resize: vertical; }
.project-contact-form input:focus,
.project-contact-form textarea:focus,
.project-contact-form select:focus {
  border-color: #e0001b;
  outline: 2px solid rgba(224,0,27,.2);
}

.project-contact-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  color: #c1c5ca;
  font-size: .84rem;
  line-height: 1.45;
}
.project-contact-form .form-consent input { width: auto; margin-top: .2rem; }
.project-contact-form a { color: #ff3b50; }
.project-form-submit {
  width: 100%;
  padding: .95rem 1.2rem;
  border: 0;
  border-radius: 8px;
  background: #d90016;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.project-form-submit:hover { background: #f0001d; }
.project-hp { position: absolute !important; left: -9999px !important; }

.form-upload {
  padding: 1rem;
  border: 1px dashed rgba(255,255,255,.28);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
}

.form-upload input[type="file"] {
  padding: .65rem;
  background: #0c0f13;
}

.form-upload small {
  display: block;
  margin-top: .55rem;
  color: #aeb3ba;
  line-height: 1.45;
}

.talent-call {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem 2rem;
  margin-top: 14px;
  padding: clamp(1.15rem, 2.4vw, 1.75rem);
  overflow: hidden;
  border: 1px solid rgba(226,28,42,.44);
  border-radius: 7px;
  background:
    linear-gradient(120deg, rgba(226,28,42,.17), rgba(255,255,255,.035)),
    #101013;
  box-shadow: inset 3px 0 0 #e21c2a, 0 18px 42px rgba(0,0,0,.2);
}

.talent-call::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -105px;
  bottom: -145px;
  border: 1px solid rgba(226,28,42,.36);
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(226,28,42,.12);
  pointer-events: none;
}

.talent-call-copy { min-width: 0; position: relative; z-index: 1; }
.talent-call-kicker {
  display: block;
  margin-bottom: .45rem;
  color: #ff6570;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.talent-call h3 {
  margin: 0 0 .5rem;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  line-height: 1.25;
}

.talent-call p {
  margin: 0;
  color: #b7b7be;
  font-size: .84rem;
  line-height: 1.55;
}

.talent-call-button {
  position: relative;
  z-index: 1;
  min-width: 190px;
  padding: .9rem 1.15rem;
  border: 1px solid #ff4250;
  border-radius: 6px;
  background: #d5081b;
  color: #fff;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .035em;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(226,28,42,.2);
}

.talent-call-button:hover,
.talent-call-button:focus-visible {
  background: #ef1528;
  outline: 2px solid rgba(255,255,255,.8);
  outline-offset: 3px;
}

.application-dialog {
  width: min(820px, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: #090b0e;
  color: #fff;
  box-shadow: 0 34px 100px rgba(0,0,0,.72), 0 0 55px rgba(226,28,42,.12);
}

.application-dialog::backdrop {
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(7px);
}

.application-dialog-shell { position: relative; padding: .45rem; }
.application-dialog .project-form-wrap {
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.application-dialog-close {
  position: sticky;
  top: .75rem;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  margin: .75rem .75rem -3.4rem auto;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: rgba(8,10,14,.94);
  color: #fff;
  font: 400 1.8rem/1 Arial, sans-serif;
  cursor: pointer;
}

.application-dialog-close:hover,
.application-dialog-close:focus-visible { border-color: #ff3b50; outline: none; }

.maintenance .project-form-section { width: 100%; }
.maintenance .project-form-wrap { margin-bottom: 1rem; }

/* Responsive utility additions used by the multilingual partnership pages. */
.mt-5 { margin-top: 1.25rem; }
.mt-10 { margin-top: 2.5rem; }
.p-7 { padding: 1.75rem; }
.pb-20 { padding-bottom: 5rem; }
.opacity-20 { opacity: .2; }

@media (min-width: 768px) {
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
}

@media (max-width: 650px) {
  .project-contact-form { grid-template-columns: 1fr; }
  .project-contact-form > * { grid-column: 1 !important; }
  .talent-call { grid-template-columns: 1fr; }
  .talent-call-button { width: 100%; min-width: 0; }
  .application-dialog { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); }
  .application-dialog-shell { padding: 0; }
}
