/* Regional KEY championship — BGU content skin */

.kch {
  color: #222;
}

.kch a {
  color: #164676;
}

.kch a:hover {
  color: #ff6600;
}

.kch-head {
  background-color: #222066;
  background-image: url('../Images/klyuch-bg.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  color: #fff;
}

.kch-head-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 20px 8px;
}

.kch-logo {
  display: block;
  width: 85%;
  max-width: 680px;
  height: 280px;
  margin: 4px auto 10px;
  background: url('../Images/klyuch-logo.svg?2') center / contain no-repeat;
}

.kch-logo img {
  display: block;
  width: 100%;
  max-width: 680px;
  height: auto;
  margin: 0 auto;
}

.kch-head-info {
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 4px 8px 8px;
}

.kch-season {
  margin: 0 0 8px;
  font-size: 2.15rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.1;
  color: #fff;
}

.kch-eyebrow {
  margin: 0 0 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffb080;
}

.kch-head-info h1 {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 0 0 12px;
}

.kch-head-info .kch-org {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
}

.kch-head-meta {
  margin: 0 auto 20px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.55;
}

.kch-cta-onhead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.kch-cta-onhead a {
  flex: 1 1 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 18px;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.02rem;
  text-align: center;
}

.kch-cta-onhead a:first-child {
  background: #fff;
  color: #222066;
}

.kch-cta-onhead a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
}

.kch-cta-onhead a:first-child:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

.kch-menubar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 22px 0 18px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
}

.kch-menubar a {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  padding: 11px 18px;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
}

.kch-menubar a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  text-decoration: none;
}

.kch-menubar a.is-current {
  color: #222066;
  background: #fff;
  border-bottom: 0;
}

.kch-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 20px 64px;
}

.kch-section {
  margin: 44px 0 0;
}

.kch-section:first-child {
  margin-top: 0;
}

.kch-section h2 {
  color: #164676;
  font-size: 1.45rem;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #00aadd;  
}

.kch-section p,
.kch-section li {
  line-height: 1.6;
}

.kch-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 18px 0 0;
}

.kch-fact {
  background: #f4f7fb;
  padding: 14px 12px;
  text-align: center;
}

.kch-fact strong {
  display: block;
  color: #0b1f4a;
  font-size: 1.02rem;
  margin-bottom: 4px;
}

.kch-fact span {
  display: block;
  color: #556;
  font-size: 0.88rem;
  line-height: 1.35;
}

.kch-dates {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.kch-date {
  background: #f4f7fb;
  border-top: 4px solid #ff6600;
  padding: 16px 14px 18px;
  min-height: 100%;
}

.kch-date-step {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #164676;
}

.kch-date strong {
  display: block;
  color: #0b1f4a;
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0 0 8px;
}

.kch-date p {
  margin: 0;
  color: #445;
  font-size: 0.92rem;
  line-height: 1.45;
}

.kch-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
}

.kch-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 16px;
  background: #164676;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.kch-actions a:hover {
  background: #0b1f4a;
  color: #fff;
  text-decoration: none;
}

.kch-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.kch-benefits li {
  margin: 0;
  background: #f4f7fb;
  padding: 14px 16px;
  border-left: 4px solid #164676;
}

.kch-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.kch-card {
  background: #f4f7fb;
  padding: 18px 18px 16px;
  border-top: 4px solid #164676;
}

.kch-card h3 {
  margin: 0 0 10px;
  color: #164676;
  font-size: 1.05rem;
}

.kch-card p {
  margin: 0 0 8px;
}

.kch-card p:last-child {
  margin-bottom: 0;
}

.kch-card .kch-muted {
  color: #667;
  font-size: 0.9rem;
}

.kch-person {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9e2ec;
}

.kch-person:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.kch-person strong {
  color: #0b1f4a;
}

.kch-linkrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.kch-linkrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 12px;
  border: 2px solid #164676;
  color: #164676;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}

.kch-linkrow a:hover {
  background: #164676;
  color: #fff;
  text-decoration: none;
}

.kch-pagehead {
  margin: 0 0 20px;
}

.kch-pagehead h1 {
  color: #164676;
  font-size: 1.7rem;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #00aadd;  
}

.kch-lead {
  color: #445;
  margin: 0 0 24px;
}

.kch-years {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}

.kch-year {
  border: 1px solid #d9e2ec;
  padding: 20px 18px 18px;
  background: #fff;
}

.kch-year h2 {
  color: #164676;
  font-size: 1.35rem;
  margin: 0 0 4px;
  border: 0;
  padding: 0;
  display: block;
}

.kch-year .kch-status {
  color: #888;
  font-size: 0.9rem;
  margin: 0 0 14px;
}

.kch-year a {
  display: inline-block;
  padding: 8px 14px;
  border: 2px solid #164676;
  color: #164676;
  text-decoration: none;
  font-weight: 600;
}

.kch-year a:hover {
  background: #164676;
  color: #fff;
  text-decoration: none;
}

.kch-partners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 20px;
  align-items: center;
  text-align: center;
  margin-top: 12px;
}

.kch-partners img {
  max-height: 110px;
  max-width: 100%;
  object-fit: contain;
}

.kch-partners figcaption {
  margin-top: 8px;
  font-size: 0.95rem;
}

.kch-file {
  display: block;
  padding: 10px 0 10px 40px;
  min-height: 52px;
  background: url('../images/ui/pdf.png') left center no-repeat;
  text-transform: none;
  margin-bottom: 6px;
}

.kch-file a {
  display: inline-block;
  text-decoration: none;
}

.kch-file a:hover {
  text-decoration: underline;
}

.kch-note {
  color: #667;
  margin-top: 20px;
}

.kch-back {
  margin-top: 32px;
}

.kch-schedule p {
  margin: 0 0 12px;
}

@media (max-width: 996px) {
  .kch-head {
    background-position: -110px 0;
  }
}

@media (max-width: 900px) {
  .kch-dates,
  .kch-facts,
  .kch-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .kch-logo {
    width: 94%;
    height: 170px;
  }

  .kch-head {
    background-size: cover;
    background-position: -160px 0;
  }

  .kch-head-info h1,
  .kch-pagehead h1 {
    font-size: 1.25rem;
  }

  .kch-menubar a {
    flex: 1 1 42%;
    text-align: center;
    font-size: 0.92rem;
    padding: 10px 12px;
    white-space: normal;
  }

  .kch-years,
  .kch-partners,
  .kch-dates,
  .kch-facts,
  .kch-actions,
  .kch-contact-grid,
  .kch-linkrow {
    grid-template-columns: 1fr;
  }
}
