/* ----------------------------------------------------------------
	Canvas: Gym
-----------------------------------------------------------------*/

:root {
  --cnvs-themecolor: #0094d9;
  --cnvs-themecolor-rgb: 30, 140, 147;

  --cnvs-body-font: "Lato", sans-serif;
  --cnvs-primary-font: "Poppins", sans-serif;
  --cnvs-secondary-font: "Playfair Display", serif;
}

#header {
  --cnvs-primary-menu-font-weight: 500;
  --cnvs-primary-menu-font-size: 1rem;
  --cnvs-primary-menu-tt: none;
  --cnvs-primary-menu-ls: 0;
  --cnvs-primary-menu-submenu-font-size: 0.875rem;
  --cnvs-primary-menu-submenu-font-weight: 400;
  --cnvs-primary-menu-submenu-hover-font-weight: 500;
  --cnvs-primary-menu-submenu-tt: none;
}

@media (min-width: 992px) {
  .slider-caption {
    min-width: 800px;
  }

  #header.sticky-on-upscroll #header-wrap {
    -webkit-transition:
      height 0.4s ease,
      opacity 0.4s ease,
      top 0.4s ease;
    -o-transition:
      height 0.4s ease,
      opacity 0.4s ease,
      top 0.4s ease;
    transition:
      height 0.4s ease,
      opacity 0.4s ease,
      top 0.4s ease;
    -webkit-backface-visibility: hidden;
  }

  #header.sticky-on-upscroll.sticky-header #header-wrap {
    top: -60px;
  }

  #header.sticky-on-upscroll.show-sticky-onscroll.sticky-header #header-wrap {
    top: 0px;
  }
}

.menu-link {
  font-size: 0.9375rem;
  font-weight: 400 !important;
  text-transform: capitalize;
  font-family: var(--cnvs-primary-font) !important;
}

@media (min-width: 992px) {
  .menu-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sub-menu-container .menu-item > .menu-link {
  font-size: 0.875rem;
}

.sub-menu-container .menu-item:hover > .menu-link {
  padding-left: 25px;
}

.slider-caption {
  /* margin-top: -20px; */
}

.bg-color,
.bg-color #header-wrap {
  background-color: #1e8c93 !important;
}

.bg-color .menu-item:hover > .menu-link,
.bg-color .menu-item.current > .menu-link {
  color: #444 !important;
}

/* Pricing table */
.pricing-box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
}

.pricing-title {
  background-color: transparent;
  border-bottom: 0;
}

.pricing-title h3 {
  font-family: var(--cnvs-primary-font);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
}

.pricing-price::after,
.pricing-features {
  font-family: var(--cnvs-primary-font);
}

.pricing-price,
.pricing-price span {
  font-weight: 600;
}

.pricing-price span {
  margin: 3px 5px 0 0;
  font-size: 22px;
}

.pricing-price span.price-tenure {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  text-align: center;
  color: #888;
  letter-spacing: 1px;
}

.pts-switcher input.switch-toggle-round + label::before,
.pts-switcher input.switch-toggle-round + label {
  background-color: #1e8c93;
}

.pts-switcher input.switch-toggle-round + label::after {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#modal-get-started-package {
  margin-top: 6px;
  text-align: right;
  line-height: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Pricing table End */

/* .twentytwenty-horizontal */
.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: auto;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  height: 307.438px !important;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  object-fit: cover;
  height: 100%;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay
  .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay
  .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label::before {
  content: "Before";
}

.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label::before {
  content: "After";
}

.twentytwenty-horizontal .twentytwenty-before-label::before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label::before {
  right: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle::before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow:
    0 3px 0 white,
    0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow:
    0 3px 0 white,
    0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow:
    0 3px 0 white,
    0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle::after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow:
    0 -3px 0 white,
    0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow:
    0 -3px 0 white,
    0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow:
    0 -3px 0 white,
    0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid #999;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #999;
  right: 50%;
  margin-right: -17px;
}
/* twentytwenty-horizontal End */

.masonry-thumbs a i {
  opacity: 0;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.7);
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 5px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-backface-visibility: hidden;
}

