@import "https://cdn.jsdelivr.net/npm/@fontsource/lato@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lato@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/figtree@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/figtree@latest/700.css";

html {
  box-sizing: border-box
}

* {
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  background: linear-gradient(165deg, #FAFAFA 0%, #fff 48%, #f5f5f5 100%);
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .015em
}

.top_container {
  background: linear-gradient(180deg, #d9607008 0%, #254af005 100%);
  border-bottom: 1px solid #d960701f;
  box-shadow: -1px 2px 2px 0 #d960700d;
  position: relative;
  z-index: 100
}

.top_inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 20px 0
}

.brand_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  gap: 20px;
  flex-wrap: wrap
}

.brand_group {
  display: flex;
  align-items: center;
  gap: 20px
}

.logo_frame {
  width: 44px;
  height: 44px;
  border: 1px solid #254af033;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
  box-shadow: -1px 2px 2px 0 #254af00d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.logo_frame img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.brand_text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand_name {
  font-family: 'Figtree', sans-serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: -.01em;
  margin: 0
}

.brand_tagline {
  font-size: 15px;
  line-height: 1.2;
  color: #5a5a5a;
  letter-spacing: .02em;
  margin: 0
}

.status_badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: linear-gradient(135deg, #254af014 0%, #d9607014 100%);
  border: 1px solid #254af02e;
  border-radius: 46px;
  font-size: 15px;
  line-height: 1.2;
  color: #3d3d3d;
  letter-spacing: .02em;
  box-shadow: -1px 2px 2px 0 #254af00d;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.status_badge:hover {
  transform: translateY(-2px);
  box-shadow: -1px 6px 20px 0 #254af017
}

.status_indicator {
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #254AF0 0%, #D96070 100%);
  border-radius: 46px;
  box-shadow: 0 0 8px #254af066;
  animation: pulse_glow 2.4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes pulse_glow {

  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.3);
    opacity: .7
  }
}

.nav_row {
  border-top: 1px solid #d960701a;
  padding: 20px 0
}

.primary_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center
}

.primary_nav li {
  margin: 0;
  padding: 0
}

.primary_nav a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #3d3d3d;
  text-decoration: none;
  letter-spacing: .01em;
  padding: 8px 12px;
  border-radius: 8px;
  background: transparent;
  position: relative;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden
}

.primary_nav a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #254af014 0%, #d9607014 100%);
  transition: right .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: -1;
  border-radius: 8px
}

.primary_nav a:hover {
  color: #254AF0
}

.primary_nav a:hover::before {
  right: 0
}

.primary_nav a:focus {
  outline: 2px dashed #D96070;
  outline-offset: 4px;
  color: #254AF0
}

@media (max-width: 1024px) {
  .primary_nav {
    gap: 8px 20px
  }

  .primary_nav a {
    font-size: 18px;
    padding: 8px
  }
}

@media (max-width: 640px) {
  .brand_row {
    flex-direction: column;
    align-items: flex-start
  }

  .status_badge {
    align-self: flex-start
  }

  .primary_nav {
    flex-direction: column;
    align-items: stretch;
    gap: 8px
  }

  .primary_nav a {
    text-align: center
  }
}

.bottom_container {
  background: linear-gradient(180deg, #2d2d2d 0%, #1f1f1f 100%);
  border-top: 2px solid #D96070;
  padding: 80px 20px 40px;
  margin-top: 80px;
  position: relative
}

.bottom_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #d9607066 50%, transparent 100%)
}

.bottom_inner {
  max-width: 1320px;
  margin: 0 auto
}

.bottom_grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px 80px;
  margin-bottom: 80px
}

.contact_column {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.footer_logo_frame {
  width: 44px;
  height: 44px;
  border: 1px solid #d960704d;
  border-radius: 8px;
  padding: 4px;
  background: #ffffff0d;
  box-shadow: -1px 2px 2px 0 #d960700d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px
}

.footer_logo_frame img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.footer_company_name {
  font-family: 'Figtree', sans-serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 20px
}

.contact_item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact_label {
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff80;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0
}

.contact_value {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: .01em;
  margin: 0
}

.contact_value a {
  color: #fff;
  text-decoration: none;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.contact_value a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #D96070 0%, #254AF0 100%);
  transition: width .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.contact_value a:hover {
  color: #D96070
}

.contact_value a:hover::after {
  width: 100%
}

.contact_value a:focus {
  outline: 2px dashed #D96070;
  outline-offset: 4px;
  color: #D96070
}

.footer_column_heading {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  letter-spacing: .01em;
  margin: 0 0 20px;
  text-transform: uppercase
}

.footer_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer_nav li {
  margin: 0;
  padding: 0
}

.footer_nav a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #fffc;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  padding-left: 20px
}

.footer_nav a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #D96070 0%, #254AF0 100%);
  border-radius: 2px;
  transition: transform .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.footer_nav a:hover {
  color: #fff;
  transform: translateX(4px)
}

.footer_nav a:hover::before {
  transform: translateY(-50%) rotate(45deg)
}

.footer_nav a:focus {
  outline: 2px dashed #D96070;
  outline-offset: 4px;
  color: #fff
}

.social_column {
  display: flex;
  flex-direction: column;
  gap: 20px
}

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

.social_link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d960701a 0%, #254af01a 100%);
  border: 1px solid #d9607033;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: -1px 2px 2px 0 #d960700d
}

.social_link:hover {
  transform: translateY(-4px) rotate(5deg);
  box-shadow: -1px 8px 40px 0 #d960701a;
  background: linear-gradient(135deg, #d9607033 0%, #254af033 100%)
}

.social_link:focus {
  outline: 2px dashed #D96070;
  outline-offset: 4px
}

.social_icon {
  width: 24px;
  height: 24px
}

.newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.newsletter_input {
  width: 100%;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #d9607033;
  border-radius: 8px;
  letter-spacing: .01em;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: inset 0 2px 4px #0003
}

.newsletter_input::placeholder {
  color: #fff6;
  transition: opacity .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.newsletter_input:focus {
  outline: 2px dashed #D96070;
  outline-offset: 4px;
  border-color: #D96070;
  background: #ffffff14;
  box-shadow: inset 0 2px 4px #0003 -1px 6px 20px 0 #d9607017
}

.newsletter_input:focus::placeholder {
  opacity: .6;
  transform: translateY(-2px)
}

.newsletter_submit {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #D96070 0%, #254AF0 100%);
  border: none;
  border-radius: 8px;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: -1px 2px 2px 0 #d960700d;
  position: relative;
  overflow: hidden
}

.newsletter_submit::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #254AF0 0%, #D96070 100%);
  transition: right .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: -1
}

.newsletter_submit:hover {
  transform: translateY(-2px);
  box-shadow: -1px 8px 40px 0 #d960701a
}

.newsletter_submit:hover::before {
  right: 0
}

.newsletter_submit:focus {
  outline: 2px dashed #D96070;
  outline-offset: 4px
}

.newsletter_submit:active {
  transform: translateY(0);
  box-shadow: inset 0 2px 4px #0000004d
}

.bottom_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #d9607033;
  gap: 20px;
  flex-wrap: wrap
}

.copyright {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff80;
  letter-spacing: .02em;
  margin: 0
}

.payment_icons {
  display: flex;
  gap: 12px;
  align-items: center
}

.payment_icon {
  width: 40px;
  height: 28px;
  background: #ffffff14;
  border: 1px solid #d9607026;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.payment_icon:hover {
  transform: scale(1.1);
  background: #ffffff1f
}

@media (max-width: 1024px) {
  .bottom_grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }

  .contact_column {
    grid-column: 1 / -1
  }
}

@media (max-width: 640px) {
  .bottom_grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .bottom_bar {
    flex-direction: column;
    align-items: flex-start
  }
}

.consent_popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 420px;
  background: #fff;
  border: 1px solid #254af033;
  border-radius: 8px;
  padding: 20px;
  box-shadow: -1px 8px 40px 0 #254af01a;
  z-index: 1000;
  display: none;
  transform: translateY(120%);
  transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.consent_popup.visible {
  transform: translateY(0)
}

.consent_text {
  font-size: 15px;
  line-height: 1.5;
  color: #3d3d3d;
  letter-spacing: .01em;
  margin: 0 0 20px
}

.consent_actions {
  display: flex;
  gap: 12px
}

.consent_btn {
  flex: 1;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.2;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: .01em;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.accept_btn {
  color: #fff;
  background: linear-gradient(90deg, #D96070 0%, #254AF0 100%);
  box-shadow: -1px 2px 2px 0 #d960700d
}

.accept_btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #254AF0 0%, #D96070 100%);
  transition: right .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: -1
}

.accept_btn:hover {
  transform: translateY(-2px);
  box-shadow: -1px 6px 20px 0 #d9607017
}

.accept_btn:hover::before {
  right: 0
}

.accept_btn:focus {
  outline: 2px dashed #D96070;
  outline-offset: 4px
}

.decline_btn {
  color: #3d3d3d;
  background: #254af014;
  border: 1px solid #254af033;
  box-shadow: -1px 2px 2px 0 #254af00d
}

.decline_btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #d9607014;
  transition: right .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: -1
}

.decline_btn:hover {
  transform: translateY(-2px);
  box-shadow: -1px 6px 20px 0 #254af017
}

.decline_btn:hover::before {
  right: 0
}

.decline_btn:focus {
  outline: 2px dashed #254AF0;
  outline-offset: 4px
}

