@charset "UTF-8";
.main-content-section {
  padding: 116px 96px;
  display: flex;
}
.main-content-section .menu {
  flex: 0 0 320px;
  padding-right: 32px;
  position: relative;
}
.main-content-section .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content-section .menu ul li {
  padding-bottom: 16px;
  padding-top: 2px;
  font-size: 18px;
  font-weight: 400;
  color: #dee2e6;
  padding-left: 36px;
  display: flex;
  background-image: url(../images/menu-deselected.png);
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
  transition-duration: 300ms;
}
.main-content-section .menu ul li.selected, .main-content-section .menu ul li:hover {
  background-image: url(../images/menu-selected.png);
  background-repeat: no-repeat;
  background-size: 24px;
  color: #a453ff;
  font-weight: 600;
}
.main-content-section .menu .menu-wrapper {
  position: sticky;
  top: 50px;
}
.main-content-section .content-area {
  flex-grow: 1;
}

.main-content-section .content-area h1 {
  margin-top: -16px;
  margin-bottom: 12px;
  color: #E3025B;
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
}
.main-content-section .content-area .content-chunk {
  padding-bottom: 40px;
  color: #dee2e6;
}
.main-content-section .content-area .content-chunk h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
  background-size: 28px;
  background-position-y: 8px;
}
.main-content-section .content-area .content-chunk h2 span {
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.main-content-section .content-area .content-chunk p {
  font-weight: 300;
  color: #b3aace;
  line-height: 1.5;
  margin-top: 4px;
  margin-bottom: 24px;
}
.main-content-section .content-area .col-2-container {
  display: flex;
  margin-top: 24px;
  margin-bottom: 40px;
  gap: 0 24px;
}
.main-content-section .content-area .col-2-container > div {
  width: 50%;
  position: relative;
  height: 400px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.main-content-section .content-area .col-2-container .text-part {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid rgba(67, 84, 237, 0.5);
  padding: 32px;
  background-color: rgba(115, 23, 181, 0.1);
}
.main-content-section .content-area .col-2-container .text-part p {
  margin-top: 32px;
}
.main-content-section .content-area .col-2-container .hands-on-activities {
  background-image: url(../images/hands-on.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-content-section .content-area .col-2-container .one-on-ones {
  background-image: url(../images/one-on-one.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-content-section .content-area .col-2-container .career-design {
  background-image: url(../images/career-design.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main-content-section .content-area .col-2-container .content-wrapper {
  background-color: rgba(43, 21, 79, 0.8);
  padding: 32px 32px 8px;
  position: absolute;
  bottom: 0;
}
.main-content-section .content-area .col-2-container .career-design .content-wrapper {
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.main-content-section .content-area .col-2-container h2 {
  background-image: none;
  padding-left: 0;
}
.main-content-section .content-area .col-2-container .overlay-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2B154F;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.main-content-section .curriculam .curriculam-content-chunk {
  display: flex;
  margin: 54px 0 80px;
}
.main-content-section .curriculam .title {
  width: 50%;
  border: 1px solid rgba(67, 84, 237, 0.5);
  background-color: rgba(115, 23, 181, 0.1);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 24px;
}
.main-content-section .curriculam .title h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
  background-size: 28px;
  background-position-y: 8px;
  color: #dee2e6;
}
.main-content-section .curriculam .title h2 span {
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.main-content-section .curriculam .title p {
  font-weight: 300;
  font-size: 14px;
}
.main-content-section .curriculam .seperater {
  width: 140px;
  flex-shrink: 0;
  text-align: center;
  position: relative;
}
.main-content-section .curriculam .seperater .week-number {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #E3025B;
  text-align: center;
  padding-top: 10px;
  color: #dee2e6;
  font-weight: 700;
}
.main-content-section .curriculam .seperater .line {
  width: 2px;
  margin: 10px auto;
  height: auto;
  background-color: #E3025B;
  position: absolute;
  bottom: 0;
  top: 45px;
  left: 49%;
}
.main-content-section .curriculam .activities {
  width: 50%;
  color: #b3aace;
  font-weight: 300;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 24px;
}
.main-content-section .curriculam .activities ul {
  padding: 0;
  margin: 0;
}
.main-content-section .curriculam .activities ul li {
  padding-bottom: 12px;
}
.main-content-section .curriculam .activities .sub-title {
  font-weight: 600;
  color: #b3aace;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px dashed rgba(136, 116, 195, 0.6);
}
.main-content-section .text-containers {
  display: flex;
  gap: 0 24px;
  margin-bottom: 40px;
}
.main-content-section .text-containers div {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid rgba(227, 2, 91, 0.5);
  background-color: rgba(181, 23, 158, 0.1);
  padding: 48px 32px 24px;
  width: 33%;
}
.main-content-section .text-containers div h4 {
  font-size: 21px;
  margin-top: 0;
  color: #dee2e6;
}
.main-content-section .text-containers div h4 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}
.main-content-section .text-containers div p {
  color: #FFD4C7;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

body {
  background-color: #2B154F;
  font-size: 16px;
  color: #8f96a7;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

body,
html {
  height: 100%;
}

div {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  color: #8874c3;
  text-decoration: none;
  border-bottom: 1px dashed #8874c3;
  font-size: 14px;
  transition: all 500ms;
  cursor: pointer;
  display: inline-block;
}

a:hover,
a:focus {
  color: #8f96a7;
  text-decoration: none;
  outline: none;
  border-bottom: 1px dashed #8f96a7;
}

.primary-button {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #E3025B;
  display: flex;
  padding: 12px 28px 12px 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  align-items: center;
  background-color: #E3025B;
  transition-duration: 500ms;
  cursor: pointer;
}
.primary-button:hover {
  background-color: #3a165e;
  border: 1px solid #8874c3;
}
.primary-button:hover .muted-text {
  color: #ffffff;
  transition-duration: 500ms;
}
.primary-button:hover .circle {
  border: 1px solid #E3025B;
}

.secondary-button {
  outline: none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #E3025B;
  padding: 16px 24px;
  color: #f2f2f7;
  background-color: #E3025B;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  transition-duration: 500ms;
  cursor: pointer;
}
.secondary-button:hover {
  background-color: #3a165e;
  border: 1px solid #8874c3;
}

.ternary-button {
  outline: none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #979da4;
  padding: 16px 24px;
  color: #f2f2f7;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  transition-duration: 500ms;
  cursor: pointer;
}
.ternary-button:hover {
  background-color: #E3025B;
  border: 1px solid #E3025B;
}

.variation-button {
  margin-left: 16px;
  font-size: 18px;
  color: #fefaf3;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
  cursor: pointer;
  transition-duration: 300ms;
}
.variation-button:hover {
  color: #dee2e6;
}

.circle {
  border: 1px solid #ffffff;
  height: 45px;
  width: 45px;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: radial-gradient(circle 26px, #E3025B, #E3025B);
  transition-duration: 500ms;
}
.circle .academy {
  background-image: url(../images/academy-ico.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  height: 45px;
  width: 45px;
}

.muted-text {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  display: block;
  text-align: left;
  text-transform: none;
  margin-bottom: 5px;
  letter-spacing: 0;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.hero-section {
  background-image: url(../images/hero-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 38%;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero-section .overlay-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2B154F;
  opacity: 0.3;
  z-index: 0;
}
.hero-section .top-nav,
.join-us .top-nav {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 2;
  justify-content: space-between;
}
.hero-section .top-nav .top-links,
.join-us .top-nav .top-links {
  padding: 24px;
}
.hero-section .top-nav .top-links a,
.join-us .top-nav .top-links a {
  margin-right: 16px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 8px 12px;
  font-size: 18px;
}
.hero-section .top-nav .top-links a:link,
.hero-section .top-nav .top-links a:visited,
.join-us .top-nav .top-links a:link,
.join-us .top-nav .top-links a:visited {
  color: #f2f2f7;
  text-decoration: none;
  border: 1px solid #f2f2f7;
  font-size: 14px;
  transition: all 500ms;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
.hero-section .top-nav .top-links a:hover,
.hero-section .top-nav .top-links a:focus,
.join-us .top-nav .top-links a:hover,
.join-us .top-nav .top-links a:focus {
  color: #f2f2f7;
  text-decoration: none;
  background-color: #E3025B;
  outline: none;
  border: 1px solid #E3025B;
}
.hero-section .logo {
  margin: 24px;
}
.hero-section .logo img {
  width: 140px;
}
.hero-section .key-message-section {
  background-color: rgba(43, 21, 79, 0.5);
  padding: 40px 16px calc(48px + 12vh);
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  z-index: 1;
}
.hero-section .key-message-section .key-message {
  text-align: center;
  color: #ffffff;
  padding-bottom: 24px;
}
.hero-section .key-message-section .key-message .first-part {
  font-size: 48px;
  font-weight: 300;
}
.hero-section .key-message-section .key-message .first-part span {
  font-weight: 700;
}
.hero-section .key-message-section .key-message .second-part {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  font-weight: 600;
  font-style: italic;
}
.hero-section .key-message-section .button-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section.ux-index {
  background-image: url(../images/ux-back.jpg);
  background-repeat: no-repeat;
}
.hero-section.ux-index .key-message-section .message p span.message-emphasis, .hero-section.ui-index .key-message-section .message p span.message-emphasis {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  color: #f2f2f7;
}
.hero-section.ui-index {
  background-image: url(../images/ui-back.jpg);
  background-repeat: no-repeat;
}
.hero-section.ux-index .key-message-section .message, .hero-section.ui-index .key-message-section .message {
  text-align: center;
  width: 70%;
  margin: auto;
}
.hero-section.ux-index .key-message-section .message h1, .hero-section.ui-index .key-message-section .message h1 {
  font-size: 54px;
  margin-top: 0;
  color: #f2f2f7;
}
.hero-section.ux-index .key-message-section .message h1 span, .hero-section.ui-index .key-message-section .message h1 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.hero-section.ux-index .key-message-section .message p, .hero-section.ui-index .key-message-section .message p {
  font-size: 18px;
  color: #b3aace;
  line-height: 1.5;
  font-weight: 300;
}
.hero-section.ux-index .key-message-section .message p span, .hero-section.ui-index .key-message-section .message p span {
  font-weight: 600;
}
.hero-section.ux-index .key-message-section .button-section, .hero-section.ui-index .key-message-section .button-section {
  padding: 24px 0;
}
.hero-section.ux-index .key-message-section .button-section .ternary-button, .hero-section.ui-index .key-message-section .button-section .ternary-button {
  margin-left: 16px;
}
.hero-support-text {
  margin-top: 16px;
  font-size: 13px;
  opacity: 0.7;
  color: #ffffff;
  font-weight: 400;
}
.concerns-section {
  padding: 96px 80px 24px;
  position: relative;
}
.concerns-section .overlay-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(closest-side at 25% 35%, #7209b7 25%, rgba(72, 12, 168, 0.8));
  opacity: 0.7;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.concerns-section .overlay-opacity2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(farthest-side at 45% 55%, #1c052b 45%, rgba(72, 12, 168, 0.8));
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.concerns-section .section-title {
  text-align: center;
  position: relative;
}
.concerns-section .section-title h2 {
  font-size: 42px;
  font-weight: 600;
  color: #dee2e6;
  line-height: 1.3;
  margin: 0;
}
.concerns-section .section-title h2 span {
  background: linear-gradient(to right, #E3025B, #dd05ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.concerns-section .section-title p {
  font-size: 20px;
  line-height: 1.6;
  color: #8f96a7;
  width: 60%;
  font-weight: 300;
  margin: 24px auto 0;
}
.concerns-section .problem-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 64px 64px;
  position: relative;
  z-index: 9;
}
.concerns-section .problem-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 36px;
  background:
    radial-gradient(circle at top left, rgba(255, 47, 117, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(75, 14, 120, 0.92), rgba(42, 8, 82, 0.92));
  border: 1px solid rgba(255, 47, 117, 0.35);
  box-shadow: 0 24px 60px rgba(12, 0, 30, 0.22);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  box-sizing: border-box;
}

.concerns-section .problem-card:nth-child(1),
.concerns-section .problem-card:nth-child(4) {
  background:
    radial-gradient(circle at top left, rgba(255, 47, 117, 0.28), transparent 45%),
    linear-gradient(135deg, rgba(75, 14, 120, 0.92), rgba(42, 8, 82, 0.92));
}

.concerns-section .problem-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 47, 117, 0.75);
  box-shadow: 0 30px 80px rgba(255, 47, 117, 0.18);
}

.concerns-section .problem-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 47, 117, 0.14);
  color: #ff2f75;
  margin-bottom: 22px;
}

.concerns-section .problem-card-label {
  color: rgba(255, 238, 248, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.concerns-section .problem-card-title {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 16px;
}

.concerns-section .problem-card-title .title-accent {
  font-family: var(--font-playfair, "Playfair Display", serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.concerns-section .problem-card-description {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  .concerns-section .problem-cards {
    grid-template-columns: 1fr;
    padding: 32px 16px;
  }
  .concerns-section .section-title p {
    width: 90%;
  }
  .concerns-section {
    padding: 64px 16px 24px;
  }
}

.catch-section {
  padding: 116px 80px;
  background-color: #180538;
}
.catch-section .catch-text {
  padding-left: 64px;
  width: 80%;
  color: #b3aace;
  font-size: 44px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
.catch-section .catch-text span {
  font-weight: 400;
  font-style: italic;
  color: #dee2e6;
}
.catch-section .catch-text span.first {
  color: #E3025B;
}

.highlight-section {
  padding: 116px 96px;
  position: relative;
}
.highlight-section .overlay-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(farthest-side at 45% 55%, #2a0841 45%, rgba(72, 12, 168, 0.8));
  opacity: 0.6;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.highlight-section .title-section {
  text-align: center;
  width: 80%;
  margin: auto;
  position: relative;
}
.highlight-section .title-section div {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #dee2e6;
  font-size: 36px;
}
.highlight-section .title-section h2 {
  font-weight: 700;
  font-size: 54px;
  color: #E3025B;
  margin: 16px 0;
  background: linear-gradient(to right, #E3025B, #dd05ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.highlight-section .title-section p {
  font-size: 22px;
  font-weight: 300;
  color: #b3aace;
  line-height: 1.4;
}
.highlight-section .button-section {
  text-align: center;
  padding: 32px 0 48px;
  position: relative;
}
.highlight-section .highlights {
  display: flex;
  position: relative;
  gap: 0 32px;
  align-items: flex-start;
}
.highlight-section .highlights div {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid rgba(227, 2, 91, 0.5);
  background-color: rgba(181, 23, 158, 0.1);
  padding: 48px 32px;
  width: 25%;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.highlight-section .highlights div:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 47, 117, 0.75);
  box-shadow: 0 30px 80px rgba(255, 47, 117, 0.18);
}
.highlight-section .highlights div h3 {
  font-size: 24px;
  margin-top: 0;
  color: #f2f2f7;
}
.highlight-section .highlights div h3 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}
.highlight-section .highlights div p {
  color: #FFD4C7;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.highlight-section .highlights .highlight-2 {
  margin-top: 64px;
}
.highlight-section .highlights .highlight-3 {
  margin-top: 128px;
}

.academy-details-section {
  padding: 116px 0;
  background-image: url(../images/spiral.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.academy-details-section .overlay-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(farthest-side at 45% 55%, #2a0841 45%, rgba(72, 12, 168, 0.8));
  opacity: 0.6;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.academy-details-section .title-section {
  text-align: center;
  width: 80%;
  margin: auto;
  position: relative;
}
.academy-details-section .title-section h2 {
  font-size: 48px;
  color: #f2f2f7;
  margin: 0 0 24px;
}
.academy-details-section .title-section h2 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}
.academy-details-section .title-section p {
  font-size: 22px;
  color: #dee2e6;
  font-weight: 300;
}
.academy-details-section .program-back {
  background-image: linear-gradient(to right, rgba(79, 4, 129, 0.8), rgba(27, 5, 62, 0.8));
  display: flex;
  gap: 0 116px;
  padding: 64px 166px;
  margin-top: 88px;
  position: relative;
}
.academy-details-section .program-back > div {
  width: 50%;
  padding: 0 24px;
}
.academy-details-section .program-back > div h3 {
  font-size: 24px;
  margin: 8px 0 12px;
  line-height: 1.3;
  font-weight: 300;
  color: #dee2e6;
}
.academy-details-section .program-back > div h3 span {
  font-family: "Inter", sans-serif;
  font-size: 72px;
  font-weight: 700;
  font-style: normal;
  color: #f2f2f7;
}
.academy-details-section .program-back > div h3 span span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  color: #E3025B;
}
.academy-details-section .program-tags {
  display: flex;
  gap: 12px;
  margin: 16px 0 24px;
  flex-wrap: wrap;
}
.academy-details-section .program-tag {
  background: rgba(255, 47, 117, 0.12);
  border: 1px solid rgba(255, 47, 117, 0.25);
  color: #f6d7ff;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.academy-details-section .program-back > div p {
  font-weight: 300;
  line-height: 1.5;
  color: #f2f2f7;
}
.academy-details-section .program-back .button-section {
  padding: 16px 0 8px;
}

.program-structure-section {
  padding: 116px 0 32px;
}
.program-structure-section .title-section {
  text-align: center;
  width: 80%;
  margin: auto;
}
.program-structure-section .title-section h2 {
  font-size: 48px;
  color: #f2f2f7;
  margin: 0 0 24px;
  background: linear-gradient(to right, #E3025B, #dd05ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program-structure-section .title-section h2 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}
.program-structure-section .title-section p {
  color: #dee2e6;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.program-structure-section .structure-back {
  background-image: url(../images/dd-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  min-height: 620px;
  margin: 100px;
}
.program-structure-section .structure-back .structure {
  display: flex;
}
.program-structure-section .structure-back .structure > div {
  flex-shrink: 0;
  flex-grow: 1;
  padding: 48px 24px;
  margin-top: 6%;
  width: 25%;
}
.program-structure-section .structure-back .structure h4 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #f2f2f7;
  font-size: 24px;
  margin-bottom: 8px;
}
.program-structure-section .structure-back .structure .right-align h4 {
  text-align: right;
}
.program-structure-section .structure-back .structure .structure-content {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid rgba(227, 2, 91, 0.5);
  background-color: rgba(181, 23, 158, 0.2);
  padding: 32px 32px 16px;
  font-size: 14px;
  font-weight: 300;
  color: #FFD4C7;
  line-height: 1.4;
}
.program-structure-section .structure-back .structure .structure-content.ui-box {
  margin-top: 16px;
  border: 1px solid rgba(67, 42, 234, 0.5);
  background-color: rgba(72, 12, 168, 0.2);
}
.program-structure-section .structure-back .structure .structure-content ul {
  padding: 0 0 0 12px;
  margin: 0;
}
.program-structure-section .structure-back .structure .structure-content ul li {
  margin-top: 8px;
}
.program-structure-section .structure-back .structure .structure-content h5 {
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 0;
}
.program-structure-section .structure-back .structure .structure-content .ai-support-note {
  font-size: 14px;
  margin-top: 16px;
  color: #b3aace;
  font-style: italic;
  line-height: 1.4;
}
.program-structure-section .structure-back .structure .structure-content .ai-support-note span {
  color: #E3025B;
  font-weight: 500;
  font-style: normal;
}
.program-structure-section .structure-back .structure .structure-content .ux-covered {
  font-size: 14px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  color: #f2f2f7;
  font-weight: 600;
  text-align: right;
  margin-top: 16px;
}
.program-structure-section .structure-back .structure .structure-content .ui-covered {
  font-size: 14px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  color: #f2f2f7;
  font-weight: 600;
  text-align: right;
  margin-top: 16px;
}

.testemonial-section {
  padding: 32px 0 116px 0;
}
.testemonial-section .title-section {
  text-align: center;
}
.testemonial-section .title-section h2 {
  color: #E3025B;
  font-size: 28px;
}
.testemonial-section .testemonial-wrapper {
  display: flex;
  gap: 0 32px;
  width: 60%;
  margin: auto;
}
.testemonial-section .testemonial-wrapper .prof-image img {
  width: 180px;
}
.testemonial-section .testemonial-wrapper .testemonial {
  font-size: 18px;
  color: #dee2e6;
  font-weight: 300;
}
.testemonial-section .testemonial-wrapper .testemonial p {
  line-height: 1.5;
  position: relative;
}
.testemonial-section .testemonial-wrapper .testemonial .name {
  font-weight: 600;
  margin-top: 40px;
}
.testemonial-section .testemonial-wrapper .testemonial .name span {
  color: #E3025B;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.join-us .top-nav {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 2;
  justify-content: space-between;
  top: 0;
}
.join-us .top-nav .logo {
  margin: 24px;
}
.join-us .top-nav .logo img {
  width: 140px;
}

.join-us-section {
  width: 480px;
  margin: 116px auto;
  padding: 24px;
}
.join-us-section .title-section h1 {
  background: linear-gradient(to right, #E3025B, #dd05ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.join-us-section .title-section p {
  font-size: 16px;
  color: #b3aace;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 32px;
  margin-top: 8px;
}
.join-us-section .google-button {
  outline: none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #979da4;
  padding: 12px 24px;
  color: #f2f2f7;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  transition-duration: 500ms;
  width: 100%;
}
.join-us-section .google-button:hover {
  background-color: #E3025B;
  border: 1px solid #E3025B;
}
.join-us-section .sperator {
  text-align: center;
  margin: 24px auto;
}
.join-us-section .field-container {
  margin: 16px 0;
}
.join-us-section .field-container span {
  display: block;
  margin-bottom: 8px;
  font-weight: 300;
  color: #dee2e6;
  font-size: 16px;
}
.join-us-section .field-container input {
  border: 1px solid #8874c3;
  color: #dee2e6;
  font-size: 14px;
  padding: 12px 16px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}
.join-us-section .field-container button {
  width: 100%;
  margin-top: 24px;
}
.join-us-section .field-container.button-group {
  display: flex;
  gap: 16px;
}
.join-us-section .field-container.button-group .secondary-button {
  flex: 1;
}
.join-us-section .field-container.button-group .ternary-button {
  width: auto;
  min-width: 120px;
}
.join-us-section .program-option {
  position: relative;
}
.join-us-section .program-option .custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.join-us-section .program-option .program-list-item {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 16px 24px 16px 72px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 2px dashed rgba(67, 84, 237, 0.5);
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 24px;
  color: #dee2e6;
  transition: all 0.3s ease;
}
.join-us-section .program-option .program-list-item .course-fee {
  display: block;
  font-size: 14px;
  color: #979da4;
  margin-top: 4px;
}
.join-us-section .program-option .program-list-item:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid rgba(67, 84, 237, 0.5);
  border-radius: 6px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.join-us-section .program-option .program-list-item:after {
  content: "✓";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #f2f2f7;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s ease;
}
.join-us-section .program-option input:checked + .program-list-item {
  border: 2px solid rgba(67, 84, 237, 0.7);
  background-color: rgba(67, 84, 237, 0.4);
}
.join-us-section .program-option input:checked + .program-list-item:before {
  background-color: rgba(67, 84, 237, 0.7);
  border-color: rgba(67, 84, 237, 0.7);
}
.join-us-section .program-option input:checked + .program-list-item:after {
  opacity: 1;
}
.join-us-section .program-summary {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 2px dashed rgba(67, 84, 237, 0.5);
  padding: 24px;
  margin: 32px 0;
}
.join-us-section .program-summary .selected-programs .program-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(67, 84, 237, 0.2);
}
.join-us-section .program-summary .selected-programs .program-item .program-name {
  color: #dee2e6;
  font-size: 18px;
  font-weight: 300;
}
.join-us-section .program-summary .selected-programs .program-item .program-fee {
  color: #979da4;
  font-size: 16px;
}
.join-us-section .program-summary .total-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 8px;
}
.join-us-section .program-summary .total-section .total-label {
  color: #f2f2f7;
  font-size: 20px;
  font-weight: 500;
}
.join-us-section .program-summary .total-section .total-amount {
  color: #E3025B;
  font-size: 24px;
  font-weight: 600;
}
.join-us-section .program-summary .summary-row {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) 1.4fr;
  gap: 24px;
  align-items: start;
  padding: 6px 0;
}
.join-us-section .program-summary .summary-label {
  color: rgba(255, 255, 255, 0.58);
  white-space: nowrap;
}
.join-us-section .program-summary .summary-value {
  color: rgba(255, 255, 255, 0.92);
  text-align: right;
}
.join-us-section .program-summary .summary-value-main {
  display: block;
}
.join-us-section .program-summary .summary-value-meta {
  display: block;
  margin-top: 2px;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.62);
}
.join-us-section .program-summary .summary-block {
  margin-bottom: 20px;
}
.join-us-section .program-summary .summary-divider {
  margin: 18px 0;
  border-bottom: 1px solid rgba(67, 84, 237, 0.2);
}
.join-us-section .review-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}
.join-us-section .review-actions .ternary-button {
  width: auto;
  min-width: 120px;
  padding-left: 28px;
  padding-right: 28px;
}
.join-us-section .review-actions .secondary-button {
  min-width: 250px;
  white-space: nowrap;
  flex: 1;
}
.join-us-section .validation-message {
  color: #ff4d4f;
  background-color: rgba(255, 77, 79, 0.1);
  border: 1px solid rgba(255, 77, 79, 0.2);
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}

/* Audience Cards (Who is it for section) */
.audience-intro-chunk {
  margin-bottom: 40px;
}
.audience-cards {
  padding: 0;
  margin-top: 20px;
}
.audience-card-description {
  margin-bottom: 16px;
}
.audience-card-list {
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 300;
  font-size: 15px;
}
.audience-card-list li {
  padding-bottom: 8px;
}
.audience-outro-chunk {
  margin-top: 40px;
  text-align: center;
}
.audience-outro-text {
  font-weight: 400;
  color: #dee2e6;
  font-size: 18px;
}

/* Restoring problem-card styles specifically for the who-is-it-for and one-on-ones-details section */
.who-is-it-for .problem-cards,
.one-on-ones-details .problem-cards,
.mentoring-details .problem-cards,
.portfolio-upgrade-details .problem-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  position: relative;
  z-index: 9;
}
.who-is-it-for .problem-card,
.one-on-ones-details .problem-card,
.mentoring-details .problem-card,
.portfolio-upgrade-details .problem-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 36px;
  background:
    radial-gradient(circle at top left, rgba(255, 47, 117, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(75, 14, 120, 0.92), rgba(42, 8, 82, 0.92));
  border: 1px solid rgba(255, 47, 117, 0.35);
  box-shadow: 0 24px 60px rgba(12, 0, 30, 0.22);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  box-sizing: border-box;
}

.who-is-it-for .problem-card:nth-child(1),
.who-is-it-for .problem-card:nth-child(4),
.one-on-ones-details .problem-card:nth-child(1),
.one-on-ones-details .problem-card:nth-child(4),
.mentoring-details .problem-card:nth-child(1),
.mentoring-details .problem-card:nth-child(4),
.portfolio-upgrade-details .problem-card:nth-child(1),
.portfolio-upgrade-details .problem-card:nth-child(4) {
  background:
    radial-gradient(circle at top left, rgba(255, 47, 117, 0.28), transparent 45%),
    linear-gradient(135deg, rgba(75, 14, 120, 0.92), rgba(42, 8, 82, 0.92));
}

.who-is-it-for .problem-card:hover,
.one-on-ones-details .problem-card:hover,
.mentoring-details .problem-card:hover,
.portfolio-upgrade-details .problem-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 47, 117, 0.75);
  box-shadow: 0 30px 80px rgba(255, 47, 117, 0.18);
}

.who-is-it-for .problem-card-label,
.one-on-ones-details .problem-card-label,
.mentoring-details .problem-card-label,
.portfolio-upgrade-details .problem-card-label {
  color: rgba(255, 238, 248, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.who-is-it-for .problem-card-title,
.one-on-ones-details .problem-card-title,
.mentoring-details .problem-card-title,
.portfolio-upgrade-details .problem-card-title {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 16px;
}

.who-is-it-for .problem-card-title .title-accent,
.one-on-ones-details .problem-card-title .title-accent,
.mentoring-details .problem-card-title .title-accent,
.portfolio-upgrade-details .problem-card-title .title-accent {
  font-family: var(--font-playfair, "Playfair Display", serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .who-is-it-for .problem-cards,
  .one-on-ones-details .problem-cards,
  .mentoring-details .problem-cards,
  .portfolio-upgrade-details .problem-cards {
    grid-template-columns: 1fr;
  }
}

.audience-intro-p {
  margin-top: 16px;
}
.audience-note {
  margin-top: 16px;
  font-style: italic;
  opacity: 0.8;
}

/* Investment Section Styles */
.investment-card-container {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 9;
}
.investment-intro-chunk {
  margin-bottom: 24px;
}
.investment-card {
  max-width: 680px;
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 40px;
  background:
    radial-gradient(circle at top left, rgba(255, 47, 117, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(75, 14, 120, 0.92), rgba(42, 8, 82, 0.92));
  border: 1px solid rgba(255, 47, 117, 0.35);
  box-shadow: 0 24px 60px rgba(12, 0, 30, 0.22);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  box-sizing: border-box;
}
.investment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 47, 117, 0.75);
  box-shadow: 0 30px 80px rgba(255, 47, 117, 0.18);
}
.investment-label {
  color: rgba(255, 238, 248, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.investment-price {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  color: #ff2f75;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}
.investment-value-text {
  font-size: 16px;
  line-height: 1.6;
  color: #dee2e6;
  margin-bottom: 32px;
}
.investment-included-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.investment-col-title {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 238, 248, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.investment-column {
  /* wrapper */
}
.investment-list {
  margin-bottom: 0;
}
.investment-list li {
  margin-bottom: 12px;
}
.investment-closing {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 24px;
  background: rgba(255, 47, 117, 0.08);
  border-radius: 12px;
  border-left: 4px solid #ff2f75;
  margin-bottom: 32px;
}
.investment-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .investment-included-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.hero-schedule {
  text-align: center;
  margin-top: 24px;
  color: #b3aace;
  font-size: 16px;
  font-weight: 300;
}
.hero-schedule-date {
  color: #E3025B;
  font-weight: 500;
}
@media (max-width: 768px) {
  .main-content-section {
    flex-direction: column;
    padding: 32px 24px;
    box-sizing: border-box;
    scroll-margin-top: 80px;
  }
  .main-content-section .menu {
    flex: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
  .main-content-section .menu .menu-wrapper {
    position: relative;
    top: 0;
  }
  .main-content-section .menu ul {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 8px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .main-content-section .menu ul::-webkit-scrollbar {
    display: none;
  }
  .main-content-section .menu ul li {
    padding-bottom: 8px;
    margin-right: 16px;
    white-space: nowrap;
    background-position: left 2px;
  }
  .main-content-section .menu ul li.selected,
  .main-content-section .menu ul li:hover {
    background-position: left 2px;
  }
  .main-content-section .content-area {
    width: 100%;
  }
  .main-content-section .content-area .col-2-container,
  .main-content-section .text-containers {
    flex-direction: column;
    gap: 24px;
  }
  .main-content-section .content-area .col-2-container > div,
  .main-content-section .text-containers div {
    width: 100%;
    box-sizing: border-box;
  }
  .main-content-section .text-containers div {
    height: auto;
  }
  .main-content-section .content-area .col-2-container .text-part {
    height: auto;
  }
  .mobile-section-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-section-nav .prev-btn,
  .mobile-section-nav .next-btn {
    flex: 1 1 200px;
    text-align: center;
  }
  .main-content-section .curriculam .curriculam-content-chunk {
    flex-direction: column;
    margin: 40px 0;
  }
  .main-content-section .curriculam .seperater {
    width: 100%;
    order: 1;
    margin-bottom: 16px;
    height: auto;
    text-align: left;
  }
  .main-content-section .curriculam .seperater .week-number {
    margin: 0;
    display: inline-block;
  }
  .main-content-section .curriculam .seperater .line {
    display: none;
  }
  .main-content-section .curriculam .title {
    width: 100%;
    order: 2;
    margin-bottom: 16px;
    box-sizing: border-box;
  }
  .main-content-section .curriculam .title h2 {
    font-size: 24px;
    word-break: normal;
  }
  .main-content-section .curriculam .activities {
    width: 100%;
    order: 3;
    box-sizing: border-box;
    padding: 24px;
  }
}

@media (min-width: 769px) {
  .mobile-section-nav {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-section:not(.ux-index):not(.ui-index) {
    padding: 0;
    background-position: center 28%;
    box-sizing: border-box;
  }

  .hero-section:not(.ux-index):not(.ui-index) .top-nav .top-links {
    display: none;
  }

  .hero-section:not(.ux-index):not(.ui-index) .overlay-opacity {
    opacity: 0.6;
  }

  .hero-section:not(.ux-index):not(.ui-index) .key-message-section {
    padding-top: 10vh;
    padding-bottom: 24px;
    margin-top: 0;
  }

  .hero-section:not(.ux-index):not(.ui-index) .key-message {
    max-width: 320px;
    margin: 0 auto;
    padding-bottom: 32px;
  }

  .hero-section:not(.ux-index):not(.ui-index) .key-message .first-part {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
    line-height: 1.1;
  }

  .hero-section:not(.ux-index):not(.ui-index) .key-message .second-part {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
    line-height: 1.1;
  }

  .hero-section:not(.ux-index):not(.ui-index) .button-section {
    flex-direction: column;
    gap: 16px;
  }

  .hero-section:not(.ux-index):not(.ui-index) .button-section .primary-button {
    width: 100%;
    max-width: 280px;
    min-height: 48px;
    margin: 0;
  }

  .hero-section:not(.ux-index):not(.ui-index) .button-section .variation-button {
    margin-left: 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
  }

  .catch-section {
    padding: 72px 24px;
  }

  .catch-section .catch-text {
    width: 100%;
    max-width: 320px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    line-height: 1.35;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }

  .highlight-section {
    padding: 64px 24px;
    box-sizing: border-box;
  }
  .highlight-section .title-section {
    width: 100%;
    max-width: 100%;
  }
  .highlight-section .title-section div {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .highlight-section .title-section h2 {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .highlight-section .title-section p {
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
    padding: 0;
  }
  .highlight-section .button-section {
    padding: 24px 0 32px 0;
  }
  .highlight-section .button-section .secondary-button {
    width: 100%;
    max-width: 280px;
  }
  .highlight-section .highlights {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .highlight-section .highlights > div {
    width: 100%;
    padding: 32px 24px;
    box-sizing: border-box;
  }
  .highlight-section .highlights .highlight-2,
  .highlight-section .highlights .highlight-3 {
    margin-top: 0;
  }

  .academy-details-section {
    padding: 64px 0;
  }
  .academy-details-section .title-section {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .academy-details-section .title-section h2 {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .academy-details-section .title-section p {
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .academy-details-section .program-back {
    flex-direction: column;
    padding: 32px 24px;
    gap: 48px 0;
    margin-top: 48px;
    box-sizing: border-box;
  }
  .academy-details-section .program-back > div {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .academy-details-section .program-back > div h3 span {
    font-size: clamp(3.2rem, 12vw, 4.8rem);
    line-height: 1.1;
    display: inline-block;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .academy-details-section .program-back > div h3 span span {
    font-size: clamp(3.2rem, 12vw, 4.8rem);
    line-height: 1.1;
  }
  .academy-details-section .program-tags {
    gap: 8px;
  }
  .academy-details-section .program-tag {
    padding: 6px 12px;
    font-size: 12px;
  }
  .academy-details-section .program-back > div p {
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .academy-details-section .program-back .button-section {
    text-align: center;
    width: 100%;
  }
  .academy-details-section .program-back .button-section .secondary-button {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
  }

  .program-structure-section {
    padding: 64px 0 32px;
  }
  .program-structure-section .title-section {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .program-structure-section .title-section h2 {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .program-structure-section .title-section p {
    font-size: 16px;
    line-height: 1.4;
  }
  .program-structure-section .structure-back {
    background-image: none;
    min-height: auto;
    margin: 32px 0;
  }
  .program-structure-section .structure-back .structure {
    flex-direction: column;
    gap: 32px;
  }
  .program-structure-section .structure-back .structure > div {
    width: 100%;
    margin-top: 0;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .program-structure-section .structure-back .structure h4 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 16px;
  }
  .program-structure-section .structure-back .structure .right-align h4 {
    text-align: left;
  }
  .program-structure-section .structure-back .structure .structure-content {
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .program-structure-section .structure-back .structure .structure-content.ui-box {
    margin-top: 16px;
  }

  .hero-section.ux-index,
  .hero-section.ui-index {
    padding: 0;
    box-sizing: border-box;
    background-position: center 30%;
  }
  .hero-section.ux-index .logo,
  .hero-section.ui-index .logo {
    margin: 24px;
  }
  .hero-section.ux-index .top-nav .top-links,
  .hero-section.ui-index .top-nav .top-links {
    display: none;
  }
  .hero-section.ux-index .key-message-section,
  .hero-section.ui-index .key-message-section {
    padding: 10vh 24px 32px 24px;
    margin-top: 0;
  }
  .hero-section.ux-index .key-message-section .message,
  .hero-section.ui-index .key-message-section .message {
    width: 100%;
  }
  .hero-section.ux-index .key-message-section .message h1,
  .hero-section.ui-index .key-message-section .message h1 {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .hero-section.ux-index .key-message-section .message p,
  .hero-section.ui-index .key-message-section .message p {
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .hero-section.ux-index .key-message-section .message p span.message-emphasis,
  .hero-section.ui-index .key-message-section .message p span.message-emphasis {
    font-size: 14px;
    display: block;
    margin-top: 16px;
  }
  .hero-section.ux-index .key-message-section .button-section,
  .hero-section.ui-index .key-message-section .button-section {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
  .hero-section.ux-index .key-message-section .button-section button,
  .hero-section.ui-index .key-message-section .button-section button {
    width: 100%;
    max-width: 280px;
    margin-left: 0;
  }
  .hero-section.ux-index .hero-schedule,
  .hero-section.ui-index .hero-schedule {
    font-size: 14px;
    line-height: 1.4;
  }
}
