html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  top: 0 !important;
}

.container-header {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.modes{
  overflow: hidden;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 1230px;
  }
}

@media (max-width: 1100px) {
  .container {
    max-width: 1090px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 764px;
  }
}

.ul-reset {
  padding: 0;
  margin: 0;
}

.ul-reset li {
  list-style: none;
  outline: none;
}

.action {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: none;
  background: transparent;
  padding: 0;
  transition: opacity 0.2s ease;
}

.action:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.action--text {
  padding: 0;
}

.action--login {
  padding: 8px 16px;
  border-radius: 40px;
  background-image: linear-gradient(90.43deg, #ff5f5d 0.87%, #e83533 27.05%, #e83533 69.89%, #ffbf7f 99.89%);
}

.action--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 8px 24px;
  border-radius: 40px;
  background-image: linear-gradient(90.51deg, #ff5f5d 0.87%, #e83533 16.32%, #ffbf7f 99.89%);
  gap: 8px;
}

.action--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 8px 24px;
  border-radius: 40px;
  border: 0.5px solid #092f62;
  color: #092f61;
  background: transparent;
}

.action--outline:hover {
  color: #092f61;
  opacity: 0.85;
}

.action--block {
  width: 100%;
  height: 48px;
}

.site-header {
  background: #0a2241;
  padding: 10px 0;
  position: sticky;
  z-index: 100;
  top: 0;
}

.site-header__inner {
  min-height: 70px;
}

.site-header__left {
  gap: 32px;
  min-width: 0;
}

.site-header__right {
  gap: 8px;
  flex-shrink: 0;
}

.site-header__logo {
  width: 73px;
  height: 70px;
  flex-shrink: 0;
}

.site-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.site-header__nav .nav-menu {
  gap: 30px;
}

.site-header__nav .nav-menu a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-block;
}

.site-header__nav .nav-menu a:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.site-header__nav .nav-menu li.is-active a {
  background: rgba(255, 255, 255, 0.1);
}

.site-header__actions {
  gap: 16px;
  flex-shrink: 0;
}

.site-header__search {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.site-header__search img {
  width: 100%;
  height: 100%;
  display: block;
}

.site-header__divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
}

.site-header__account {
  position: relative;
  z-index: 121;
}

.site-header__account-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  list-style: none;
  text-decoration: none;
}

.site-header__account-toggle:hover,
.site-header__account-toggle:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.site-header__account-toggle::-webkit-details-marker,
.site-header__account-toggle::marker {
  display: none;
  content: '';
}

.site-header__account-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 122;
  width: max-content;
  padding:0 6px;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 30, 58, 0.12);
}

.site-header__account[open] .site-header__account-menu {
  display: block;
}

.site-header__account-item {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #0f1e3a;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__account-item:hover,
.site-header__account-item:focus {
  color: #274792;
  background: #f5f7fb;
  text-decoration: none;
}

.site-header__toggler {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  z-index: 120;
}

.site-header__toggler span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, background-color 0.2s ease;
  transform-origin: center;
}

.site-header.is-menu-open .site-header__toggler span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .site-header__toggler span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.site-header.is-menu-open .site-header__toggler span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header__overlay {
  display: none;
}

@media (max-width: 991px) {
  .site-header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(300px, 85vw);
    background: linear-gradient(180deg, #091f3d 0%, #051427 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding: 76px 16px 24px;
    z-index: 110;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.45);
  }

  .site-header__nav::-webkit-scrollbar {
    width: 4px;
  }

  .site-header__nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
  }

  .site-header.is-menu-open .site-header__nav {
    transform: translateX(0);
    visibility: visible;
  }

  .site-header__actions {
    display: none !important;
  }

  .site-header__right > .action--login {
    display: none;
  }

  .site-header__toggler {
    display: flex;
  }

  .site-header__nav .nav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
  }

  .site-header__nav .nav-menu li {
    width: 100%;
  }

  .site-header__nav .nav-menu a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 10px;
    background: transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .site-header__nav .nav-menu a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    padding-left: 18px;
  }

  .site-header__nav .nav-menu li.is-active a {
    color: #60a5fa;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(29, 140, 255, 0.18) 0%, rgba(29, 140, 255, 0.04) 100%);
    border-left: 3px solid #1d8cff;
    border-radius: 0 10px 10px 0;
    padding-left: 15px;
  }

  .site-header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(4, 13, 26, 0.65);
    z-index: 105;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  .site-header.is-menu-open .site-header__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.banner-home {
  overflow: hidden;
}

