.da-cards-v5 {
  max-width: 1180px;
  padding-top: 36px !important;
  padding-bottom: 110px !important;
}

.da-cards-v5 > .row {
  align-items: flex-start;
}

.da-cards-v5 .col-lg-8 > .da-hero {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 95, 0.08);
  border-radius: 28px;
  box-shadow: 0 26px 58px rgba(7, 23, 95, 0.13);
}

.da-cards-v5 .col-lg-8 > .da-hero + .da-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 26px;
}

.da-cards-v5 .col-lg-8 > .da-hero + .da-meta-row .da-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #dbe5ee;
  border-radius: 999px;
  background: #fff;
  color: #40516a;
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 8px 22px rgba(7, 23, 95, 0.05);
}

.da-cards-v5 .col-lg-8 > .da-hero + .da-meta-row .da-meta-item i {
  color: #24b7db;
}

.da-cards-v5 .col-lg-8 > .da-section-title {
  position: relative;
  margin: 24px 0 0;
  padding: 34px 36px 13px;
  border: 1px solid #dbe5ee;
  border-bottom: 0;
  border-left: 1px solid #dbe5ee !important;
  border-radius: 26px 26px 0 0;
  background: #fff;
  color: #07175f;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.035em;
  box-shadow: 0 -8px 32px rgba(7, 23, 95, 0.035);
}

.da-cards-v5 .da-section-title[class*="da-section-title--"]::before {
  display: block;
  margin-bottom: 8px;
  color: #f43a70;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.da-cards-v5 .da-section-title--about::before {
  content: "CO VÁS ČEKÁ";
}

.da-cards-v5 .da-section-title--focus::before {
  content: "PRO KOHO JE PROGRAM URČEN";
}

.da-cards-v5 .da-section-title--terms::before {
  content: "KDY KURZ PROBÍHÁ";
}

.da-cards-v5 .da-section-title--logistics::before {
  content: "ORGANIZAČNÍ INFORMACE";
}

.da-cards-v5 .da-section-title--program::before {
  content: "JAK BUDE AKCE PROBÍHAT";
}

.da-cards-v5 .da-section-title--conditions::before {
  content: "PLATBY, STORNO A DALŠÍ PRAVIDLA";
}

.da-cards-v5 .da-section-title--contact::before {
  content: "JSME VÁM K DISPOZICI";
}

.da-cards-v5 .da-section-title--gallery::before {
  content: "ATMOSFÉRA SKI FANATIC";
}

.da-cards-v5 .col-lg-8 > .da-section-title + div {
  margin: 0 0 24px;
  padding: 2px 36px 36px;
  border: 1px solid #dbe5ee;
  border-top: 0;
  border-radius: 0 0 26px 26px;
  background: #fff;
  color: #40516a !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  box-shadow: 0 18px 46px rgba(7, 23, 95, 0.06);
}

.da-cards-v5 .col-lg-8 > .da-section-title:first-of-type,
.da-cards-v5 .col-lg-8 > .da-section-title:first-of-type + div {
  background:
    radial-gradient(circle at 96% 5%, rgba(244, 58, 112, 0.08), transparent 32%),
    #fff;
}

.da-cards-v5 .col-lg-8 > .da-section-title + div > :first-child {
  margin-top: 0;
}

.da-cards-v5 .col-lg-8 > .da-section-title + div > :last-child {
  margin-bottom: 0;
}

.da-cards-v5 .col-lg-8 > .da-section-title + .da-logistika-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.da-cards-v5 .da-logistika-item {
  min-height: 125px;
  padding: 20px;
  border: 1px solid #e0e8ef;
  border-radius: 18px;
  background: #f6f9fc;
}

.da-cards-v5 .da-logistika-item .label {
  margin-bottom: 9px;
  color: #07175f;
  font-size: 12px;
  font-weight: 850;
}

.da-cards-v5 .col-lg-8 > .da-section-title + .da-accordion {
  display: grid;
  gap: 10px;
}

