/* LUKIK Contact v1.0.5 — compact blended hero / UI consistency */
.lk-contact {
  --lk-contact-ink: #0a2452;
  --lk-contact-muted: #60759a;
  --lk-contact-blue: #0877ff;
  --lk-contact-line: #dce8f7;
  --lk-contact-soft: #f3f8ff;
  --lk-contact-radius: 22px;
  color: var(--lk-contact-ink);
  background: var(--lk-page-bg);
  min-height: 70vh;
}

.lk-contact__wrap {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 64px;
}

.lk-contact__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 14px;
  color: #7890b2;
}

.lk-contact__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.lk-contact__breadcrumbs a:last-of-type {
  color: #0877ff;
}

.lk-contact__hero {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
  align-items: start;
  gap: 28px;
  padding: 10px 14px 16px;
}

.lk-contact__hero-copy {
  max-width: 610px;
}

.lk-contact__hero h1 {
  margin: 0 0 20px;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 800;
  color: #102a56;
}

.lk-contact__hero h1::first-letter {
  color: inherit;
}

.lk-contact__hero p {
  margin: 0;
  max-width: 590px;
  font-size: 19px;
  line-height: 1.7;
  color: #4f6487;
}

.lk-contact__hero-art {
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  isolation: isolate;
  padding-top: 2px;
}

.lk-contact__hero-art::before {
  content: "";
  position: absolute;
  inset: 8% 4% 4%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at 58% 50%, rgba(197, 220, 255, .34) 0%, rgba(221, 235, 255, .18) 48%, rgba(238, 246, 255, 0) 78%);
  filter: blur(10px);
}

.lk-contact__hero-art img {
  display: block;
  width: min(100%, 310px);
  height: auto;
  mix-blend-mode: multiply;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

.lk-contact__card {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--lk-contact-line);
  border-radius: var(--lk-contact-radius);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 55px rgba(31, 82, 145, .08);
  overflow: hidden;
}

.lk-contact__aside {
  padding: 42px 38px;
  background: linear-gradient(180deg, #f9fcff 0%, #eef6ff 100%);
  border-right: 1px solid var(--lk-contact-line);
}

.lk-contact__aside-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #e9f3ff;
  color: var(--lk-contact-blue);
  margin-bottom: 20px;
}

.lk-contact__aside-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.lk-contact__aside h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #142e58;
}

.lk-contact__aside > p {
  margin: 0;
  color: #6b7fa0;
  line-height: 1.65;
}

.lk-contact__aside-points {
  display: grid;
  gap: 26px;
  margin-top: 38px;
}

.lk-contact__aside-point {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.lk-contact__point-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #d8e8fb;
  font-size: 12px;
  font-weight: 800;
  color: var(--lk-contact-blue);
}

.lk-contact__aside-point strong {
  display: block;
  margin: 2px 0 5px;
  font-size: 15px;
  color: #17325f;
}

.lk-contact__aside-point p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #7083a1;
}

.lk-contact__form {
  padding: 42px 46px 46px;
}

.lk-contact__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 24px;
}

.lk-contact__field {
  margin-bottom: 24px;
}

.lk-contact__field label {
  display: block;
  margin: 0 0 9px;
  font-size: 14px;
  font-weight: 750;
  color: #18335d;
}

.lk-contact__field label span {
  color: #e74c5b;
}

.lk-contact__control {
  position: relative;
}

.lk-contact__control-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: #8ba0bd;
  pointer-events: none;
}

.lk-contact__control-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.lk-contact .form-control {
  width: 100%;
  border: 1px solid #d7e3f2;
  border-radius: 12px;
  background: #fff;
  color: #18335d;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

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

.lk-contact__control input.form-control {
  padding-left: 48px;
}

.lk-contact textarea.form-control {
  min-height: 190px;
  padding: 16px 18px;
  resize: vertical;
  line-height: 1.55;
}

.lk-contact .form-control::placeholder {
  color: #9bacc4;
}

.lk-contact .form-control:focus {
  border-color: #74afff;
  box-shadow: 0 0 0 4px rgba(8, 119, 255, .10);
}

.lk-contact .form-control.is-invalid,
.lk-contact .was-validated .form-control:invalid {
  border-color: #dc5464;
}

.lk-contact .invalid-feedback {
  margin-top: 7px;
  font-size: 13px;
}

.lk-contact__captcha {
  margin: -2px 0 22px;
}

.lk-contact__submit {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #0a80ff 0%, #086bf4 100%);
  color: #fff;
  font-weight: 750;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(8, 119, 255, .22);
  cursor: pointer;
}

.lk-contact__submit:hover {
  filter: brightness(.98);
  transform: translateY(-1px);
}

.lk-contact__submit span,
.lk-contact__submit svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .lk-contact__hero {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 24px;
  }

  .lk-contact__hero-art img {
    width: min(100%, 250px);
  }

  .lk-contact__card {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .lk-contact__aside {
    padding: 34px 26px;
  }

  .lk-contact__form {
    padding: 34px;
  }
}

@media (max-width: 760px) {
  .lk-contact__wrap {
    width: min(100% - 28px, 720px);
    padding-top: 20px;
  }

  .lk-contact__breadcrumbs {
    margin-bottom: 16px;
  }

  .lk-contact__hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 12px 0 28px;
  }

  .lk-contact__hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .lk-contact__hero p {
    font-size: 16px;
  }

  .lk-contact__hero-art {
    min-height: 0;
    order: 0;
    justify-content: flex-start;
  }

  .lk-contact__hero-art img {
    width: min(60vw, 240px);
  }

  .lk-contact__card {
    grid-template-columns: 1fr;
  }

  .lk-contact__aside {
    border-right: 0;
    border-bottom: 1px solid var(--lk-contact-line);
  }

  .lk-contact__aside-points {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 26px;
  }

  .lk-contact__form {
    padding: 30px 24px 34px;
  }

  .lk-contact__field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lk-contact__submit {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .lk-contact__hero-art { display: none; }

  .lk-contact__aside-points {
    grid-template-columns: 1fr;
  }

  .lk-contact__aside {
    padding: 28px 22px;
  }

  .lk-contact__form {
    padding: 26px 20px 30px;
  }
}