@media (max-width: 640px) {
  .consent_popup {
    left: 12px;
    right: 12px;
    max-width: none;
    bottom: 12px
  }

  .consent_actions {
    flex-direction: column
  }
}

.policy_content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #FFF
}

.policy_content h1 {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1a2e;
  margin: 0 0 40px
}

.policy_content h2 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #2d2d44;
  margin: 40px 0 20px
}

.policy_content h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3a3a52;
  margin: 20px 0 12px
}

.policy_content h4,
.policy_content h5,
.policy_content h6 {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3a3a52;
  margin: 20px 0 12px
}

.policy_content p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #4a4a62;
  margin: 0 0 20px
}

.policy_content ul,
.policy_content ol {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #4a4a62;
  margin: 0 0 20px;
  padding: 0 0 0 40px
}

.policy_content li {
  margin: 0 0 8px
}

.policy_content li:last-child {
  margin-bottom: 0
}

.policy_content ul ul,
.policy_content ol ol,
.policy_content ul ol,
.policy_content ol ul {
  margin: 8px 0 0
}

.policy_content em,
.policy_content i {
  font-style: italic;
  color: #3a3a52
}

.policy_content strong,
.policy_content b {
  font-weight: 600;
  color: #2d2d44
}

.policy_content a {
  color: #254AF0;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy_content a:hover {
  color: #D96070
}

.policy_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 40px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .01em;
  box-shadow: -1px 2px 2px 0 #d960700d;
  border-radius: 8px;
  overflow: hidden
}

.policy_content thead {
  background: linear-gradient(135deg, #254AF0 0%, #D96070 100%)
}

.policy_content thead tr {
  border: none
}

.policy_content thead th {
  color: #FFF;
  font-weight: 600;
  text-align: left;
  padding: 12px 20px;
  border: none
}

.policy_content tbody tr {
  border-bottom: 1px solid #254af014;
  transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy_content tbody tr:last-child {
  border-bottom: none
}

.policy_content tbody tr:hover {
  background-color: #d9607008
}

.policy_content th,
.policy_content td {
  padding: 12px 20px;
  color: #4a4a62
}

.policy_content th {
  font-weight: 600;
  color: #2d2d44
}

.policy_content hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, #254af000 0%, #254af026 50%, #254af000 100%);
  margin: 40px 0
}

.policy_content div {
  margin: 0
}

@media (max-width: 1024px) {
  .policy_content {
    padding: 40px 20px
  }

  .policy_content h1 {
    font-size: 23px;
    margin: 0 0 20px
  }

  .policy_content h2 {
    font-size: 18px;
    margin: 20px 0 12px
  }

  .policy_content table {
    font-size: 15px
  }

  .policy_content th,
  .policy_content td {
    padding: 8px 12px
  }

  .policy_content thead th {
    padding: 8px 12px
  }
}

@media (max-width: 640px) {
  .policy_content {
    padding: 20px 12px
  }

  .policy_content ul,
  .policy_content ol {
    padding: 0 0 0 20px
  }

  .policy_content table {
    display: block;
    overflow-x: auto
  }
}

.learning_program_detail {
  background: #FAFAFA;
  color: #1d1d1d;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0
}

.learning_program_detail .breadcrumb_navigation {
  padding: 20px 20px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.learning_program_detail .breadcrumb_navigation a {
  font-size: 15px;
  color: #6d6d6d;
  text-decoration: none;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program_detail .breadcrumb_navigation a:hover {
  color: #D96070
}

.learning_program_detail .breadcrumb_navigation span {
  font-size: 15px;
  color: #6d6d6d
}

.learning_program_detail .breadcrumb_navigation .current_page {
  color: #1d1d1d;
  font-weight: 600
}

.learning_program_detail .breadcrumb_separator {
  width: 6px;
  height: 6px;
  background: #D96070;
  border-radius: 50%;
  opacity: .4
}

.learning_program_detail .title_section {
  background: linear-gradient(172deg, #254AF0 0%, #254af000 100%);
  padding: 40px 20px;
  position: relative;
  overflow: hidden
}

.learning_program_detail .title_section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #D96070 20%, transparent 40%, #254AF0 60%, transparent 80%, #D96070 100%)
}

.learning_program_detail .title_content_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.learning_program_detail .title_text_area {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.learning_program_detail .category_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: #fffffff2;
  border-radius: 46px;
  font-size: 15px;
  color: #254AF0;
  font-weight: 600;
  align-self: flex-start;
  box-shadow: -1px 2px 2px 0 #254af00d
}

.learning_program_detail .category_badge::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #D96070;
  border-radius: 50%;
  animation: pulse_badge 2.4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes pulse_badge {

  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.3);
    opacity: .7
  }
}

.learning_program_detail .main_heading {
  font-size: 72px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  letter-spacing: -.02em
}

.learning_program_detail .main_heading .punctuation_accent {
  color: #D96070;
  display: inline-block;
  transform: scale(1.2);
  transform-origin: center
}

.learning_program_detail .program_meta_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px
}

.learning_program_detail .meta_card {
  background: #ffffffeb;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: -1px 6px 20px 0 #254af017;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program_detail .meta_card:hover {
  transform: translateY(-4px);
  box-shadow: -1px 8px 40px 0 #254af01a
}

.learning_program_detail .meta_label {
  font-size: 15px;
  color: #6d6d6d;
  line-height: 1.5
}

.learning_program_detail .meta_value {
  font-size: 23px;
  line-height: 1.2;
  color: #1d1d1d;
  font-weight: 700;
  letter-spacing: -.01em
}

.learning_program_detail .meta_value.price_highlight {
  color: #D96070
}

.learning_program_detail .meta_value.seats_urgent {
  color: #D96070
}

.learning_program_detail .featured_image_section {
  padding: 80px 20px;
  background: #fff;
  position: relative
}

.learning_program_detail .featured_image_section::before {
  content: '';
  position: absolute;
  top: 40px;
  right: 40px;
  width: 280px;
  height: 280px;
  border: 2px dashed #d9607026;
  border-radius: 50%;
  pointer-events: none
}

.learning_program_detail .featured_image_section::after {
  content: '';
  position: absolute;
  top: 80px;
  right: 80px;
  width: 200px;
  height: 200px;
  border: 1px solid #254af01f;
  border-radius: 50%;
  pointer-events: none
}

.learning_program_detail .image_container {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 8px 40px 0 #254af01a;
  clip-path: circle(0% at 50% 50%);
  animation: expand_from_center .8s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  animation-delay: .2s
}

@keyframes expand_from_center {
  to {
    clip-path: circle(100% at 50% 50%)
  }
}

.learning_program_detail .program_featured_image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.learning_program_detail .program_stages_section {
  padding: 80px 20px;
  background: linear-gradient(217deg, #d9607014 0%, #254af014 100%);
  position: relative
}

.learning_program_detail .program_stages_section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, #D96070 0px, #D96070 8px, transparent 8px, transparent 12px, #254AF0 12px, #254AF0 14px, transparent 14px, transparent 20px);
  opacity: .4
}

.learning_program_detail .stages_content_wrapper {
  max-width: 1280px;
  margin: 0 auto
}

.learning_program_detail .section_heading_wrapper {
  text-align: center;
  margin-bottom: 40px
}

.learning_program_detail .section_heading {
  display: inline-block;
  font-size: 23px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0;
  padding: 12px 40px;
  background: linear-gradient(103deg, #D96070 0%, #254AF0 100%);
  color: #fff;
  border-radius: 46px;
  letter-spacing: -.01em;
  box-shadow: -1px 6px 20px 0 #d9607017
}

.learning_program_detail .program_content {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: -1px 2px 2px 0 #254af00d
}

.learning_program_detail .program_content h2 {
  font-size: 23px;
  line-height: 1.5;
  color: #1d1d1d;
  margin: 40px 0 20px;
  padding-left: 20px;
  border-left: 4px solid #D96070;
  letter-spacing: -.01em
}

.learning_program_detail .program_content h2:first-child {
  margin-top: 0
}

.learning_program_detail .program_content p {
  font-size: 18px;
  line-height: 1.7;
  color: #2d2d2d;
  margin: 0 0 20px;
  letter-spacing: .01em
}

.learning_program_detail .program_content ol {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
  counter-reset: stage_counter
}

.learning_program_detail .program_content ol li {
  font-size: 18px;
  line-height: 1.7;
  color: #2d2d2d;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
  counter-increment: stage_counter;
  letter-spacing: .01em
}

.learning_program_detail .program_content ol li::before {
  content: counter(stage_counter);
  position: absolute;
  left: 0;
  top: -4px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #D96070 0%, #254AF0 100%);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  box-shadow: -1px 6px 20px 0 #d9607017
}

.learning_program_detail .program_content abbr {
  text-decoration: none;
  border-bottom: 2px dotted #D96070;
  cursor: help
}

.learning_program_detail .program_content em {
  font-style: italic;
  color: #254AF0
}

.learning_program_detail .program_content dl {
  margin: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 20px
}

.learning_program_detail .program_content dt {
  font-size: 18px;
  line-height: 1.7;
  color: #1d1d1d;
  font-weight: 600;
  letter-spacing: .01em
}

.learning_program_detail .program_content dd {
  font-size: 18px;
  line-height: 1.7;
  color: #2d2d2d;
  margin: 0;
  letter-spacing: .01em
}

.learning_program_detail .program_content blockquote {
  margin: 20px 0;
  padding: 20px 20px 20px 80px;
  background: #d960700d;
  border-radius: 8px;
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  color: #2d2d2d;
  letter-spacing: .01em
}

.learning_program_detail .program_content blockquote::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #D96070 0%, #254AF0 100%);
  border-radius: 50%;
  opacity: .3
}

