html {
  min-height: 100%;
}

body.frontend-page-contact:not(.is-menu-open):not(.site-menu-open):not(
    .menu-open
  ) {
  height: auto;
  min-height: 100vh;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto !important;
}

body.frontend-page-contact:not(.is-menu-open):not(.site-menu-open):not(
    .menu-open
  )
  .site-shell {
  height: auto;
  min-height: 100vh;
  max-height: none;
  overflow: visible;
}

/*
|--------------------------------------------------------------------------
| Podstawa strony
|--------------------------------------------------------------------------
*/

.contact-page-view {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 100vh;
  max-height: none;
  overflow-x: clip;
  overflow-y: visible;
  color: #f8fbfc;
  background: #05090d;
}

@supports not (overflow: clip) {
  .contact-page-view {
    overflow-x: hidden;
  }
}

.contact-page-view *,
.contact-page-view *::before,
.contact-page-view *::after {
  box-sizing: border-box;
}

.contact-page-view img {
  display: block;
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}

/*
|--------------------------------------------------------------------------
| Wspólna etykieta
|--------------------------------------------------------------------------
*/

.contact-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #00f2ff;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-page-eyebrow::before {
  display: block;
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  content: "";
  border-radius: 999px;
  background: #00f2ff;
  box-shadow: 0 0 18px rgba(0, 242, 255, 0.44);
}

/*
|--------------------------------------------------------------------------
| Breadcrumb
|--------------------------------------------------------------------------
*/

.contact-page-breadcrumb {
  position: relative;
  z-index: 20;
  width: 100%;
  padding-top: var(--site-header-height, 86px);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(
      circle at 12% 50%,
      rgba(0, 242, 255, 0.055),
      transparent 32%
    ),
    rgba(5, 9, 13, 0.98);
}

.contact-page-breadcrumb::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.contact-page-breadcrumb .site-container-wide {
  position: relative;
  z-index: 2;
}

.contact-breadcrumb {
  width: 100%;
  margin: 0;
  padding: 17px 0;
}

.contact-breadcrumb__list {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.contact-breadcrumb__item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: rgba(224, 234, 239, 0.62);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.contact-breadcrumb__item i {
  flex: 0 0 auto;
  color: rgba(0, 242, 255, 0.68);
  font-size: 8px;
}

.contact-breadcrumb__link,
.contact-breadcrumb__current {
  display: inline-flex;
  min-width: 0;
  align-items: center;
}

.contact-breadcrumb__link {
  color: rgba(224, 234, 239, 0.68);
  text-decoration: none;
  transition: color 220ms ease;
}

.contact-breadcrumb__link:hover {
  color: #00f2ff;
}

.contact-breadcrumb__current {
  overflow: hidden;
  color: #ffffff;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
|--------------------------------------------------------------------------
| Wprowadzenie
|--------------------------------------------------------------------------
*/

.contact-introduction {
  position: relative;
  padding: clamp(72px, 8vw, 126px) 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(0, 242, 255, 0.09),
      transparent 31%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(94, 106, 210, 0.11),
      transparent 34%
    ),
    #05090d;
}

.contact-introduction::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.contact-introduction .site-container-wide {
  position: relative;
  z-index: 2;
}

.contact-introduction__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(52px, 8vw, 130px);
  align-items: end;
}

.contact-introduction__content {
  min-width: 0;
  max-width: 930px;
}

.contact-introduction__title {
  max-width: 920px;
  margin: 22px 0 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(44px, 6.6vw, 96px);
  font-weight: 700;
  letter-spacing: -0.072em;
  line-height: 0.99;
  text-wrap: balance;
}

.contact-introduction__summary {
  max-width: 780px;
  margin-top: clamp(28px, 3vw, 42px);
  color: #aebbc1;
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.78;
}

.contact-introduction__summary > :first-child {
  margin-top: 0;
}

.contact-introduction__summary > :last-child {
  margin-bottom: 0;
}

.contact-introduction__note {
  position: relative;
  max-width: 720px;
  margin: 28px 0 0;
  padding: 18px 21px 18px 25px;
  border: 1px solid rgba(0, 242, 255, 0.18);
  border-left: 3px solid #00f2ff;
  border-radius: 0 14px 14px 0;
  color: #c6d3d7;
  background: rgba(0, 242, 255, 0.04);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.contact-introduction__indicator {
  display: flex;
  min-width: 255px;
  padding: 25px 27px;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(0, 242, 255, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.06), rgba(94, 106, 210, 0.035)),
    #0a1118;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.contact-introduction__indicator-icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.3);
  border-radius: 17px;
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.075);
  font-size: 18px;
  box-shadow: 0 0 28px rgba(0, 242, 255, 0.08);
}

.contact-introduction__indicator > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.contact-introduction__indicator small {
  color: #718087;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-introduction__indicator strong {
  color: #edf8fa;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

/*
|--------------------------------------------------------------------------
| Główna sekcja
|--------------------------------------------------------------------------
*/

.contact-main {
  position: relative;
  padding: clamp(78px, 9vw, 146px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 28%,
      rgba(0, 242, 255, 0.055),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 76%,
      rgba(94, 106, 210, 0.075),
      transparent 34%
    ),
    #070c11;
}

.contact-main::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.contact-main .site-container-wide {
  position: relative;
  z-index: 2;
}

.contact-main__layout {
  display: grid;
  grid-template-columns:
    minmax(340px, 0.82fr)
    minmax(0, 1.18fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
}

.contact-main__layout.has-form-only {
  display: block;
}

.contact-main__layout.has-form-only .contact-form-section {
  width: min(100%, 1000px);
  margin: 0 auto;
}

/*
|--------------------------------------------------------------------------
| Informacje o firmie
|--------------------------------------------------------------------------
*/

.contact-company {
  position: sticky;
  top: calc(var(--site-header-height, 86px) + 28px);
  min-width: 0;
}

.contact-company__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(145, 163, 181, 0.2);
  border-radius: 24px 24px 0 0;
  background: #0a1118;
}

.contact-company__image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: scale(1.001);
  transition: transform 800ms ease;
}