.banner-home a {
  display: block;
}

.banner-home img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-home .owl-nav {
  display: none;
}

.banner-home .owl-nav button {
  position: absolute;
}

.banner-home .owl-nav button.owl-prev {
  left: 16px;
}

.banner-home .owl-nav button.owl-next {
  right: 16px;
}

.subjects {
  background: linear-gradient(180deg, #fff6e3 0%, rgba(255, 246, 227, 0) 100%);
  padding: 32px 0 0;
}

.subjects .container {
  max-width: 1366px;
}

.subjects__panel {
  background: linear-gradient(180deg, #fff 53.04%, rgba(255, 255, 255, 0) 100%);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -8px 20px rgba(255, 164, 56, 0.15);
  padding: 40px 32px;
}

.subjects__list {
  gap: 24px 12px;
}

.subject-card {
  flex: 0 0 auto;
}

.subject-card__link {
  gap: 12px;
  text-decoration: none;
}

.subject-card__link:hover {
  text-decoration: none;
}

.subject-card__link:hover .subject-card__name {
  color: #092f61;
}

.subject-card__icon {
  width: 68px;
  height: 68px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 6px #fff;
}

.subject-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.subject-card__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
}

.subject-card__icon--toan::before,
.subject-card__icon--tin::before,
.subject-card__icon--mode::before {
  background: linear-gradient(180deg, #0148be 0%, #8bd6ce 100%);
}

.subject-card__icon--van::before {
  background: linear-gradient(180deg, #ff73c0 0%, #fecffc 100%);
}

.subject-card__icon--anh::before {
  background: linear-gradient(180deg, #3662fc 0%, #d3a6ed 100%);
}

.subject-card__icon--vat-ly::before {
  background: linear-gradient(180deg, #1fb8d3 0%, #caf6ff 100%);
}

.subject-card__icon--hoa::before {
  background: linear-gradient(180deg, #baeb22 0%, #f0f6af 100%);
}

.subject-card__icon--sinh::before {
  background: linear-gradient(180deg, #fb93ff 0%, #ffe3d2 100%);
}

.subject-card__icon--su::before {
  background: linear-gradient(180deg, #2b0001 0%, #ffa759 100%);
}

.subject-card__icon--dia::before {
  background: linear-gradient(180deg, #d9ff6a 0%, #ffa759 100%);
}

.subject-card__icon--cn::before {
  background: linear-gradient(180deg, #ff1c7b 0%, #ffd5e6 100%);
}

.subject-card__icon--gdcd::before {
  background: linear-gradient(180deg, #2eecd3 0%, #bcfdd8 100%);
}

.subject-card__name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #092f61;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .subjects__panel {
    padding: 32px 20px;
  }

  .subjects__list {
    justify-content: center !important;
  }
}

@media (max-width: 575px) {
  .subject-card {
    flex: 0 0 calc(33.333% - 12px);
  }

  .subject-card__name {
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    text-align: center;
  }
}

.intro-thpt {
  padding: 32px 0 64px;
  position: relative;
}

.intro-thpt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("/sites/all/themes/cassiopeia_theme/assets/bg-1.png");
  background-repeat: no-repeat;
}

.intro-thpt>.container {
  position: relative;
  z-index: 1;
}

.intro-thpt__content {
  gap: 30px;
}

.intro-thpt__head {
  gap: 16px;
  max-width: 1000px;
}

.section-title,
.intro-thpt__title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: 0.01em;
  text-align: center;
  background: linear-gradient(90deg, #092e60 0%, #1d8cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title span,
.intro-thpt__title span {
  display: block;
}

.section-desc,
.intro-thpt__desc {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  max-width: 1000px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 20, 47, 0.8);
  text-align: center;
}

.intro-thpt__actions {
  gap: 24px;
}

.intro-thpt__video {
  gap: 8px;
  text-decoration: none;
}

.intro-thpt__video:hover {
  text-decoration: none;
}

.intro-thpt__video:hover .intro-thpt__video-text {
  color: #274792;
  opacity: 0.9;
}

.intro-thpt__play {
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background: linear-gradient(90deg, #092f62 0%, #1d8cff 100%);
  flex-shrink: 0;
}

.intro-thpt__video-text {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #274792;
}

.intro-thpt__preview {
  margin: 0;
  width: 1000px;
}

.intro-thpt__preview img {
  width: 100%;
  height: auto;
  display: block;
}

.action-more {
  height: 48px;
  padding: 8px 24px;
}

.modes {
  padding: 24px 0 64px;
  position: relative;
}

.modes::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(/sites/all/themes/cassiopeia_theme/assets/bg-2.jpg);
  background-repeat: no-repeat;
}

.modes__head {
  gap: 16px;
  margin-bottom: 40px;
}

.modes__list .owl-stage {
  padding: 36px 0;
}

.modes__item {
  height: 100%;
}

.modes-owl .owl-stage {
  display: flex;
}

.modes-owl .owl-item {
  display: flex;
}

.modes-owl .owl-stage-outer {
  overflow: visible !important;
}

.modes-owl .owl-dots {
  margin-top: 24px;
  text-align: center;
  line-height: 1;
}

.modes-owl .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
}

.modes-owl .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(27, 126, 231, 0.25);
  transition: background 0.2s ease;
}

.modes-owl .owl-dots .owl-dot.active span,
.modes-owl .owl-dots .owl-dot:hover span {
  background: #1b7ee7;
}

.mode-card {
  gap: 24px;
  background: #f6f9fe;
  border: 6px solid #fff;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(9, 47, 97, 0.15);
  padding: 32px 24px;
  overflow: hidden;
}

.mode-card--featured {
  position: relative;
  z-index: 1;
  margin-top: -36px;
  background: linear-gradient(145deg, #ffbdfa 0%, #c9a8ff 18%, #809afd 38%, #1d8cff 55%, #ffae7b 78%, #ffbdfa 100%);
  border: 0;
  border-radius: 40px;
  padding: 68px 30px 38px;
  box-shadow: 0 4px 10px rgba(9, 47, 97, 0.15);
  overflow: hidden;
}

.mode-card--featured::before {
  content: "";
  position: absolute;
  top: 36px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  z-index: 0;
  background: #fff;
  border-radius: 34px;
  pointer-events: none;
}

.mode-card--featured>* {
  position: relative;
  z-index: 1;
}

.mode-card--featured .action--cta {
  background-image: linear-gradient(90.43deg, #ff5f5d 0.87%, #e83533 27.05%, #e83533 69.89%, #ffbf7f 99.89%);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.mode-card__icon {
  width: 68px !important;
  height: 68px;
  border-radius: 14px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}

.mode-card__head {
  gap: 8px;
  width: 100%;
  text-align: center;
}

.mode-card__copy {
  gap: 4px;
  width: 100%;
}

.mode-card__title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #0c3d79;
}

.mode-card__desc {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: rgba(0, 20, 47, 0.8);
}

.mode-card__features {
  width: 100%;
  gap: 16px;
}

.mode-card__features li {
  gap: 10px;
}

.mode-card__features li img {
  flex-shrink: 0;
  width: 28px !important;
  height: 28px;
}

.mode-card__features li span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #00142f;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .modes__list {
    padding-top: 0;
  }

  .modes-owl .owl-stage-outer {
    overflow: hidden;
  }

  .mode-card--featured {
    margin-top: 0;
    padding: 52px 28px 36px;
    border-radius: 40px;
  }

  .mode-card--featured::before {
    top: 20px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border-radius: 34px;
  }
}

@media (max-width: 575px) {
  .intro-thpt {
    padding: 24px 0 48px;
  }

  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .section-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .intro-thpt__actions {
    flex-direction: column;
  }

  .modes {
    padding: 24px 0 48px;
  }

  .mode-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.features {
  position: relative;
  padding-bottom: 64px;
  background: linear-gradient(180deg, rgba(31, 141, 254, 0.2) 0%, rgba(255, 246, 227, 0) 100%);
}

.features__hero {
  position: relative;
  padding: 64px 0 0;
  background: linear-gradient(180deg, #00083c 0%, #274792 100%);
  overflow: hidden;
}

.features__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/sites/all/themes/cassiopeia_theme/assets/trai-nghiem-bg.jpg") center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.features__hero>.container {
  position: relative;
  z-index: 1;
}

.features__intro {
  gap: 16px;
  margin-bottom: 40px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.features__title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.features__desc {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  max-width: 1000px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.features__tabs {
  gap: 8px;
  max-width: 970px;
  margin: 0 auto;
  border-bottom: 0;
}

.features__tabs .nav-item {
  flex: 1 1 0;
}

.features__tabs .nav-link.features__tab {
  height: 64px;
  margin: 0;
  padding: 10px 24px;
  border: 0;
  border-radius: 24px 24px 0 0;
  background: rgba(174, 226, 255, 0.4);
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.features__tabs .nav-link.features__tab:hover {
  border: 0;
  border-radius: 24px 24px 0 0;
  background: rgba(174, 226, 255, 0.55);
  color: #fff;
}

.features__tabs .nav-link.features__tab.active {
  border: 0;
  border-radius: 24px 24px 0 0;
  background: #fff;
  color: #092e60;
}

.features__tabs .nav-link.features__tab.active:hover {
  border-radius: 24px 24px 0 0;
  background: #fff;
  color: #092e60;
}

.features__body {
  padding-top: 64px;
}

.features__content {
  gap: 32px;
}

.features__heading {
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  max-width: none;
}

.features__list {
  gap: 20px;
}

.features__list li {
  gap: 8px;
}

.features__list li img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-top: 2px;
}

.features__list li p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #000f24;
}

.features__list li p strong {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
}

.features__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(9, 47, 97, 0.15);
}

.features__media img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .features__tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
  }

  .features__tabs .nav-item {
    flex: 1 1 auto;
    width: 100%;
  }

  .features__tabs .nav-link.features__tab {
    border-radius: 24px 24px 0 0 !important;
    height: auto;
    min-height: 48px;
    white-space: nowrap;
    font-size: 14px;
  }

  .features__tabs .nav-link.features__tab:hover,
  .features__tabs .nav-link.features__tab.active,
  .features__tabs .nav-link.features__tab.active:hover {
    border-radius: 16px;
  }

  .features__heading {
    text-align: center;
  }

  .features__media {
    margin-top: 32px;
  }
}

@media (max-width: 575px) {
  .features {
    padding-bottom: 0;
  }

  .features__hero {
    padding-top: 48px;
  }

  .features__title {
    font-size: 24px;
    line-height: 34px;
  }

  .features__body {
    padding-top: 40px;
  }

  .features__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

.superiority {
  position: relative;
  padding: 40px 0 88px;
}

.superiority::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(/sites/all/themes/cassiopeia_theme/assets/bg-3.jpg) center/cover no-repeat;
}

.superiority__title {
  margin-bottom: 64px;
}

.superiority__grid {
  align-items: stretch;
}

.superiority__col {
  height: 100%;
  min-height: 412px;
  gap: 24px;
  justify-content: space-between;
}

.superiority__visual {
  position: relative;
  padding-bottom: 28px;
  max-width: 370px;
  margin: 0 auto;
}

.superiority__image {
  width: 100%;
  height: auto;
}

.superiority__badge,
.proof-badge {
  gap: 8px;
  padding: 6px 20px 6px 6px;
  border-radius: 53px;
  border: 1px solid rgba(27, 126, 231, 0.2);
  background: rgba(246, 249, 254, 0.92);
  box-shadow: 0 4px 10px rgba(9, 47, 97, 0.05);
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.superiority__badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.superiority__avatars img,
.proof-badge__avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -12px;
}

.superiority__avatars img:first-child,
.proof-badge__avatars img:first-child {
  margin-left: 0;
}

.superiority__badge-text,
.proof-badge__text {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #274792;
}

.superiority-card {
  gap: 12px;
  width: 100%;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid rgba(27, 126, 231, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(9, 47, 97, 0.05);
}

.superiority-card>img {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.superiority-card__body {
  gap: 16px;
  min-width: 0;
}

.superiority-card__title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #00142f;
}

.superiority-card__desc {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #00142f;
}

@media (max-width: 991px) {
  .superiority {
    padding: 32px 0 56px;
  }

  .superiority__title {
    margin-bottom: 32px;
  }

  .superiority__col {
    min-height: 0;
    height: auto;
    gap: 16px;
    justify-content: flex-start;
  }

  .superiority__visual {
    max-width: 300px;
    padding-bottom: 0;
  }

  .superiority-card {
    padding: 20px 14px;
  }
}

@media (max-width: 575px) {
  .superiority {
    padding: 24px 0 48px;
  }

  .superiority__title {
    margin-bottom: 24px;
  }

  .superiority__visual {
    max-width: 240px;
  }

  .superiority__col {
    gap: 12px;
  }

  .superiority-card {
    gap: 10px;
    padding: 16px 12px;
    border-radius: 12px;
  }

  .superiority-card>img {
    width: 18px;
    height: 18px;
  }

  .superiority-card__body {
    gap: 10px;
  }

  .superiority-card__title {
    font-size: 16px;
    line-height: 24px;
  }

  .superiority-card__desc {
    font-size: 14px;
    line-height: 22px;
  }
}

.reviews {
  padding: 64px 0 0;
  border-radius: 0 0 64px 64px;
  background: linear-gradient(180deg, rgba(31, 141, 254, 0.2) 16.525%, rgba(255, 246, 227, 0) 100%);
}

.reviews__content {
  gap: 32px;
  max-width: 570px;
}

.reviews__head {
  gap: 16px;
}

.reviews__title {
  text-align: left;
}

.reviews__desc {
  text-align: left;
  max-width: none;
}

.reviews__divider,
.review-card__divider {
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px dashed #b0d1f5;
}

.reviews__rating {
  gap: 24px;
  max-width: 498px;
}

.reviews__score {
  gap: 4px;
  flex-shrink: 0;
}

.reviews__score-value {
  gap: 8px;
}

.reviews__score-value span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #1b7ee7;
}

.reviews__score-value img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.reviews__score-label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(0, 20, 47, 0.4);
}

.reviews__rating-divider {
  width: 0;
  height: 56px;
  border-left: 1px dashed #b0d1f5;
  flex-shrink: 0;
}

.reviews__rating-text {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1b7ee7;
}

.reviews__slider {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 40px;
}

.review-card {
  gap: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(27, 126, 231, 0.2);
  border-radius: 24px;
}

.review-card__quote {
  width: 30px !important;
  height: 22px;
}

.review-card__text {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: #00142f;
}

.review-card__author {
  gap: 12px;
}

.review-card__author>img {
  width: 48px !important;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1.5px solid #fff;
  box-shadow: 0 4px 4px rgba(9, 47, 97, 0.1);
  flex-shrink: 0;
}

.review-card__name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #00142f;
}

.review-card__school {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #00142f;
}

.reviews-owl .owl-nav {
  margin: 0;
}

.reviews-owl .owl-nav button {
  position: absolute;
  top: calc(50% - 17px);
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 76, 159, 0.15);
  outline: none;
}

.reviews-owl .owl-nav button:hover {
  background: #fff !important;
}

.reviews-owl .owl-nav button.owl-prev {
  left: -40px;
}

.reviews-owl .owl-nav button.owl-next {
  right: -40px;
}

.reviews-owl .owl-nav button.owl-next img {
  transform: scaleX(-1);
}

.reviews-owl .owl-nav button img {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
}

.reviews-owl .owl-dots {
  margin-top: 24px;
  text-align: center;
  line-height: 1;
}

.reviews-owl .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
}

