
/* Euroasia Contact Page */
.contact-body {
  background: #f7fbfd;
}

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

.contact-page {
  font-family: Montserrat, Arial, sans-serif;
  color: #203a47;
  overflow: hidden;
}

.contact-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* Intro */
.contact-intro {
  padding: 84px 0 132px;
  background:
    radial-gradient(circle at 88% 16%, rgba(17, 147, 212, .08), transparent 27%),
    linear-gradient(180deg, #f2fbff 0%, #eef8fc 100%);
}

.contact-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  align-items: end;
  gap: 80px;
}

.contact-kicker,
.contact-panel-kicker,
.contact-form-kicker {
  display: block;
  color: var(--euroasia-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.contact-intro h1 {
  max-width: 630px;
  margin: 11px 0 0;
  color: #1d3541;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.contact-intro p {
  max-width: 600px;
  margin: 0;
  color: #6d818b;
  font-size: 15px;
  line-height: 1.85;
}

/* Main contact card */
.contact-content {
  position: relative;
  z-index: 2;
  margin-top: -74px;
  padding-bottom: 90px;
}

.contact-card {
  display: grid;
  grid-template-columns: 39% 61%;
  min-height: 650px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--euroasia-white);
  box-shadow: 0 28px 70px rgba(26, 62, 82, .13);
}

.contact-details {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 58px 50px 42px;
  overflow: hidden;
  color: var(--euroasia-white);
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(150deg, #102b3a 0%, #0b3f5f 58%, #0d759e 130%);
}

.contact-details::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -130px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17,147,212,.33) 0%, rgba(17,147,212,0) 70%);
}

.contact-details::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,.09);
}

.contact-details-top,
.contact-info-list,
.contact-panel-footer {
  position: relative;
  z-index: 1;
}

.contact-panel-kicker {
  color: rgba(255,255,255,.66);
}