.learning_program_detail .detailed_description_section {
  padding: 80px 20px;
  background: #fff;
  position: relative;
  animation: soft_glow 4s ease-in-out infinite
}

@keyframes soft_glow {

  0%,
  100% {
    background: #fff
  }

  50% {
    background: #fafafa99
  }
}

.learning_program_detail .description_content_wrapper {
  max-width: 1280px;
  margin: 0 auto
}

.learning_program_detail .description_heading_box {
  text-align: center;
  margin-bottom: 40px
}

.learning_program_detail .description_heading {
  display: inline-block;
  font-size: 23px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding: 12px 40px;
  background: linear-gradient(217deg, #254AF0 0%, #D96070 100%);
  border-radius: 46px;
  letter-spacing: -.01em;
  box-shadow: -1px 6px 20px 0 #254af017
}

.learning_program_detail .description_blocks_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px
}

.learning_program_detail .description_block {
  background: linear-gradient(135deg, #d9607008 0%, #254af008 100%);
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #d960701f;
  position: relative;
  overflow: hidden;
  transition: transform .3s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.learning_program_detail .description_block::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #d9607014 50%, transparent 100%);
  transition: right .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program_detail .description_block:hover::before {
  right: 100%
}

.learning_program_detail .description_block:hover {
  transform: translateY(-8px);
  box-shadow: -1px 8px 40px 0 #254af01a
}

.learning_program_detail .description_block h2 {
  font-size: 23px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0 0 20px;
  position: relative;
  letter-spacing: -.01em
}

.learning_program_detail .description_block p {
  font-size: 18px;
  line-height: 1.7;
  color: #2d2d2d;
  margin: 0 0 20px;
  letter-spacing: .01em
}

.learning_program_detail .description_block p:last-child {
  margin-bottom: 0
}

.learning_program_detail .description_block abbr {
  text-decoration: none;
  border-bottom: 2px dotted #254AF0;
  cursor: help
}

.learning_program_detail .description_block strong {
  font-weight: 700;
  color: #D96070
}

.learning_program_detail .description_block ul,
.learning_program_detail .description_block ol {
  margin: 20px 0;
  padding-left: 20px
}

.learning_program_detail .description_block ul li,
.learning_program_detail .description_block ol li {
  font-size: 18px;
  line-height: 1.7;
  color: #2d2d2d;
  margin-bottom: 12px;
  letter-spacing: .01em
}

.learning_program_detail .description_block dl {
  margin: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 20px
}

.learning_program_detail .description_block dt {
  font-size: 18px;
  line-height: 1.7;
  color: #1d1d1d;
  font-weight: 600;
  letter-spacing: .01em
}

.learning_program_detail .description_block dd {
  font-size: 18px;
  line-height: 1.7;
  color: #2d2d2d;
  margin: 0;
  letter-spacing: .01em
}

.learning_program_detail .description_block figure {
  margin: 20px 0;
  padding: 20px;
  background: #254af00a;
  border-radius: 8px
}

.learning_program_detail .description_block figcaption {
  font-size: 15px;
  line-height: 1.5;
  color: #6d6d6d;
  margin-top: 12px;
  font-style: italic;
  letter-spacing: .01em
}

.learning_program_detail .enrollment_action_section {
  padding: 80px 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><rect fill="%23254AF0" opacity="0.03" width="1200" height="400"/></svg>'), linear-gradient(135deg, #FAFAFA 0%, #fff 100%);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  position: relative
}

.learning_program_detail .enrollment_action_section::before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border: 3px solid #d9607014;
  border-radius: 50%;
  pointer-events: none
}

.learning_program_detail .enrollment_action_section::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 120px;
  height: 120px;
  border: 2px dashed #254af01a;
  border-radius: 50%;
  pointer-events: none
}

.learning_program_detail .enrollment_content_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center
}

.learning_program_detail .enrollment_heading {
  font-size: 23px;
  line-height: 1.2;
  color: #1d1d1d;
  margin: 0;
  letter-spacing: -.01em
}

.learning_program_detail .enrollment_description {
  font-size: 18px;
  line-height: 1.7;
  color: #2d2d2d;
  max-width: 720px;
  margin: 0;
  letter-spacing: .01em
}

.learning_program_detail .enrollment_button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, #D96070 0%, #254AF0 100%);
  border: none;
  border-radius: 46px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .01em;
  box-shadow: -1px 6px 20px 0 #d9607017;
  position: relative;
  overflow: hidden;
  transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program_detail .enrollment_button::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #fff3 50%, transparent 100%);
  transition: right .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program_detail .enrollment_button:hover::before {
  right: 100%
}

.learning_program_detail .enrollment_button:hover {
  transform: translateY(-4px);
  box-shadow: -1px 8px 40px 0 #d960701a
}

.learning_program_detail .enrollment_button:active {
  transform: translateY(-2px)
}

.learning_program_detail .enrollment_button:focus {
  outline: 3px solid #d9607066;
  outline-offset: 4px
}

.learning_program_detail .button_icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.learning_program_detail .button_icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor
}

@media (max-width: 1024px) {
  .learning_program_detail .main_heading {
    font-size: 23px
  }

  .learning_program_detail .title_section {
    padding: 40px 20px
  }

  .learning_program_detail .program_meta_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .learning_program_detail .featured_image_section {
    padding: 40px 20px
  }

  .learning_program_detail .featured_image_section::before,
  .learning_program_detail .featured_image_section::after {
    display: none
  }

  .learning_program_detail .program_stages_section {
    padding: 40px 20px
  }

  .learning_program_detail .program_content {
    padding: 20px
  }

  .learning_program_detail .program_content ol li {
    padding-left: 80px
  }

  .learning_program_detail .detailed_description_section {
    padding: 40px 20px
  }

  .learning_program_detail .description_blocks_grid {
    grid-template-columns: 1fr
  }

  .learning_program_detail .description_block {
    padding: 20px
  }

  .learning_program_detail .enrollment_action_section {
    padding: 40px 20px
  }

  .learning_program_detail .enrollment_action_section::before,
  .learning_program_detail .enrollment_action_section::after {
    display: none
  }
}

@media (max-width: 640px) {
  .learning_program_detail .breadcrumb_navigation {
    padding: 12px 12px 8px
  }

  .learning_program_detail .title_section {
    padding: 20px 12px
  }

  .learning_program_detail .title_content_wrapper {
    gap: 20px
  }

  .learning_program_detail .program_meta_grid {
    grid-template-columns: 1fr
  }

  .learning_program_detail .meta_card {
    padding: 12px
  }

  .learning_program_detail .featured_image_section {
    padding: 20px 12px
  }

  .learning_program_detail .program_stages_section {
    padding: 20px 12px
  }

  .learning_program_detail .program_content {
    padding: 12px
  }

  .learning_program_detail .program_content h2 {
    font-size: 18px;
    padding-left: 12px
  }

  .learning_program_detail .program_content ol li {
    padding-left: 72px;
    font-size: 15px
  }

  .learning_program_detail .program_content ol li::before {
    width: 52px;
    height: 52px;
    font-size: 18px
  }

  .learning_program_detail .program_content p,
  .learning_program_detail .program_content dt,
  .learning_program_detail .program_content dd,
  .learning_program_detail .program_content blockquote {
    font-size: 15px
  }

  .learning_program_detail .detailed_description_section {
    padding: 20px 12px
  }

  .learning_program_detail .description_blocks_grid {
    gap: 12px
  }

  .learning_program_detail .description_block {
    padding: 12px
  }

  .learning_program_detail .description_block h2 {
    font-size: 18px
  }

  .learning_program_detail .description_block p,
  .learning_program_detail .description_block ul li,
  .learning_program_detail .description_block ol li,
  .learning_program_detail .description_block dt,
  .learning_program_detail .description_block dd {
    font-size: 15px
  }

  .learning_program_detail .enrollment_action_section {
    padding: 20px 12px
  }

  .learning_program_detail .enrollment_heading {
    font-size: 18px
  }

  .learning_program_detail .enrollment_description {
    font-size: 15px
  }

  .learning_program_detail .enrollment_button {
    padding: 12px 20px;
    font-size: 15px
  }
}

@media (max-width: 360px) {
  .learning_program_detail .main_heading {
    font-size: 18px
  }

  .learning_program_detail .section_heading,
  .learning_program_detail .description_heading {
    font-size: 18px;
    padding: 8px 20px
  }
}

.opening {
  background: #FAFAFA;
  overflow-x: clip
}

.opening .banner_zone {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative
}

.opening .banner_image_holder {
  width: 280px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.opening .banner_image_holder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(127deg, #d9607026, #254af026);
  z-index: 1;
  pointer-events: none
}

.opening .banner_image_holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.opening .banner_text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 2
}

.opening .banner_label {
  font-size: 15px;
  line-height: 1.5;
  color: #254AF0;
  letter-spacing: .5px;
  text-transform: uppercase
}

.opening .banner_primary_heading {
  font-size: 72px;
  line-height: 1.2;
  color: #1a0a0f;
  letter-spacing: -1.5px;
  margin: 0
}

.opening .banner_description {
  font-size: 18px;
  line-height: 1.7;
  color: #3d2a31;
  letter-spacing: .2px;
  max-width: 720px
}

