/* =========================================================
   CONTACT V2
   ========================================================= */

.contact-v2 {
  background: #ffffff;
}

/* =========================================================
   HERO
   ========================================================= */

.contact-v2-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 92px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 22%, rgba(31, 196, 209, 0.22), transparent 28%),
    linear-gradient(
      90deg,
      rgba(4, 18, 45, 0.94) 0%,
      rgba(4, 18, 45, 0.84) 42%,
      rgba(4, 18, 45, 0.58) 68%,
      rgba(4, 18, 45, 0.38) 100%
    ),
    url("/img/contact/contact-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-v2-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.4;
}

.contact-v2-breadcrumb--light,
.contact-v2-breadcrumb--light a {
  color: rgba(255, 255, 255, 0.72);
}

.contact-v2-breadcrumb a {
  text-decoration: none;
}

.contact-v2-breadcrumb a:hover {
  color: #1fc4d1;
}

.contact-v2-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
}

.contact-v2-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #1fc4d1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-v2-hero__title {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-v2-hero__lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.90);
  font-size: 17px;
  line-height: 1.7;
}

.contact-v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* =========================================================
   MAIN
   ========================================================= */

.contact-v2-main {
  position: relative;
  z-index: 2;
  padding: 66px 0 82px;
  background: #f9fbfe;
}

.contact-v2-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid rgba(31, 166, 179, 0.24);
  border-radius: 16px;
  color: #0c5963;
  background: rgba(31, 196, 209, 0.10);
  font-size: 15px;
  font-weight: 700;
}

.contact-v2-alert i {
  color: #1fa6b3;
  font-size: 20px;
}

/* =========================================================
   SECTION HEAD
   ========================================================= */

.contact-v2-head {
  max-width: 820px;
  margin: 0 0 36px;
  text-align: left;
}

.contact-v2-head h2 {
  margin: 0;
  color: var(--color-heading);
  font-size: 40px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.contact-v2-head p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

/* =========================================================
   TOP CONTACT CARDS
   ========================================================= */

.contact-v2-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}

.contact-v2-mini-card {
  padding: 34px 28px;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 14px 34px rgba(16, 36, 73, 0.055);
}

.contact-v2-mini-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #1598b0;
  background: rgba(31, 196, 209, 0.12);
  font-size: 28px;
}

.contact-v2-mini-card h2 {
  margin: 0;
  color: var(--color-heading);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.contact-v2-mini-card p {
  margin: 14px 0 0;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.55;
}

.contact-v2-mini-card a {
  color: inherit;
  text-decoration: none;
}

.contact-v2-mini-card a:hover {
  color: #1598b0;
}

/* =========================================================
   FORM + MAP STACK
   ========================================================= */

.contact-v2-form-card,
.contact-v2-map-card {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 36, 73, 0.055);
}

.contact-v2-form-card {
  padding: 34px;
  margin-bottom: 28px;
}

.contact-v2-map-card {
  overflow: hidden;
  height: 420px;
  background: #edf4f8;
}

.contact-v2-form-card h2 {
  margin: 0;
  color: var(--color-heading);
  font-size: 30px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.contact-v2-form-card > p {
  margin: 10px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* =========================================================
   FORM
   ========================================================= */

.contact-v2-form {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #edf2f7;
}

.contact-v2-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-v2-form__row--identity {
  grid-template-columns: 0.8fr 1.1fr 1.1fr;
}

.contact-v2-form__field--full {
  grid-column: 1 / -1;
}

.contact-v2-form label {
  margin-bottom: 8px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 700;
}

.contact-v2-form input,
.contact-v2-form select,
.contact-v2-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #d9e5ef;
  border-radius: 12px;
  color: var(--color-heading);
  background: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.contact-v2-form textarea {
  min-height: 190px;
  resize: vertical;
}

.contact-v2-form input:focus,
.contact-v2-form select:focus,
.contact-v2-form textarea:focus {
  border-color: #1fa6b3;
  box-shadow: 0 0 0 4px rgba(31, 166, 179, 0.12);
}

.contact-v2-form__rgpd {
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fbfdff;
}

.contact-v2-form__rgpd .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.contact-v2-form__rgpd input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin-top: 3px;
  flex: 0 0 auto;
}

.contact-v2-form__rgpd label {
  margin: 0;
  color: var(--color-text);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.contact-v2-form__submit {
  display: flex;
  justify-content: flex-end;
}

.contact-v2-form__submit button,
.contact-v2-form__submit .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: var(--color-primary);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.contact-v2-form__submit button:hover,
.contact-v2-form__submit .btn:hover {
  transform: translateY(-1px);
  background: #1fa6b3;
  box-shadow: 0 12px 24px rgba(31, 166, 179, 0.20);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .contact-v2-hero {
    padding: 84px 0 74px;
  }

  .contact-v2-hero__title {
    font-size: 42px;
  }

  .contact-v2-cards {
    grid-template-columns: 1fr;
  }

  .contact-v2-map-card {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .contact-v2-form__row,
  .contact-v2-form__row--identity {
    grid-template-columns: 1fr;
  }

  .contact-v2-form__field--full {
    grid-column: auto;
  }
}

@media (max-width: 575px) {
  .contact-v2-hero {
    padding: 56px 0 58px;
  }

  .contact-v2-hero__title {
    font-size: 34px;
  }

  .contact-v2-hero__lead {
    font-size: 16px;
  }

  .contact-v2-hero__actions,
  .contact-v2-hero__actions .ui-btn {
    width: 100%;
  }

  .contact-v2-main {
    padding: 42px 0 56px;
  }

  .contact-v2-head {
    margin-bottom: 28px;
  }

  .contact-v2-head h2 {
    font-size: 32px;
  }

  .contact-v2-head p {
    font-size: 16px;
  }

  .contact-v2-mini-card,
  .contact-v2-form-card {
    padding: 24px;
    border-radius: 20px;
  }

  .contact-v2-mini-card__icon {
    width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .contact-v2-form-card h2 {
    font-size: 27px;
  }

  .contact-v2-map-card {
    height: 300px;
    border-radius: 20px;
  }

  .contact-v2-form__submit,
  .contact-v2-form__submit button,
  .contact-v2-form__submit .btn {
    width: 100%;
  }
}