/*
 * /wspolpraca sponsorship page (P5-wspolpraca). Loaded only there through
 * the layout's `head` section; assets/css/style.css is read-only, so the
 * intro, reach tiles, "why" cards, surface figures, rental strip, partner
 * carousel and the dark enquiry form live here. Colours follow the theme:
 * #ed342c accent, #151515/#16161a dark, Teko headings, Barlow body.
 */

.wsp-section {
  padding: 80px 0 50px;
}

.wsp-section--grey {
  background: #f5f5f5;
}

.wsp-section--dark {
  background: #151515;
}

.wsp-section .section-tittle span {
  margin-left: 0;
  padding-left: 72px;
  position: relative;
}

.wsp-section .section-tittle span::before {
  left: 0;
  top: 50%;
}

.wsp-section .section-tittle h2 {
  font-size: 44px;
}

.wsp-section .section-tittle--light span {
  color: #ed342c;
}

.wsp-lede {
  font-size: 20px;
  color: #444;
  max-width: 760px;
  margin: -20px auto 50px;
}

.wsp-lede--light {
  color: #ddd;
}

/* ---- intro -------------------------------------------------------------- */

.wsp-intro {
  padding-top: 70px;
}

.wsp-intro__photo {
  width: 100%;
  height: auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.wsp-intro__title h1 {
  font-family: "Teko", sans-serif;
  font-size: 54px;
  line-height: 1;
  color: #16161a;
  text-transform: uppercase;
  margin: 0;
}

.wsp-intro__copy p {
  font-size: 18px;
  color: #444;
  margin-bottom: 16px;
}

.wsp-cta {
  margin-top: 8px;
}

/* ---- reach tiles ---------------------------------------------------------- */

.wsp-reach {
  padding-bottom: 60px;
}

.wsp-stat {
  text-align: center;
  padding: 34px 20px 28px;
  margin-bottom: 30px;
  border: 1px solid #2a2a2a;
  background: #1c1c1c;
}

.wsp-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ed342c;
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}

.wsp-stat__value {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 56px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

.wsp-stat__label {
  display: block;
  font-size: 16px;
  color: #b8b8b8;
  margin-top: 6px;
}

.wsp-stat__link {
  display: inline-block;
  margin-top: 14px;
  font-family: "Teko", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ed342c;
}

.wsp-stat__link:hover {
  color: #fff;
}

/* ---- why cards ---------------------------------------------------------- */

.wsp-card {
  background: #fff;
  border: 1px solid #ececec;
  border-top: 3px solid #ed342c;
  padding: 30px 26px 24px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  transition: box-shadow 0.2s, transform 0.2s;
}

.wsp-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.wsp-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #16161a;
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
}

.wsp-card h3 {
  font-family: "Teko", sans-serif;
  font-size: 26px;
  line-height: 1.15;
  color: #16161a;
  margin-bottom: 12px;
}

.wsp-card p {
  font-size: 16px;
  color: #444;
  margin: 0;
}

.wsp-card a {
  color: #ed342c;
  font-weight: 600;
}

/* ---- surfaces ---------------------------------------------------------- */

.wsp-group-title {
  font-family: "Teko", sans-serif;
  font-size: 32px;
  color: #16161a;
  text-transform: uppercase;
  border-left: 4px solid #ed342c;
  padding-left: 14px;
  margin: 10px 0 26px;
}

.wsp-surface {
  background: #fff;
  border: 1px solid #ececec;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  overflow: hidden;
}

.wsp-surface img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.wsp-surface figcaption {
  padding: 20px 22px 18px;
}

.wsp-surface h4 {
  font-family: "Teko", sans-serif;
  font-size: 24px;
  color: #16161a;
  margin-bottom: 8px;
}

.wsp-surface p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

.wsp-surface__credit {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 8px;
}

/* ---- rental strip ------------------------------------------------------- */

.wsp-rent__item {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  margin-bottom: 30px;
  border: 1px solid #ececec;
  font-family: "Teko", sans-serif;
  font-size: 22px;
  line-height: 1.1;
  color: #16161a;
  height: calc(100% - 30px);
}

.wsp-rent__item i {
  flex: 0 0 auto;
  color: #ed342c;
  font-size: 26px;
  margin-right: 16px;
}

/* ---- partner carousel --------------------------------------------------- */

.wsp-partners {
  padding-bottom: 70px;
}

.wsp-partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 10px 20px;
}

.wsp-partners__logo img {
  max-height: 100px;
  width: auto;
  max-width: 100%;
}

/* ---- form ---------------------------------------------------------------- */

.wsp-form {
  padding-bottom: 80px;
}

.wsp-form .form-control {
  color: #fff;
  border-color: #444;
}

.wsp-form .form-control::placeholder {
  color: #aaa;
}

.wsp-form .status,
.wsp-form .status-red {
  font-size: 16px;
  margin-top: 10px;
}

.wsp-form .status-red {
  color: #ff8a80;
}

.wsp-form__note {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 20px;
}

.wsp-form__note a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .wsp-section {
    padding: 50px 0 20px;
  }

  .wsp-section .section-tittle h2 {
    font-size: 34px;
  }

  .wsp-intro__title h1 {
    font-size: 40px;
  }

  .wsp-stat__value {
    font-size: 46px;
  }
}