.opening .banner_zone::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -60px;
  width: 400px;
  height: 400px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><path d="M50,200 Q150,100 250,200 T450,200" fill="none" stroke="#d9607014" stroke-width="2"/><path d="M30,250 Q130,150 230,250 T430,250" fill="none" stroke="#254af014" stroke-width="2"/><path d="M70,150 Q170,50 270,150 T470,150" fill="none" stroke="#d960700f" stroke-width="2"/></svg>') no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 0
}

@media (max-width: 1024px) {
  .opening .banner_zone {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 20px
  }

  .opening .banner_image_holder {
    width: 100%;
    height: 280px;
    margin: 0 auto
  }

  .opening .banner_primary_heading {
    font-size: 48px
  }
}

@media (max-width: 640px) {
  .opening .banner_primary_heading {
    font-size: 36px;
    letter-spacing: -1px
  }

  .opening .banner_description {
    font-size: 15px
  }

  .opening .banner_zone::before {
    display: none
  }
}

.opening .lasting_impact_section {
  background: linear-gradient(173deg, #fff, #f8f5f6);
  padding: 80px 20px;
  position: relative
}

.opening .lasting_impact_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: radial-gradient(circle at 20px 0, transparent 20px, #FAFAFA 20px, #FAFAFA 40px, transparent 40px);
  background-size: 80px 40px;
  background-repeat: repeat-x
}

.opening .lasting_impact_wrapper {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start
}

.opening .lasting_impact_content {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.opening .lasting_impact_heading {
  font-size: 23px;
  line-height: 1.5;
  color: #1a0a0f;
  letter-spacing: -.3px;
  margin: 0;
  display: inline-block;
  background: linear-gradient(97deg, #d960701f, #254af01f);
  padding: 8px 20px;
  border-radius: 2px
}

.opening .lasting_impact_text {
  font-size: 18px;
  line-height: 1.7;
  color: #3d2a31;
  letter-spacing: .2px;
  margin: 0
}

.opening .lasting_impact_visual_column {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.opening .lasting_impact_card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: -1px 2px 2px 0 #d960700d -1px 6px 20px 0 #d9607017;
  transition: transform .27s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opening .lasting_impact_card:hover {
  transform: translateY(-4px)
}

.opening .lasting_impact_card_label {
  font-size: 15px;
  line-height: 1.5;
  color: #D96070;
  letter-spacing: .4px;
  margin: 0 0 8px;
  font-weight: 600
}

.opening .lasting_impact_card_value {
  font-size: 23px;
  line-height: 1.2;
  color: #1a0a0f;
  letter-spacing: -.5px;
  margin: 0
}

@media (max-width: 1024px) {
  .opening .lasting_impact_wrapper {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 640px) {
  .opening .lasting_impact_section {
    padding: 40px 20px
  }

  .opening .lasting_impact_heading {
    font-size: 18px
  }

  .opening .lasting_impact_text {
    font-size: 15px
  }
}

.opening .practical_outcomes_section {
  background: #fff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.opening .practical_outcomes_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #d9607008 1px, transparent 1px), radial-gradient(circle, #254af008 1px, transparent 1px);
  background-size: 40px 40px, 60px 60px;
  background-position: 0 0, 20px 20px;
  pointer-events: none
}

.opening .practical_outcomes_container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.opening .practical_outcomes_header {
  text-align: center;
  margin-bottom: 80px
}

.opening .practical_outcomes_title {
  font-size: 23px;
  line-height: 1.5;
  color: #1a0a0f;
  letter-spacing: -.3px;
  margin: 0;
  display: inline-block;
  background: linear-gradient(84deg, #254af01f, #d960701f);
  padding: 8px 20px;
  border-radius: 2px
}

.opening .practical_outcomes_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.opening .practical_outcome_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative
}

.opening .practical_outcome_image_wrapper {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.opening .practical_outcome_image_wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #1a0a0f00;
  transition: background .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.opening .practical_outcome_item:hover .practical_outcome_image_wrapper {
  transform: scale(1.03)
}

.opening .practical_outcome_item:hover .practical_outcome_image_wrapper::after {
  background: #1a0a0f66
}

.opening .practical_outcome_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.opening .practical_outcome_label {
  font-size: 18px;
  line-height: 1.5;
  color: #1a0a0f;
  letter-spacing: -.2px;
  margin: 0;
  font-weight: 600
}

.opening .practical_outcome_description {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2a31;
  letter-spacing: .1px;
  margin: 0
}

.opening .practical_outcomes_connector {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none
}

.opening .practical_outcomes_connector svg {
  width: 100%;
  height: 200px;
  position: absolute;
  top: -100px;
  left: 0
}

.opening .connector_path {
  stroke: #d9607033;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: draw_connection 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

@keyframes draw_connection {
  to {
    stroke-dashoffset: 0
  }
}

@media (max-width: 1024px) {
  .opening .practical_outcomes_grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .opening .practical_outcomes_connector {
    display: none
  }
}

@media (max-width: 640px) {
  .opening .practical_outcomes_section {
    padding: 40px 20px
  }

  .opening .practical_outcomes_header {
    margin-bottom: 40px
  }

  .opening .practical_outcomes_title {
    font-size: 18px
  }

  .opening .practical_outcome_image_wrapper {
    height: 200px
  }
}

.opening .graduation_reality_section {
  background: #fefefe;
  padding: 80px 20px;
  position: relative
}

.opening .graduation_reality_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: radial-gradient(circle at 20px 40px, transparent 20px, #fff 20px, #fff 40px, transparent 40px);
  background-size: 80px 40px;
  background-repeat: repeat-x
}

.opening .graduation_reality_container {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: center
}

.opening .graduation_reality_visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative
}

.opening .graduation_reality_image_primary {
  width: 100%;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 6px 20px 0 #254af017;
  position: relative
}

.opening .graduation_reality_image_primary::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #d960704d 50%, #d960704d 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  pointer-events: none;
  z-index: 1
}

.opening .graduation_reality_image_primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.opening .graduation_reality_image_secondary {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 2px 2px 0 #254af00d;
  position: relative
}

.opening .graduation_reality_image_secondary::after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #254af04d 0%, #254af04d 50%, transparent 50%, transparent 100%);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  pointer-events: none;
  z-index: 1
}

.opening .graduation_reality_image_secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.opening .graduation_reality_content {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.opening .graduation_reality_heading {
  font-size: 23px;
  line-height: 1.5;
  color: #1a0a0f;
  letter-spacing: -.3px;
  margin: 0;
  display: inline-block;
  background: linear-gradient(112deg, #254af01f, #d960701f);
  padding: 8px 20px;
  border-radius: 2px;
  align-self: flex-start
}

.opening .graduation_reality_text {
  font-size: 18px;
  line-height: 1.7;
  color: #3d2a31;
  letter-spacing: .2px;
  margin: 0
}

.opening .graduation_reality_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0
}

.opening .graduation_reality_list_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #3d2a31;
  letter-spacing: .1px
}

.opening .graduation_reality_list_item::before {
  content: '';
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #D96070, #254AF0);
  border-radius: 46px;
  flex-shrink: 0;
  margin-top: 8px;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opening .graduation_reality_list_item:hover::before {
  transform: scale(1.4)
}

.opening .graduation_reality_expandable_trigger {
  background: linear-gradient(to right, #d9607000 0%, #d9607014 100%);
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #1a0a0f;
  letter-spacing: .2px;
  cursor: pointer;
  text-align: left;
  transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  position: relative;
  overflow: hidden;
  margin-top: 12px
}

.opening .graduation_reality_expandable_trigger::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #254af014, #d960701f);
  transition: right .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0
}

.opening .graduation_reality_expandable_trigger:hover::before {
  right: 0
}

.opening .graduation_reality_expandable_trigger:hover {
  transform: translateX(4px)
}

.opening .graduation_reality_expandable_trigger:focus {
  outline: 2px solid #D96070;
  outline-offset: 2px
}

.opening .graduation_reality_expandable_trigger span {
  position: relative;
  z-index: 1
}

.opening .graduation_reality_expandable_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opening .graduation_reality_expandable_trigger:focus+.opening .graduation_reality_expandable_content,
.opening .graduation_reality_expandable_trigger:active+.opening .graduation_reality_expandable_content {
  max-height: 500px
}

.opening .graduation_reality_expandable_inner {
  padding: 20px 20px 0
}

.opening .graduation_reality_expandable_text {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2a31;
  letter-spacing: .1px;
  margin: 0
}

@media (max-width: 1024px) {
  .opening .graduation_reality_container {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .opening .graduation_reality_visual {
    order: 2
  }

  .opening .graduation_reality_content {
    order: 1
  }
}

@media (max-width: 640px) {
  .opening .graduation_reality_section {
    padding: 40px 20px
  }

  .opening .graduation_reality_heading {
    font-size: 18px
  }

  .opening .graduation_reality_text {
    font-size: 15px
  }

  .opening .graduation_reality_image_primary {
    height: 280px
  }

  .opening .graduation_reality_image_secondary {
    height: 160px
  }
}

.vision_page {
  background: linear-gradient(117deg, #FAFAFA 0%, #fff 100%);
  position: relative;
  overflow-x: clip
}

.vision_page::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, #d9607008 0%, transparent 50%), radial-gradient(circle at 80% 70%, #254af008 0%, transparent 50%);
  pointer-events: none;
  z-index: 0
}

.vision_page * {
  box-sizing: border-box
}

.vision_page .top_banner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1
}

.vision_page .top_banner::before {
  content: '';
  position: absolute;
  top: 12%;
  right: 8%;
  width: 340px;
  height: 340px;
  border: 2px solid #d9607014;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1
}

.vision_page .top_banner::after {
  content: '';
  position: absolute;
  bottom: 18%;
  left: 6%;
  width: 240px;
  height: 240px;
  border: 2px solid #254af00f;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1
}

.vision_page .text_column {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.vision_page .text_column h1 {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0;
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.vision_page .text_column p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  margin: 0;
  color: #2a2a2a
}

.vision_page .image_column {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: -1px 8px 40px 0 #d960701a
}

.vision_page .image_column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7);
  transform: scale(1);
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.vision_page .image_column:hover img {
  transform: scale(1.08)
}

.vision_page .strategy_framework {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
  z-index: 1
}

.vision_page .strategy_framework::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa99;
  border-radius: 8px;
  pointer-events: none;
  z-index: -1
}

.vision_page .strategy_header {
  text-align: center;
  margin-bottom: 40px
}

.vision_page .strategy_header h2 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 12px;
  display: inline-block;
  background: linear-gradient(117deg, #254AF0 0%, #D96070 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 46px
}

.vision_page .strategy_grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start
}

.vision_page .timeline_visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 80px
}

.vision_page .funnel_stage {
  background: #fff;
  border-radius: 2px;
  padding: 20px;
  box-shadow: -1px 2px 2px 0 #254af00d;
  position: relative;
  transition: all .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.vision_page .funnel_stage:hover {
  box-shadow: -1px 6px 20px 0 #254af017;
  transform: translateX(8px)
}

.vision_page .funnel_stage::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #D96070 0%, #254AF0 100%);
  border-radius: 2px
}

.vision_page .funnel_stage:nth-child(1) {
  width: 100%
}

.vision_page .funnel_stage:nth-child(2) {
  width: 85%;
  margin-left: auto
}

.vision_page .funnel_stage:nth-child(3) {
  width: 70%;
  margin-left: auto
}

.vision_page .funnel_stage:nth-child(4) {
  width: 55%;
  margin-left: auto
}

.vision_page .stage_label {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .02em;
  margin: 0;
  color: #3a3a3a;
  font-weight: 600
}

.vision_page .content_column {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.vision_page .narrative_block {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: -1px 6px 20px 0 #d9607017;
  position: relative;
  overflow: hidden
}

.vision_page .narrative_block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #d960700a 0%, #254af00a 100%);
  transition: width .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none
}

.vision_page .narrative_block:hover::before {
  width: 100%
}

.vision_page .narrative_block h3 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 20px;
  color: #1a1a1a;
  position: relative;
  z-index: 1
}

.vision_page .narrative_block p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  margin: 0 0 20px;
  color: #3a3a3a;
  position: relative;
  z-index: 1
}

