* {
  box-sizing: border-box
}

body {
  margin: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Work Sans', sans-serif;
  background: linear-gradient(165deg, #0d0814 0%, #1a0f28 48%, #0f0a1a 100%);
  color: #e8e6eb
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 24px
}

.logo-frame {
  width: 68px;
  height: 68px;
  background: #f4f3f6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px -2px #59e8ee17 0 2px 4px -2px #59e8ee0d;
  border: 1px solid #59e8ee1f
}

.logo-frame img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block
}

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

.company-name {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  color: #59E8EE;
  letter-spacing: -.3px
}

.company-tagline {
  font-size: 16px;
  line-height: 1.2;
  color: #b8b5bd;
  font-weight: 400
}

.site-header {
  background: linear-gradient(135deg, #0d0814eb 0%, #1a0f28e0 100%);
  padding: 24px 48px;
  border-bottom: 2px solid #59e8ee26;
  box-shadow: 0 8px 48px -2px #09fda31c;
  position: relative
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px
}

.nav-cluster {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end
}

.primary-nav li {
  margin: 0
}

.primary-nav a {
  display: block;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #e8e6eb;
  text-decoration: none;
  background: #59e8ee0a;
  border-radius: 40px;
  border: 1px solid #59e8ee2e;
  transition: background-color 480ms cubic-bezier(0.4, 0, 0.2, 1), border-color 480ms cubic-bezier(0.4, 0, 0.2, 1), color 480ms cubic-bezier(0.4, 0, 0.2, 1), transform 420ms cubic-bezier(0.0, 0, 0.2, 1);
  min-height: 44px
}

.primary-nav a:hover {
  background: #59e8ee1c;
  border-color: #59e8ee59;
  color: #59E8EE;
  transform: translateY(-2px)
}

.primary-nav a:focus {
  outline: 2px solid #59E8EE;
  outline-offset: 3px
}

.contact-strip {
  display: flex;
  gap: 24px;
  align-items: center
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: #09fda30f;
  border-radius: 40px;
  border: 1px solid #09fda326;
  transition: background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), border-color 500ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-item:hover {
  background: #09fda31f;
  border-color: #09fda347
}

.contact-label {
  font-size: 16px;
  line-height: 1.2;
  color: #9d99a5;
  font-weight: 400;
  letter-spacing: .6px;
  text-transform: uppercase
}

.contact-value {
  font-size: 18px;
  line-height: 1.2;
  color: #e8e6eb;
  font-weight: 700;
  text-decoration: none;
  transition: color 460ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-value:hover {
  color: #09FDA3
}

.contact-value:focus {
  outline: 2px solid #09FDA3;
  outline-offset: 2px;
  border-radius: 3px
}

.site-footer {
  background: linear-gradient(165deg, #0a0610 0%, #150d20 100%);
  padding: 48px 48px 24px;
  border-top: 2px solid #e800322e;
  box-shadow: 0 -8px 48px -2px #e800321c;
  margin-top: 96px
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap
}

.footer-logo-box {
  width: 62px;
  height: 62px;
  background: #f4f3f6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px -2px #e8003217 0 2px 4px -2px #e800320d;
  border: 1px solid #e8003226
}

.footer-logo-box img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block
}

.footer-nav {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap
}

.footer-nav li {
  margin: 0
}

.footer-nav a {
  font-size: 16px;
  line-height: 1.7;
  color: #b8b5bd;
  text-decoration: none;
  transition: color 520ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 4px;
  display: block
}

.footer-nav a:hover {
  color: #E80032
}

.footer-nav a:focus {
  outline: 2px solid #E80032;
  outline-offset: 2px;
  border-radius: 3px
}

.copyright-line {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #b8b5bd1f;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #7a7680
}

.consent-overlay {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: linear-gradient(135deg, #0d0814fa 0%, #1a0f28f5 100%);
  border: 2px solid #59e8ee38;
  border-radius: 3px;
  padding: 24px;
  max-width: 420px;
  box-shadow: 0 8px 48px -2px #59e8ee1c 0 6px 14px -2px #59e8ee17;
  z-index: 1500;
  opacity: 0;
  transition: opacity 420ms cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-overlay.visible {
  opacity: 1
}

.consent-text {
  font-size: 16px;
  line-height: 1.7;
  color: #e8e6eb;
  margin: 0 0 24px
}

.consent-actions {
  display: flex;
  gap: 12px
}

.consent-btn {
  flex: 1;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Work Sans', sans-serif;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 540ms cubic-bezier(0.4, 0, 0.2, 1), transform 480ms cubic-bezier(0.0, 0, 0.2, 1), box-shadow 540ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: lowercase;
  min-height: 44px
}

.consent-accept {
  background: linear-gradient(135deg, #59E8EE 0%, #09FDA3 100%);
  color: #0d0814;
  box-shadow: 0 6px 14px -2px #59e8ee17
}

.consent-accept:hover {
  background: linear-gradient(135deg, #6eedf2 0%, #1ffeb0 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -2px #59e8ee2e
}

.consent-accept:focus {
  outline: 2px solid #59E8EE;
  outline-offset: 3px
}

.consent-decline {
  background: #e800321f;
  color: #e8e6eb;
  border: 1px solid #e8003247
}

.consent-decline:hover {
  background: #e8003238;
  transform: translateY(-2px)
}

.consent-decline:focus {
  outline: 2px solid #E80032;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .site-header {
    padding: 24px
  }

  .header-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .nav-cluster {
    width: 100%;
    align-items: flex-start
  }

  .primary-nav {
    justify-content: flex-start;
    width: 100%
  }

  .contact-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%
  }

  .contact-item {
    width: 100%
  }

  .site-footer {
    padding: 48px 24px 24px
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .footer-nav {
    flex-direction: column;
    gap: 12px
  }

  .consent-overlay {
    left: 12px;
    right: 12px;
    max-width: none;
    bottom: 12px
  }

  .consent-actions {
    flex-direction: column
  }
}

@media (max-width: 768px) {
  .company-name {
    font-size: 21px
  }

  .company-tagline {
    font-size: 16px
  }

  .primary-nav a {
    font-size: 16px;
    padding: 12px 24px
  }

  .contact-label {
    font-size: 16px
  }

  .contact-value {
    font-size: 16px
  }

  .logo-frame {
    width: 62px;
    height: 62px
  }

  .logo-frame img {
    width: 56px;
    height: 56px
  }

  .footer-logo-box {
    width: 56px;
    height: 56px
  }

  .footer-logo-box img {
    width: 52px;
    height: 52px
  }
}

@media (max-width: 375px) {
  .site-header {
    padding: 12px
  }

  .brand-lockup {
    gap: 12px
  }

  .company-name {
    font-size: 18px
  }

  .primary-nav a {
    padding: 12px;
    font-size: 16px
  }

  .contact-item {
    padding: 12px
  }

  .site-footer {
    padding: 24px 12px 12px
  }

  .copyright-line {
    margin-top: 24px;
    padding-top: 12px
  }
}

.doc-info {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 24px;
  background: #0d0a14;
  color: #e8e6ed
}

@media (min-width: 768px) {
  .doc-info {
    padding: 96px 48px
  }
}

.doc-info h1 {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 48px;
  color: #f5f4f7
}

.doc-info h2 {
  font-size: 37px;
  line-height: 1.2;
  margin: 96px 0 24px;
  color: #f0eff3
}

.doc-info h3 {
  font-size: 27px;
  line-height: 1.2;
  margin: 48px 0 24px;
  color: #eceaf0
}

.doc-info h4 {
  font-size: 21px;
  line-height: 1.2;
  margin: 48px 0 12px;
  color: #eceaf0
}

.doc-info h5 {
  font-size: 18px;
  line-height: 1.2;
  margin: 24px 0 12px;
  color: #e8e6ed
}

.doc-info h6 {
  font-size: 16px;
  line-height: 1.2;
  margin: 24px 0 12px;
  color: #e8e6ed;
  text-transform: uppercase;
  letter-spacing: .05em
}

.doc-info p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: #d4d2da
}

.doc-info strong,
.doc-info b {
  color: #f0eff3;
  font-weight: 600
}

.doc-info a {
  color: #59E8EE;
  text-decoration: none;
  border-bottom: 1px solid #59e8ee4d;
  transition: border-color .5s cubic-bezier(0.4, 0, 0.2, 1), color .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.doc-info a:hover {
  color: #09FDA3;
  border-bottom-color: #09fda399
}

.doc-info table {
  width: 100%;
  margin: 48px 0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.7;
  background: #15111f;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 6px 14px -2px #59e8ee17
}

.doc-info thead {
  background: #1a1625
}

.doc-info th {
  padding: 24px;
  text-align: left;
  font-weight: 600;
  color: #f5f4f7;
  border-bottom: 2px solid #59e8ee33
}

.doc-info td {
  padding: 24px;
  color: #d4d2da;
  border-bottom: 1px solid #e8e6ed14
}

.doc-info tbody tr:last-child td {
  border-bottom: none
}

.doc-info tbody tr {
  transition: background-color .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.doc-info tbody tr:hover {
  background: #1a1625
}

@media (min-width: 768px) {
  .doc-info h1 {
    font-size: 68px
  }

  .doc-info p {
    font-size: 21px
  }

  .doc-info table {
    font-size: 18px
  }
}

@media (max-width: 767px) {
  .doc-info table {
    display: block;
    overflow-x: auto
  }

  .doc-info th,
  .doc-info td {
    padding: 12px;
    min-width: 120px
  }
}

.abt-pg {
  background: #0d0a15;
  color: #e8e6ed;
  position: relative;
  overflow-x: clip
}

.abt-pg__intro {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 24px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 48px;
  align-items: start;
  position: relative
}

.abt-pg__intro::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: repeating-linear-gradient(to right, #59E8EE 0px, #59E8EE 8px, transparent 8px, transparent 16px);
  opacity: .4
}

.abt-pg__intro-img-wrap {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 48px -2px #59e8ee1c;
  border-left: 3px solid #59E8EE
}

.abt-pg__intro-img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #59E8EE, #E80032, #09FDA3);
  z-index: 1
}

.abt-pg__intro-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  opacity: 0;
  animation: abt-pg-fade-in 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards
}

@keyframes abt-pg-fade-in {
  to {
    opacity: 1
  }
}

.abt-pg__intro-content {
  padding: 24px 0
}

.abt-pg__intro-title {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 24px;
  background: linear-gradient(135deg, #59E8EE 0%, #E80032 50%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700
}

.abt-pg__intro-desc {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: #c5c3cc
}

.abt-pg__intro-desc:first-of-type::first-letter {
  font-size: 27px;
  color: #59E8EE;
  font-weight: 600;
  text-transform: uppercase
}

.abt-pg__intro-desc a {
  color: #09FDA3;
  text-decoration: none;
  position: relative;
  transition: color 500ms cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg__intro-desc a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform: scaleY(1);
  transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg__intro-desc a:hover {
  color: #59E8EE
}

.abt-pg__intro-desc a:hover::after {
  transform: scaleY(3)
}

.abt-pg__story {
  background: linear-gradient(165deg, #0d0a15 0%, #1a0f28 100%);
  position: relative;
  padding: 96px 24px
}

.abt-pg__story::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #09FDA3;
  opacity: .6;
  animation: abt-pg-edge-glow 4s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

.abt-pg__story::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #09FDA3;
  opacity: .6;
  animation: abt-pg-edge-glow 4s cubic-bezier(0.4, 0, 0.2, 1) infinite 2s
}

@keyframes abt-pg-edge-glow {

  0%,
  100% {
    opacity: .3;
    box-shadow: 0 0 12px #09fda333
  }

  50% {
    opacity: .8;
    box-shadow: 0 0 24px #09fda380
  }
}

.abt-pg__story-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 48px;
  align-items: start
}

.abt-pg__story-col {
  position: relative
}

.abt-pg__story-col--note {
  padding: 24px;
  background: #59e8ee08;
  border-radius: 40px;
  border: 1px solid #59e8ee26;
  transition: all 550ms cubic-bezier(0, 0, 0.2, 1)
}

.abt-pg__story-col--note:hover {
  background: #59e8ee0f;
  border-color: #59e8ee4d;
  transform: translateY(-4px);
  box-shadow: 0 8px 48px -2px #59e8ee1c
}

.abt-pg__story-col:hover~.abt-pg__story-col {
  opacity: .5
}

.abt-pg__story:hover .abt-pg__story-col {
  opacity: .5;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg__story-col:hover {
  opacity: 1 !important
}

.abt-pg__story-label {
  font-size: 16px;
  line-height: 1.2;
  color: #59E8EE;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600
}

.abt-pg__story-num {
  font-size: 68px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #09FDA3;
  font-weight: 700
}

.abt-pg__story-txt {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b6c0
}

.abt-pg__story-main-title {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 24px;
  background: linear-gradient(90deg, #59E8EE 0%, #E80032 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  position: relative;
  padding-left: 12px
}

.abt-pg__story-main-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #E80032;
  border-radius: 3px
}

.abt-pg__story-main-txt {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: #c5c3cc
}

.abt-pg__story-main-txt::first-letter {
  font-size: 27px;
  color: #E80032;
  font-weight: 600;
  text-transform: uppercase
}

.abt-pg__team {
  background: #09FDA3;
  padding: 96px 24px;
  position: relative;
  overflow: hidden
}

.abt-pg__team::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #e8003226 0%, transparent 70%);
  pointer-events: none
}

.abt-pg__team::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #59e8ee26 0%, transparent 70%);
  pointer-events: none
}

.abt-pg__team-inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.abt-pg__team-header {
  text-align: center;
  margin: 0 0 48px
}

.abt-pg__team-title {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #0d0a15;
  font-weight: 700
}

.abt-pg__team-subtitle {
  font-size: 21px;
  line-height: 1.7;
  margin: 0;
  color: #1a0f28;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

.abt-pg__team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.abt-pg__member {
  background: #0d0a1599;
  border-radius: 40px;
  padding: 24px;
  position: relative;
  transition: all 500ms cubic-bezier(0, 0, 0.2, 1);
  border: 2px solid transparent
}

.abt-pg__member::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 2px;
  background: linear-gradient(135deg, #59E8EE, #E80032);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 450ms cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg__member:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 48px -2px #0d0a151c
}

.abt-pg__member:hover::before {
  opacity: 1
}

.abt-pg__member-img-wrap {
  width: 100%;
  height: 200px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 0 12px;
  position: relative
}

.abt-pg__member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 0;
  animation: abt-pg-fade-in 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.abt-pg__member:hover .abt-pg__member-img {
  transform: scale(1.05)
}

.abt-pg__member-name {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 4px;
  color: #e8e6ed;
  font-weight: 600
}

.abt-pg__member-role {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #59E8EE;
  text-transform: uppercase;
  letter-spacing: .06em
}

.abt-pg__member-bio {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b6c0
}

@media (max-width: 1280px) {
  .abt-pg__intro {
    grid-template-columns: 1fr;
    padding: 48px 24px
  }

  .abt-pg__intro-img {
    height: 400px
  }

  .abt-pg__story-inner {
    grid-template-columns: 1fr
  }

  .abt-pg__team-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .abt-pg__intro-title {
    font-size: 37px
  }

  .abt-pg__story-main-title,
  .abt-pg__team-title {
    font-size: 37px
  }
}

@media (max-width: 1024px) {
  .abt-pg__intro {
    padding: 48px 12px
  }

  .abt-pg__story {
    padding: 48px 12px
  }

  .abt-pg__team {
    padding: 48px 12px
  }

  .abt-pg__story-num {
    font-size: 52px
  }
}

@media (max-width: 768px) {
  .abt-pg__intro-img {
    height: 300px
  }

  .abt-pg__team-grid {
    grid-template-columns: 1fr
  }

  .abt-pg__intro-title {
    font-size: 27px
  }

  .abt-pg__story-main-title,
  .abt-pg__team-title {
    font-size: 27px
  }

  .abt-pg__intro-desc,
  .abt-pg__story-main-txt,
  .abt-pg__team-subtitle {
    font-size: 16px
  }
}

@media (max-width: 375px) {

  .abt-pg__intro,
  .abt-pg__story,
  .abt-pg__team {
    padding-left: 12px;
    padding-right: 12px
  }

  .abt-pg__intro-title {
    font-size: 21px
  }

  .abt-pg__story-num {
    font-size: 37px
  }
}

.tech-req {
  background: linear-gradient(168deg, #0a0514 0%, #120820 48%, #0d0717 100%);
  color: #e8e6ed;
  min-height: 100vh;
  padding-bottom: 96px;
  position: relative;
  overflow-x: clip
}

.tech-req__opener {
  max-width: 1400px;
  margin: 0 auto;
  padding: 144px 24px 96px;
  position: relative;
  overflow: hidden
}

.tech-req__opener::before {
  content: '';
  position: absolute;
  top: 48px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at 30% 40%, #59e8ee14 0%, transparent 65%);
  border-radius: 40px;
  pointer-events: none;
  z-index: 1
}

.tech-req__opener::after {
  content: '"';
  position: absolute;
  top: 24px;
  left: 12px;
  font-size: 320px;
  line-height: 1;
  color: #59e8ee0a;
  font-weight: 700;
  pointer-events: none;
  z-index: 0
}

.tech-req__opener-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px
}

.tech-req__opener-txt h1 {
  font-size: 68px;
  line-height: 1.2;
  margin: 0 0 24px;
  background: linear-gradient(168deg, #59E8EE 0%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -.02em
}

.tech-req__opener-txt p {
  font-size: 21px;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 720px
}

.tech-req__opener-txt p:first-of-type::first-letter {
  font-size: 27px;
  color: #59E8EE;
  font-weight: 600
}

.tech-req__opener-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #09FDA3;
  text-decoration: none;
  padding: 12px 24px;
  border: 1px solid #09fda34d;
  border-radius: 40px;
  transition: all .48s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden
}

.tech-req__opener-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #09fda31a, transparent);
  transition: left .56s cubic-bezier(0.4, 0, 0.2, 1)
}

.tech-req__opener-link:hover::before {
  left: 100%
}

.tech-req__opener-link:hover {
  border-color: #09FDA3;
  box-shadow: 0 6px 14px -2px #09fda317;
  transform: translateY(-2px)
}

.tech-req__sys {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 24px;
  background: #12082066;
  backdrop-filter: blur(12px);
  border-radius: 3px;
  position: relative
}

.tech-req__sys::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #59e8ee4d, transparent)
}

.tech-req__sys-hd {
  text-align: center;
  margin-bottom: 48px
}

.tech-req__sys-hd h2 {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 12px;
  background: linear-gradient(168deg, #E80032 0%, #59E8EE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.tech-req__sys-hd p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  color: #b8b5c0
}

.tech-req__sys-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px
}

.tech-req__sys-card {
  background: linear-gradient(135deg, #0a051499 0%, #120820cc 100%);
  border: 1px solid #59e8ee26;
  border-radius: 3px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform .52s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .52s cubic-bezier(0.4, 0, 0.2, 1)
}

.tech-req__sys-card::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #E80032 0%, transparent 70%);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  opacity: .6;
  transition: opacity .48s cubic-bezier(0.4, 0, 0.2, 1)
}

.tech-req__sys-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 48px -2px #59e8ee1c
}

.tech-req__sys-card:hover::before {
  opacity: 1
}

.tech-req__sys-card h3 {
  font-size: 27px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #59E8EE
}

.tech-req__sys-card p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #d0cdd8
}

.tech-req__split {
  max-width: 1400px;
  margin: 96px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 4px;
  position: relative
}

.tech-req__split::after {
  content: '';
  position: absolute;
  top: 0;
  left: 38%;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #59E8EE 0%, #E80032 50%, #09FDA3 100%);
  opacity: .4
}

.tech-req__split-left {
  padding: 48px 48px 48px 24px;
  position: relative
}

.tech-req__split-left::before,
.tech-req__split-left::after {
  content: '';
  position: absolute;
  border: 1px solid #09fda333;
  pointer-events: none
}

.tech-req__split-left::before {
  top: 12px;
  left: 12px;
  right: 60px;
  bottom: 12px;
  border-radius: 3px
}

.tech-req__split-left::after {
  top: 24px;
  left: 24px;
  right: 72px;
  bottom: 24px;
  border-radius: 3px;
  opacity: .5
}

.tech-req__split-left h2 {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 24px;
  background: linear-gradient(168deg, #09FDA3 0%, #59E8EE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1
}

.tech-req__split-left p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: #d0cdd8;
  position: relative;
  z-index: 1
}

.tech-req__split-left p:first-of-type::first-letter {
  font-size: 21px;
  color: #09FDA3;
  font-weight: 600
}

.tech-req__split-right {
  padding: 48px 24px 48px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.tech-req__split-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: start
}

.tech-req__split-num {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background: linear-gradient(135deg, #59e8ee26 0%, #09fda326 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  color: #59E8EE;
  border: 1px solid #59e8ee4d;
  transition: all .48s cubic-bezier(0.4, 0, 0.2, 1)
}

.tech-req__split-item:hover .tech-req__split-num {
  background: linear-gradient(135deg, #59e8ee40 0%, #09fda340 100%);
  transform: scale(1.08);
  box-shadow: 0 6px 14px -2px #59e8ee17
}

.tech-req__split-txt h4 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #e8e6ed
}

.tech-req__split-txt p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b5c0
}

.tech-req__visual {
  max-width: 1400px;
  margin: 96px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.tech-req__visual-media {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 48px -2px #e800321c
}

.tech-req__visual-media img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 8s cubic-bezier(0.0, 0, 0.2, 1)
}

.tech-req__visual-media:hover img {
  transform: scale(1.12) translateX(24px)
}

.tech-req__visual-aside {
  position: relative;
  padding-left: 48px
}

.tech-req__visual-aside::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  background: linear-gradient(180deg, transparent 0%, #e800324d 20%, #e800324d 80%, transparent 100%)
}

.tech-req__visual-aside h3 {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 24px;
  background: linear-gradient(168deg, #E80032 0%, #59E8EE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.tech-req__visual-aside p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: #d0cdd8
}

.tech-req__visual-aside p:first-of-type::first-letter {
  font-size: 21px;
  color: #E80032;
  font-weight: 600
}

.tech-req__visual-note {
  background: #12082099;
  border: 1px solid #59e8ee33;
  border-radius: 3px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #b8b5c0;
  position: relative;
  overflow: hidden
}

.tech-req__visual-note::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #59e8ee14, transparent);
  animation: tech-req-bleed 12s ease-in-out infinite
}

@keyframes tech-req-bleed {

  0%,
  100% {
    left: -100%
  }

  50% {
    left: 100%
  }
}

.tech-req__specs {
  max-width: 1400px;
  margin: 96px auto 0;
  padding: 96px 24px;
  background: linear-gradient(168deg, #0a0514cc 0%, #120820e6 100%);
  border-radius: 40px;
  position: relative;
  overflow: hidden
}

.tech-req__specs::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid #09fda326;
  border-radius: 40px;
  pointer-events: none
}

.tech-req__specs-hd {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1
}

.tech-req__specs-hd h2 {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 12px;
  background: linear-gradient(168deg, #59E8EE 0%, #E80032 50%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.tech-req__specs-hd p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  color: #b8b5c0
}

.tech-req__specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1
}

.tech-req__specs-box {
  background: #0a051466;
  border: 1px solid #59e8ee33;
  border-radius: 3px;
  padding: 24px;
  position: relative;
  transition: all .52s cubic-bezier(0.4, 0, 0.2, 1)
}

.tech-req__specs-box::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #09FDA3 0%, transparent 70%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  opacity: 0;
  transition: opacity .48s cubic-bezier(0.4, 0, 0.2, 1)
}

