/* ==== Podstrony kursów URSA – spójne ze stroną główną ==== */

/* HERO / tytuł podstrony */
.u-sub-hero {
  background-color: #002b37;
  background-image: linear-gradient(135deg, #002b37 0%, #013a4a 100%);
  padding: 90px 0 70px;
}
.u-sub-hero .u-sheet-1 {
  min-height: auto;
}
.u-sub-hero .u-sub-title {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
}
.u-sub-hero .u-sub-title:after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background-color: #f2c70f;
  margin: 26px auto 0;
  border-radius: 3px;
}

/* ARTYKUŁ / treść */
.u-sub-article {
  padding: 60px 0 70px;
  background-color: #ffffff;
}
.u-sub-article .u-sheet-1 {
  max-width: 1000px;
  margin: 0 auto;
}
.u-sub-content {
  padding: 0 20px;
}
.u-sub-lead {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #002b37;
  font-weight: 500;
  margin: 0 0 10px;
}
.u-sub-h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #002b37;
  line-height: 1.3;
  margin: 46px 0 14px;
  padding-left: 16px;
  border-left: 5px solid #f2c70f;
}
.u-sub-p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #33474f;
  margin: 0 0 16px;
}

/* CTA pod treścią */
.u-sub-cta {
  text-align: center;
  margin: 44px 0 0;
}
.u-sub-cta a {
  display: inline-block;
  background-color: #f2c70f;
  color: #002b37;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 7px;
  transition: background-color .2s ease;
}
.u-sub-cta a:hover {
  background-color: #ffd83d;
}

/* Rozbudowa na stronie głównej – "Czytaj więcej" */
.u-readmore-extra {
  display: none;
}
.u-readmore-extra.is-open {
  display: block;
}
.u-readmore-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  background: none;
  border: 2px solid #002b37;
  color: #002b37;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: .95rem;
  text-transform: uppercase;
  padding: 11px 26px;
  border-radius: 7px;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.u-readmore-toggle:hover {
  background-color: #002b37;
  color: #ffffff;
}

@media (max-width: 767px) {
  .u-sub-hero { padding: 60px 0 46px; }
  .u-sub-hero .u-sub-title { font-size: 2rem; }
  .u-sub-article { padding: 40px 0 50px; }
  .u-sub-h2 { font-size: 1.35rem; margin-top: 34px; }
  .u-sub-lead { font-size: 1.1rem; }
}
