.linka-cob {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  max-width: 920px;
  margin: 0 auto;
}
.linka-cob__intro {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
}
.linka-cob__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #2156A3;
}
.linka-cob__row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.linka-cob__select {
  width: 100%;
  margin-bottom: 12px;
  background: #fff;
}
.linka-cob__suggest-wrap {
  position: relative;
  flex: 1 1 240px;
  overflow: visible;
  z-index: 30;
}
.linka-cob__input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c5d3ea;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  box-sizing: border-box;
}
.linka-cob__suggest {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff !important;
  border: 1px solid #c5d3ea;
  border-radius: 8px;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 8px 20px rgba(33, 86, 163, 0.12);
}
.linka-cob__suggest-item {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: #fff !important;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
  color: #1a1a1a !important;
  white-space: normal;
  word-break: break-word;
}
.linka-cob__suggest-item:hover,
.linka-cob__suggest-item:focus {
  background: #fff8d0;
}
.linka-cob__chosen {
  margin: 10px 0 0;
  font-size: 13px;
  color: #2156A3;
  font-weight: 600;
}
.linka-cob__btn {
  border: 0;
  border-radius: 8px;
  background: #FECF00;
  color: #2156A3;
  font-weight: 700;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 14px;
}
.linka-cob__btn:disabled {
  opacity: 0.6;
  cursor: wait;
}
.linka-cob__msg {
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
}
.linka-cob__msg.is-ok {
  background: #e8f6ee;
  color: #14532d;
}
.linka-cob__msg.is-no {
  background: #fff4d6;
  color: #7a5800;
}
.linka-cob__msg.is-err {
  background: #fde8e8;
  color: #7f1d1d;
}
.linka-cob__msg a {
  color: #2156A3;
  font-weight: 700;
}
.linka-cob__map {
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d9e3f2;
  margin-top: 12px;
  z-index: 0;
  position: relative;
}
.linka-cob__hint {
  margin: 8px 0 0;
  font-size: 13px;
  color: #334155;
}
.linka-cob__link {
  border: 0;
  background: none;
  padding: 0;
  color: #2156A3;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}
.linka-cob--hero {
  max-width: none;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1.15fr);
  gap: 36px 40px;
  align-items: center;
  background: #2156A3;
  color: #fff;
  padding: 48px 32px;
  border-radius: 0;
}
.linka-cob--hero .linka-cob__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #FECF00;
}
.linka-cob--hero .linka-cob__check {
  display: inline-flex;
}
.linka-cob--hero .linka-cob__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}
.linka-cob--hero .linka-cob__intro {
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 18px;
}
.linka-cob--hero .linka-cob__label {
  color: #FECF00;
}
.linka-cob--hero .linka-cob__input,
.linka-cob--hero .linka-cob__select {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}
.linka-cob--hero .linka-cob__stats {
  display: flex;
  gap: 0;
  margin-top: 22px;
}
.linka-cob--hero .linka-cob__stat {
  flex: 1;
  padding: 0 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.linka-cob--hero .linka-cob__stat:first-child {
  padding-left: 0;
  border-left: 0;
}
.linka-cob--hero .linka-cob__stat strong {
  display: block;
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
}
.linka-cob--hero .linka-cob__stat span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FECF00;
}
.linka-cob--hero .linka-cob__map {
  height: 420px;
  border: 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
.linka-cob--hero .linka-cob__link {
  color: #FECF00;
}
.linka-cob--hero .linka-cob__msg.is-ok,
.linka-cob--hero .linka-cob__msg.is-no,
.linka-cob--hero .linka-cob__msg.is-err {
  color: #1a1a1a;
}
.linka-cob-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.linka-cob-modal[hidden] {
  display: none !important;
}
.linka-cob-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 30, 60, 0.55);
}
.linka-cob-modal__box {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  background: #fff;
  color: #1a1a1a;
  border-radius: 16px;
  padding: 28px 24px 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  text-align: center;
  border: 0;
}
.linka-cob-modal.is-ok .linka-cob-modal__box,
.linka-cob-modal.is-no .linka-cob-modal__box {
  border: 0;
}
.linka-cob-modal__mood {
  display: flex;
  justify-content: center;
  margin: 0 0 14px;
  animation: linka-mood-pop 0.45s ease-out, linka-mood-bob 1.35s ease-in-out 0.45s infinite;
  transform-origin: center;
}
.linka-cob-modal__mood svg {
  display: block;
  filter: drop-shadow(0 4px 0 rgba(33, 86, 163, 0.15));
}
@keyframes linka-mood-pop {
  0% { transform: scale(0.2) rotate(-18deg); opacity: 0; }
  70% { transform: scale(1.12) rotate(6deg); opacity: 1; }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}
@keyframes linka-mood-bob {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}
.linka-cob-modal__text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.45;
}
.linka-cob-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.linka-cob-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
}
.linka-cob-modal__btn--ok,
.linka-cob-modal button.linka-cob-modal__btn--ok,
.linka-cob-modal button.linka-cob-modal__btn--ok:hover,
.linka-cob-modal button.linka-cob-modal__btn--ok:focus,
.linka-cob-modal button.linka-cob-modal__btn--ok:active {
  background: #2156A3 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.linka-cob-modal a.linka-cob-modal__btn--wa,
.linka-cob-modal a.linka-cob-modal__btn--wa:link,
.linka-cob-modal a.linka-cob-modal__btn--wa:visited,
.linka-cob-modal a.linka-cob-modal__btn--wa:hover,
.linka-cob-modal a.linka-cob-modal__btn--wa:focus,
.linka-cob-modal a.linka-cob-modal__btn--wa:active,
.linka-cob-modal a.linka-cob-modal__btn--wa:hover span,
.linka-cob-modal a.linka-cob-modal__btn--wa:hover svg {
  background: #25D366 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.linka-cob-modal__wa,
.linka-cob-modal__wa path {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.linka-cob-modal__wa {
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .linka-cob__stats {
    display: none !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .linka-cob__stats {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .linka-cob--hero {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }
  .linka-cob--hero .linka-cob__map {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .linka-cob__map {
    height: 280px;
  }
}