.tech-req__specs-box:hover {
  border-color: #09FDA3;
  transform: translateY(-6px);
  box-shadow: 0 8px 48px -2px #09fda31c
}

.tech-req__specs-box:hover::after {
  opacity: 1
}

.tech-req__specs-box h4 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #09FDA3
}

.tech-req__specs-box p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #d0cdd8
}

.tech-req__specs-box ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0
}

.tech-req__specs-box li {
  font-size: 16px;
  line-height: 1.7;
  color: #b8b5c0;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px
}

.tech-req__specs-box li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 2px;
  background: linear-gradient(90deg, #59E8EE 0%, #09FDA3 100%)
}

.tech-req__specs-box li:last-child {
  margin-bottom: 0
}

@media (max-width: 1024px) {
  .tech-req__opener {
    padding-top: 96px;
    padding-bottom: 48px
  }

  .tech-req__opener h1 {
    font-size: 52px
  }

  .tech-req__opener p {
    font-size: 18px
  }

  .tech-req__sys {
    padding: 48px 24px
  }

  .tech-req__sys-hd h2 {
    font-size: 37px
  }

  .tech-req__split {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .tech-req__split::after {
    display: none
  }

  .tech-req__split-left {
    padding: 24px
  }

  .tech-req__split-right {
    padding: 24px
  }

  .tech-req__visual {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .tech-req__visual-media {
    order: 2
  }

  .tech-req__visual-aside {
    order: 1;
    padding-left: 24px
  }

  .tech-req__specs {
    padding: 48px 24px
  }

  .tech-req__specs-hd h2 {
    font-size: 37px
  }

  .tech-req__specs-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .tech-req__opener {
    padding-top: 48px
  }

  .tech-req__opener h1 {
    font-size: 37px
  }

  .tech-req__opener p {
    font-size: 16px
  }

  .tech-req__sys-grid {
    grid-template-columns: 1fr
  }

  .tech-req__sys-hd h2 {
    font-size: 27px
  }

  .tech-req__split-left h2 {
    font-size: 27px
  }

  .tech-req__visual-aside h3 {
    font-size: 27px
  }

  .tech-req__visual-media img {
    height: 320px
  }

  .tech-req__specs-hd h2 {
    font-size: 27px
  }
}

@media (max-width: 375px) {
  .tech-req__opener h1 {
    font-size: 27px
  }

  .tech-req__sys-card {
    padding: 12px
  }

  .tech-req__split-left,
  .tech-req__split-right {
    padding: 12px
  }

  .tech-req__visual-aside {
    padding-left: 12px
  }

  .tech-req__specs {
    padding: 24px 12px
  }
}

.contact-pg {
  background: linear-gradient(174deg, #0a0514 0%, #12081d 48%, #0d0617 100%);
  color: #e8e8f0;
  min-height: 100vh
}

.contact-pg__schema {
  display: none
}

.contact-pg__title-zone {
  position: relative;
  padding: 96px 24px 144px;
  background: linear-gradient(174deg, #59e8ee38 0%, #09fda31c 52%, transparent 100%);
  overflow: hidden
}

.contact-pg__title-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./image_collection/test_ed_1.jpg);
  background-size: cover;
  background-position: center;
  opacity: .08;
  filter: saturate(0.4) brightness(0.7);
  z-index: 0
}

.contact-pg__title-zone::after {
  content: '';
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #59E8EE);
  z-index: 1
}

.contact-pg__title-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.contact-pg__title-lines {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.contact-pg__title-main {
  font-size: 68px;
  line-height: 1.2;
  background: linear-gradient(127deg, #59E8EE 0%, #E80032 58%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  letter-spacing: -.02em
}

.contact-pg__title-sub {
  font-size: 37px;
  line-height: 1.2;
  color: #b8b8d4;
  margin: 0;
  letter-spacing: -.01em
}

.contact-pg__title-accent {
  font-size: 21px;
  line-height: 1.7;
  color: #8a8aa8;
  margin: 24px 0 0;
  max-width: 680px
}

@media (max-width: 768px) {
  .contact-pg__title-zone {
    padding: 48px 24px 96px
  }

  .contact-pg__title-main {
    font-size: 52px
  }

  .contact-pg__title-sub {
    font-size: 27px
  }

  .contact-pg__title-accent {
    font-size: 18px
  }
}

.contact-pg__reach-zone {
  padding: 96px 24px;
  background: #0f0819;
  position: relative
}

.contact-pg__reach-zone::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 18%, #59e8ee0a 0%, transparent 48%);
  pointer-events: none
}

.contact-pg__reach-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start
}

.contact-pg__form-wrapper {
  background: linear-gradient(147deg, #12081deb 0%, #0d0617de 100%);
  padding: 48px;
  border-radius: 40px;
  box-shadow: 0 8px 48px -2px #59e8ee1c;
  border: 1px solid #59e8ee14;
  position: relative
}

.contact-pg__form-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 48px;
  right: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #09fda366, transparent)
}

.contact-pg__form-head {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 12px;
  background: linear-gradient(127deg, #59E8EE 0%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.contact-pg__form-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #9898b4;
  margin: 0 0 48px
}

.contact-pg__form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-pg__field-group {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.contact-pg__label {
  font-size: 16px;
  color: #b8b8d4;
  letter-spacing: .04em
}

.contact-pg__input,
.contact-pg__select,
.contact-pg__textarea {
  background: #12081d99;
  border: 1px solid #59e8ee1f;
  border-radius: 3px;
  padding: 12px 24px;
  font-size: 18px;
  color: #e8e8f0;
  transition: border-color 480ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 480ms cubic-bezier(0.4, 0, 0.2, 1), background 480ms cubic-bezier(0.4, 0, 0.2, 1);
  outline: none
}

.contact-pg__input::placeholder,
.contact-pg__textarea::placeholder {
  color: #6a6a82;
  font-size: 16px
}

.contact-pg__input:focus,
.contact-pg__select:focus,
.contact-pg__textarea:focus {
  border-color: #59e8ee6b;
  background: #12081dd1;
  box-shadow: 0 0 0 3px #59e8ee14 0 6px 14px -2px #59e8ee17
}

.contact-pg__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%2359E8EE' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 48px;
  cursor: pointer
}

.contact-pg__textarea {
  min-height: 140px;
  resize: vertical
}

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

.contact-pg__method-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.contact-pg__method-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #12081d99;
  border: 1px solid #59e8ee1f;
  border-radius: 3px;
  color: #9898b4;
  font-size: 16px;
  cursor: pointer;
  transition: all 520ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-pg__method-radio:checked+.contact-pg__method-btn {
  background: #59e8ee24;
  border-color: #59e8ee7a;
  color: #59E8EE;
  box-shadow: 0 2px 4px -2px #59e8ee0d inset 0 1px 0 #59e8ee1a
}

.contact-pg__method-btn:hover {
  border-color: #59e8ee47;
  background: #12081dd1
}

.contact-pg__privacy-wrap {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 24px;
  background: #09fda308;
  border-radius: 3px;
  border: 1px solid #09fda314
}

.contact-pg__checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #09FDA3;
  cursor: pointer
}

.contact-pg__privacy-text {
  font-size: 16px;
  line-height: 1.7;
  color: #9898b4;
  margin: 0
}

.contact-pg__privacy-link {
  color: #09FDA3;
  text-decoration: none;
  border-bottom: 1px solid #09fda34d;
  transition: border-color 480ms cubic-bezier(0.4, 0, 0.2, 1), color 480ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-pg__privacy-link:hover {
  color: #59E8EE;
  border-bottom-color: #59e8ee99
}

.contact-pg__submit {
  padding: 12px 48px;
  background: linear-gradient(127deg, #59E8EE 0%, #09FDA3 100%);
  border: none;
  border-radius: 40px;
  color: #0a0514;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 520ms cubic-bezier(0.0, 0, 0.2, 1), box-shadow 520ms cubic-bezier(0.0, 0, 0.2, 1);
  box-shadow: 0 6px 14px -2px #59e8ee17;
  position: relative;
  overflow: hidden
}

.contact-pg__submit::before {
  content: '→';
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: left 520ms cubic-bezier(0.0, 0, 0.2, 1), opacity 520ms cubic-bezier(0.0, 0, 0.2, 1)
}

.contact-pg__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 48px -2px #59e8ee1c
}

.contact-pg__submit:hover::before {
  left: 24px;
  opacity: 1
}

.contact-pg__submit:hover .contact-pg__submit-text {
  transform: translateX(12px)
}

.contact-pg__submit-text {
  display: inline-block;
  transition: transform 520ms cubic-bezier(0.0, 0, 0.2, 1)
}

.contact-pg__details-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-pg__info-card {
  background: linear-gradient(147deg, #12081db8 0%, #0d0617ab 100%);
  padding: 24px;
  border-radius: 3px;
  border-left: 3px solid #E80032;
  box-shadow: 0 2px 4px -2px #e800320d;
  transition: transform 480ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 480ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-pg__info-card:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 14px -2px #e8003217
}

.contact-pg__info-label {
  font-size: 16px;
  color: #8a8aa8;
  margin: 0 0 4px;
  letter-spacing: .06em
}

.contact-pg__info-value {
  font-size: 18px;
  line-height: 1.7;
  color: #e8e8f0;
  margin: 0
}

.contact-pg__info-value a {
  color: #59E8EE;
  text-decoration: none;
  border-bottom: 1px dotted #59e8ee66;
  transition: border-bottom-style 480ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-pg__info-value a:hover {
  border-bottom-style: solid
}

@media (max-width: 1024px) {
  .contact-pg__reach-container {
    grid-template-columns: 1fr
  }

  .contact-pg__details-sidebar {
    order: -1
  }

  .contact-pg__method-options {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .contact-pg__reach-zone {
    padding: 48px 24px
  }

  .contact-pg__form-wrapper {
    padding: 24px
  }

  .contact-pg__form-head {
    font-size: 27px
  }

  .contact-pg__form-desc {
    font-size: 16px
  }
}

.contact-pg__process-zone {
  padding: 96px 24px;
  background: linear-gradient(174deg, #0f0819 0%, #0a0514 100%);
  position: relative;
  overflow: hidden
}

.contact-pg__process-zone::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, #e800320f 0%, transparent 68%);
  pointer-events: none
}

.contact-pg__process-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.contact-pg__process-head {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 48px;
  background: linear-gradient(127deg, #E80032 0%, #59E8EE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center
}

.contact-pg__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative
}

.contact-pg__steps::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, #59e8ee4d 0%, #e800324d 50%, #09fda34d 100%);
  z-index: 0
}

.contact-pg__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.contact-pg__step-icon-wrap {
  width: 96px;
  height: 96px;
  background: linear-gradient(147deg, #12081deb 0%, #0d0617de 100%);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 2px solid #59e8ee2e;
  box-shadow: 0 6px 14px -2px #59e8ee17;
  transition: transform 560ms cubic-bezier(0.0, 0, 0.2, 1), border-color 560ms cubic-bezier(0.0, 0, 0.2, 1), box-shadow 560ms cubic-bezier(0.0, 0, 0.2, 1)
}

.contact-pg__step:hover .contact-pg__step-icon-wrap {
  transform: scale(1.08);
  border-color: #59e8ee7a;
  box-shadow: 0 8px 48px -2px #59e8ee1c
}

.contact-pg__step-num {
  font-size: 37px;
  font-weight: 700;
  background: linear-gradient(127deg, #59E8EE 0%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.contact-pg__step:nth-child(2) .contact-pg__step-num {
  background: linear-gradient(127deg, #E80032 0%, #59E8EE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.contact-pg__step:nth-child(3) .contact-pg__step-num {
  background: linear-gradient(127deg, #09FDA3 0%, #E80032 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.contact-pg__step:nth-child(4) .contact-pg__step-num {
  background: linear-gradient(127deg, #59E8EE 0%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.contact-pg__step-title {
  font-size: 21px;
  line-height: 1.2;
  color: #e8e8f0;
  margin: 0 0 12px
}

.contact-pg__step-text {
  font-size: 16px;
  line-height: 1.7;
  color: #9898b4;
  margin: 0
}

@media (max-width: 1024px) {
  .contact-pg__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px
  }

  .contact-pg__steps::before {
    display: none
  }

  .contact-pg__process-head {
    font-size: 37px
  }
}

@media (max-width: 768px) {
  .contact-pg__process-zone {
    padding: 48px 24px
  }

  .contact-pg__steps {
    grid-template-columns: 1fr
  }

  .contact-pg__process-head {
    font-size: 27px
  }
}

.start {
  background: #0d0815;
  color: #e8e6ed;
  min-height: 100vh
}

.start__title-split {
  display: flex;
  flex-direction: row;
  min-height: 600px;
  position: relative;
  overflow: hidden
}

.start__title-zone {
  flex: 1;
  background: #59E8EE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  position: relative
}

.start__title-zone::before {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid #0d081526;
  pointer-events: none
}

.start__title-zone::after {
  content: '';
  position: absolute;
  inset: 48px;
  border: 1px solid #0d081514;
  pointer-events: none
}

.start__title-content {
  max-width: 560px;
  z-index: 1
}

.start__title-label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #0d0815;
  margin-bottom: 12px;
  opacity: .7
}

.start__title-main {
  font-size: 52px;
  line-height: 1.2;
  color: #0d0815;
  margin-bottom: 24px
}

.start__title-num {
  color: #E80032;
  display: inline-block
}

.start__title-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #0d0815d9
}

.start__img-zone {
  flex: 1;
  background: #E80032;
  position: relative;
  overflow: hidden
}

.start__img-holder {
  width: 100%;
  height: 100%;
  position: relative
}

.start__img-holder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, #0d081566 100%);
  z-index: 1;
  pointer-events: none
}

.start__img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 550ms cubic-bezier(0.4, 0, 0.2, 1)
}

.start__img-holder img[src] {
  opacity: 1
}

.start__metrics {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 24px;
  background: linear-gradient(167deg, #0d0815 0%, #1a0f28 50%, #0d0815 100%);
  position: relative
}

.start__metrics::before {
  content: '';
  position: absolute;
  top: 0;
  right: 48px;
  width: 120px;
  height: 120px;
  border: 1px solid #59e8ee1f;
  border-radius: 3px;
  pointer-events: none
}

.start__metrics::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 60px;
  width: 120px;
  height: 120px;
  border: 1px solid #59e8ee14;
  border-radius: 3px;
  pointer-events: none
}

.start__metrics-intro {
  max-width: 720px;
  margin-bottom: 48px
}

.start__metrics-head {
  font-size: 37px;
  line-height: 1.2;
  margin-bottom: 24px;
  background: linear-gradient(167deg, #59E8EE 0%, #E80032 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.start__metrics-text {
  font-size: 18px;
  line-height: 1.7;
  color: #c9c7d1
}

.start__metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.start__metric-card {
  background: #59e8ee08;
  border-radius: 40px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: 0 6px 14px -2px #59e8ee17 0 8px 48px -2px #59e8ee1c;
  transition: transform 480ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 480ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden
}

.start__metric-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(167deg, #59e8ee14 0%, #e8003214 50%, #09fda314 100%);
  opacity: 0;
  transition: opacity 550ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  animation: glow-shift 8s ease-in-out infinite
}

@keyframes glow-shift {

  0%,
  100% {
    background: linear-gradient(167deg, #59e8ee14 0%, #e8003214 50%, #09fda314 100%)
  }

  50% {
    background: linear-gradient(167deg, #09fda314 0%, #59e8ee14 50%, #e8003214 100%)
  }
}

.start__metric-card:hover::before {
  opacity: 1
}

.start__metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 48px -2px #59e8ee26
}

.start__metric-num {
  font-size: 68px;
  line-height: 1.2;
  color: #59E8EE;
  margin-bottom: 12px;
  position: relative
}

.start__metric-label {
  font-size: 18px;
  line-height: 1.7;
  color: #e8e6ed;
  position: relative
}

.start__support {
  background: #0d0815;
  padding: 96px 24px;
  position: relative
}

.start__support-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 48px
}

.start__support-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.start__support-head {
  font-size: 37px;
  line-height: 1.2;
  color: #e8e6ed;
  margin-bottom: 24px
}

.start__support-text {
  font-size: 18px;
  line-height: 1.7;
  color: #c9c7d1
}

.start__support-text span {
  color: #59E8EE;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .08em
}

.start__support-img {
  width: 100%;
  height: 280px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 6px 14px -2px #e8003217 0 8px 48px -2px #e800321c;
  position: relative
}

.start__support-img::before {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -80px 60px -20px #0d081599;
  z-index: 1;
  pointer-events: none
}

.start__support-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.4, 0, 0.2, 1)
}

.start__support-img img[src] {
  opacity: 1
}

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

.start__support-item {
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.start__support-item::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #09FDA3;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 12px
}

.start__support-item-text {
  font-size: 18px;
  line-height: 1.7;
  color: #e8e6ed
}

.start__outcomes {
  position: relative;
  overflow: hidden
}

.start__outcomes-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(167deg, #0d0815 0%, #1a0f28 100%);
  left: -100vw;
  right: -100vw;
  width: 200vw;
  margin-left: calc(-100vw + 50%)
}

.start__outcomes-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 24px;
  position: relative
}

.start__outcomes-top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-bottom: 48px
}

.start__outcomes-head {
  flex: 1;
  font-size: 37px;
  line-height: 1.2;
  background: linear-gradient(167deg, #09FDA3 0%, #59E8EE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.start__outcomes-intro {
  flex: 1;
  font-size: 18px;
  line-height: 1.7;
  color: #c9c7d1
}

.start__outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.start__outcome-card {
  background: #09fda308;
  border-radius: 3px;
  padding: 48px 24px;
  box-shadow: 0 2px 4px -2px #09fda30d;
  transition: box-shadow 520ms cubic-bezier(0.4, 0, 0.2, 1), transform 520ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.start__outcome-card:hover {
  box-shadow: 0 8px 48px -2px #09fda31c;
  transform: translateX(4px)
}

.start__outcome-card:hover+.start__outcome-card {
  box-shadow: 0 8px 48px -2px #09fda314;
  transform: translateX(2px)
}

.start__outcome-label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #09FDA3;
  margin-bottom: 12px
}

.start__outcome-head {
  font-size: 27px;
  line-height: 1.2;
  color: #e8e6ed;
  margin-bottom: 12px
}

.start__outcome-text {
  font-size: 18px;
  line-height: 1.7;
  color: #c9c7d1
}

.start__chart-wrap {
  margin-top: 48px;
  padding: 24px;
  background: #e8003208;
  border-radius: 40px
}

.start__chart-svg {
  width: 100%;
  height: 240px
}

.start__gap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 24px;
  background: #0d0815
}

.start__gap-layout {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.start__gap-img {
  flex: 1;
  height: 480px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 6px 14px -2px #3be8ee17 0 8px 48px -2px #3be8ee1c;
  position: relative
}

.start__gap-img::before {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -120px 80px -30px #0d0815b3;
  z-index: 1;
  pointer-events: none
}

.start__gap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 580ms cubic-bezier(0.4, 0, 0.2, 1)
}

.start__gap-img img[src] {
  opacity: 1
}

.start__gap-content {
  flex: 1
}

.start__gap-head {
  font-size: 37px;
  line-height: 1.2;
  color: #e8e6ed;
  margin-bottom: 24px
}

.start__gap-text {
  font-size: 18px;
  line-height: 1.7;
  color: #c9c7d1;
  margin-bottom: 24px
}

.start__gap-aside {
  background: #59e8ee0d;
  border-radius: 3px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #a8a6b1;
  border-left: none;
  margin-top: 24px
}

.start__gap-aside::before {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: #59E8EE;
  margin-bottom: 12px
}

.start__gap-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #E80032;
  color: #e8e6ed;
  font-size: 18px;
  padding: 12px 48px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 460ms cubic-bezier(0.4, 0, 0.2, 1), gap 460ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 14px -2px #e8003217;
  margin-top: 24px
}

.start__gap-cta:hover {
  background: #c7002a;
  gap: 24px
}

@media (max-width: 1024px) {
  .start__title-split {
    flex-direction: column;
    min-height: auto
  }

  .start__title-zone,
  .start__img-zone {
    min-height: 400px
  }

  .start__metrics-grid {
    grid-template-columns: 1fr
  }

  .start__support-container {
    grid-template-columns: 1fr
  }

  .start__outcomes-top {
    flex-direction: column
  }

  .start__outcomes-grid {
    grid-template-columns: 1fr
  }

  .start__gap-layout {
    flex-direction: column
  }

  .start__gap-img {
    width: 100%;
    height: 360px
  }
}

@media (max-width: 768px) {
  .start__title-main {
    font-size: 37px
  }

  .start__metrics {
    padding: 48px 24px
  }

  .start__metrics-head,
  .start__support-head,
  .start__outcomes-head,
  .start__gap-head {
    font-size: 27px
  }

  .start__metric-num {
    font-size: 52px
  }

  .start__support {
    padding: 48px 24px
  }

  .start__outcomes-inner,
  .start__gap {
    padding: 48px 24px
  }

  .start__outcome-head {
    font-size: 21px
  }
}

@media (max-width: 375px) {

  .start__title-zone,
  .start__img-zone {
    min-height: 320px
  }

  .start__title-main {
    font-size: 27px
  }

  .start__metrics-head,
  .start__support-head,
  .start__outcomes-head,
  .start__gap-head {
    font-size: 21px
  }

  .start__metric-num {
    font-size: 37px
  }

  .start__metric-card {
    padding: 24px 12px
  }

  .start__gap-img {
    height: 280px
  }
}

::selection {
  background: linear-gradient(90deg, #59E8EE 0%, #E80032 100%);
  color: #0d0815
}

.lrn-prog {
  background: linear-gradient(217deg, #0a0514 0%, #120820 47%, #0d0618 100%);
  color: #e8e4f0;
  min-height: 100vh
}

.lrn-prog__intro-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 24px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  position: relative
}

.lrn-prog__intro-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.lrn-prog__intro-title {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -.02em;
  background: linear-gradient(217deg, #59E8EE 0%, #E80032 52%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0
}

.lrn-prog__intro-desc {
  font-size: 21px;
  line-height: 1.7;
  color: #c7c1d6;
  margin: 0
}

.lrn-prog__intro-desc::first-letter {
  font-size: 27px;
  color: #59E8EE;
  text-transform: uppercase
}

.lrn-prog__intro-img-wrap {
  position: relative;
  border: 2px dashed #59e8ee4d;
  border-radius: 40px;
  padding: 12px;
  overflow: hidden;
  background: #59e8ee05;
  transition: border-color 550ms cubic-bezier(0.4, 0, 0.2, 1), background-color 550ms cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog__intro-img-wrap:hover {
  border-color: #59e8ee80;
  background: #59e8ee0a
}

.lrn-prog__intro-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 40px;
  filter: grayscale(100%);
  opacity: 0;
  animation: lrn-prog-fade-in 600ms cubic-bezier(0.0, 0, 0.2, 1) forwards;
  animation-delay: 200ms
}

@keyframes lrn-prog-fade-in {
  to {
    opacity: 1
  }
}

.lrn-prog__intro-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden
}

.lrn-prog__intro-wave svg {
  width: 100%;
  height: 100%;
  display: block
}

.lrn-prog__detail-section {
  background: #0d0618;
  position: relative;
  overflow: hidden
}

.lrn-prog__detail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./image_collection/the_post-thumbnail-15.jpg);
  background-size: cover;
  background-position: center;
  opacity: .08;
  filter: grayscale(100%);
  animation: lrn-prog-bg-breathe 10s ease-in-out infinite
}

