.tas-nzqa__subtitle {
  margin: 18px 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.tas-nzqa__list {
  padding-left: 1.25rem;
  margin: 0 0 18px;
}

.tas-nzqa__levels {
  margin-top: 10px;
}

.tas-nzqa__level-card {
  height: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;
}

.tas-nzqa__level-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f7f7f7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tas-nzqa__level-text {
  margin-top: 10px;
  font-weight: 700;
}

.tas-nzqa__figure {
  margin: 0;
}

.tas-nzqa__figure img {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.tas-intakes__subtitle {
  margin: 18px 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.tas-intakes__text {
  margin: 0 0 12px;
}

.tas-intakes__list {
  padding-left: 1.25rem;
  margin: 0 0 18px;
}

.tas-intakes__figure {
  margin: 0;
}

.tas-intakes__figure img {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.tas-requirements__subtitle {
  margin: 18px 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.tas-requirements__list {
  padding-left: 1.25rem;
  margin: 0 0 18px;
}

.tas-requirements__figure {
  margin: 0;
}

.tas-requirements__figure img {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.tas-requirements {
  position: relative;
}

.tas-requirements::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.7), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.tas-requirements .container {
  position: relative;
}

.tas-card {
  height: 100%;
  padding: 18px 18px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.tas-card--soft {
  background: #ffffff;
}

.tas-card--accent {
  border-color: rgba(255, 90, 20, 0.22);
}

.tas-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

/* Programs section styles (compiled from programs.less) */
.programs .program-card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 6px 20px rgba(21,32,43,0.06);transition:transform .25s,box-shadow .25s;margin-bottom:20px}
.programs .program-card .program-icon{font-size:28px;color:#0066cc;margin-bottom:12px;display:inline-block}
.programs .program-card h3{margin-top:0;margin-bottom:10px;font-size:1.25rem}
.programs .program-card p{color:#555;font-size:0.95rem;line-height:1.6}
.programs .program-card .program-cta{display:inline-block;margin-top:12px}
.programs .program-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(21,32,43,0.08)}
.tas-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.tas-chip {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f7f7f7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tas-chip--accent {
  background: rgba(255, 90, 20, 0.12);
  color: #ff5a14;
}

.tas-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.tas-checklist li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
}

.tas-checklist__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.04);
  color: #ff5a14;
  font-size: 14px;
}

.tas-checklist__title {
  font-weight: 800;
  line-height: 1.2;
}

.tas-checklist__text {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.68);
}

.tas-checklist--compact {
  gap: 10px;
}

.tas-checklist--compact .tas-checklist__icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.tas-media-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}

.tas-media-card img {
  width: 100%;
  height: auto;
  display: block;
}

.tas-media-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
}

.tas-media-card__title {
  font-weight: 900;
  margin: 0 0 2px;
}

.tas-media-card__text {
  font-size: 14px;
  opacity: 0.9;
}
