/*
 * /kontakt (P5-kontakt). Loaded only there through the layout's `head`
 * section; assets/css/style.css is read-only, so the first-timer prompt,
 * the four channel buttons, the social cards and the form aside live here.
 * Colours follow the theme: #ed342c accent, #16161a dark, Teko headings,
 * Barlow body.
 */

.kt-section .section-header {
  margin-bottom: 30px;
}

/* ---- first-timer prompt + channel buttons ------------------------------ */

.kt-prompt {
  background: #16161a;
  color: #fff;
  padding: 44px 40px 34px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.kt-prompt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #ed342c;
}

.kt-prompt__eyebrow {
  display: inline-block;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ed342c;
  margin-bottom: 6px;
}

.kt-prompt__title {
  font-family: "Teko", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
  max-width: 820px;
  margin: 0 auto 14px;
}

.kt-prompt__lead {
  font-size: 17px;
  color: #cfcfd3;
  max-width: 720px;
  margin: 0 auto 30px;
}

.kt-channels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 26px;
}

.kt-channel {
  flex: 1 1 200px;
  max-width: 250px;
  min-width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 16px 18px;
  background: #222227;
  border: 1px solid #2f2f35;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.kt-channel:hover,
.kt-channel:focus {
  color: #fff;
  transform: translateY(-3px);
  border-color: #ed342c;
  background: #26262c;
}

.kt-channel__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 12px;
  background: #ed342c;
  color: #fff;
}

.kt-channel--whatsapp .kt-channel__icon {
  background: #25d366;
}

.kt-channel--messenger .kt-channel__icon {
  background: #0084ff;
}

.kt-channel--directions .kt-channel__icon {
  background: #4285f4;
}

.kt-channel__label {
  font-family: "Teko", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
}

.kt-channel__meta {
  font-size: 14px;
  color: #a5a5ab;
  text-align: center;
  margin-top: 4px;
}

.kt-prompt__alt {
  font-size: 15px;
  color: #cfcfd3;
  margin: 0;
}

.kt-prompt__alt a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.kt-prompt__alt a:hover {
  color: #ed342c;
}

/* ---- details + social ---------------------------------------------------- */

.kt-details {
  margin-bottom: 40px;
}

.kt-details .contact-info h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.kt-details .contact-info h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.kt-details .contact-info h3 a {
  color: #2a2a2a;
}

.kt-details .contact-info h3 a:hover {
  color: #ed342c;
}

.kt-details .contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kt-phone {
  display: block;
}

.kt-phone h2 {
  font-family: "Teko", sans-serif;
  font-size: 32px !important;
  color: #ed342c;
  transition: color 0.2s;
}

.kt-phone:hover h2 {
  color: #16161a;
}

.kt-social {
  background: #f5f5f5;
  padding: 26px 24px 16px;
  height: 100%;
}

.kt-social__title {
  font-family: "Teko", sans-serif;
  font-size: 28px;
  margin-bottom: 4px;
  color: #16161a;
}

.kt-social__lead {
  font-size: 15px;
  color: #666;
  margin-bottom: 18px;
}

.kt-social__card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 14px 16px;
  margin-bottom: 12px;
  color: #16161a;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.kt-social__card:hover,
.kt-social__card:focus {
  color: #16161a;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.kt-social__card--fb:hover {
  border-color: #1877f2;
}

.kt-social__card--ig:hover {
  border-color: #e1306c;
}

.kt-social__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin-right: 14px;
}

.kt-social__card--fb .kt-social__icon {
  background: #1877f2;
}

.kt-social__card--ig .kt-social__icon {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}

.kt-social__text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  line-height: 1.25;
}

.kt-social__text strong {
  font-family: "Teko", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.kt-social__text span {
  font-size: 14px;
  color: #666;
}

.kt-social__arrow {
  color: #ed342c;
  font-size: 16px;
}

/* ---- map + form ---------------------------------------------------------- */

.kt-map {
  margin-top: 10px;
}

.kt-form-lead {
  color: #666;
  margin-bottom: 26px;
}

.kt-form-aside {
  background: #f5f5f5;
  padding: 24px 22px;
  border-top: 3px solid #ed342c;
}

.kt-form-aside h4 {
  font-family: "Teko", sans-serif;
  font-size: 26px;
  margin-bottom: 8px;
  color: #16161a;
}

.kt-form-aside p {
  font-size: 15px;
  color: #555;
}

.kt-form-aside__phone {
  font-family: "Teko", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #ed342c;
}

.kt-form-aside__phone:hover {
  color: #16161a;
}

/* ---- responsive ---------------------------------------------------------- */

@media (max-width: 767px) {
  .kt-prompt {
    padding: 34px 20px 26px;
  }

  .kt-prompt__title {
    font-size: 32px;
  }

  .kt-channel {
    flex-basis: calc(50% - 8px);
    min-width: 0;
    max-width: none;
  }

  .kt-social {
    margin-top: 10px;
  }

  .kt-form-aside {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .kt-channel {
    flex-basis: 100%;
  }
}
