.academy-topbar {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: #fff;
  border-bottom: 1px solid rgba(34, 43, 82, 0.1);
}
.academy-topbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.academy-back-home {
  color: #222B52;
  text-decoration: none;
  font-weight: 700;
}
.academy-back-home:hover {
  color: #B25640;
}
.academy-topbar .lang-toggle {
  border: none;
  background: transparent;
  color: #7F858D;
  font-weight: 700;
  cursor: pointer;
}
.academy-topbar .lang-toggle.active {
  color: #B25640;
}
.academy-page {
  min-height: 100vh;
  background: #F8F7F0;
}
.academy-hero {
  padding: 80px 0 56px;
  background: #F8F7F0;
}
.academy-live-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(18, 154, 92, 0.3);
  color: #0f8a54;
  background: rgba(18, 154, 92, 0.12);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
}
.academy-hero h1 {
  margin: 16px 0 12px;
  color: #222B52;
}
.academy-hero p {
  max-width: 760px;
  color: #7F858D;
  font-size: 17px;
  line-height: 1.85;
}
.academy-hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.academy-btn-primary,
.academy-btn-secondary {
  border-radius: 12px;
}
.academy-btn-primary {
  background: #B25640;
  border: 1px solid #B25640;
  color: #fff !important;
  box-shadow: none;
}
.academy-btn-primary:hover,
.academy-btn-primary:focus {
  background: #984a36;
  border-color: #843e2f;
  color: #fff !important;
}
.academy-btn-secondary {
  background: #222B52;
  border: 1px solid #222B52;
  color: #fff !important;
}
.academy-btn-secondary:hover,
.academy-btn-secondary:focus {
  background: #F8F7F0;
  border-color: #B25640;
  color: #222B52 !important;
}
.academy-btn-secondary span {
  color: #fff !important;
}
.academy-btn-secondary:hover span,
.academy-btn-secondary:focus span {
  color: #222B52 !important;
}
.academy-track-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.academy-track-card {
  border: 1px solid rgba(34, 43, 82, 0.12);
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: none;
}
.academy-track-card.featured {
  border-color: rgba(178, 86, 64, 0.35);
  background: #F8F7F0;
}
.academy-track-card h4 {
  color: #222B52;
  margin-bottom: 8px;
}
.academy-track-card p {
  color: #7F858D;
}
.academy-track-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #222B52;
  line-height: 2;
}
.academy-courses {
  padding-top: 0;
}
.academy-courses-list {
  display: grid;
  gap: 16px;
}
.academy-courses-empty {
  border: 1px dashed rgba(34, 43, 82, 0.18);
  border-radius: 14px;
  background: #F8F7F0;
  padding: 18px;
  color: #7F858D;
  text-align: center;
}
.academy-course-card {
  border: 1px solid rgba(34, 43, 82, 0.12);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
}
.academy-course-cover {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.academy-course-body {
  padding: 18px;
}
.academy-course-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.academy-course-head h4 {
  margin: 0;
  color: #222B52;
}
.academy-course-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #F8F7F0;
}
.academy-course-summary {
  margin: 8px 0 8px;
  color: #7F858D;
}
.academy-course-description {
  color: #222B52;
  line-height: 1.8;
}
.academy-syllabus {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(34, 43, 82, 0.12);
  border-radius: 12px;
  background: #F8F7F0;
}
.academy-syllabus-title {
  margin: 0 0 10px;
  color: #222B52;
  font-size: 15px;
}
.academy-syllabus-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}
.academy-syllabus-list li {
  color: #7F858D;
  line-height: 1.7;
}
.academy-syllabus-item-title {
  margin-left: 8px;
  font-weight: 600;
  color: #222B52;
  text-decoration: none;
}
.academy-syllabus-item-title:hover {
  color: #B25640;
  text-decoration: underline;
}
.academy-course-items {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.academy-members-content-title {
  margin: 14px 0 8px;
  color: #222B52;
  font-size: 15px;
}
.academy-item-card {
  border: 1px solid rgba(34, 43, 82, 0.12);
  border-radius: 12px;
  padding: 12px;
  background: #F8F7F0;
}
.academy-item-top {
  margin-bottom: 8px;
}
.academy-item-type {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background: #F8F7F0;
  color: #B25640;
  font-size: 11px;
  font-weight: 700;
}
.academy-item-top h5 {
  margin: 7px 0 0;
  color: #222B52;
  font-size: 15px;
}
.academy-item-top h5 a {
  color: inherit;
  text-decoration: none;
}
.academy-item-top h5 a:hover {
  color: #B25640;
  text-decoration: underline;
}
.academy-item-note {
  color: #7F858D;
  line-height: 1.8;
}
.academy-item-video-wrap {
  margin-top: 8px;
}
.academy-item-video {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  background: #0b1220;
  outline: none;
}
.academy-item-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222B52;
  background: #B25640;
  color: #fff !important;
  border-radius: 10px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}