.masonry-thumbs a:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.button-border-icon {
  background-color: transparent !important;
}

.button-border-icon i {
  margin-right: 0;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: transparent !important;
}

.button-border-icon i::before {
  position: relative;
  font-size: 16px;
  left: 2px;
}

.button-border-icon span {
  margin-left: 0.75rem;
}

@media (max-width: 575px) {
  .slider-arrow-left,
  .slider-arrow-right {
    top: auto;
    right: 0;
    background-color: #000;
    bottom: 0;
    margin-top: 0;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
  }

  .slider-arrow-left {
    left: auto;
    right: 52px;
  }
}

/* Slider Area
-----------------------------------------------------------------*/
.slider-caption h2 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
}

.slider-caption h2,
.slider-caption .categories-lists,
.slider-caption .button {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  -webkit-transition: -webkit-transform 0.05s ease-out;
  transition: -webkit-transform 0.05s ease-out;
  transition: transform 0.05s ease-out;
  transition:
    transform 0.05s ease-out,
    -webkit-transform 0.05s ease-out;
  backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption h2,
.swiper-slide.swiper-slide-active .slider-caption .categories-lists,
.swiper-slide.swiper-slide-active .slider-caption .button {
  opacity: 1;
  -webkit-transition:
    transform 1.5s,
    opacity 1.55s;
  -o-transition:
    transform 1.5s,
    opacity 1.55s;
  transition:
    transform 1.5s,
    opacity 1.55s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  backface-visibility: hidden;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .slider-caption .categories-lists {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.swiper-slide.swiper-slide-active .slider-caption .button {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.slider-arrow-left i,
.slider-arrow-right i {
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slider-arrow-left,
.slider-arrow-right {
  border: 0;
  border-radius: 0 3px 3px 0;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
  background-color: transparent !important;
}

.slider-arrow-left i:hover,
.slider-arrow-right i:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

@-webkit-keyframes scrollDown {
  0% {
    top: 10px;
    opacity: 0;
  }
  15% {
    top: 10px;
    opacity: 1;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  45% {
    top: 28px;
    opacity: 1;
  }
  100% {
    top: 28px;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    top: 10px;
    opacity: 0;
  }
  15% {
    top: 10px;
    opacity: 1;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  45% {
    top: 28px;
    opacity: 1;
  }
  100% {
    top: 28px;
    opacity: 0;
  }
}
.scroll-down {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  border: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0.8;
}
.scroll-mouse {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 46px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 20px;
}
.scroll-wheel {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scrollDown 2.5s infinite;
  animation: scrollDown 2.5s infinite;
}

.svg-discount {
  position: absolute;
  display: block;
  opacity: 0.7;
  top: 0;
  right: 50%;
  margin-top: -15px;
  margin-right: -190px;
  background:
    url(images/discount.svg) no-repeat 0 0,
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      );
  background:
    url(images/discount.svg) no-repeat 0 0,
    -moz-linear-gradient(transparent, transparent);
  background:
    url(images/discount.svg) no-repeat 0 0,
    linear-gradient(transparent, transparent);
  width: 60px;
  height: 39px;
}

.price-label {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -1px;
  right: -1px;
  text-align: center;
  border-top-right-radius: 3px;
  background: #ef4368;
}

.price-label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 80px;
  border-color: transparent transparent transparent #fff;
}

.price-label span {
  position: absolute;
  top: 22px;
  right: 3px;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
}

.soft-bg {
  background: #f7f9fb;
}

.muted {
  color: #777;
}

.pill-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  background: #f3f5f8;
  color: #333;
  margin-right: 8px;
  margin-bottom: 8px;
}

.icon-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 22px;
  height: 100%;
}

.hr-soft {
  border: 0;
  border-top: 1px solid #eee;
  margin: 24px 0;
}

.kpi {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  height: 100%;
}

.kpi .value {
  font-size: 26px;
  font-weight: 700;
}

:root {
  /* SCCST-inspired light theme (blue + yellow + clean whites) */
  --bg: #f7fbff;
  --bg2: #ffffff;
  --card: #ffffffcc;
  --cardSolid: #ffffff;
  --text: #0b1b2c;
  --muted: #4c6075;
  --line: rgba(8, 40, 80, 0.12);
  --shadow: 0 16px 40px rgba(8, 40, 80, 0.1);
  --radius: 18px;
  --radius2: 14px;
  --pad: 22px;
  --max: 1180px;

  /* Logo palette */
  --blue: #4991cc; /* SCCST blue */
  --blue2: #a6cce2; /* light blue */
  --yellow: #f2c14e; /* warm yellow accent */
  --grey: #9c9b9d;

  --focus: rgba(73, 145, 204, 0.25);
}

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  color: var(--text);
  font:
    15px/1.6 ui-sans-serif,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    "Apple Color Emoji",
    "Segoe UI Emoji";

  /* Light SCCST background */
  background:
    radial-gradient(
      900px 520px at 15% 10%,
      rgba(73, 145, 204, 0.22),
      transparent 60%
    ),
    radial-gradient(
      760px 520px at 85% 18%,
      rgba(166, 204, 226, 0.28),
      transparent 60%
    ),
    radial-gradient(
      840px 520px at 50% 92%,
      rgba(242, 193, 78, 0.18),
      transparent 62%
    ),
    linear-gradient(180deg, var(--bg) 0%, #ffffff 55%, #f6fbff 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

/* Topbar */
.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
}
.logo {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(73, 145, 204, 1),
    rgba(166, 204, 226, 1)
  );
  box-shadow: 0 14px 30px rgba(73, 145, 204, 0.18);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 40, 80, 0.1);
}
.logo:before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.55),
    transparent 60%
  );
  transform: rotate(18deg);
}
.logo svg {
  position: relative;
}