.reviews-owl .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(27, 126, 231, 0.25);
  transition: background 0.2s ease;
}

.reviews-owl .owl-dots .owl-dot.active span,
.reviews-owl .owl-dots .owl-dot:hover span {
  background: #1b7ee7;
}

@media (max-width: 991px) {
  .reviews {
    padding: 48px 0 32px;
    border-radius: 0 0 40px 40px;
  }

  .reviews__content {
    max-width: none;
    margin-bottom: 20px;
  }

  /* .reviews__slider {
    padding: 0 36px;
  } */
}

@media (max-width: 575px) {
  .reviews {
    padding: 40px 0 24px;
    border-radius: 0 0 32px 32px;
  }

  .reviews__title {
    font-size: 28px;
    line-height: 36px;
  }

  .reviews__rating {
    flex-wrap: wrap;
  }

  .review-card__text {
    font-size: 16px;
    line-height: 24px;
  }

  .reviews__slider {
    padding: 0;
  }

  .reviews-owl .owl-nav button.owl-prev {
    left: -28px;
  }

  .reviews-owl .owl-nav button.owl-next {
    right: -28px;
  }
}

.site-footer {
  position: relative;
  padding: 0 0 64px;
  background: #0a2241;
  overflow: hidden;
}

.site-footer__curve {
  height: 88px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 0 0 48px 48px;
}