.vision_page .narrative_block p:last-child {
  margin-bottom: 0
}

.vision_page .depth_element {
  display: inline-block;
  padding: 4px 12px;
  background: #FAFAFA;
  border-radius: 46px;
  box-shadow: inset -1px 2px 3px 0 #254af014;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #254AF0;
  transition: all .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.vision_page .depth_element:hover {
  box-shadow: inset -1px 3px 4px 0 #254af01f;
  transform: scale(1.05)
}

.vision_page .metric_showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px
}

.vision_page .metric_card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: -1px 2px 2px 0 #d960700d;
  transition: all .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.vision_page .metric_card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, transparent 0%, #d960700f 100%);
  transition: height .28s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none
}

.vision_page .metric_card:hover {
  transform: translateY(-4px);
  box-shadow: -1px 8px 40px 0 #d960701a
}

.vision_page .metric_card:hover::after {
  height: 100%
}

.vision_page .metric_number {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 8px;
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.vision_page .metric_label {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .02em;
  margin: 0;
  color: #4a4a4a;
  position: relative;
  z-index: 1
}

.vision_page .divider_accent {
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #D96070 50%, transparent 100%);
  margin: 40px auto;
  position: relative
}

.vision_page .divider_accent::before,
.vision_page .divider_accent::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #D96070;
  border-radius: 50%
}

.vision_page .divider_accent::before {
  left: 0
}

.vision_page .divider_accent::after {
  right: 0
}

.vision_page .shake_trigger {
  animation: none
}

.vision_page .shake_trigger:invalid:focus {
  animation: shake_motion .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

@keyframes shake_motion {

  0%,
  100% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-8px)
  }

  75% {
    transform: translateX(8px)
  }
}

@keyframes zoom_scroll {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.12)
  }
}

@media (max-width: 1024px) {
  .vision_page .top_banner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px
  }

  .vision_page .image_column {
    height: 420px;
    order: -1
  }

  .vision_page .text_column h1 {
    font-size: 23px
  }

  .vision_page .text_column p {
    font-size: 15px
  }

  .vision_page .strategy_grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .vision_page .timeline_visual {
    position: static;
    flex-direction: row;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px
  }

  .vision_page .funnel_stage {
    min-width: 180px;
    flex-shrink: 0
  }

  .vision_page .funnel_stage:nth-child(1),
  .vision_page .funnel_stage:nth-child(2),
  .vision_page .funnel_stage:nth-child(3),
  .vision_page .funnel_stage:nth-child(4) {
    width: 180px;
    margin-left: 0
  }

  .vision_page .metric_showcase {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .vision_page .strategy_framework {
    padding: 40px 20px
  }

  .vision_page .narrative_block {
    padding: 20px
  }

  .vision_page .narrative_block h3 {
    font-size: 18px
  }

  .vision_page .narrative_block p {
    font-size: 15px
  }

  .vision_page .metric_number {
    font-size: 23px
  }

  .vision_page .strategy_header h2 {
    font-size: 18px
  }
}

@media (max-width: 640px) {
  .vision_page .top_banner {
    padding: 40px 12px;
    gap: 20px
  }

  .vision_page .image_column {
    height: 320px
  }

  .vision_page .strategy_framework {
    padding: 40px 12px
  }

  .vision_page .narrative_block {
    padding: 20px 12px
  }

  .vision_page .metric_showcase {
    gap: 8px
  }
}

@media (max-width: 360px) {
  .vision_page .top_banner {
    padding: 20px 8px
  }

  .vision_page .strategy_framework {
    padding: 20px 8px
  }
}

.reach_out_page {
  background: linear-gradient(157deg, #FAFAFA 0%, #fff 100%);
  min-height: 100vh;
  padding: 0;
  margin: 0
}

.reach_out_page .opening_visual {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
  overflow: visible
}

.reach_out_page .opening_visual_inner {
  background: radial-gradient(circle at center, #d9607026 0%, #254af014 45%, transparent 70%);
  border-radius: 46px;
  padding: 80px 40px;
  position: relative;
  overflow: hidden
}

.reach_out_page .abstract_curves {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: .4;
  z-index: 1
}

.reach_out_page .curve_line {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 2px solid #D96070;
  border-radius: 46px;
  transform: rotate(25deg)
}

.reach_out_page .curve_line.first {
  top: -120px;
  right: -80px;
  animation: float_curve_one 8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

.reach_out_page .curve_line.second {
  bottom: -100px;
  left: -60px;
  border-color: #254AF0;
  animation: float_curve_two 9s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite
}

@keyframes float_curve_one {

  0%,
  100% {
    transform: rotate(25deg) translateY(0)
  }

  50% {
    transform: rotate(35deg) translateY(-20px)
  }
}

@keyframes float_curve_two {

  0%,
  100% {
    transform: rotate(-15deg) translateY(0)
  }

  50% {
    transform: rotate(-25deg) translateY(15px)
  }
}

.reach_out_page .opening_content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 880px;
  margin: 0 auto
}

.reach_out_page .opening_content h1 {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  color: #1d1d1d
}

.reach_out_page .opening_content .description_text {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3d3d3d;
  margin: 0 0 40px
}

.reach_out_page .opening_links {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.reach_out_page .opening_links a {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .02em;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 46px;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.reach_out_page .opening_links a.primary_action {
  background: linear-gradient(157deg, #D96070 0%, #254AF0 100%);
  color: #fff;
  box-shadow: -1px 6px 20px 0 #d9607017
}

.reach_out_page .opening_links a.primary_action::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(157deg, #254AF0 0%, #D96070 100%);
  transition: right .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: -1
}

.reach_out_page .opening_links a.primary_action:hover::before {
  right: 0
}

.reach_out_page .opening_links a.primary_action:hover {
  transform: translateY(-2px);
  box-shadow: -1px 8px 40px 0 #d960701a
}

.reach_out_page .opening_links a.secondary_action {
  background: #fff;
  color: #254AF0;
  border: 2px solid #254AF0;
  box-shadow: -1px 2px 2px 0 #254af00d
}

.reach_out_page .opening_links a.secondary_action::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #254AF0;
  transition: right .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: -1
}

.reach_out_page .opening_links a.secondary_action:hover::before {
  right: 0
}

.reach_out_page .opening_links a.secondary_action:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: -1px 6px 20px 0 #254af017
}

.reach_out_page .opening_image_wrapper {
  margin: 40px auto 0;
  max-width: 720px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 8px 40px 0 #d960701a
}

.reach_out_page .opening_image_wrapper img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%) contrast(1.3);
  opacity: .92
}

.reach_out_page .opening_image_wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, #d9607040, transparent);
  pointer-events: none
}

.reach_out_page .submission_form_area {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start
}

.reach_out_page .sidebar_details {
  background: linear-gradient(157deg, #254AF0 0%, #D96070 100%);
  border-radius: 46px;
  padding: 40px;
  box-shadow: -1px 8px 40px 0 #254af01a;
  position: sticky;
  top: 20px
}

.reach_out_page .sidebar_details h2 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 20px;
  background: #ffffff26;
  padding: 8px 20px;
  border-radius: 8px;
  display: inline-block
}