.brand .name {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand .name strong {
  font-size: 14px;
  letter-spacing: 0.2px;
}
.brand .name span {
  font-size: 12px;
  color: var(--muted);
}

.actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(8, 40, 80, 0.14);
  background: rgba(255, 255, 255, 0.65);
  color: var(--text);
  cursor: pointer;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease;
  user-select: none;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(8, 40, 80, 0.08);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(73, 145, 204, 0.28);
}
.btn:focus {
  outline: none;
  box-shadow:
    0 0 0 4px var(--focus),
    0 10px 22px rgba(8, 40, 80, 0.08);
}
.btn.primary {
  border-color: rgba(73, 145, 204, 0.32);
  background: linear-gradient(
    135deg,
    rgba(73, 145, 204, 0.18),
    rgba(242, 193, 78, 0.18)
  );
}
.btn.primary:hover {
  background: linear-gradient(
    135deg,
    rgba(73, 145, 204, 0.24),
    rgba(242, 193, 78, 0.22)
  );
}

/* Hero */
.hero {
  padding: 30px 0 18px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(8, 40, 80, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.card.pad {
  padding: var(--pad);
}

.soft-stripe {
  position: absolute;
  inset: -40px -40px auto -40px;
  height: 160px;
  background:
    radial-gradient(
      220px 120px at 20% 40%,
      rgba(73, 145, 204, 0.18),
      transparent 70%
    ),
    radial-gradient(
      220px 120px at 80% 40%,
      rgba(242, 193, 78, 0.18),
      transparent 70%
    ),
    linear-gradient(90deg, rgba(166, 204, 226, 0.22), rgba(255, 255, 255, 0));
  transform: rotate(-2deg);
  pointer-events: none;
}

.title {
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 1;
}
.subtitle {
  margin: 0 0 14px;
  color: var(--muted);
  max-width: 68ch;
  position: relative;
  z-index: 1;
}

.pillrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(73, 145, 204, 0.08);
  border: 1px solid rgba(73, 145, 204, 0.16);
  color: rgba(11, 27, 44, 0.9);
  font-size: 12.5px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(73, 145, 204, 0.14);
}

/* KU note */
.ku-note {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ku-badge {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: var(--radius2);
  background: linear-gradient(
    135deg,
    rgba(166, 204, 226, 0.22),
    rgba(242, 193, 78, 0.12)
  );
  border: 1px solid rgba(8, 40, 80, 0.1);
}
.ku-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    rgba(73, 145, 204, 0.22),
    rgba(166, 204, 226, 0.25)
  );
  border: 1px solid rgba(8, 40, 80, 0.1);
  flex: 0 0 auto;
}
.ku-badge h3 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.ku-badge p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