.academy-item-action:hover,
.academy-item-action:focus {
  background: #F8F7F0;
  color: #222B52 !important;
  border-color: rgba(178, 86, 64, 0.35);
}
.academy-item-embed iframe,
.academy-item-embed video {
  width: 100%;
  max-width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 10px;
}
.academy-course-lock {
  margin-top: 12px;
  border: 1px dashed rgba(34, 43, 82, 0.2);
  border-radius: 12px;
  background: #F8F7F0;
  padding: 12px;
}
.academy-course-lock strong {
  color: #222B52;
}
.academy-course-lock p {
  margin: 6px 0 10px;
  color: #7F858D;
}
.academy-lock-benefits {
  margin: 0 0 12px;
  padding-left: 18px;
  color: #222B52;
  line-height: 1.9;
}
.academy-newsletter {
  padding-top: 0;
}
.academy-newsletter-card {
  border: 1px solid rgba(34, 43, 82, 0.12);
  border-radius: 18px;
  background: #fff;
  padding: 24px;
  box-shadow: none;
}
.academy-newsletter-card h4 {
  margin-bottom: 6px;
}
.academy-newsletter-card p {
  color: #7F858D;
  margin-bottom: 16px;
}
.academy-member-note {
  color: #7F858D;
  margin-bottom: 12px;
}
.academy-join-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.academy-check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #7F858D;
}
.academy-check-input {
  width: 17px;
  height: 17px;
  accent-color: #B25640;
}
.academy-submit {
  min-width: 180px;
}
.academy-submit-secondary {
  min-width: 180px;
}
.academy-form-message {
  display: none;
  border-radius: 10px;
  padding: 8px 11px;
  margin-bottom: 10px;
  font-size: 13px;
}
.academy-form-message.success {
  display: block;
  background: #F8F7F0;
  color: #205e2d;
  border: 1px solid #cde9d4;
}
.academy-form-message.error {
  display: block;
  background: #fdecec;
  color: #8a1f1f;
  border: 1px solid #f4c9c9;
}
html[dir="rtl"] .academy-track-card,
html[dir="rtl"] .academy-newsletter-card {
  text-align: right;
}
html[dir="rtl"] .academy-track-card ul {
  padding-left: 0;
  padding-right: 18px;
}
html[dir="rtl"] .academy-course-body,
html[dir="rtl"] .academy-item-card,
html[dir="rtl"] .academy-course-lock {
  text-align: right;
}
html[dir="rtl"] .academy-syllabus-list,
html[dir="rtl"] .academy-lock-benefits {
  padding-left: 0;
  padding-right: 20px;
}
html[dir="rtl"] .academy-syllabus-item-title {
  margin-left: 0;
  margin-right: 8px;
}
html[dir="rtl"] .academy-check-label {
  flex-direction: row-reverse;
}
html[dir="rtl"] .academy-join-actions {
  justify-content: flex-end;
}
html[dir="rtl"] .academy-submit-secondary {
  order: -1;
}
@media (max-width: 991px) {
  .academy-hero {
    padding: 60px 0 40px;
  }
  .academy-track-grid {
    grid-template-columns: 1fr;
  }
  .academy-join-actions {
    flex-direction: column;
  }
  .academy-submit,
  .academy-submit-secondary {
    width: 100%;
  }
}