.contact-company__visual:hover .contact-company__image {
  transform: scale(1.045);
}

.contact-company__visual-overlay {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(
      180deg,
      rgba(3, 7, 10, 0.02) 50%,
      rgba(3, 7, 10, 0.52) 100%
    ),
    linear-gradient(125deg, rgba(0, 242, 255, 0.055), transparent 48%);
  pointer-events: none;
}

.contact-company__panel {
  position: relative;
  padding: clamp(30px, 3.8vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(145, 163, 181, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.035), transparent 48%), #0a1118;
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.contact-company__visual + .contact-company__panel {
  border-top: 0;
  border-radius: 0 0 24px 24px;
}

.contact-company__panel::before {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 300px;
  height: 300px;
  content: "";
  border-radius: 50%;
  background: rgba(94, 106, 210, 0.08);
  filter: blur(55px);
  pointer-events: none;
}

.contact-company__panel > * {
  position: relative;
  z-index: 2;
}

.contact-company__title {
  margin: 21px 0 0;
  color: #f7fbfc;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(29px, 3.5vw, 46px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.contact-company__brand {
  margin: 14px 0 0;
  color: #00f2ff;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.contact-company__content {
  margin-top: 29px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-company__cards {
  display: flex;
  margin-top: 32px;
  flex-direction: column;
  gap: 12px;
}

.contact-company-card {
  display: flex;
  min-width: 0;
  padding: 18px 19px;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid rgba(145, 163, 181, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.018);
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.contact-company-card:hover {
  border-color: rgba(0, 242, 255, 0.26);
  background: rgba(0, 242, 255, 0.035);
  transform: translateX(4px);
}

.contact-company-card__icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.22);
  border-radius: 13px;
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.06);
  font-size: 14px;
}

.contact-company-card__body {
  display: flex;
  min-width: 0;
  padding-top: 2px;
  flex-direction: column;
  gap: 7px;
}