.contact-details h2 {
  max-width: 400px;
  margin: 14px 0 18px;
  color: var(--euroasia-white);
  font-size: clamp(29px, 3vw, 39px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.contact-details-top > p {
  max-width: 390px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.75;
}

.contact-info-list {
  display: grid;
  gap: 24px;
  margin-top: 50px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
}

.contact-info-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.contact-info-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--euroasia-white);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-label {
  display: block;
  margin: 1px 0 5px;
  color: rgba(255,255,255,.52);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-info-item p,
.contact-info-item a {
  margin: 0;
  color: var(--euroasia-white);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.contact-info-item a:hover {
  color: #bce8fb;
}

.contact-panel-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 38px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-route {
  color: #62c2ed;
  font-size: 18px;
}

/* Form */
.contact-form-wrap {
  padding: 58px 62px 50px;
  background: var(--euroasia-white);
}

.contact-form-heading {
  margin-bottom: 34px;
}

.contact-form-heading h2 {
  margin: 9px 0 9px;
  color: #203a47;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: -.035em;
}

.contact-form-heading p {
  margin: 0;
  color: #7a8d97;
  font-size: 13px;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 20px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label > span {
  color: #49616d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid transparent;
  outline: 0;
  border-radius: 12px;
  background: #f2f8fb;
  color: #203a47;
  font: inherit;
  font-size: 13px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.contact-form input,
.contact-form select {
  height: 49px;
  padding: 0 15px;
}

.contact-form textarea {
  min-height: 142px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.6;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9aabb3;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(17,147,212,.38);
  background: var(--euroasia-white);
  box-shadow: 0 0 0 4px rgba(17,147,212,.08);
}

.contact-form select {
  appearance: auto;
}

.contact-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 3px;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 170px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: var(--euroasia-accent);
  color: var(--euroasia-white);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 9px 22px rgba(17,147,212,.19);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.contact-submit:hover {
  transform: translateY(-1px);
  background: #0d86c3;
  box-shadow: 0 12px 26px rgba(17,147,212,.24);
}

.contact-submit svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form-actions p {
  margin: 0;
  color: #8999a1;
  font-size: 10.5px;
  line-height: 1.55;
  text-align: right;
}

.contact-form-actions a {
  color: var(--euroasia-accent);
  text-decoration: none;
}

/* Bottom strip */
.contact-bottom-strip {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 70px;
  padding: 42px 8px 0;
}

.contact-bottom-strip div {
  display: grid;
  gap: 7px;
}

.contact-bottom-strip span {
  color: var(--euroasia-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-bottom-strip strong {
  color: #294653;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.02em;
}

.contact-bottom-strip p {
  margin: 0;
  color: #7b8e97;
  font-size: 12.5px;
  line-height: 1.75;
}

/* Footer spacing on standalone page */
.contact-body footer {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 980px) {
  .contact-intro {
    padding: 64px 0 112px;
  }

  .contact-intro-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-intro p {
    max-width: 720px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contact-details {
    padding: 46px 42px 38px;
  }

  .contact-info-list {
    grid-template-columns: 1fr 1fr;
    gap: 24px 30px;
    margin-top: 38px;
  }

  .contact-panel-footer {
    margin-top: 34px;
  }

  .contact-form-wrap {
    padding: 48px 42px 44px;
  }
}

@media (max-width: 680px) {
  .contact-container {
    width: calc(100% - 28px);
  }

  .contact-intro {
    padding: 48px 0 94px;
  }

  .contact-intro h1 {
    font-size: 42px;
  }

  .contact-intro p {
    font-size: 13px;
    line-height: 1.75;
  }

  .contact-content {
    margin-top: -58px;
    padding-bottom: 62px;
  }

  .contact-card {
    border-radius: 20px;
  }

  .contact-details {
    padding: 38px 24px 30px;
  }

  .contact-details h2 {
    font-size: 30px;
  }

  .contact-info-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-form-wrap {
    padding: 36px 22px 30px;
  }

  .contact-form-heading h2 {
    font-size: 29px;
  }

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

  .contact-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-form-actions p {
    text-align: left;
  }

  .contact-bottom-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page *,
  .contact-page *::before,
  .contact-page *::after {
    transition: none !important;
  }
}


/* Simplified contact-page footer */
.contact-minimal-footer {
  background: var(--euroasia-white);
  border-top: 1px solid rgba(31, 62, 79, .07);
}

.contact-minimal-footer-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #84959e;
  font-size: 10px;
  letter-spacing: .02em;
}

@media (max-width: 680px) {
  .contact-minimal-footer-inner {
    min-height: 64px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
  }
}


/* Working form states */
.contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-form input.is-invalid,
.contact-form select.is-invalid,
.contact-form textarea.is-invalid {
  border-color: #d9534f;
  background: #fffafa;
  box-shadow: 0 0 0 4px rgba(217, 83, 79, .07);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
  box-shadow: none;
}

.contact-form-status {
  min-height: 20px;
  margin-top: -5px;
  font-size: 12px;
  line-height: 1.55;
}

.contact-form-status:empty {
  display: none;
}

.contact-form-status.is-success {
  padding: 12px 14px;
  border-radius: 10px;
  background: #eef9f4;
  color: #267353;
}

.contact-form-status.is-error {
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff3f2;
  color: #a43e3a;
}


@media (max-width: 680px) {
  .contact-intro p {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
  }

  .contact-kicker,
  .contact-panel-kicker,
  .contact-form-kicker {
    font-size: 11px !important;
  }

  .contact-details-top > p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .contact-info-label {
    font-size: 10.5px !important;
  }

  .contact-info-item p,
  .contact-info-item a {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
  }

  .contact-panel-footer {
    font-size: 12.5px !important;
  }

  .contact-form-heading p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .contact-form label > span {
    font-size: 11.5px !important;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px !important;
  }

  .contact-submit {
    font-size: 14px !important;
  }

  .contact-form-actions p,
  .contact-form-status {
    font-size: 12.5px !important;
  }

  .contact-bottom-strip span {
    font-size: 10px !important;
  }

  .contact-bottom-strip strong {
    font-size: 22px !important;
  }

  .contact-bottom-strip p {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .contact-minimal-footer-inner {
    font-size: 11.5px !important;
  }
}


/* Contact information box — requested final background only */
.contact-details {
  background: linear-gradient(145deg, #1A447C 0%, #21538E 55%, #123866 100%) !important;
}