.reach_out_page .sidebar_details .info_item {
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 32px
}

.reach_out_page .sidebar_details .info_item:last-child {
  margin: 0
}

.reach_out_page .sidebar_details .info_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 46px;
  opacity: .9
}

.reach_out_page .sidebar_details .info_label {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .03em;
  color: #ffffffd9;
  margin: 0 0 4px;
  text-transform: uppercase
}

.reach_out_page .sidebar_details .info_value {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #fff;
  margin: 0
}

.reach_out_page .sidebar_details .info_value a {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.reach_out_page .sidebar_details .info_value a:hover {
  opacity: .8
}

.reach_out_page .main_form_container {
  background: #fff;
  border-radius: 46px;
  padding: 40px;
  box-shadow: -1px 6px 20px 0 #d9607017
}

.reach_out_page .main_form_container h2 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1d1d1d;
  margin: 0 0 12px;
  background: linear-gradient(157deg, #D96070 0%, #254AF0 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  display: inline-block
}

.reach_out_page .main_form_container .form_description {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3d3d3d;
  margin: 0 0 40px
}

.reach_out_page .submission_form {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.reach_out_page .field_group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.reach_out_page .field_group label {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #1d1d1d;
  font-weight: 600
}

.reach_out_page .field_group input[type="text"],
.reach_out_page .field_group input[type="email"],
.reach_out_page .field_group textarea,
.reach_out_page .field_group select {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  padding: 12px 20px;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  color: #1d1d1d;
  transition: border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: inset 0 2px 4px #d9607008
}

.reach_out_page .field_group input[type="text"]:focus,
.reach_out_page .field_group input[type="email"]:focus,
.reach_out_page .field_group textarea:focus,
.reach_out_page .field_group select:focus {
  outline: none;
  border-color: #D96070;
  box-shadow: inset 0 2px 4px #d9607014 0 0 0 3px #d9607026
}

.reach_out_page .field_group textarea {
  min-height: 140px;
  resize: vertical
}

.reach_out_page .field_group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231d1d1d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 44px;
  cursor: pointer
}

.reach_out_page .urgency_selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.reach_out_page .urgency_option {
  position: relative
}

.reach_out_page .urgency_option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.reach_out_page .urgency_option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: all .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-align: center;
  min-height: 100px
}

.reach_out_page .urgency_option input[type="radio"]:checked+label {
  border-color: #D96070;
  background: linear-gradient(157deg, #d9607014 0%, #254af00d 100%);
  transform: scale(1.02);
  box-shadow: -1px 6px 20px 0 #d9607017
}

.reach_out_page .urgency_option label .urgency_label {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #1d1d1d;
  font-weight: 600;
  margin: 0 0 4px
}

.reach_out_page .urgency_option label .urgency_hint {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #5d5d5d;
  margin: 0
}

.reach_out_page .privacy_consent {
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 20px;
  background: #FAFAFA;
  border-radius: 8px
}

.reach_out_page .privacy_consent input[type="checkbox"] {
  margin: 4px 0 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #D96070
}

.reach_out_page .privacy_consent label {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3d3d3d;
  cursor: pointer
}

.reach_out_page .privacy_consent label a {
  color: #254AF0;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.reach_out_page .privacy_consent label a:hover {
  color: #D96070
}

.reach_out_page .submit_button {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .02em;
  padding: 12px 40px;
  border: none;
  border-radius: 46px;
  background: linear-gradient(157deg, #D96070 0%, #254AF0 100%);
  color: #fff;
  cursor: pointer;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: -1px 6px 20px 0 #d9607017;
  position: relative;
  overflow: hidden;
  align-self: flex-start
}

.reach_out_page .submit_button::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(157deg, #254AF0 0%, #D96070 100%);
  transition: right .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: -1
}

.reach_out_page .submit_button:hover::before {
  right: 0
}

.reach_out_page .submit_button:hover {
  transform: translateY(-2px);
  box-shadow: -1px 8px 40px 0 #d960701a
}

.reach_out_page .submit_button:active {
  transform: translateY(0)
}

.reach_out_page .metrics_display {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.reach_out_page .metrics_background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #254af01f 0%, transparent 70%);
  border-radius: 46px;
  transform: translate(-50%, -50%);
  animation: pulse_expand 6s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
  pointer-events: none
}

@keyframes pulse_expand {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }

  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: .7
  }
}

.reach_out_page .metrics_content {
  position: relative;
  z-index: 2;
  text-align: center
}

.reach_out_page .metrics_content h2 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1d1d1d;
  margin: 0 0 12px;
  background: linear-gradient(157deg, #D96070 0%, #254AF0 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  display: inline-block
}

.reach_out_page .metrics_content .metrics_intro {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3d3d3d;
  margin: 0 auto 40px;
  max-width: 720px
}

.reach_out_page .metrics_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto
}