.site-footer__brand {
  gap: 24px;
  margin-bottom: 32px;
}

.site-footer__logo {
  width: 92px;
}

.site-footer__logo img {
  width: 92px;
  height: 88px;
  -o-object-fit: contain;
  object-fit: contain;
}

.site-footer__brand-name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.site-footer__contact {
  gap: 16px;
}

.site-footer__contact li {
  gap: 8px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
}

.site-footer__contact li img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.site-footer__contact li a {
  color: #fff;
  text-decoration: none;
}

.site-footer__contact li a:hover {
  color: #1d8cff;
}

.site-footer__col {
  gap: 16px;
  margin-bottom: 32px;
}

.site-footer__title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.site-footer__lists {
  gap: 40px;
}

.site-footer__links {
  gap: 6px;
}

.site-footer__links a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 4px 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__links a:hover {
  color: #fff;
}

.site-footer__newsletter {
  gap: 16px;
}

.site-footer__newsletter-desc {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer__form {
  gap: 10px;
  width: 100%;
  max-width: 264px;
  height: 48px;
  padding: 4px 4px 4px 16px;
  border: 1px solid rgba(27, 126, 231, 0.15);
  border-radius: 64px;
}

.site-footer__form input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer__form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer__form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer__submit {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 49px;
  background: linear-gradient(90deg, #092f62 0%, #1d8cff 100%);
  cursor: pointer;
}

.site-footer__submit img {
  width: 20px;
  height: 20px;
}

.site-footer__submit:hover {
  opacity: 0.9;
}

.site-footer__social {
  gap: 16px;
}

.site-footer__social-link {
  width: 40px;
  height: 40px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer__social-link img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  .site-footer__curve {
    height: 64px;
    margin-bottom: 32px;
    border-radius: 0 0 32px 32px;
  }

  .site-footer {
    padding-bottom: 48px;
    margin-top: -10px;
  }
}

@media (max-width: 575px) {
  .site-footer__lists {
    gap: 24px;
  }

  .site-footer__form {
    max-width: none;
  }
}

.auth-page {
  min-height: 100vh;
  background: #e4f3ff;
  font-family: "Inter", sans-serif;
}

.auth-page .auth {
  font-family: "Inter", sans-serif;
}



.auth {
  min-height: 100vh;
  padding: 40px 0;
}

.auth .container {
  max-width: 1168px;
}

.auth-card {
  max-width: 1170px;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(15, 30, 58, 0.14);
  overflow: hidden;
}

.auth-panel {
  position: relative;
  min-height: 646px;
  height: 100%;
  padding: 40px 32px;
  border-radius: 20px;
  overflow: hidden;
  gap: 32px;
  background: linear-gradient(180deg, #00174E 0%, #015ED3 123.61%);
}

.auth-panel__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.auth-panel__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.auth-panel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #00174e 0%, #015ed3 100%);
  opacity: 0.92;
}

.auth-panel__character {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 78%;
  max-width: 407px;
  height: auto;
  pointer-events: none;
}

.auth-panel__brand,
.auth-panel__intro {
  position: relative;
  z-index: 1;
}

.auth-panel__brand {
  gap: 8px;
}

.auth-panel__brand img {
  width: 59px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}

.auth-panel__name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.auth-panel__tagline {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.auth-panel__intro {
  gap: 18px;
}

.auth-panel__badge {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  align-self: flex-start;
  padding: 6px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #19ff71;
}

.auth-panel__title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}

.auth-panel__desc {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.auth-form {
  gap: 24px;
  height: 100%;
  padding: 50px 27px;
}

.auth-form__head {
  gap: 8px;
  width: 100%;
  text-align: center;
}

.auth-form__title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  color: #0f1e3a;
}

.auth-form__subtitle {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #66738d;
}

.auth-role {
  gap: 0;
  width: 100%;
  height: 48px;
  padding: 4px;
  border-radius: 11px;
  background: #e7ecf4;
}

.auth-role__btn {
  flex: 1;
  gap: 7px;
  height: 100%;
  padding: 0 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6e7788;
  cursor: pointer;
}

.auth-role__btn img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  filter: grayscale(1) opacity(0.65);
}

.auth-role__btn.is-active {
  background: #fff;
  color: #274792;
  box-shadow: 0 3px 10px rgba(79, 70, 229, 0.12);
}

.auth-role__btn.is-active img {
  filter: none;
}

.auth-form__fields {
  gap: 16px;
  width: 100%;
}

.auth-form__fields>.row {
  width: 100%;
  margin-left: -8px;
  margin-right: -8px;
}

.auth-form__fields>.row>[class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.auth-field {
  gap: 2px;
  width: 100%;
}

.auth-field__label {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #1e283a;
}

.auth-field__label span {
  color: #e20800;
}

.auth-field__control {
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 8px 10px;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  background: #fafbfd;
  transition: border-color 0.2s ease;
}

.auth-field__control:focus-within,
.auth-field__control.is-focus {
  border-color: #274792;
}

.auth-field__control>img,
.auth-field__control>i {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.6;
  color: #6e7788;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.auth-field__control input,
.auth-field__control select {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000e20;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
}

.auth-field__control input::-moz-placeholder,
.auth-field__control select::-moz-placeholder {
  color: #6e7788;
}

.auth-field__control input::placeholder,
.auth-field__control select::placeholder {
  color: #6e7788;
}

.auth-field__control select {
  padding: 0 10px;
}

.auth-field__control select {
  cursor: pointer;
  color: #000e20;
}

.auth-field__control--select>i {
  pointer-events: none;
}

.auth-field__toggle {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  opacity: 0.9;
  color: #6e7788;
  cursor: pointer;
}

.auth-field__toggle img,
.auth-field__toggle i {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: inherit;
}

.auth-form__meta {
  width: 100%;
}

.auth-check {
  gap: 8px;
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6e7788;
  cursor: pointer;
}

.auth-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-check--terms {
  align-items: flex-start;
  color: #000e20;
}

.auth-check--terms .auth-check__box {
  margin-top: 2px;
}

.auth-check--terms .auth-check__text a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  color: #e48012;
  text-decoration: underline;
}

.auth-check--terms .auth-check__text a:hover {
  color: #c46d0f;
}

.auth-check__box {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: url("/sites/all/themes/cassiopeia_theme/assets/auth/icon-check.svg") center/18px 18px no-repeat;
}

.auth-check input:not(:checked)+.auth-check__box {
  background: #fff;
  border: 1.5px solid #e7ecf4;
  border-radius: 4px;
}

.auth-form__forgot {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #274792;
  text-decoration: none;
}

.auth-form__forgot:hover {
  text-decoration: underline;
}

.auth-form__submit {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 10px;
  background: #274792;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
}

.auth-form__submit:hover {
  background: #1f3b78;
}

.auth-social {
  gap: 16px;
  width: 100%;
}

.auth-social__divider {
  gap: 8px;
  width: 100%;
}

.auth-social__divider span {
  flex: 1;
  height: 1px;
  background: #e7ecf4;
}

.auth-social__divider p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #6e7788;
  white-space: nowrap;
}

.auth-social__btn {
  gap: 12px;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  background: #fafbfd;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6e7788;
  text-decoration: none;
}

.auth-social__btn img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.auth-social__btn:hover {
  color: #274792;
  text-decoration: none;
}

.auth-social__signup {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #6e7788;
}

.auth-social__signup a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  color: #274792;
  text-decoration: none;
}