.da-cards-v5 .da-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 17px 18px;
  border: 1px solid #dbe5ee;
  border-radius: 15px;
  background: #f7fafc;
  color: #07175f;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.da-cards-v5 .da-accordion-btn.open {
  border-color: #9edceb;
  background: #eef8fb;
}

.da-cards-v5 .da-accordion-body {
  padding: 20px 22px;
  border: 1px solid #dbe5ee;
  border-radius: 15px;
  background: #fff;
  color: #40516a;
  line-height: 1.75;
}

.da-cards-v5 .col-lg-8 > .da-section-title + .da-meta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.da-cards-v5 .col-lg-8 > .da-section-title + .da-meta-row .da-meta-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #dbe5ee;
  border-radius: 18px;
  background: #f6f9fc;
  color: #07175f;
  font-weight: 800;
  text-decoration: none !important;
}

.da-cards-v5 .col-lg-8 > .da-section-title + .da-meta-row .da-meta-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  background: #07175f;
  color: #fff;
}

.da-cards-v5 .col-lg-8 > .da-section-title + .da-foto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.da-cards-v5 .da-foto-item {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(7, 23, 95, 0.08);
}

.da-cards-v5 .da-course-terms {
  margin: 24px 0;
  padding: 34px 36px 36px;
  overflow: hidden;
  border: 1px solid #dbe5ee;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(36, 183, 219, 0.09), transparent 32%),
    #fff;
  box-shadow: 0 18px 46px rgba(7, 23, 95, 0.06);
}

.da-cards-v5 .da-course-terms > .da-section-title {
  margin: 0 0 22px;
  padding: 0;
  border: 0 !important;
  background: transparent;
  color: #07175f;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.da-cards-v5 .da-course-terms .da-accordion {
  display: block;
}

.da-cards-v5 .da-course-terms__toggle {
  padding: 17px 18px;
}

.da-cards-v5 .da-course-terms__body {
  margin-top: 10px;
  padding: 16px !important;
  border: 1px solid #dbe5ee;
  border-radius: 15px;
}

.da-cards-v5 .da-course-terms__body:not(.open) {
  display: none;
}

.da-cards-v5 .da-course-terms__body.open {
  display: block;
}

.da-cards-v5 .da-sticky-card {
  position: sticky;
  top: 126px;
  padding: 26px;
  border: 1px solid #d8e3ec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 23, 95, 0.12);
}

.da-cards-v5 .da-btn-zapis {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f43a70;
  box-shadow: 0 14px 28px rgba(244, 58, 112, 0.22);
}

.da-cards-v5 .da-btn-zapis:hover {
  background: #df2d62;
}

@media (max-width: 991px) {
  .da-cards-v5 {
    padding-top: 26px !important;
  }

  .da-cards-v5 .da-sticky-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .da-cards-v5 {
    padding-inline: 14px;
  }

  .da-cards-v5 .col-lg-8 > .da-hero {
    min-height: 270px;
    border-radius: 22px;
  }

  .da-cards-v5 .col-lg-8 > .da-section-title {
    padding: 26px 22px 11px;
    border-radius: 21px 21px 0 0;
    font-size: 25px;
  }

  .da-cards-v5 .col-lg-8 > .da-section-title + div {
    padding: 2px 22px 26px;
    border-radius: 0 0 21px 21px;
  }

  .da-cards-v5 .da-course-terms {
    padding: 26px 22px;
    border-radius: 21px;
  }

  .da-cards-v5 .da-course-terms > .da-section-title {
    font-size: 25px;
  }

  .da-cards-v5 .col-lg-8 > .da-section-title + .da-logistika-grid,
  .da-cards-v5 .col-lg-8 > .da-section-title + .da-meta-row,
  .da-cards-v5 .col-lg-8 > .da-section-title + .da-foto-grid,
  .da-cards-v5 .da-course-terms__list {
    grid-template-columns: 1fr;
  }

  .da-cards-v5 .da-course-terms__toggle {
    gap: 12px;
  }

  .da-cards-v5 .da-course-terms__action span {
    display: none;
  }
}
