.jkhl-hero,
.jkhl-hero * {
  box-sizing: border-box;
}

.jkhl-hero {
  width: 100%;
  padding: 56px 26px;
  position: relative;
  isolation: isolate;
  background-color: var(--jkhl-wrapper-bg, #0d4f69);
  border-radius: 24px;
  overflow: hidden;
}

.jkhl-hero__inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.jkhl-hero__frame {
  position: relative;
}

.jkhl-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 460px);
  gap: 30px;
  align-items: stretch;
}

.jkhl-hero__left,
.jkhl-hero__right {
  min-width: 0;
}

.jkhl-hero__left {
  display: grid;
  align-content: start;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: 24px;
  background-color: var(--jkhl-left-bg, rgba(5, 30, 46, 0.72));
}

.jkhl-left-meta {
  display: grid;
  gap: 10px;
}

.jkhl-badge {
  display: inline-flex;
  align-items: center;
  max-width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.jkhl-subtitle {
  color: #d5e8ff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.jkhl-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3.7vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-wrap: balance;
}

.jkhl-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.jkhl-feature {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #edf6ff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.jkhl-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #1f2f3f;
  color: #ffffff;
  padding: 18px;
  max-width: 100%;
}

.jkhl-muted {
  color: rgba(230, 245, 255, 0.82);
}

.jkhl-card__label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jkhl-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.jkhl-price__amount {
  font-size: clamp(30px, 4.1vw, 52px);
  font-weight: 900;
  line-height: 0.95;
  color: #fff3b0;
}

.jkhl-price__suffix {
  font-size: 13px;
  line-height: 1.4;
}

.jkhl-card__dates {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #d5ebff;
  margin-bottom: 16px;
}

.jkhl-card__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.jkhl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 170px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.jkhl-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(234, 88, 12, 0.36);
}

.jkhl-left-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(10, 30, 46, 0.42);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.jkhl-left-contact-btn:hover {
  box-shadow: 0 10px 24px rgba(10, 30, 46, 0.4);
}

.jkhl-left-contact-btn.is-animated {
  animation: jkhlContactPulse var(--jkhl-contact-anim-duration, 1.6s) ease-in-out infinite;
  transform-origin: center;
}

.jkhl-left-contact-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 0.18s ease;
}

.jkhl-left-contact-btn__icon i {
  font-size: 14px;
  line-height: 1;
}

.jkhl-left-contact-btn__icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@keyframes jkhlContactPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

