/* =========================================================
   KONTAKT – KVČ KLECANY
   Styluje pouze obsah stránky Kontakt.
   Nezasahuje do hlavičky, hlavního menu ani patičky.
========================================================= */

.kontakt-page {
  background: #fff8e8;
  padding-bottom: 60px;
  font-family: "Nunito", Arial, sans-serif;
  color: #1f2555;
}

/* HLAVIČKA OBSAHU */

.kontakt-header {
  max-width: 1500px;
  margin: 0 auto;
  padding: 34px 30px 20px;
}

.kontakt-header-inner {
  position: relative;
  overflow: hidden;
  padding: 44px 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 18%, rgba(247, 201, 72, 0.45), transparent 25%),
    radial-gradient(circle at 88% 25%, rgba(19, 152, 168, 0.25), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #fff4d8 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.kontakt-header-inner::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #e84b3c;
  opacity: 0.10;
}

.kontakt-label {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e84b3c;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.kontakt-header h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #1398a8;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 900;
}

.kontakt-header p {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 16px 0 0;
  color: #1f2555;
  font-size: 20px;
  line-height: 1.6;
}

/* OBSAH */

.kontakt-content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 18px 30px 0;
}

.kontakt-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  margin-bottom: 32px;
}

.kontakt-card {
  background: #fff;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.09);
}

.kontakt-card h2 {
  margin: 0 0 22px;
  color: #23810d;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
}

/* KONTAKTNÍ ÚDAJE */

.kontakt-info-list {
  display: grid;
  gap: 22px;
}

.kontakt-info-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: 1px dashed #d8d8d8;
}

.kontakt-info-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.kontakt-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fff3c4;
  color: #e84b3c;
  font-size: 26px;
  font-weight: 900;
}

.kontakt-info-item h3 {
  margin: 0 0 6px;
  color: #1398a8;
  font-size: 21px;
  font-weight: 900;
}

.kontakt-info-item p {
  margin: 0;
  color: #1f2555;
  font-size: 20px;
  line-height: 1.55;
}

.kontakt-info-item a {
  color: #1f2555;
  text-decoration: none;
  font-weight: 500;
}

.kontakt-info-item a:hover {
  color: #1398a8;
  text-decoration: underline;
}

/* BOČNÍ KARTA */

.kontakt-side-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(247, 201, 72, 0.35), transparent 24%),
    #fffdf5;
  border: 1px solid #efd999;
}

.kontakt-side-card p {
  margin: 0 0 18px;
  color: #1f2555;
  font-size: 18px;
  line-height: 1.65;
}

.kontakt-button {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1398a8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.kontakt-button:hover {
  background: #0f7d8a;
  color: #fff;
  transform: translateY(-1px);
}

/* NADPISY SEKCÍ */

.kontakt-section-title {
  margin: 0 0 18px;
  text-align: center;
}

.kontakt-section-title h2 {
  margin: 0 0 8px;
  color: #1398a8;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 900;
}

.kontakt-section-title p {
  max-width: 850px;
  margin: 0 auto;
  color: #1f2555;
  font-size: 18px;
  line-height: 1.6;
}

/* MAPA */

.kontakt-map-section {
  margin-bottom: 38px;
}

.kontakt-map {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.09);
}

.kontakt-map iframe {
  display: block;
  width: 100%;
}

/* O KLUBU */

.kontakt-about-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 38px;
  border-radius: 26px;
  background: #fff;
  border-left: 8px solid #f7c948;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.09);
}

.kontakt-about-card p {
  margin: 0 0 18px;
  color: #1f2555;
  font-size: 18px;
  line-height: 1.75;
}

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

/* RESPONZIVITA */

@media screen and (max-width: 1000px) {
  .kontakt-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 760px) {
  .kontakt-page {
    padding-bottom: 38px;
  }

  .kontakt-header {
    padding: 24px 16px 16px;
  }

  .kontakt-header-inner {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .kontakt-header p {
    font-size: 17px;
  }

  .kontakt-content {
    padding: 14px 16px 0;
  }

  .kontakt-card {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .kontakt-card h2 {
    font-size: 26px;
  }

  .kontakt-info-item {
    gap: 14px;
  }

  .kontakt-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 23px;
  }

  .kontakt-info-item p {
    font-size: 18px;
  }

  .kontakt-map iframe {
    height: 340px;
  }

  .kontakt-about-card {
    padding: 26px 24px;
    border-radius: 22px;
  }

  .kontakt-about-card p {
    font-size: 17px;
  }
}