@keyframes lrn-prog-bg-breathe {

  0%,
  100% {
    background-size: 100%
  }

  50% {
    background-size: 105%
  }
}

.lrn-prog__detail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(217deg, #0a0514eb 0%, #120820f2 100%)
}

.lrn-prog__detail-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 24px;
  position: relative;
  z-index: 1
}

.lrn-prog__detail-heading {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 48px;
  background: linear-gradient(217deg, #59E8EE 0%, #E80032 52%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.lrn-prog__pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.lrn-prog__pathway-card {
  background: #59e8ee08;
  border-radius: 40px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 500ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px -2px #59e8ee0d 0 6px 14px -2px #59e8ee17 0 8px 48px -2px #59e8ee1c
}

.lrn-prog__pathway-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(217deg, #59E8EE 0%, #E80032 52%, #09FDA3 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 550ms cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog__pathway-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px -2px #59e8ee1f 0 6px 14px -2px #59e8ee2e 0 8px 48px -2px #59e8ee38
}

.lrn-prog__pathway-card:hover::before {
  transform: scaleY(1)
}

.lrn-prog__pathway-number {
  font-size: 37px;
  line-height: 1.2;
  color: #59E8EE;
  margin: 0 0 12px;
  font-weight: 700
}

.lrn-prog__pathway-label {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #e8e4f0
}

.lrn-prog__pathway-text {
  font-size: 16px;
  line-height: 1.7;
  color: #c7c1d6;
  margin: 0 0 12px
}

.lrn-prog__pathway-time {
  font-size: 16px;
  line-height: 1.7;
  color: #09FDA3;
  margin: 0;
  font-style: italic
}

.lrn-prog__note-sidebar {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 24px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px
}

.lrn-prog__note-aside {
  background: #e800320a;
  border-radius: 40px;
  padding: 24px;
  align-self: start;
  position: sticky;
  top: 24px;
  box-shadow: 0 2px 4px -2px #e800320d 0 6px 14px -2px #e8003217 0 8px 48px -2px #e800321c
}

.lrn-prog__note-aside-title {
  font-size: 18px;
  line-height: 1.2;
  color: #E80032;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.lrn-prog__note-aside-text {
  font-size: 16px;
  line-height: 1.7;
  color: #c7c1d6;
  margin: 0
}

.lrn-prog__note-content {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog__note-block {
  background: #09fda305;
  border-radius: 40px;
  padding: 24px;
  border: 1px solid #09fda31a;
  transition: border-color 500ms cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog__note-block:hover {
  border-color: #09fda340
}

.lrn-prog__note-block-title {
  font-size: 27px;
  line-height: 1.2;
  margin: 0 0 12px;
  background: linear-gradient(217deg, #09FDA3 0%, #59E8EE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.lrn-prog__note-block-para {
  font-size: 18px;
  line-height: 1.7;
  color: #c7c1d6;
  margin: 0 0 12px
}

.lrn-prog__note-block-para:last-child {
  margin-bottom: 0
}

.lrn-prog__note-block-para::first-letter {
  font-size: 21px;
  color: #09FDA3;
  text-transform: uppercase
}

.lrn-prog__quote-pullout {
  background: #59e8ee0d;
  border-radius: 40px;
  padding: 24px;
  margin: 24px 0;
  border-left: 4px solid #59E8EE;
  font-size: 21px;
  line-height: 1.7;
  color: #e8e4f0;
  font-style: italic
}

.lrn-prog__list-custom {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lrn-prog__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  line-height: 1.7;
  color: #c7c1d6
}

.lrn-prog__list-item::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #09FDA3;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 12px;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog__list-item:hover::before {
  transform: scale(1.4)
}

.lrn-prog__link-inline {
  color: #59E8EE;
  text-decoration: none;
  position: relative;
  transition: color 450ms cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog__link-inline::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  clip-path: path('M0,1 Q25,0 50,1 T100,1');
  opacity: .6;
  transition: opacity 450ms cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog__link-inline:hover {
  color: #09FDA3
}

.lrn-prog__link-inline:hover::after {
  opacity: 1
}

@media (max-width: 1280px) {
  .lrn-prog__intro-wrap {
    grid-template-columns: 1fr;
    padding: 48px 24px
  }

  .lrn-prog__intro-title {
    font-size: 52px
  }

  .lrn-prog__intro-img-wrap {
    max-width: 600px;
    margin: 0 auto
  }

  .lrn-prog__pathway-grid {
    grid-template-columns: 1fr
  }

  .lrn-prog__note-sidebar {
    grid-template-columns: 1fr;
    padding: 48px 24px
  }

  .lrn-prog__note-aside {
    position: static
  }
}

@media (max-width: 1024px) {
  .lrn-prog__intro-title {
    font-size: 37px
  }

  .lrn-prog__intro-desc {
    font-size: 18px
  }

  .lrn-prog__detail-heading {
    font-size: 37px
  }

  .lrn-prog__pathway-number {
    font-size: 27px
  }

  .lrn-prog__pathway-label {
    font-size: 18px
  }

  .lrn-prog__note-block-title {
    font-size: 21px
  }

  .lrn-prog__quote-pullout {
    font-size: 18px
  }
}

@media (max-width: 768px) {
  .lrn-prog__intro-wrap {
    padding: 24px 12px
  }

  .lrn-prog__intro-title {
    font-size: 27px
  }

  .lrn-prog__intro-desc {
    font-size: 16px
  }

  .lrn-prog__intro-img {
    height: 320px
  }

  .lrn-prog__detail-container {
    padding: 48px 12px
  }

  .lrn-prog__detail-heading {
    font-size: 27px;
    margin-bottom: 24px
  }

  .lrn-prog__pathway-card {
    padding: 12px
  }

  .lrn-prog__note-sidebar {
    padding: 24px 12px;
    gap: 24px
  }

  .lrn-prog__note-block {
    padding: 12px
  }
}

@media (max-width: 375px) {
  .lrn-prog__intro-title {
    font-size: 21px
  }

  .lrn-prog__detail-heading {
    font-size: 21px
  }
}

.success-page {
  background: linear-gradient(167deg, #0a0514 0%, #130820 48%, #0f0618 100%);
  min-height: 100vh;
  padding: 96px 24px;
  display: flex;
  align-items: center;
  justify-content: center
}

.success-page .confirmation-wrap {
  max-width: 680px;
  width: 100%;
  text-align: center
}

.success-page .status-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 48px;
  position: relative
}

.success-page .status-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(167deg, #59E8EE 0%, #09FDA3 100%);
  border-radius: 40px;
  opacity: .14;
  box-shadow: 0 8px 48px -2px #59e8ee1c
}

.success-page .status-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 26px;
  border-left: 4px solid #09FDA3;
  border-bottom: 4px solid #09FDA3;
  transform: translate(-50%, -58%) rotate(-45deg)
}

.success-page .confirm-title {
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 24px;
  background: linear-gradient(167deg, #59E8EE 0%, #E80032 52%, #09FDA3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -.02em
}

.success-page .confirm-desc {
  font-size: 21px;
  line-height: 1.7;
  color: #b8b4c2;
  margin: 0 0 48px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto
}

.success-page .action-group {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap
}

.success-page .btn-primary {
  background: linear-gradient(167deg, #59E8EE 0%, #09FDA3 100%);
  color: #0a0514;
  font-size: 18px;
  padding: 12px 48px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
  transition: transform .42s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .42s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 14px -2px #59e8ee17;
  text-decoration: none;
  display: inline-block
}

.success-page .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 48px -2px #59e8ee1c
}

.success-page .btn-secondary {
  background: transparent;
  color: #59E8EE;
  font-size: 18px;
  padding: 12px 48px;
  border: 2px solid #59e8ee4d;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color .48s cubic-bezier(0.4, 0, 0.2, 1), background .48s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-block
}

.success-page .btn-secondary:hover {
  border-color: #59e8ee99;
  background: #59e8ee0d
}

.success-page .meta-info {
  margin: 96px 0 0;
  padding: 24px;
  background: #59e8ee08;
  border-radius: 3px;
  border-top: 1px solid #59e8ee1f
}

.success-page .meta-info p {
  font-size: 16px;
  line-height: 1.7;
  color: #8b859d;
  margin: 0
}

.success-page .meta-info a {
  color: #59E8EE;
  text-decoration: none;
  transition: color .38s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid #59e8ee4d
}

.success-page .meta-info a:hover {
  color: #09FDA3;
  border-bottom-color: #09fda380
}

@media (max-width: 768px) {
  .success-page {
    padding: 48px 24px
  }

  .success-page .status-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 24px
  }

  .success-page .status-icon::after {
    width: 32px;
    height: 22px;
    border-left-width: 3px;
    border-bottom-width: 3px
  }

  .success-page .confirm-title {
    font-size: 37px
  }

  .success-page .confirm-desc {
    font-size: 18px
  }

  .success-page .action-group {
    flex-direction: column;
    gap: 12px
  }

  .success-page .btn-primary,
  .success-page .btn-secondary {
    width: 100%;
    padding: 12px 24px
  }

  .success-page .meta-info {
    margin-top: 48px
  }
}