.structure-heading {
  background-image: linear-gradient(135deg, rgba(16, 33, 68, 0.9), rgba(161, 44, 47, 0.74)), url(../images/IMG_1093.jpg);
  background-position: center center;
}

.structure-heading p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.structure-page {
  padding-top: 0;
}

.structure-shell {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 30px;
  box-shadow: 0 28px 65px rgba(16, 32, 68, 0.18);
  margin-top: -84px;
  padding: 36px;
  position: relative;
  z-index: 2;
}

.structure-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.structure-jump-links a {
  background: #eef3f9;
  border: 1px solid #dde7f2;
  border-radius: 999px;
  color: #17305e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 11px 18px;
  transition: all 0.3s ease;
}

.structure-jump-links a:hover {
  background: #17305e;
  border-color: #17305e;
  color: #fff;
}

.structure-hero,
.structure-section[id] {
  scroll-margin-top: 110px;
}

.structure-hero {
  background: linear-gradient(135deg, #102144 0%, #17315d 45%, #a12c2f 100%);
  border-radius: 28px;
  overflow: hidden;
  padding: 40px;
  position: relative;
}

.section-tag,
.section-kicker {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 14px;
  text-transform: uppercase;
}

.structure-hero h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  margin: 18px 0;
}

.structure-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.9;
}

.structure-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.structure-badges span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 16px;
}

.structure-badges i {
  color: #ffd27d;
  margin-right: 8px;
}

.structure-visual {
  position: relative;
}

.structure-visual img {
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(7, 19, 41, 0.28);
  min-height: 360px;
  object-fit: cover;
}

.structure-visual-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  bottom: 24px;
  box-shadow: 0 18px 35px rgba(16, 32, 68, 0.18);
  left: 24px;
  max-width: 300px;
  padding: 18px 20px;
  position: absolute;
}

.structure-visual-card strong {
  color: #102144;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.structure-visual-card span {
  color: #4d5d73;
  display: block;
  font-size: 13px;
  line-height: 1.7;
}

.structure-stats {
  margin-top: 24px;
}

.stat-card {
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  height: 100%;
  padding: 24px;
}

.stat-label {
  color: #ffd27d;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.stat-value {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.stat-card p {
  color: rgba(255, 255, 255, 0.76);
  margin-top: 8px;
}

.structure-section {
  padding-top: 42px;
}

.section-heading-block {
  margin-bottom: 28px;
}

.section-heading-block .section-kicker {
  background: #eef3f9;
  color: #17305e;
}

.section-heading-block h4 {
  color: #102144;
  font-size: 30px;
  font-weight: 700;
  margin: 12px 0 10px;
}

.section-heading-block p {
  color: #516078;
  font-size: 15px;
  line-height: 1.8;
  max-width: 700px;
}

.feature-card,
.info-card,
.pathway-snapshot {
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(19, 44, 78, 0.08);
  padding: 30px;
}

.feature-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(16, 33, 68, 0.08), rgba(161, 44, 47, 0.12));
  border-radius: 18px;
  color: #a12c2f;
  display: inline-flex;
  font-size: 24px;
  height: 56px;
  justify-content: center;
  margin-bottom: 18px;
  width: 56px;
}