.contact-company-card__body small {
  color: #6e7c83;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-company-card__body a,
.contact-company-card__body strong {
  color: #dce7ea;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.contact-company-card__body a {
  text-decoration: none;
  transition: color 220ms ease;
}

.contact-company-card__body a:hover {
  color: #00f2ff;
}

.contact-company__registry {
  display: grid;
  margin: 30px 0 0;
  padding: 24px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-company__registry > div {
  min-width: 0;
  margin: 0;
  padding: 14px 15px;
  border: 1px solid rgba(145, 163, 181, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.016);
}

.contact-company__registry dt {
  margin: 0;
  color: #6f7d84;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-company__registry dd {
  margin: 8px 0 0;
  color: #d8e3e7;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.contact-company__socials {
  display: flex;
  margin-top: 28px;
  padding-top: 25px;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-company__socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(145, 163, 181, 0.2);
  border-radius: 13px;
  color: #9cabb1;
  background: rgba(255, 255, 255, 0.02);
  font-size: 14px;
  text-decoration: none;
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.contact-company__socials a:hover {
  border-color: #00f2ff;
  color: #031014;
  background: #00f2ff;
  transform: translateY(-3px);
}

/*
|--------------------------------------------------------------------------
| Formularz
|--------------------------------------------------------------------------
*/

.contact-form-section {
  position: relative;
  min-width: 0;
  padding: clamp(32px, 4.4vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(145, 163, 181, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.035), transparent 46%), #0a1118;
  box-shadow:
    0 32px 84px rgba(0, 0, 0, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.contact-form-section::before {
  position: absolute;
  top: -210px;
  right: -170px;
  width: 430px;
  height: 430px;
  content: "";
  border-radius: 50%;
  background: rgba(94, 106, 210, 0.09);
  filter: blur(70px);
  pointer-events: none;
}

.contact-form-section::after {
  position: absolute;
  bottom: -230px;
  left: -200px;
  width: 450px;
  height: 450px;
  content: "";
  border-radius: 50%;
  background: rgba(0, 242, 255, 0.065);
  filter: blur(74px);
  pointer-events: none;
}

.contact-form-section > * {
  position: relative;
  z-index: 2;
}

.contact-form-section__heading {
  max-width: 760px;
}

.contact-form-section__title {
  margin: 21px 0 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(34px, 4.6vw, 62px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1.04;
  text-wrap: balance;
}

.contact-form-section__description {
  max-width: 650px;
  margin: 20px 0 0;
  color: #8f9da4;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.72;
}

/*
|--------------------------------------------------------------------------
| Komunikaty formularza
|--------------------------------------------------------------------------
*/

.contact-form-alert {
  display: flex;
  margin-top: 32px;
  padding: 19px 21px;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid transparent;
  border-radius: 16px;
}

.contact-form-alert__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 13px;
  font-size: 13px;
}

.contact-form-alert > span:last-child {
  display: flex;
  min-width: 0;
  padding-top: 1px;
  flex-direction: column;
  gap: 7px;
}

.contact-form-alert strong {
  font-family: "Sora", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.contact-form-alert small {
  color: inherit;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.55;
  opacity: 0.85;
}

.contact-form-alert--success {
  border-color: rgba(62, 216, 141, 0.28);
  color: #69e5a7;
  background: rgba(62, 216, 141, 0.07);
}

.contact-form-alert--error {
  border-color: rgba(255, 104, 104, 0.3);
  color: #ff9292;
  background: rgba(255, 104, 104, 0.07);
}

/*
|--------------------------------------------------------------------------
| Układ formularza
|--------------------------------------------------------------------------
*/

.contact-form {
  margin-top: 38px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 22px;
}

.contact-form-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.contact-form-field--wide {
  grid-column: 1 / -1;
}

.contact-form-field > label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  align-items: center;
  gap: 5px;
  color: #becbd0;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.025em;
  line-height: 1.3;
}

.contact-form-field > label span {
  color: #00f2ff;
}

.contact-form-field__control {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  border: 1px solid rgba(145, 163, 181, 0.22);
  border-radius: 14px;
  background: rgba(3, 8, 12, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.contact-form-field__control > i {
  position: absolute;
  top: 50%;
  left: 19px;
  z-index: 2;
  color: #68777e;
  font-size: 13px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: color 220ms ease;
}

.contact-form-field__control input,
.contact-form-field__control textarea {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 0;
  outline: 0;
  color: #eef7f9;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.contact-form-field__control input {
  min-height: 56px;
  padding: 0 18px 0 49px;
}

.contact-form-field__control textarea {
  min-height: 190px;
  padding: 18px 18px 18px 49px;
  resize: vertical;
}

.contact-form-field__control input::placeholder,
.contact-form-field__control textarea::placeholder {
  color: #59676e;
  opacity: 1;
}

.contact-form-field__control:focus-within {
  border-color: rgba(0, 242, 255, 0.52);
  background: rgba(0, 242, 255, 0.025);
  box-shadow:
    0 0 0 3px rgba(0, 242, 255, 0.07),
    0 0 26px rgba(0, 242, 255, 0.045);
}

.contact-form-field__control:focus-within > i {
  color: #00f2ff;
}

.contact-form-field__control--textarea {
  align-items: flex-start;
}

.contact-form-field__control--textarea > i {
  top: 23px;
  transform: none;
}

.contact-form-field.has-error .contact-form-field__control {
  border-color: rgba(255, 104, 104, 0.58);
  background: rgba(255, 104, 104, 0.025);
}

.contact-form-field.has-error .contact-form-field__control > i {
  color: #ff9292;
}

.contact-form-field__error {
  display: block;
  margin-top: 8px;
  color: #ff9292;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1.45;
}

/*
|--------------------------------------------------------------------------
| Pole antyspamowe
|--------------------------------------------------------------------------
*/

.contact-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/*
|--------------------------------------------------------------------------
| Zgoda
|--------------------------------------------------------------------------
*/

.contact-form-consent {
  margin-top: 26px;
}

.contact-form-consent > label {
  display: flex;
  width: fit-content;
  max-width: 760px;
  align-items: flex-start;
  gap: 13px;
  cursor: pointer;
}

.contact-form-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-form-consent__checkbox {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 1px;
  place-items: center;
  border: 1px solid rgba(145, 163, 181, 0.35);
  border-radius: 7px;
  color: #031014;
  background: rgba(3, 8, 12, 0.64);
  font-size: 9px;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.contact-form-consent__checkbox i {
  opacity: 0;
  transform: scale(0.55);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.contact-form-consent input:checked + .contact-form-consent__checkbox {
  border-color: #00f2ff;
  background: #00f2ff;
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.17);
}

.contact-form-consent input:checked + .contact-form-consent__checkbox i {
  opacity: 1;
  transform: scale(1);
}

.contact-form-consent input:focus-visible + .contact-form-consent__checkbox {
  outline: 3px solid rgba(0, 242, 255, 0.32);
  outline-offset: 3px;
}

.contact-form-consent__text {
  color: #89979e;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.65;
}

.contact-form-consent__text a {
  color: #00f2ff;
  text-decoration: underline;
  text-decoration-color: rgba(0, 242, 255, 0.38);
  text-underline-offset: 3px;
  transition:
    color 220ms ease,
    text-decoration-color 220ms ease;
}

.contact-form-consent__text a:hover {
  color: #70f8ff;
  text-decoration-color: #70f8ff;
}

.contact-form-consent.has-error .contact-form-consent__checkbox {
  border-color: rgba(255, 104, 104, 0.7);
}

.contact-form-consent.has-error .contact-form-consent__text {
  color: #d7a0a0;
}

/*
|--------------------------------------------------------------------------
| Stopka formularza
|--------------------------------------------------------------------------
*/

.contact-form__footer {
  display: flex;
  margin-top: 32px;
  padding-top: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-form__footer p {
  margin: 0;
  color: #68777e;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.contact-form__submit {
  display: inline-flex;
  min-width: 225px;
  min-height: 60px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid #00f2ff;
  border-radius: 13px;
  color: #031014;
  background: #00f2ff;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow:
    0 16px 38px rgba(0, 242, 255, 0.14),
    0 0 30px rgba(0, 242, 255, 0.08);
  cursor: pointer;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.contact-form__submit i {
  font-size: 10px;
  transition: transform 220ms ease;
}

.contact-form__submit:hover {
  background: #62f8ff;
  box-shadow:
    0 20px 48px rgba(0, 242, 255, 0.22),
    0 0 40px rgba(0, 242, 255, 0.14);
  transform: translateY(-3px);
}

.contact-form__submit:hover i {
  transform: translateX(5px);
}

.contact-form__submit:active {
  transform: translateY(-1px);
}

.contact-form.is-submitting {
  cursor: progress;
}

.contact-form.is-submitting .contact-form-field__control,
.contact-form.is-submitting .contact-form-consent {
  pointer-events: none;
}

.contact-form__submit:disabled,
.contact-form__submit.is-loading {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}

.contact-form__submit:disabled:hover,
.contact-form__submit.is-loading:hover {
  box-shadow:
    0 16px 38px rgba(0, 242, 255, 0.14),
    0 0 30px rgba(0, 242, 255, 0.08);
  transform: none;
}

.contact-form__submit.is-loading i {
  animation: contact-submit-spin 0.72s linear infinite;
}

.contact-form-field.is-client-invalid .contact-form-field__control {
  border-color: rgba(255, 104, 104, 0.58);
  background: rgba(255, 104, 104, 0.025);
  box-shadow: 0 0 0 3px rgba(255, 104, 104, 0.06);
}

.contact-form-field.is-client-invalid .contact-form-field__control > i {
  color: #ff9292;
}

.contact-form-consent.is-client-invalid .contact-form-consent__checkbox {
  border-color: rgba(255, 104, 104, 0.7);
}

.contact-form-consent.is-client-invalid .contact-form-consent__text {
  color: #d7a0a0;
}

@keyframes contact-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

/*
|--------------------------------------------------------------------------
| Treść CKEditor
|--------------------------------------------------------------------------
*/

.contact-rich-text {
  min-width: 0;
  color: #b4c0c5;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.contact-rich-text > :first-child {
  margin-top: 0;
}

.contact-rich-text > :last-child {
  margin-bottom: 0;
}

.contact-rich-text p {
  margin: 0 0 21px;
}

.contact-rich-text h1,
.contact-rich-text h2,
.contact-rich-text h3,
.contact-rich-text h4,
.contact-rich-text h5,
.contact-rich-text h6 {
  color: #f5fafb;
  font-family: "Sora", "Inter", sans-serif;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.22;
  text-wrap: balance;
}

.contact-rich-text h1 {
  margin: 46px 0 22px;
  font-size: clamp(31px, 4vw, 50px);
}

.contact-rich-text h2 {
  margin: 40px 0 20px;
  font-size: clamp(27px, 3.4vw, 41px);
}

.contact-rich-text h3 {
  margin: 34px 0 18px;
  font-size: clamp(22px, 2.7vw, 32px);
}

.contact-rich-text h4 {
  margin: 30px 0 16px;
  font-size: 21px;
}

.contact-rich-text h5 {
  margin: 26px 0 15px;
  font-size: 18px;
}

.contact-rich-text h6 {
  margin: 24px 0 14px;
  color: #00f2ff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-rich-text > h1:first-child,
.contact-rich-text > h2:first-child,
.contact-rich-text > h3:first-child,
.contact-rich-text > h4:first-child,
.contact-rich-text > h5:first-child,
.contact-rich-text > h6:first-child {
  margin-top: 0;
}

.contact-rich-text strong,
.contact-rich-text b {
  color: #edf7f9;
  font-weight: 700;
}

.contact-rich-text a {
  color: #00f2ff;
  text-decoration: underline;
  text-decoration-color: rgba(0, 242, 255, 0.4);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition:
    color 220ms ease,
    text-decoration-color 220ms ease;
}

.contact-rich-text a:hover {
  color: #6af8ff;
  text-decoration-color: #6af8ff;
}

.contact-rich-text ul,
.contact-rich-text ol {
  margin: 23px 0;
  padding-left: 25px;
}

.contact-rich-text li {
  margin: 9px 0;
  padding-left: 4px;
}

.contact-rich-text li::marker {
  color: #00f2ff;
}

.contact-rich-text blockquote {
  margin: 32px 0;
  padding: 23px 24px 23px 28px;
  border: 1px solid rgba(0, 242, 255, 0.19);
  border-left: 3px solid #00f2ff;
  border-radius: 0 16px 16px 0;
  color: #d5e0e4;
  background: rgba(0, 242, 255, 0.045);
  font-style: italic;
}

.contact-rich-text blockquote > :last-child {
  margin-bottom: 0;
}

.contact-rich-text hr {
  width: 100%;
  height: 1px;
  margin: 39px 0;
  border: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.16),
    transparent
  );
}

.contact-rich-text img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
  border: 1px solid rgba(145, 163, 181, 0.2);
  border-radius: 16px;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.25);
}

.contact-rich-text iframe,
.contact-rich-text video {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  border: 1px solid rgba(145, 163, 181, 0.2);
  border-radius: 16px;
  background: #05090d;
}

.contact-rich-text iframe {
  min-height: 360px;
}

.contact-rich-text table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.contact-rich-text th,
.contact-rich-text td {
  min-width: 130px;
  padding: 13px 15px;
  border: 1px solid rgba(145, 163, 181, 0.17);
  text-align: left;
  vertical-align: top;
}

.contact-rich-text th {
  color: #edf7f9;
  background: rgba(0, 242, 255, 0.055);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

/*
|--------------------------------------------------------------------------
| Mapa
|--------------------------------------------------------------------------
*/

.contact-map {
  position: relative;
  padding: 0 0 clamp(72px, 8vw, 126px);
  overflow: hidden;
  background: #070c11;
}

.contact-map .site-container-wide {
  position: relative;
  z-index: 2;
}

.contact-map__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(145, 163, 181, 0.2);
  border-radius: 25px;
  background: #0a1118;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.contact-map__frame::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  border: 1px solid rgba(0, 242, 255, 0.08);
  border-radius: inherit;
  pointer-events: none;
}

.contact-map__frame iframe {
  display: block;
  width: 100%;
  height: clamp(380px, 46vw, 600px);
  border: 0;
  filter: saturate(0.8) contrast(1.05);
}

/*
|--------------------------------------------------------------------------
| Fokus klawiatury
|--------------------------------------------------------------------------
*/

.contact-page-view a:focus-visible,
.contact-form__submit:focus-visible {
  outline: 3px solid rgba(0, 242, 255, 0.44);
  outline-offset: 4px;
}

/*
|--------------------------------------------------------------------------
| Mniejszy desktop
|--------------------------------------------------------------------------
*/

@media (max-width: 1240px) {
  .contact-main__layout {
    grid-template-columns:
      minmax(320px, 0.78fr)
      minmax(0, 1.22fr);
    gap: 44px;
  }

  .contact-company__registry {
    grid-template-columns: 1fr;
  }
}

/*
|--------------------------------------------------------------------------
| Tablet poziomy
|--------------------------------------------------------------------------
*/

@media (max-width: 1080px) {
  .contact-page-breadcrumb {
    padding-top: var(--site-header-height, 78px);
  }

  .contact-breadcrumb {
    padding: 16px 0;
  }

  .contact-introduction__layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-introduction__indicator {
    width: fit-content;
  }

  .contact-main__layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .contact-company {
    position: static;
    display: grid;
    grid-template-columns:
      minmax(300px, 0.8fr)
      minmax(0, 1.2fr);
  }

  .contact-company__visual {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    border-radius: 24px 0 0 24px;
  }

  .contact-company__panel {
    border-radius: 0 24px 24px 0;
  }

  .contact-company__visual + .contact-company__panel {
    border-top: 1px solid rgba(145, 163, 181, 0.2);
    border-left: 0;
    border-radius: 0 24px 24px 0;
  }
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 920px) {
  .contact-company {
    display: block;
  }

  .contact-company__visual {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 24px 24px 0 0;
  }

  .contact-company__panel {
    border-radius: 24px;
  }

  .contact-company__visual + .contact-company__panel {
    border-top: 0;
    border-left: 1px solid rgba(145, 163, 181, 0.2);
    border-radius: 0 0 24px 24px;
  }

  .contact-company__registry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*
|--------------------------------------------------------------------------
| Mały tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 760px) {
  .contact-page-eyebrow {
    font-size: 10px;
  }

  .contact-page-eyebrow::before {
    width: 27px;
    flex-basis: 27px;
  }

  .contact-page-breadcrumb {
    padding-top: var(--site-header-height, 72px);
  }

  .contact-page-breadcrumb::before,
  .contact-introduction::before,
  .contact-main::before {
    background-size: 48px 48px;
  }

  .contact-breadcrumb {
    padding: 15px 0;
  }

  .contact-breadcrumb__item {
    font-size: 10px;
  }

  .contact-introduction {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .contact-introduction__title {
    font-size: clamp(39px, 10vw, 66px);
  }

  .contact-introduction__indicator {
    min-width: 0;
    padding: 21px 22px;
  }

  .contact-main {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .contact-company__visual,
  .contact-company__panel,
  .contact-form-section,
  .contact-map__frame {
    border-radius: 22px;
  }

  .contact-company__visual + .contact-company__panel {
    border-radius: 0 0 22px 22px;
  }

  .contact-company__visual {
    border-radius: 22px 22px 0 0;
  }

  .contact-company__registry {
    grid-template-columns: 1fr;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-form-field--wide {
    grid-column: auto;
  }

  .contact-form__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-form__submit {
    width: 100%;
  }

  .contact-map {
    padding-bottom: 68px;
  }

  .contact-map__frame iframe {
    height: 430px;
  }
}

/*
|--------------------------------------------------------------------------
| Telefon
|--------------------------------------------------------------------------
*/

@media (max-width: 620px) {
  .contact-page-breadcrumb {
    padding-top: var(--site-header-height, 72px);
  }

  .contact-breadcrumb {
    padding: 14px 0;
  }

  .contact-breadcrumb__list {
    gap: 7px;
  }

  .contact-breadcrumb__item {
    gap: 7px;
    font-size: 9px;
  }

  .contact-introduction {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .contact-introduction__layout {
    gap: 38px;
  }

  .contact-introduction__title {
    margin-top: 18px;
    font-size: clamp(35px, 11vw, 54px);
  }

  .contact-introduction__summary {
    margin-top: 24px;
    font-size: 15px;
  }

  .contact-introduction__indicator {
    width: 100%;
  }

  .contact-main {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .contact-main__layout {
    gap: 42px;
  }

  .contact-company__visual,
  .contact-company__panel,
  .contact-form-section,
  .contact-map__frame {
    border-radius: 19px;
  }

  .contact-company__visual {
    border-radius: 19px 19px 0 0;
  }

  .contact-company__visual + .contact-company__panel {
    border-radius: 0 0 19px 19px;
  }

  .contact-company__panel,
  .contact-form-section {
    padding: 27px 21px;
  }

  .contact-company__title {
    font-size: clamp(27px, 8vw, 38px);
  }

  .contact-company-card {
    padding: 16px;
  }

  .contact-form-section__title {
    margin-top: 18px;
    font-size: clamp(30px, 9.5vw, 45px);
  }

  .contact-form-section__description {
    font-size: 14px;
  }

  .contact-form {
    margin-top: 32px;
  }

  .contact-form__grid {
    gap: 21px;
  }

  .contact-form-field__control {
    min-height: 55px;
    border-radius: 13px;
  }

  .contact-form-field__control input {
    min-height: 53px;
  }

  .contact-form-field__control textarea {
    min-height: 170px;
  }

  .contact-form__footer {
    margin-top: 27px;
    padding-top: 26px;
  }

  .contact-form__submit {
    min-height: 57px;
  }

  .contact-rich-text {
    font-size: 14px;
    line-height: 1.75;
  }

  .contact-rich-text blockquote {
    padding: 20px 18px 20px 22px;
    border-radius: 0 13px 13px 0;
  }

  .contact-map {
    padding-bottom: 56px;
  }

  .contact-map__frame iframe {
    height: 360px;
  }
}

/*
|--------------------------------------------------------------------------
| Mały telefon
|--------------------------------------------------------------------------
*/

@media (max-width: 460px) {
  .contact-page-breadcrumb {
    padding-top: var(--site-header-height, 68px);
  }

  .contact-breadcrumb {
    padding: 12px 0;
  }

  .contact-breadcrumb__list {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .contact-breadcrumb__item {
    min-width: 0;
  }

  .contact-breadcrumb__link,
  .contact-breadcrumb__current {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .contact-introduction {
    padding-top: 49px;
    padding-bottom: 50px;
  }

  .contact-introduction__title {
    font-size: clamp(32px, 11vw, 46px);
  }

  .contact-introduction__note {
    padding: 16px 16px 16px 20px;
    font-size: 13px;
  }

  .contact-introduction__indicator {
    padding: 18px;
    border-radius: 17px;
  }

  .contact-introduction__indicator-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 15px;
  }

  .contact-main {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .contact-company__visual,
  .contact-company__panel,
  .contact-form-section,
  .contact-map__frame {
    border-radius: 17px;
  }

  .contact-company__visual {
    aspect-ratio: 4 / 3;
    border-radius: 17px 17px 0 0;
  }

  .contact-company__visual + .contact-company__panel {
    border-radius: 0 0 17px 17px;
  }

  .contact-company__panel,
  .contact-form-section {
    padding: 24px 17px;
  }

  .contact-company__title {
    font-size: clamp(25px, 8.5vw, 34px);
  }

  .contact-company-card {
    padding: 15px 13px;
    border-radius: 14px;
  }

  .contact-company-card__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
  }

  .contact-form-section__title {
    font-size: clamp(28px, 9.5vw, 40px);
  }

  .contact-form-alert {
    padding: 17px 15px;
  }

  .contact-form-alert__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .contact-form-field__control > i {
    left: 16px;
  }

  .contact-form-field__control input {
    padding-right: 14px;
    padding-left: 43px;
  }

  .contact-form-field__control textarea {
    min-height: 160px;
    padding-right: 14px;
    padding-left: 43px;
  }

  .contact-form-consent > label {
    gap: 11px;
  }

  .contact-form__submit {
    min-width: 0;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 11px;
  }

  .contact-map {
    padding-bottom: 49px;
  }

  .contact-map__frame iframe {
    height: 310px;
  }
}

/*
|--------------------------------------------------------------------------
| Urządzenia bez hover
|--------------------------------------------------------------------------
*/

@media (hover: none) {
  .contact-company__visual:hover .contact-company__image,
  .contact-company-card:hover,
  .contact-company__socials a:hover,
  .contact-form__submit:hover {
    transform: none;
  }
}

/*
|--------------------------------------------------------------------------
| Ograniczenie animacji
|--------------------------------------------------------------------------
*/

@media (prefers-reduced-motion: reduce) {
  .contact-page-view *,
  .contact-page-view *::before,
  .contact-page-view *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .contact-company__image,
  .contact-company__visual:hover .contact-company__image,
  .contact-company-card,
  .contact-company-card:hover,
  .contact-company__socials a,
  .contact-company__socials a:hover,
  .contact-form__submit,
  .contact-form__submit:hover {
    transform: none;
  }
}

/*
|--------------------------------------------------------------------------
| Wysoki kontrast
|--------------------------------------------------------------------------
*/

@media (forced-colors: active) {
  .contact-introduction__indicator,
  .contact-company__visual,
  .contact-company__panel,
  .contact-company-card,
  .contact-company__registry > div,
  .contact-company__socials a,
  .contact-form-section,
  .contact-form-alert,
  .contact-form-field__control,
  .contact-form-consent__checkbox,
  .contact-form__submit,
  .contact-map__frame,
  .contact-rich-text blockquote,
  .contact-rich-text img,
  .contact-rich-text iframe,
  .contact-rich-text video,
  .contact-rich-text table {
    border: 1px solid CanvasText;
  }

  .contact-page-eyebrow,
  .contact-company-card__icon,
  .contact-rich-text a {
    color: LinkText;
  }

  .contact-company__image,
  .contact-rich-text img {
    opacity: 1 !important;
    filter: none !important;
  }
}

/*
|--------------------------------------------------------------------------
| Druk
|--------------------------------------------------------------------------
*/

@media print {
  body.frontend-page-contact,
  body.frontend-page-contact .site-shell,
  .contact-page-view {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .contact-page-breadcrumb,
  .contact-form-section,
  .contact-map {
    display: none !important;
  }

  .contact-introduction,
  .contact-main {
    padding: 30px 0;
    color: #000000;
    background: #ffffff;
  }

  .contact-introduction::before,
  .contact-main::before {
    display: none;
  }

  .contact-introduction__layout,
  .contact-main__layout,
  .contact-company {
    display: block;
  }

  .contact-introduction__indicator {
    display: none;
  }

  .contact-introduction__title,
  .contact-company__title,
  .contact-rich-text h1,
  .contact-rich-text h2,
  .contact-rich-text h3,
  .contact-rich-text h4,
  .contact-rich-text h5,
  .contact-rich-text h6 {
    color: #000000;
  }

  .contact-introduction__summary,
  .contact-company-card__body a,
  .contact-company-card__body strong,
  .contact-rich-text {
    color: #222222;
  }

  .contact-company {
    position: static;
  }

  .contact-company__visual {
    max-width: 600px;
    margin-bottom: 25px;
    border: 1px solid #cccccc;
    border-radius: 0;
  }

  .contact-company__panel {
    padding: 25px;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #000000;
    background: #ffffff;
    box-shadow: none;
  }

  .contact-company__visual + .contact-company__panel {
    border: 1px solid #cccccc;
    border-radius: 0;
  }

  .contact-company-card,
  .contact-company__registry > div {
    break-inside: avoid;
    border: 1px solid #cccccc;
    color: #000000;
    background: #ffffff;
  }

  .contact-company__socials {
    display: none;
  }
}

/*
|--------------------------------------------------------------------------
| Model operacyjny — Polska i Wietnam
|--------------------------------------------------------------------------
*/

.contact-locations {
  position: relative;
  padding: clamp(78px, 9vw, 138px) 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(0, 242, 255, 0.07),
      transparent 31%
    ),
    radial-gradient(
      circle at 88% 74%,
      rgba(94, 106, 210, 0.09),
      transparent 35%
    ),
    #070c11;
}

.contact-locations::before,
.contact-workflow::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.contact-locations .site-container-wide,
.contact-workflow .site-container-wide {
  position: relative;
  z-index: 2;
}

.contact-section-heading {
  max-width: 940px;
}

.contact-section-heading--compact {
  max-width: 780px;
}

.contact-section-heading__title {
  max-width: 920px;
  margin: 21px 0 0;
  color: #ffffff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(36px, 5.2vw, 70px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1.04;
  text-wrap: balance;
}

.contact-section-heading__description {
  max-width: 790px;
  margin: 24px 0 0;
  color: #9cabb1;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.75;
}

.contact-locations__grid {
  display: grid;
  margin-top: clamp(48px, 6vw, 82px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
}

.contact-location-card {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(30px, 4vw, 52px);
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(145, 163, 181, 0.2);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.035), transparent 48%), #0a1118;
  box-shadow:
    0 30px 76px rgba(0, 0, 0, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.contact-location-card--vietnam {
  background:
    linear-gradient(145deg, rgba(94, 106, 210, 0.08), transparent 52%), #0a1118;
}

.contact-location-card::before {
  position: absolute;
  top: -160px;
  right: -160px;
  width: 320px;
  height: 320px;
  content: "";
  border-radius: 50%;
  background: rgba(0, 242, 255, 0.065);
  filter: blur(58px);
  pointer-events: none;
}

.contact-location-card--vietnam::before {
  background: rgba(94, 106, 210, 0.11);
}

.contact-location-card > * {
  position: relative;
  z-index: 2;
}

.contact-location-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-location-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.28);
  border-radius: 15px;
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.07);
  font-size: 15px;
  box-shadow: 0 0 26px rgba(0, 242, 255, 0.07);
}

.contact-location-card--vietnam .contact-location-card__icon {
  border-color: rgba(132, 143, 255, 0.3);
  color: #aeb6ff;
  background: rgba(94, 106, 210, 0.1);
  box-shadow: 0 0 26px rgba(94, 106, 210, 0.08);
}

.contact-location-card__eyebrow {
  color: #00f2ff;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-location-card--vietnam .contact-location-card__eyebrow {
  color: #aeb6ff;
}

.contact-location-card__title {
  margin: 28px 0 0;
  color: #f8fbfc;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.contact-location-card__subtitle {
  margin: 13px 0 0;
  color: #00f2ff;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.contact-location-card--vietnam .contact-location-card__subtitle {
  color: #aeb6ff;
}

.contact-location-card__description {
  margin: 24px 0 0;
  color: #aab7bc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

.contact-location-card__responsibilities {
  display: grid;
  margin: 28px 0 0;
  padding: 25px 0 0;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  list-style: none;
}

.contact-location-card__responsibilities li {
  display: grid;
  min-width: 0;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  color: #c4d0d4;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.contact-location-card__responsibilities i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.24);
  border-radius: 7px;
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.06);
  font-size: 8px;
}

.contact-location-card--vietnam .contact-location-card__responsibilities i {
  border-color: rgba(132, 143, 255, 0.27);
  color: #aeb6ff;
  background: rgba(94, 106, 210, 0.09);
}

.contact-location-card__company {
  display: flex;
  margin-top: 28px;
  padding: 20px;
  flex-direction: column;
  gap: 7px;
  border: 1px solid rgba(145, 163, 181, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.018);
}

.contact-location-card__company strong {
  color: #e8f1f3;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.contact-location-card__company span {
  color: #76858c;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1.45;
}

.contact-location-card__contacts {
  display: grid;
  margin-top: 26px;
  gap: 10px;
}

.contact-location-contact {
  display: flex;
  min-width: 0;
  padding: 15px 16px;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid rgba(145, 163, 181, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.016);
}

.contact-location-contact__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(0, 242, 255, 0.2);
  border-radius: 12px;
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.05);
  font-size: 12px;
}

.contact-location-card--vietnam .contact-location-contact__icon {
  border-color: rgba(132, 143, 255, 0.22);
  color: #aeb6ff;
  background: rgba(94, 106, 210, 0.075);
}

.contact-location-contact__body {
  display: flex;
  min-width: 0;
  padding-top: 1px;
  flex-direction: column;
  gap: 6px;
}

.contact-location-contact__body small {
  color: #6d7b82;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-location-contact__body a,
.contact-location-contact__body strong {
  color: #dce7ea;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-location-contact__body a {
  transition: color 220ms ease;
}

.contact-location-contact__body a:hover {
  color: #00f2ff;
}

.contact-location-card__registry {
  display: grid;
  margin: 25px 0 0;
  padding: 22px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-location-card__registry > div {
  min-width: 0;
  margin: 0;
  padding: 13px;
  border: 1px solid rgba(145, 163, 181, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
}

.contact-location-card__registry dt {
  margin: 0;
  color: #6d7b82;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-location-card__registry dd {
  margin: 8px 0 0;
  color: #d8e3e7;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

/*
|--------------------------------------------------------------------------
| Przebieg współpracy
|--------------------------------------------------------------------------
*/

.contact-workflow {
  position: relative;
  padding: clamp(72px, 8vw, 124px) 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 84% 18%,
      rgba(0, 242, 255, 0.055),
      transparent 30%
    ),
    #05090d;
}

.contact-workflow__list {
  display: grid;
  margin: clamp(42px, 5vw, 68px) 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
}

.contact-workflow-step {
  position: relative;
  min-width: 0;
  padding: 25px 22px;
  overflow: hidden;
  border: 1px solid rgba(145, 163, 181, 0.17);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(0, 242, 255, 0.025), transparent 50%), #0a1118;
}

.contact-workflow-step::after {
  position: absolute;
  top: 31px;
  right: -9px;
  z-index: 3;
  width: 18px;
  height: 1px;
  content: "";
  background: rgba(0, 242, 255, 0.36);
}

.contact-workflow-step:last-child::after {
  display: none;
}

.contact-workflow-step__number {
  display: inline-flex;
  color: #00f2ff;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
}

.contact-workflow-step h3 {
  margin: 24px 0 0;
  color: #edf6f8;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.contact-workflow-step p {
  margin: 14px 0 0;
  color: #849299;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.65;
}

/*
|--------------------------------------------------------------------------
| Pole wyboru tematu
|--------------------------------------------------------------------------
*/

.contact-form-field__control select {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 56px;
  margin: 0;
  padding: 0 48px 0 49px;
  border: 0;
  outline: 0;
  color: #eef7f9;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.contact-form-field__control select option {
  color: #eef7f9;
  background: #0a1118;
}

.contact-form-field__control--select > .contact-form-field__select-arrow {
  right: 18px;
  left: auto;
  color: #68777e;
  font-size: 9px;
}

/*
|--------------------------------------------------------------------------
| Responsywność nowych sekcji
|--------------------------------------------------------------------------
*/

@media (max-width: 1080px) {
  .contact-workflow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-workflow-step:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 920px) {
  .contact-locations__grid {
    grid-template-columns: 1fr;
  }

  .contact-location-card__registry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .contact-locations::before,
  .contact-workflow::before {
    background-size: 48px 48px;
  }

  .contact-section-heading__title {
    font-size: clamp(32px, 8.5vw, 54px);
  }

  .contact-location-card {
    border-radius: 22px;
  }

  .contact-workflow__list {
    grid-template-columns: 1fr;
  }

  .contact-workflow-step::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .contact-locations,
  .contact-workflow {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .contact-locations__grid {
    margin-top: 38px;
  }

  .contact-location-card {
    padding: 27px 21px;
    border-radius: 19px;
  }

  .contact-location-card__title {
    font-size: clamp(28px, 8.5vw, 40px);
  }

  .contact-location-card__registry {
    grid-template-columns: 1fr;
  }

  .contact-workflow__list {
    margin-top: 34px;
  }
}

@media (max-width: 460px) {
  .contact-location-card {
    padding: 24px 17px;
    border-radius: 17px;
  }

  .contact-location-card__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .contact-location-contact {
    padding: 14px 13px;
  }

  .contact-form-field__control select {
    padding-right: 44px;
    padding-left: 43px;
  }
}

@media print {
  .contact-locations,
  .contact-workflow {
    padding: 30px 0;
    color: #000000;
    background: #ffffff;
  }

  .contact-locations::before,
  .contact-workflow::before {
    display: none;
  }

  .contact-locations__grid,
  .contact-workflow__list {
    display: block;
  }

  .contact-location-card,
  .contact-workflow-step {
    margin-bottom: 20px;
    break-inside: avoid;
    border: 1px solid #cccccc;
    color: #000000;
    background: #ffffff;
    box-shadow: none;
  }

  .contact-section-heading__title,
  .contact-location-card__title,
  .contact-workflow-step h3 {
    color: #000000;
  }

  .contact-section-heading__description,
  .contact-location-card__description,
  .contact-location-card__responsibilities li,
  .contact-workflow-step p {
    color: #222222;
  }
}

/*
|--------------------------------------------------------------------------
| Treść i grafika zarządzane z panelu
|--------------------------------------------------------------------------
*/

.contact-locations__overview {
  display: grid;
  margin-top: clamp(42px, 5vw, 68px);
  grid-template-columns:
    minmax(280px, 0.82fr)
    minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(145, 163, 181, 0.18);
  border-radius: 22px;
  background: #0a1118;
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.24);
}

.contact-locations__overview.has-content-only {
  display: block;
}

.contact-locations__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #071016;
}

.contact-locations__visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.contact-locations__visual > span {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 13, 0.04), rgba(5, 9, 13, 0.36)),
    linear-gradient(180deg, transparent 55%, rgba(5, 9, 13, 0.5));
  pointer-events: none;
}

.contact-locations__custom-content {
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
}

.contact-locations__note {
  margin: 26px 0 0;
  padding: 17px 19px 17px 22px;
  border: 1px solid rgba(0, 242, 255, 0.17);
  border-left: 3px solid #00f2ff;
  border-radius: 0 13px 13px 0;
  color: #c4d1d5;
  background: rgba(0, 242, 255, 0.035);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.contact-locations__socials {
  display: flex;
  margin-top: 30px;
  padding-top: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-locations__socials > span {
  color: #738188;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-locations__socials > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.contact-locations__socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(145, 163, 181, 0.19);
  border-radius: 12px;
  color: #9cabb1;
  background: rgba(255, 255, 255, 0.018);
  font-size: 13px;
  text-decoration: none;
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.contact-locations__socials a:hover {
  border-color: #00f2ff;
  color: #031014;
  background: #00f2ff;
  transform: translateY(-2px);
}

@media (max-width: 920px) {
  .contact-locations__overview {
    grid-template-columns: 1fr;
  }

  .contact-locations__visual img {
    min-height: 0;
    aspect-ratio: 16 / 8;
  }
}

@media (max-width: 620px) {
  .contact-locations__overview {
    margin-top: 34px;
    border-radius: 18px;
  }

  .contact-locations__custom-content {
    padding: 25px 20px;
  }

  .contact-locations__socials {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media print {
  .contact-locations__overview {
    display: block;
    border: 1px solid #cccccc;
    background: #ffffff;
    box-shadow: none;
  }

  .contact-locations__visual {
    display: none;
  }

  .contact-locations__socials {
    display: none;
  }
}