.auth-social__signup a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .auth {
    padding: 24px 0;
  }

  .auth-card {
    padding: 12px;
    border-radius: 20px;
  }

  .auth-panel {
    min-height: 420px;
    margin-bottom: 8px;
    display: none !important;
    padding: 32px 24px 200px;
  }

  .auth-panel__character {
    width: 60%;
  }

  .auth-panel__title {
    font-size: 28px;
    line-height: 36px;
  }

  .auth-form {
    min-height: 0;
    padding: 32px 20px;
  }
}

@media (max-width: 575px) {
  .auth-panel {
    display: none !important;
    padding-bottom: 180px;
  }

  .auth-panel__title {
    font-size: 24px;
    line-height: 32px;
  }

  .auth-role__btn span {
    font-size: 14px;
  }

  .auth-social__btn span {
    display: none;
  }
}

@media (max-width: 600px) {
  .intro-thpt__preview {
    margin: 0;
    width: 100%;
  }

  .subject-card__icon {
    width: 50px;
    height: 50px;
  }

  .section-title {
    font-size: 24px;
  }

  .intro-thpt__play {
    width: 32px;
    height: 32px;
  }

  .intro-thpt__video-text {
    font-size: 14px;
  }

  .site-header__inner {
    min-height: auto;
  }

  .site-header__logo {
    width: 53px;
    height: 47px;
  }

  .mode-card__features li img {
    width: 20px !important;
    height: 20px;
  }

  .mode-card__features li span {
    font-size: 14px;
  }

  .intro-thpt {
    padding: 24px 0 0;
  }

  .modes__head {
    margin-bottom: 20px;
  }

  .features__list li p {
    font-size: 14px;
  }

  .site-footer__logo img {
    width: 50px;
    height: 50px;
  }

  .site-footer__brand-name {
    font-size: 18px;
  }

  .site-footer__contact li {
    font-size: 14px;
  }

  .site-footer__curve {
    height: 30px;
  }
}

.site-header__logo-text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  max-width: 90px;
}

.site-footer__contact i {
  width: 20px;
  margin-right: 8px;
  color: #fff;
}

.site-footer__social-link {
  color: #fff;
  font-size: 28px;
}

.site-footer__social-link:hover {
  color: #fff;
  opacity: 0.85;
}

.features__list-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.features__list-wrap li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.features__list-wrap li::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  background: url("/sites/all/themes/cassiopeia_theme/assets/icon/diamond.svg") center / contain no-repeat;
}

.features__list-wrap li p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #000f24;
}

.features__list-wrap li p strong,
.features__list-wrap li strong {
  font-weight: 500;
}

.page-home .tabs {
  padding: 8px 15px;
}

/* Fancybox Video Popup Responsive */
.fancybox-wrap {
  box-sizing: border-box;
}

.fancybox-skin {
  border-radius: 12px;
  padding: 0 !important;
  background: #000 !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6) !important;
}

.fancybox-inner {
  border-radius: 12px;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .fancybox-wrap {
    width: calc(100% - 24px) !important;
    left: 12px !important;
    margin: 0 !important;
  }

  .fancybox-inner {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .fancybox-iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .fancybox-close {
    top: -12px !important;
    right: -6px !important;
  }
}