.feature-card h5,
.info-card h5,
.pathway-snapshot h5 {
  color: #102144;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.feature-card p,
.info-card p,
.pathway-snapshot p {
  color: #4d5d73;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 12px;
}

.feature-card p:last-child,
.info-card p:last-child,
.pathway-snapshot p:last-child {
  margin-bottom: 0;
}

.list-check,
.structure-ordered {
  margin: 0;
  padding: 0;
}

.list-check li {
  color: #4d5d73;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
}

.list-check li:last-child {
  margin-bottom: 0;
}

.list-check li:before {
  background: #f5a425;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(245, 164, 37, 0.16);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}

.structure-ordered {
  counter-reset: item;
}

.structure-ordered li {
  color: #4d5d73;
  line-height: 1.8;
  list-style: none;
  margin-bottom: 18px;
  padding-left: 48px;
  position: relative;
}

.structure-ordered li:last-child {
  margin-bottom: 0;
}

.structure-ordered li:before {
  align-items: center;
  background: linear-gradient(135deg, #102144, #a12c2f);
  border-radius: 50%;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}

.movement-grid {
  display: grid;
  gap: 16px;
}

.mini-card {
  background: #f7f9fc;
  border: 1px solid #e5ebf3;
  border-radius: 18px;
  padding: 20px;
}

.mini-card h6 {
  color: #102144;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mini-card p {
  margin: 0;
}

.motto-block {
  background: linear-gradient(135deg, #102144, #17315d);
  border-radius: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 22px;
  padding: 24px;
}

.color-swatches {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.swatch-item {
  border-radius: 18px;
  color: #fff;
  padding: 18px 20px;
}

.swatch-item strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.swatch-item p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.swatch-item.blue {
  background: linear-gradient(135deg, #0e3f83, #1f74c9);
}

.swatch-item.red {
  background: linear-gradient(135deg, #8f2029, #cf3b47);
}

.structure-table-wrap {
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}

.structure-table {
  margin-bottom: 0;
  min-width: 100%;
}

.structure-table thead th {
  background: #102144;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 16px 18px;
  text-transform: uppercase;
}

.structure-table tbody td {
  border-color: #edf2f7;
  color: #4d5d73;
  line-height: 1.8;
  padding: 18px;
}

.schedule-table tbody tr:nth-child(even) td {
  background: #fbfcfe;
}

.schedule-table tbody td:first-child {
  color: #102144;
  font-weight: 700;
  width: 165px;
}

.schedule-cell {
  min-width: 360px;
}

.qualification-card {
  overflow: hidden;
}

.qualification-table-wrap {
  box-shadow: inset 0 0 0 1px rgba(232, 237, 244, 0.3);
}

.qualification-table {
  min-width: 0;
  table-layout: fixed;
  width: 100%;
}

.qualification-table thead th,
.qualification-table tbody td {
  overflow-wrap: anywhere;
  padding: 15px 16px;
  vertical-align: top;
}

.qualification-table thead th {
  font-size: 12px;
  letter-spacing: 0.6px;
}

.qualification-table tbody td {
  font-size: 13px;
}

.qualification-table th:nth-child(1),
.qualification-table td:nth-child(1) {
  width: 34%;
}

.qualification-table th:nth-child(2),
.qualification-table td:nth-child(2) {
  width: 26%;
}

.qualification-table th:nth-child(3),
.qualification-table td:nth-child(3) {
  white-space: nowrap;
  width: 18%;
}

.qualification-table th:nth-child(4),
.qualification-table td:nth-child(4) {
  width: 22%;
}

.term-grid {
  display: grid;
  gap: 18px;
}

.term-card {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid #e8edf4;
  border-radius: 20px;
  padding: 22px;
}

.term-card h6 {
  color: #102144;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.calendar-explorer {
  margin-top: 30px;
}

.calendar-widget-card,
.calendar-events-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.saiss-calendar-shell {
  background: linear-gradient(135deg, #f7f9fc, #eef3f9);
  border: 1px solid #e4ebf4;
  border-radius: 24px;
  padding: 18px;
}

/* Modern Calendar Styles */
.saiss-event-calendar .modern-calendar {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(16, 32, 68, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
}

.saiss-event-calendar .modern-calendar:hover {
  box-shadow: 0 24px 60px rgba(16, 32, 68, 0.12);
}

.saiss-event-calendar .modern-calendar,
.saiss-event-calendar .modern-calendar * {
  box-sizing: border-box;
}

.saiss-event-calendar .modern-calendar button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font: inherit;
  line-height: 1;
  margin: 0;
  outline: none;
}

.saiss-event-calendar .modern-calendar-header {
  align-items: center;
  background: linear-gradient(135deg, #102144, #17315d);
  color: #fff;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 20px;
}

.saiss-event-calendar .modern-calendar-title {
  color: #fff;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.saiss-event-calendar .modern-calendar-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  transition: all 0.2s ease;
  width: 40px;
}

.saiss-event-calendar .modern-calendar-nav:hover,
.saiss-event-calendar .modern-calendar-nav:focus {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.saiss-event-calendar .modern-calendar-weekdays {
  display: grid;
  background: #f8fafc;
  border-bottom: 1px solid #e6edf5;
  gap: 0;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.saiss-event-calendar .modern-calendar-weekday {
  color: #7a8799;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 8px;
  text-align: center;
  text-transform: uppercase;
}

.saiss-event-calendar .modern-calendar-days {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  padding: 8px;
  background: #f8fafc;
}

.saiss-event-calendar .modern-calendar-day {
  align-items: center;
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  color: #102144;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  min-width: 0;
  padding: 0;
  position: relative;
  transition: all 0.2s ease;
  width: 100%;
}

.saiss-event-calendar .modern-calendar-day:hover,
.saiss-event-calendar .modern-calendar-day:focus {
  background: #eef3f9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(16, 32, 68, 0.1);
}

.saiss-event-calendar .modern-calendar-day--other-month {
  color: #b0b7c3;
  background: #fafbfc;
}

.saiss-event-calendar .modern-calendar-day--today {
  background: linear-gradient(135deg, #ffd27d, #ffb347);
  color: #8d5b00;
  font-weight: 700;
}

.saiss-event-calendar .modern-calendar-day--selected {
  background: linear-gradient(135deg, #102144, #17315d);
  color: #fff;
  box-shadow: 0 8px 20px rgba(16, 33, 68, 0.3);
}

.saiss-event-calendar .modern-calendar-day--has-events::after {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 6px;
  height: 6px;
  background: #f5a425;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(245, 164, 37, 0.2);
}

.saiss-event-calendar .modern-calendar-day--has-events.modern-calendar-day--selected::after {
  background: #ffd27d;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.saiss-event-calendar .modern-calendar-day-events {
  align-items: center;
  position: absolute;
  top: 2px;
  right: 2px;
  background: #f5a425;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.saiss-event-calendar .modern-calendar-day-number {
  display: block;
  line-height: 1;
}

.saiss-event-calendar .modern-calendar-footer {
  background: #f8fafc;
  border-top: 1px solid #e6edf5;
  padding: 16px;
  text-align: center;
}

.saiss-event-calendar .modern-calendar-today-btn {
  background: linear-gradient(135deg, #102144, #17315d);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  padding: 10px 20px;
  transition: all 0.2s ease;
}

.saiss-event-calendar .modern-calendar-today-btn:hover,
.saiss-event-calendar .modern-calendar-today-btn:focus {
  background: linear-gradient(135deg, #17315d, #1f4a7a);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(16, 33, 68, 0.2);
}

.ui-datepicker-today-btn {
  background: linear-gradient(135deg, #102144, #17315d);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
  padding: 8px 16px;
  transition: all 0.2s ease;
}

.ui-datepicker-today-btn:hover {
  background: linear-gradient(135deg, #17315d, #1f4a7a);
  transform: translateY(-1px);
}

.saiss-event-calendar th {
  color: #7a8799;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.saiss-event-calendar td {
  padding: 4px;
}

.saiss-event-calendar td a,
.saiss-event-calendar td span {
  align-items: center;
  border-radius: 14px;
  color: #102144;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s ease;
  width: 42px;
}

.saiss-event-calendar td a:hover {
  background: #eef3f9;
  color: #102144;
}

.saiss-event-calendar .ui-datepicker-current-day a,
.saiss-event-calendar .ui-state-active {
  background: linear-gradient(135deg, #102144, #17315d);
  box-shadow: 0 12px 24px rgba(16, 33, 68, 0.22);
  color: #fff !important;
}

.saiss-event-calendar .saiss-has-event a {
  background: rgba(245, 164, 37, 0.16);
  color: #102144;
}

.saiss-event-calendar .saiss-has-event a:after {
  background: #f5a425;
  border-radius: 50%;
  bottom: 5px;
  box-shadow: 0 0 0 3px rgba(245, 164, 37, 0.18);
  content: '';
  height: 8px;
  position: absolute;
  right: 5px;
  width: 8px;
}

.saiss-event-calendar .ui-datepicker-current-day.saiss-has-event a:after,
.saiss-event-calendar .saiss-has-event .ui-state-active:after {
  background: #ffd27d;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24);
}

.saiss-event-calendar .ui-datepicker-other-month a,
.saiss-event-calendar .ui-datepicker-other-month span {
  opacity: 0.42;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.calendar-legend span {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #e8edf4;
  border-radius: 999px;
  color: #516078;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 14px;
}

.calendar-legend i {
  background: #f5a425;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(245, 164, 37, 0.14);
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}

.calendar-selected-date {
  color: #102144;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}

.calendar-selected-events {
  display: grid;
  gap: 14px;
}

.calendar-event-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e7edf6;
  border-radius: 18px;
  padding: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.calendar-event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 32, 68, 0.1);
  border-color: #d0d9e6;
}

.calendar-event-card:focus {
  outline: 2px solid #102144;
  outline-offset: 2px;
}

.calendar-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.calendar-event-badge,
.calendar-event-term {
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.calendar-event-badge {
  background: rgba(16, 33, 68, 0.1);
  color: #102144;
}

.calendar-event-badge[data-category='sport'] {
  background: rgba(245, 164, 37, 0.2);
  color: #8d5b00;
}

.calendar-event-badge[data-category='academic'] {
  background: rgba(16, 33, 68, 0.14);
  color: #102144;
}

.calendar-event-badge[data-category='break'] {
  background: rgba(34, 197, 94, 0.14);
  color: #166534;
}

.calendar-event-badge[data-category='community'] {
  background: rgba(161, 44, 47, 0.14);
  color: #a12c2f;
}

.calendar-event-badge[data-category='enterprise'] {
  background: rgba(29, 111, 173, 0.14);
  color: #1d6fad;
}

.calendar-event-term {
  background: #f3f6fb;
  color: #516078;
}

.calendar-event-card h6 {
  color: #102144;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.calendar-event-card p {
  color: #4d5d73;
  margin-bottom: 8px;
}

.calendar-event-card p:last-child {
  margin-bottom: 0;
}

.calendar-event-card i {
  color: #a12c2f;
  margin-right: 8px;
}

.calendar-empty-state {
  background: #f7f9fc;
  border: 1px dashed #d8e3ef;
  border-radius: 18px;
  color: #516078;
  margin: 0;
  padding: 22px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .saiss-calendar-shell {
    padding: 12px;
  }

  .saiss-event-calendar .modern-calendar-header {
    padding: 16px;
  }

  .saiss-event-calendar .modern-calendar-title {
    font-size: 18px;
  }

  .saiss-event-calendar .modern-calendar-day {
    height: 44px;
    font-size: 13px;
  }

  .saiss-event-calendar .modern-calendar-nav {
    height: 36px;
    width: 36px;
    font-size: 16px;
  }

  .calendar-widget-card,
  .calendar-events-card {
    margin-bottom: 20px;
  }

  .calendar-selected-date {
    font-size: 20px;
  }

  .calendar-event-card {
    padding: 14px;
  }

  .calendar-event-card h6 {
    font-size: 16px;
  }

  .saiss-event-calendar td a,
  .saiss-event-calendar td span {
    height: 36px;
    width: 36px;
    font-size: 13px;
  }
}

.pathway-snapshot {
  background: linear-gradient(135deg, #fff7e8, #ffffff);
  border-color: #ffe0a8;
}

.section-subtitle {
  color: #102144;
  font-size: 18px;
  font-weight: 700;
  margin: 6px 0 18px;
}

.pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill-cloud span {
  align-items: center;
  background: #eef3f9;
  border-radius: 999px;
  color: #17305e;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px;
}

.diploma-grid h6 {
  color: #102144;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.info-note {
  background: #f7f9fc;
  border-left: 4px solid #f5a425;
  border-radius: 14px;
  color: #4d5d73;
  margin-top: 24px;
  padding: 18px 20px;
}

.structure-conclusion {
  background: linear-gradient(135deg, #102144, #a12c2f);
  border-radius: 28px;
  color: #fff;
  margin-top: 42px;
  padding: 36px;
}

.structure-conclusion h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 14px 0 12px;
}

.structure-conclusion p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}

.structure-conclusion .section-tag {
  background: rgba(255, 255, 255, 0.14);
}

.structure-conclusion-actions {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.structure-conclusion .main-button-red a {
  background: #fff;
  color: #102144;
}

.structure-conclusion .main-button-red a:hover {
  color: #102144;
}

.structure-conclusion .main-button-outline a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: #fff;
  display: inline-block;
}

.structure-conclusion .main-button-outline a:hover {
  border-color: #fff;
  color: #fff;
}

.structure-page .footer {
  margin-top: 90px;
}

@media (max-width: 991px) {
  .structure-shell {
    margin-top: -64px;
    padding: 26px;
  }

  .structure-hero {
    padding: 30px;
  }

  .structure-hero h3 {
    font-size: 30px;
  }

  .structure-visual {
    margin-top: 28px;
  }

  .structure-visual img {
    min-height: 300px;
  }

  .section-heading-block h4,
  .structure-conclusion h4 {
    font-size: 26px;
  }

  .qualification-table {
    min-width: 640px;
    table-layout: auto;
  }
}

@media (max-width: 767px) {
  .structure-heading p {
    font-size: 15px;
  }

  .structure-shell {
    border-radius: 24px;
    margin-top: -52px;
    padding: 20px;
  }

  .structure-hero,
  .feature-card,
  .info-card,
  .pathway-snapshot,
  .structure-conclusion {
    border-radius: 22px;
    padding: 24px;
  }

  .structure-hero h3 {
    font-size: 26px;
  }

  .structure-jump-links a {
    font-size: 12px;
    padding: 10px 14px;
  }

  .structure-visual img {
    min-height: 240px;
  }

  .structure-visual-card {
    left: 16px;
    max-width: calc(100% - 32px);
    right: 16px;
  }

  .section-heading-block h4,
  .structure-conclusion h4 {
    font-size: 24px;
  }

  .structure-conclusion-actions {
    justify-content: flex-start;
  }

  .motto-block {
    font-size: 20px;
  }

  .calendar-selected-date {
    font-size: 20px;
  }

  .saiss-event-calendar .ui-datepicker {
    padding: 14px;
  }

  .saiss-event-calendar td a,
  .saiss-event-calendar td span {
    height: 38px;
    width: 38px;
  }
}

