.jl-ct {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: var(--jl-space-3) 0 var(--jl-space-4);
}

.jl-ct__head {
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--jl-line);
}

.jl-ct__kicker {
  margin: 0 0 0.28rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--jl-brand-deep);
}

.jl-ct__title {
  margin: 0;
  font-family: var(--jl-font-display);
  font-size: clamp(1.7rem, 4vw, 2.25rem);
  line-height: 1.12;
}

.jl-ct__lead {
  margin: 0.45rem 0 0;
  max-width: 42ch;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.65;
  color: var(--jl-muted);
}

.jl-ct__meta {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--jl-muted);
}

.jl-ct__alert {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.jl-ct__alert--ok {
  background: var(--jl-brand-soft);
  border: 1px solid color-mix(in srgb, var(--jl-brand) 22%, transparent);
  color: var(--jl-brand-deep);
}

.jl-ct__alert--err {
  background: var(--jl-live-soft);
  border: 1px solid color-mix(in srgb, var(--jl-live) 22%, transparent);
  color: #be123c;
}

.jl-ct__layout {
  display: grid;
  gap: 1rem;
}

@media (min-width: 860px) {
  .jl-ct__layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.85fr);
    align-items: start;
  }
}

.jl-ct__panel,
.jl-ct__side-block {
  padding: 1.05rem 1rem 1.15rem;
  border: 1px solid var(--jl-line);
  background: var(--jl-surface);
}

.jl-ct__panel-title,
.jl-ct__side-title {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
}

.jl-ct__field {
  margin-bottom: 0.8rem;
}

.jl-ct__field label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
  font-weight: 800;
}

.jl-ct__field label span {
  color: var(--jl-muted);
  font-weight: 650;
}

.jl-ct__field input,
.jl-ct__field select,
.jl-ct__field textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--jl-ink);
  background: var(--jl-bg-wash);
  border: 1.5px solid var(--jl-line);
  padding: 0.7rem 0.8rem;
  min-height: 2.7rem;
}

.jl-ct__field textarea {
  min-height: 8.5rem;
  resize: vertical;
  line-height: 1.55;
}

.jl-ct__field input:focus,
.jl-ct__field select:focus,
.jl-ct__field textarea:focus {
  outline: none;
  border-color: var(--jl-brand);
  background: var(--jl-surface);
  box-shadow: 0 0 0 3px var(--jl-brand-soft);
}

.jl-ct__row {
  display: grid;
  gap: 0.8rem;
}

@media (min-width: 640px) {
  .jl-ct__row {
    grid-template-columns: 1fr 1fr;
  }
}

.jl-ct__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.jl-ct__submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.7rem 1.2rem;
  font: inherit;
  font-weight: 800;
  color: #fff;
  background: var(--jl-brand-deep);
  border: 0;
  cursor: pointer;
}

.jl-ct__note {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: var(--jl-muted);
  font-weight: 600;
}

.jl-ct__side {
  display: grid;
  gap: 0.85rem;
}

.jl-ct__help,
.jl-ct__mails {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.jl-ct__help li,
.jl-ct__mails a {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.55;
}

.jl-ct__mails a {
  display: grid;
  gap: 0.15rem;
  padding: 0.55rem 0.6rem;
  border: 1px solid var(--jl-line);
  background: var(--jl-bg-wash);
}

.jl-ct__mails strong {
  font-size: 0.82rem;
}

.jl-ct__mails span {
  color: var(--jl-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.jl-ct__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.55rem 0.9rem;
  font-weight: 800;
  color: #fff;
  background: #128c7e;
}

.jl-ct__links {
  display: grid;
  gap: 0.4rem;
}

.jl-ct__links a {
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--jl-brand-deep);
}