/* Sections */
.section {
  padding: 14px 0 24px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 12px;
}
.section-head h2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  max-width: 78ch;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
.mini {
  padding: 16px;
  border-radius: var(--radius2);
  border: 1px solid rgba(8, 40, 80, 0.1);
  background: rgba(255, 255, 255, 0.88);
}
.mini h3 {
  margin: 0 0 8px;
  font-size: 14px;
}
.mini p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* Curriculum + PDF */
.curriculum-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(8, 40, 80, 0.1);
  background: linear-gradient(
    90deg,
    rgba(166, 204, 226, 0.18),
    rgba(255, 255, 255, 0)
  );
}
.toolbar .left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.toolbar .left strong {
  font-size: 13px;
}
.toolbar .left span {
  font-size: 12px;
  color: var(--muted);
}

.pdf-wrap {
  height: 560px;
  display: flex;
  flex-direction: column;
}
.pdf-frame {
  flex: 1;
  width: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.7);
}
.pdf-fallback {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid rgba(8, 40, 80, 0.1);
  background: rgba(255, 255, 255, 0.7);
}

/* Accordion */
.acc {
  padding: 10px 12px 14px;
}
.acc-controls {
  display: flex;
  gap: 10px;
  padding: 12px 12px 0;
}
.search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(8, 40, 80, 0.12);
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.82);
}
.search input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--text);
  font-size: 13px;
}
.search input::placeholder {
  color: rgba(76, 96, 117, 0.75);
}

details {
  border: 1px solid rgba(8, 40, 80, 0.1);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  margin: 10px 0;
  overflow: hidden;
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  user-select: none;
}
summary::-webkit-details-marker {
  display: none;
}

.sem-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.2px;
}
.sem-chip {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(73, 145, 204, 0.22);
  background: rgba(73, 145, 204, 0.1);
  color: rgba(11, 27, 44, 0.92);
  font-weight: 700;
}

.caret {
  width: 12px;
  height: 12px;
  transform: rotate(0deg);
  transition: transform 0.18s ease;
  opacity: 0.7;
}
details[open] .caret {
  transform: rotate(180deg);
}

.sem-body {
  border-top: 1px solid rgba(8, 40, 80, 0.1);
  padding: 12px 14px 14px;
}
.sem-body p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
}
.course-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.course {
  padding: 10px 10px;
  border-radius: 12px;
  border: 1px solid rgba(8, 40, 80, 0.1);
  background: linear-gradient(
    135deg,
    rgba(166, 204, 226, 0.18),
    rgba(255, 255, 255, 0)
  );
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.course strong {
  font-size: 13px;
}
.course span {
  font-size: 12px;
  color: var(--muted);
}

/* Careers */
.careers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.tag {
  font-size: 12.5px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(73, 145, 204, 0.16);
  background: rgba(242, 193, 78, 0.16);
  color: rgba(11, 27, 44, 0.92);
}

.footnote {
  padding: 18px 0 34px;
  color: rgba(76, 96, 117, 0.9);
  font-size: 12.5px;
}

/* Responsive */
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
  .curriculum-grid {
    grid-template-columns: 1fr;
  }
  .pdf-wrap {
    height: 520px;
  }
  .careers {
    grid-template-columns: 1fr;
  }
  .course-list {
    grid-template-columns: 1fr;
  }
  .brand {
    min-width: unset;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .caret {
    transition: none;
  }
}