.jkhl-hero__right {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.jkhl-promo {
  width: 100%;
  max-width: 430px;
  border-radius: 22px;
  border: 1px solid #d7e3ee;
  background: #ffffff;
  color: #1e293b;
  box-shadow: 0 26px 50px rgba(7, 28, 46, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.jkhl-promo__bar {
  padding: 14px 16px;
  background: linear-gradient(135deg, #0e7490, #0369a1);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.jkhl-promo__body {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.jkhl-promo__content {
  color: #334155;
  font-size: 12px;
  line-height: 1.5;
}

.jkhl-promo__content > *:last-child {
  margin-bottom: 0;
}

.jkhl-promo__content p {
  margin: 0 0 8px;
}

.jkhl-form {
  display: grid;
  gap: 8px;
  padding: 8px;
  border: 1px solid #e4ebf3;
  border-radius: 12px;
  background: linear-gradient(180deg, #fcfdff 0%, #f8fbff 100%);
}

.jkhl-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.jkhl-form input,
.jkhl-form textarea {
  width: 100%;
  border: 1px solid #c7d5e4;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  outline: none;
  box-shadow: none;
  background: #ffffff;
  color: #1f2937;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.jkhl-form input:focus,
.jkhl-form textarea:focus {
  border-color: #0e7490;
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.14);
}

.jkhl-form textarea {
  min-height: 56px;
  resize: vertical;
}

.jkhl-form button {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #0e7490, #0284c7);
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.jkhl-form__privacy {
  color: #64748b;
  font-size: 10px;
  line-height: 1.45;
}

.jkhl-form__notice {
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1.35;
}

.jkhl-form__notice--success {
  border: 1px solid rgba(34, 197, 94, 0.45);
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
}

.jkhl-form__notice--error {
  border: 1px solid rgba(239, 68, 68, 0.45);
  background: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}

@media (max-width: 1100px) {
  .jkhl-hero {
    padding: 38px 18px;
    border-radius: 18px;
  }

  .jkhl-hero__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jkhl-card,
  .jkhl-promo {
    width: 100% !important;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .elementor-widget-jkpeace_hero_landing_widget,
  .elementor-widget-jkpeace-hero-landing-widget,
  .elementor-widget[class*="jkpeace_hero_landing_widget"],
  .elementor-widget[class*="jkpeace-hero-landing-widget"],
  .elementor-widget-jkpeace_hero_landing_widget > .elementor-widget-container,
  .elementor-widget-jkpeace-hero-landing-widget > .elementor-widget-container,
  .elementor-widget[class*="jkpeace_hero_landing_widget"] > .elementor-widget-container,
  .elementor-widget[class*="jkpeace-hero-landing-widget"] > .elementor-widget-container {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .elementor-container:has(.jkhl-hero),
  .elementor-column:has(.jkhl-hero),
  .elementor-widget-wrap:has(.jkhl-hero),
  .e-con:has(.jkhl-hero),
  .e-con-inner:has(.jkhl-hero) {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  .jkhl-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
  }

  .jkhl-hero__inner,
  .jkhl-hero__frame,
  .jkhl-hero__grid,
  .jkhl-hero__left,
  .jkhl-hero__right,
  .jkhl-card,
  .jkhl-promo {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-jkpeace_hero_landing_widget,
  .elementor-widget-jkpeace-hero-landing-widget,
  .elementor-widget[class*="jkpeace_hero_landing_widget"],
  .elementor-widget[class*="jkpeace-hero-landing-widget"],
  .elementor-widget-jkpeace_hero_landing_widget > .elementor-widget-container,
  .elementor-widget-jkpeace-hero-landing-widget > .elementor-widget-container,
  .elementor-widget[class*="jkpeace_hero_landing_widget"] > .elementor-widget-container,
  .elementor-widget[class*="jkpeace-hero-landing-widget"] > .elementor-widget-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .jkhl-hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 24px 12px;
    border-radius: 0;
  }

  .jkhl-hero__inner,
  .jkhl-hero__frame,
  .jkhl-hero__grid,
  .jkhl-hero__left,
  .jkhl-hero__right,
  .jkhl-card,
  .jkhl-promo {
    width: 100% !important;
    max-width: 100% !important;
  }

  .jkhl-hero__right {
    justify-content: stretch;
  }

  .jkhl-hero__left {
    padding: 14px;
    border-radius: 16px;
    gap: 12px;
    max-width: 100%;
  }

  .jkhl-subtitle {
    font-size: 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .jkhl-title {
    font-size: clamp(23px, 8.2vw, 34px);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .jkhl-badge {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }

  .jkhl-feature {
    font-size: 11px;
    padding: 5px 9px;
  }

  .jkhl-card {
    padding: 14px;
  }

  .jkhl-card__label {
    font-size: 11px;
  }

  .jkhl-price__amount {
    font-size: clamp(27px, 10.5vw, 38px);
  }

  .jkhl-price__suffix,
  .jkhl-card__dates {
    font-size: 13px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .jkhl-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .jkhl-btn {
    width: 100%;
  }

  .jkhl-card__actions .jkhl-btn,
  .jkhl-card__actions .jkhl-left-contact-btn {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .jkhl-promo {
    width: 100% !important;
    border-radius: 16px;
  }

  .jkhl-promo__bar {
    font-size: 15px;
    padding: 12px 12px;
  }

  .jkhl-promo__body {
    padding: 12px;
  }

  .jkhl-form textarea {
    min-height: 72px;
  }
}