.reach_out_page .metric_card {
  background: #fff;
  border-radius: 8px;
  padding: 40px 20px;
  box-shadow: -1px 6px 20px 0 #d9607017;
  transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.reach_out_page .metric_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(157deg, #D96070 0%, #254AF0 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.reach_out_page .metric_card:hover::before {
  transform: scaleX(1)
}

.reach_out_page .metric_card:hover {
  transform: translateY(-8px);
  box-shadow: -1px 8px 40px 0 #254af01a
}

.reach_out_page .metric_number {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.02em;
  background: linear-gradient(157deg, #D96070 0%, #254AF0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 12px
}

.reach_out_page .metric_label {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #1d1d1d;
  margin: 0 0 8px;
  font-weight: 600
}

.reach_out_page .metric_description {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #5d5d5d;
  margin: 0
}

.reach_out_page .spiral_decoration {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 120px;
  height: 120px;
  opacity: .15;
  pointer-events: none
}

.reach_out_page .spiral_decoration svg {
  width: 100%;
  height: 100%
}

@media (max-width: 1024px) {
  .reach_out_page .opening_visual {
    padding: 40px 20px
  }

  .reach_out_page .opening_visual_inner {
    padding: 40px 20px
  }

  .reach_out_page .opening_content h1 {
    font-size: 23px
  }

  .reach_out_page .opening_content .description_text {
    font-size: 18px
  }

  .reach_out_page .submission_form_area {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px
  }

  .reach_out_page .sidebar_details {
    position: static
  }

  .reach_out_page .metrics_grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .reach_out_page .metrics_display {
    padding: 40px 20px
  }

  .reach_out_page .urgency_selector {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .reach_out_page .opening_links {
    flex-direction: column;
    width: 100%
  }

  .reach_out_page .opening_links a {
    width: 100%;
    text-align: center
  }

  .reach_out_page .curve_line {
    width: 200px;
    height: 200px
  }

  .reach_out_page .metric_number {
    font-size: 23px
  }
}

.about_us_page {
  background: #FFF;
  color: #1A1A1A;
  overflow-x: clip
}

.about_us_page .leading_visual_wrapper {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.about_us_page .text_container {
  position: relative;
  z-index: 2
}

.about_us_page .corner_bracket_top {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 40px;
  height: 40px;
  border-top: 4px solid #D96070;
  border-left: 4px solid #D96070;
  z-index: 1
}

.about_us_page .corner_bracket_bottom {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 40px;
  height: 40px;
  border-bottom: 4px solid #254AF0;
  border-right: 4px solid #254AF0;
  z-index: 1
}

.about_us_page .problem_statement {
  font-size: 23px;
  line-height: 1.5;
  color: #3A3A3A;
  margin: 0 0 20px;
  font-weight: 600
}

.about_us_page .solution_statement {
  font-size: 18px;
  line-height: 1.7;
  color: #4A4A4A;
  margin: 0
}

.about_us_page .image_container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: -1px 8px 40px 0 #d960701a
}

.about_us_page .image_container img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
  transition: filter .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.about_us_page .image_container img:hover {
  filter: brightness(0.95);
  transform: scale(1.05)
}

.about_us_page .image_container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(to bottom, transparent, #254af066);
  pointer-events: none
}

.about_us_page .punctuation_decorator {
  position: absolute;
  top: 40px;
  right: -60px;
  font-size: 320px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #d9607026;
  font-weight: 700;
  pointer-events: none;
  z-index: 0
}

.about_us_page .divider_band {
  width: 100%;
  height: 8px;
  background: linear-gradient(117deg, #D96070, #254AF0)
}

.about_us_page .story_grid_section {
  position: relative;
  background: linear-gradient(134deg, #fafafaf2, #d9607014);
  padding: 80px 20px
}

.about_us_page .story_grid_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(./graphics_folder/test11_final.jpg);
  background-size: cover;
  background-position: center;
  opacity: .06;
  pointer-events: none;
  z-index: 0
}

.about_us_page .story_grid_section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(134deg, #d9607026, #254af01f);
  pointer-events: none;
  z-index: 1
}

.about_us_page .story_grid_container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto
}

.about_us_page .story_header {
  text-align: center;
  margin: 0 0 40px
}

.about_us_page .story_header h2 {
  display: inline-block;
  font-size: 23px;
  line-height: 1.2;
  color: #2A2A2A;
  margin: 0;
  padding: 12px 40px;
  background: linear-gradient(117deg, #d9607040, #254af040);
  border-radius: 46px;
  font-weight: 600;
  letter-spacing: -.02em
}

.about_us_page .story_columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative
}

.about_us_page .story_columns::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #d960704d, #254af04d);
  transform: translateX(-50%)
}

.about_us_page .column_content {
  padding: 20px
}

.about_us_page .column_content h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #2A2A2A;
  margin: 0 0 12px;
  font-weight: 600;
  letter-spacing: -.01em
}

.about_us_page .column_content p {
  font-size: 15px;
  line-height: 1.7;
  color: #4A4A4A;
  margin: 0 0 20px
}

.about_us_page .column_content p:last-child {
  margin: 0
}

.about_us_page .code_comparison_wrapper {
  margin: 40px 0 0;
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 6px 20px 0 #254af017
}

.about_us_page .code_comparison {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.about_us_page .code_panel {
  padding: 20px;
  position: relative
}

.about_us_page .code_panel.before_state {
  background: #F5F5F5;
  border-right: 2px solid #d9607033
}

.about_us_page .code_panel.after_state {
  background: #FAFAFA
}

.about_us_page .code_label {
  font-size: 15px;
  line-height: 1.5;
  color: #6A6A6A;
  margin: 0 0 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em
}

.about_us_page .code_block {
  font-family: 'Courier New', monospace;
  font-size: 15px;
  line-height: 1.7;
  color: #2A2A2A;
  background: #FFF;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid #254af01a;
  overflow-x: auto
}

.about_us_page .code_block pre {
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word
}

.about_us_page .animated_metrics_section {
  padding: 80px 20px;
  background: #FFF
}

.about_us_page .animated_metrics_container {
  max-width: 1320px;
  margin: 0 auto
}

.about_us_page .metrics_header {
  text-align: left;
  margin: 0 0 40px
}

.about_us_page .metrics_header h2 {
  font-size: 23px;
  line-height: 1.2;
  color: #2A2A2A;
  margin: 0 0 20px;
  font-weight: 600;
  letter-spacing: -.02em
}

.about_us_page .metrics_header p {
  font-size: 18px;
  line-height: 1.7;
  color: #4A4A4A;
  margin: 0
}

.about_us_page .metrics_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.about_us_page .metric_card {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 2px 2px 0 #d960700d;
  transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation: slide_up .32s cubic-bezier(0.34, 1.56, 0.64, 1) backwards
}

.about_us_page .metric_card:nth-child(1) {
  background: linear-gradient(134deg, #d9607014, #fafafaf2);
  animation-delay: .1s
}

.about_us_page .metric_card:nth-child(2) {
  background: linear-gradient(134deg, #254af014, #fafafaf2);
  animation-delay: .2s
}

.about_us_page .metric_card:nth-child(3) {
  background: linear-gradient(134deg, #d960700d, #254af00d);
  animation-delay: .3s
}

.about_us_page .metric_card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: -1px 8px 40px 0 #254af01a
}

@keyframes slide_up {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.about_us_page .stat_shape {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.about_us_page .metric_card:nth-child(1) .stat_shape {
  border: 4px solid #D96070;
  border-radius: 50%
}

.about_us_page .metric_card:nth-child(2) .stat_shape {
  border: 4px solid #254AF0;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

.about_us_page .metric_card:nth-child(3) .stat_shape {
  border: 4px solid #D96070;
  border-radius: 2px
}

.about_us_page .stat_number {
  font-size: 72px;
  line-height: 1.2;
  color: #2A2A2A;
  font-weight: 700;
  letter-spacing: -.03em
}

.about_us_page .stat_label {
  font-size: 15px;
  line-height: 1.5;
  color: #4A4A4A;
  margin: 0;
  font-weight: 600
}

.about_us_page .team_showcase_section {
  padding: 80px 20px;
  background: linear-gradient(117deg, #FAFAFA, #FFF)
}

.about_us_page .team_showcase_container {
  max-width: 1320px;
  margin: 0 auto
}

.about_us_page .team_header {
  margin: 0 0 40px
}

.about_us_page .team_header h2 {
  display: inline-block;
  font-size: 23px;
  line-height: 1.2;
  color: #2A2A2A;
  margin: 0 0 20px;
  padding: 12px 40px;
  background: #254af01f;
  border-radius: 46px;
  font-weight: 600;
  letter-spacing: -.02em
}

.about_us_page .team_header p {
  font-size: 18px;
  line-height: 1.7;
  color: #4A4A4A;
  margin: 0;
  max-width: 840px
}

.about_us_page .team_profiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.about_us_page .profile_card {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 6px 20px 0 #d9607017;
  transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.about_us_page .profile_card:hover {
  transform: translateY(-4px);
  box-shadow: -1px 8px 40px 0 #254af01a
}

.about_us_page .profile_image_wrapper {
  position: relative;
  overflow: hidden;
  height: 320px
}

.about_us_page .profile_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about_us_page .profile_card:hover .profile_image_wrapper img {
  transform: scale(1.08)
}

.about_us_page .profile_info {
  padding: 20px
}

.about_us_page .profile_info h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #2A2A2A;
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: -.01em
}

.about_us_page .profile_role {
  font-size: 15px;
  line-height: 1.5;
  color: #6A6A6A;
  margin: 0 0 12px;
  font-weight: 500
}

.about_us_page .profile_bio {
  font-size: 15px;
  line-height: 1.7;
  color: #4A4A4A;
  margin: 0
}

@media (max-width: 1024px) {
  .about_us_page .leading_visual_wrapper {
    grid-template-columns: 1fr;
    padding: 40px 20px
  }

  .about_us_page .punctuation_decorator {
    font-size: 200px;
    right: -40px
  }

  .about_us_page .story_columns {
    grid-template-columns: 1fr
  }

  .about_us_page .story_columns::before {
    display: none
  }

  .about_us_page .code_comparison {
    grid-template-columns: 1fr
  }

  .about_us_page .code_panel.before_state {
    border-right: none;
    border-bottom: 2px solid #d9607033
  }

  .about_us_page .metrics_grid {
    grid-template-columns: 1fr
  }

  .about_us_page .team_profiles {
    grid-template-columns: 1fr
  }

  .about_us_page .story_grid_section {
    padding: 40px 20px
  }

  .about_us_page .animated_metrics_section {
    padding: 40px 20px
  }

  .about_us_page .team_showcase_section {
    padding: 40px 20px
  }
}

@media (max-width: 640px) {
  .about_us_page .leading_visual_wrapper {
    padding: 40px 12px;
    gap: 20px
  }

  .about_us_page .problem_statement {
    font-size: 18px;
    margin: 0 0 12px
  }

  .about_us_page .solution_statement {
    font-size: 15px
  }

  .about_us_page .image_container img {
    height: 280px
  }

  .about_us_page .punctuation_decorator {
    font-size: 120px;
    top: 20px;
    right: -20px
  }

  .about_us_page .story_grid_section {
    padding: 40px 12px
  }

  .about_us_page .story_header h2 {
    font-size: 18px;
    padding: 8px 20px
  }

  .about_us_page .column_content {
    padding: 12px
  }

  .about_us_page .code_comparison_wrapper {
    margin: 20px 0 0
  }

  .about_us_page .code_panel {
    padding: 12px
  }

  .about_us_page .animated_metrics_section {
    padding: 40px 12px
  }

  .about_us_page .metrics_header h2 {
    font-size: 18px
  }

  .about_us_page .metrics_header p {
    font-size: 15px
  }

  .about_us_page .metrics_grid {
    gap: 20px
  }

  .about_us_page .metric_card {
    padding: 20px 12px
  }

  .about_us_page .stat_shape {
    width: 80px;
    height: 80px
  }

  .about_us_page .stat_number {
    font-size: 23px
  }

  .about_us_page .team_showcase_section {
    padding: 40px 12px
  }

  .about_us_page .team_header h2 {
    font-size: 18px;
    padding: 8px 20px
  }

  .about_us_page .team_header p {
    font-size: 15px
  }

  .about_us_page .team_profiles {
    gap: 20px
  }

  .about_us_page .profile_image_wrapper {
    height: 240px
  }

  .about_us_page .profile_info {
    padding: 12px
  }
}

@media (max-width: 360px) {
  .about_us_page .leading_visual_wrapper {
    padding: 20px 8px
  }

  .about_us_page .story_grid_section {
    padding: 20px 8px
  }

  .about_us_page .animated_metrics_section {
    padding: 20px 8px
  }

  .about_us_page .team_showcase_section {
    padding: 20px 8px
  }
}

.learning_program_page {
  background: #FAFAFA;
  min-height: 100vh
}

.learning_program_page .intro_visual_section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative
}

.learning_program_page .intro_visual_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(117deg, #d9607008 0%, #254af008 100%);
  pointer-events: none;
  z-index: 1
}

.learning_program_page .intro_text_zone {
  position: relative;
  z-index: 2;
  border: 2px solid #d9607026;
  padding: 40px;
  border-radius: 8px;
  background: #FFF
}

.learning_program_page .intro_text_zone::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 60px;
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  border-radius: 2px 0 0 2px
}

.learning_program_page .intro_main_heading {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heading_pulse 4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes heading_pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .85
  }
}

.learning_program_page .intro_description {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2a;
  margin: 0
}

.learning_program_page .intro_image_container {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 8px 40px 0 #d960701a
}

.learning_program_page .intro_display_image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  opacity: .75;
  animation: image_zoom 20s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate
}

@keyframes image_zoom {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.08)
  }
}

.learning_program_page .programs_catalog_section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px
}

.learning_program_page .catalog_header {
  text-align: center;
  margin: 0 0 40px
}

.learning_program_page .catalog_heading {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 12px;
  display: inline-block;
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  color: #FFF;
  padding: 8px 20px;
  border-radius: 46px
}

.learning_program_page .catalog_subheading {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0
}

.learning_program_page .programs_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 40px
}

.learning_program_page .program_card {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 2px 2px 0 #254af00d;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  position: relative
}

.learning_program_page .program_card:hover {
  box-shadow: -1px 8px 40px 0 #254af01a;
  transform: translateY(-4px)
}

.learning_program_page .program_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  opacity: 0;
  transition: opacity .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.learning_program_page .program_card:hover::before {
  opacity: 1
}

.learning_program_page .program_header {
  padding: 20px 20px 12px;
  border-bottom: 2px dashed #d9607033
}

.learning_program_page .program_meta_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px
}

.learning_program_page .program_category_badge {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  background: linear-gradient(117deg, #d960701a 0%, #254af01a 100%);
  color: #254AF0;
  padding: 4px 12px;
  border-radius: 46px;
  display: inline-block
}

.learning_program_page .program_price {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #D96070;
  font-weight: 700;
  margin: 0
}

.learning_program_page .program_title {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  color: #1a1a1a
}

.learning_program_page .program_body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.learning_program_page .program_description {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #4a4a4a;
  margin: 0 0 20px;
  flex-grow: 1
}

.learning_program_page .program_details_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 20px
}

.learning_program_page .program_detail_item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.learning_program_page .detail_label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #7a7a7a
}

.learning_program_page .detail_value {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2a2a2a;
  font-weight: 600
}

.learning_program_page .program_link {
  display: block;
  text-align: center;
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  color: #FFF;
  padding: 12px 20px;
  border-radius: 46px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program_page .program_link::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(117deg, #fff3 0%, #fff0 100%);
  transition: right .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.learning_program_page .program_link:hover::before {
  right: 0
}

.learning_program_page .program_link:hover {
  transform: scale(1.03)
}

.learning_program_page .statistics_showcase_section {
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.learning_program_page .statistics_showcase_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: radial-gradient(circle at 30% 50%, #ffffff14 0%, transparent 50%);
  animation: fog_drift 30s linear infinite;
  pointer-events: none
}

@keyframes fog_drift {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(25%)
  }
}

.learning_program_page .statistics_container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.learning_program_page .statistics_heading {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #FFF;
  text-align: center;
  margin: 0 0 40px;
  background: #ffffff26;
  padding: 12px 20px;
  border-radius: 46px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box
}

.learning_program_page .statistics_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.learning_program_page .statistic_item {
  text-align: center;
  background: #ffffff1a;
  padding: 40px 20px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  box-shadow: -1px 6px 20px 0 #00000017
}

.learning_program_page .statistic_number {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #FFF;
  margin: 0 0 8px;
  font-weight: 700
}

.learning_program_page .statistic_label {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #ffffffe6;
  margin: 0
}

.learning_program_page .enrollment_incentive_section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.learning_program_page .incentive_content {
  padding: 40px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: -1px 6px 20px 0 #d9607017
}

.learning_program_page .incentive_heading {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 20px;
  color: #1a1a1a;
  position: relative;
  padding-left: 20px
}

.learning_program_page .incentive_heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  border-radius: 2px
}

.learning_program_page .incentive_text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0 0 20px
}

.learning_program_page .incentive_list {
  list-style: none;
  padding: 0;
  margin: 0
}

.learning_program_page .incentive_list_item {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #4a4a4a;
  padding: 8px 0 8px 28px;
  position: relative
}

.learning_program_page .incentive_list_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: linear-gradient(117deg, #D96070 0%, #254AF0 100%);
  border-radius: 2px
}

.learning_program_page .incentive_visual {
  padding: 40px;
  background: linear-gradient(117deg, #d960700d 0%, #254af00d 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.learning_program_page .visual_metric {
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: -1px 2px 2px 0 #254af00d
}

.learning_program_page .metric_label {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #5a5a5a
}

.learning_program_page .metric_value {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #D96070;
  font-weight: 700
}

.learning_program_page .testimonial_highlight_section {
  background: #FFF;
  padding: 80px 20px;
  position: relative
}

.learning_program_page .testimonial_highlight_section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #D96070 0%, transparent 100%)
}

.learning_program_page .testimonial_container {
  max-width: 1320px;
  margin: 0 auto
}

.learning_program_page .testimonial_heading {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 40px;
  color: #1a1a1a
}

.learning_program_page .testimonial_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.learning_program_page .testimonial_card {
  background: linear-gradient(117deg, #d9607008 0%, #254af008 100%);
  padding: 40px;
  border-radius: 8px;
  position: relative;
  border: 2px dashed #d9607033
}

.learning_program_page .testimonial_quote {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2a;
  margin: 0 0 20px;
  font-style: italic
}

.learning_program_page .testimonial_author {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #5a5a5a;
  margin: 0
}

.learning_program_page .testimonial_author_name {
  color: #D96070;
  font-weight: 600
}

@media (max-width: 1024px) {
  .learning_program_page .intro_visual_section {
    grid-template-columns: 1fr;
    padding: 40px 20px
  }

  .learning_program_page .intro_display_image {
    height: 360px
  }

  .learning_program_page .programs_grid {
    grid-template-columns: 1fr
  }

  .learning_program_page .statistics_grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .learning_program_page .enrollment_incentive_section {
    grid-template-columns: 1fr
  }

  .learning_program_page .testimonial_grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .learning_program_page .intro_main_heading {
    font-size: 23px
  }

  .learning_program_page .intro_text_zone {
    padding: 20px
  }

  .learning_program_page .intro_display_image {
    height: 240px
  }

  .learning_program_page .programs_catalog_section {
    padding: 40px 20px
  }

  .learning_program_page .catalog_heading {
    font-size: 18px
  }

  .learning_program_page .program_price {
    font-size: 18px
  }

  .learning_program_page .program_title {
    font-size: 18px
  }

  .learning_program_page .program_details_grid {
    grid-template-columns: 1fr
  }

  .learning_program_page .statistics_showcase_section {
    padding: 40px 20px
  }

  .learning_program_page .statistic_number {
    font-size: 23px
  }

  .learning_program_page .enrollment_incentive_section {
    padding: 40px 20px
  }

  .learning_program_page .incentive_content {
    padding: 20px
  }

  .learning_program_page .incentive_visual {
    padding: 20px
  }

  .learning_program_page .testimonial_highlight_section {
    padding: 40px 20px
  }

  .learning_program_page .testimonial_card {
    padding: 20px
  }
}

@media (max-width: 360px) {
  .learning_program_page .intro_main_heading {
    font-size: 18px
  }

  .learning_program_page .intro_text_zone {
    padding: 12px
  }

  .learning_program_page .program_card {
    padding: 12px
  }

  .learning_program_page .statistic_item {
    padding: 20px 12px
  }
}

.success_page {
  background: linear-gradient(217deg, #FAFAFA 0%, #fff 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px
}

.success_page .confirmation_container {
  max-width: 640px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 80px 40px;
  text-align: center;
  box-shadow: -1px 6px 20px 0 #d9607017
}

.success_page .status_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 40px;
  background: linear-gradient(217deg, #D96070 0%, #254AF0 100%);
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(1);
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success_page .status_icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success_page .confirmation_container:hover .status_icon {
  transform: scale(1.08)
}

.success_page .confirmation_title {
  font-size: 72px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1a0a0f;
  letter-spacing: -.02em
}

.success_page .confirmation_message {
  font-size: 18px;
  line-height: 1.7;
  color: #4a3844;
  margin: 0 0 40px;
  letter-spacing: .01em
}

.success_page .reference_block {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 40px;
  border-left: 4px solid #D96070
}

.success_page .reference_label {
  font-size: 15px;
  line-height: 1.5;
  color: #6a5864;
  margin: 0 0 8px;
  letter-spacing: .02em
}

.success_page .reference_number {
  font-size: 23px;
  line-height: 1.2;
  color: #1a0a0f;
  margin: 0;
  font-weight: 600;
  letter-spacing: .01em
}

.success_page .action_group {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

.success_page .primary_action {
  background: linear-gradient(217deg, #D96070 0%, #254AF0 100%);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding: 12px 40px;
  border: none;
  border-radius: 46px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  letter-spacing: .01em;
  transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success_page .primary_action::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(217deg, #254AF0 0%, #D96070 100%);
  transition: right .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.success_page .primary_action:hover::before {
  right: 0
}

.success_page .primary_action span {
  position: relative;
  z-index: 1
}

.success_page .primary_action:hover {
  transform: translateY(-2px);
  box-shadow: -1px 8px 40px 0 #d960701a
}

.success_page .secondary_action {
  background: transparent;
  color: #254AF0;
  font-size: 18px;
  line-height: 1.5;
  padding: 12px 40px;
  border: 2px solid #254AF0;
  border-radius: 46px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  letter-spacing: .01em;
  transition: all .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success_page .secondary_action:hover {
  background: #254AF0;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: -1px 8px 40px 0 #254af01a
}

.success_page .info_note {
  font-size: 15px;
  line-height: 1.7;
  color: #6a5864;
  margin: 40px 0 0;
  letter-spacing: .02em
}

@media (max-width: 640px) {
  .success_page .confirmation_container {
    padding: 40px 20px
  }

  .success_page .confirmation_title {
    font-size: 23px
  }

  .success_page .status_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px
  }

  .success_page .status_icon svg {
    width: 30px;
    height: 30px
  }

  .success_page .action_group {
    flex-direction: column
  }

  .success_page .primary_action,
  .success_page .secondary_action {
    width: 100%
  }
}