*,
::before,
::after {
  box-sizing: border-box
}

html {
  scroll-behavior: auto
}

body {
  margin: 0;
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #FAF9F6;
  color: #1F183C;
  font-size: 18px;
  line-height: 1.55
}

::selection {
  background-color: #f287e538;
  color: #1F183C
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-bottom: 4px solid #F287E5
}

.topbar {
  position: relative;
  background: linear-gradient(135deg, #1f183cf7 0%, #1f183ceb 100%);
  padding: 20px 40px;
  box-shadow: 0 5px 28px -1px #1f183c17;
  z-index: 100
}

.topbar-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0
}

.brand-mark {
  width: 62px;
  height: 62px;
  background-color: #FAF9F6;
  border-radius: 28px;
  padding: 10px;
  box-shadow: 0 5px 28px -1px #f287e517;
  display: flex;
  align-items: center;
  justify-content: center
}

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

.brand-text {
  font-size: 22px;
  font-weight: 700;
  color: #FAF9F6;
  letter-spacing: 0;
  line-height: 1.1
}

.primary-links {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end
}

.primary-links a {
  font-size: 18px;
  font-weight: 400;
  color: #faf9f6e0;
  text-decoration: none;
  padding: 10px 0;
  transition: color .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.primary-links a:hover {
  color: #F287E5
}

.primary-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #F287E5 0%, #f287e566 100%);
  transition: width .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.primary-links a:hover::after {
  width: 100%
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #f287e526;
  border: 2px solid #F287E5;
  border-radius: 28px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #FAF9F6;
  white-space: nowrap
}

.status-indicator {
  width: 10px;
  height: 10px;
  background-color: #F287E5;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #f287e54d;
  animation: pulse-glow 2.2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes pulse-glow {

  0%,
  100% {
    box-shadow: 0 0 0 3px #f287e54d
  }

  50% {
    box-shadow: 0 0 0 8px #f287e51a
  }
}

@media (max-width: 1024px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }

  .primary-links {
    width: 100%;
    justify-content: flex-start;
    gap: 20px
  }

  .status-badge {
    align-self: flex-start
  }
}

@media (max-width: 768px) {
  .topbar {
    padding: 20px
  }

  .brand-lockup {
    gap: 10px
  }

  .brand-mark {
    width: 52px;
    height: 52px
  }

  .brand-text {
    font-size: 18px
  }

  .primary-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
  }

  .primary-links a {
    font-size: 15px
  }

  .status-badge {
    font-size: 15px;
    padding: 10px 20px
  }
}

@media (max-width: 360px) {
  .brand-text {
    font-size: 15px
  }
}

.baseplate {
  background: linear-gradient(180deg, #1F183C 0%, #1f183cf0 100%);
  padding: 80px 40px;
  position: relative;
  overflow: hidden
}

.baseplate::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #F287E5 0%, transparent 100%)
}

.baseplate-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px
}

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

.column-heading {
  font-size: 22px;
  font-weight: 700;
  color: #F287E5;
  line-height: 1.35;
  margin-bottom: 10px
}

.quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.quick-links a {
  font-size: 18px;
  font-weight: 400;
  color: #faf9f6d1;
  text-decoration: none;
  padding: 10px 0;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), padding-left .26s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  border-bottom: 1px solid #faf9f61a
}

.quick-links a:hover {
  color: #F287E5;
  padding-left: 10px
}

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

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px
}

.contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #F287E5;
  font-size: 22px;
  line-height: 1
}

.contact-detail {
  font-size: 18px;
  color: #faf9f6e0;
  line-height: 1.55
}

.contact-detail a {
  color: #faf9f6e0;
  text-decoration: none;
  transition: color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-detail a:hover {
  color: #F287E5
}

.about-text {
  font-size: 18px;
  color: #faf9f6c7;
  line-height: 1.8
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px
}

.legal-links a {
  font-size: 15px;
  color: #faf9f6ad;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.legal-links a:hover {
  color: #F287E5
}

.baseplate-bottom {
  max-width: 1440px;
  margin: 80px auto 0;
  padding-top: 40px;
  border-top: 1px solid #faf9f626;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px
}

.footer-brand {
  width: 68px;
  height: 68px;
  background-color: #FAF9F6;
  border-radius: 28px;
  padding: 10px;
  box-shadow: 0 9px 60px -1px #f287e51c;
  display: flex;
  align-items: center;
  justify-content: center
}

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

.copyright-text {
  font-size: 15px;
  color: #faf9f694;
  text-align: center;
  line-height: 1.55
}

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

  .baseplate-column:last-child {
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .baseplate {
    padding: 40px 20px
  }

  .baseplate-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .baseplate-column:last-child {
    grid-column: auto
  }

  .baseplate-bottom {
    margin-top: 40px;
    padding-top: 40px;
    gap: 20px
  }

  .column-heading {
    font-size: 18px
  }

  .quick-links a,
  .contact-detail,
  .about-text {
    font-size: 15px
  }
}

@media (max-width: 360px) {
  .baseplate {
    padding: 40px 10px
  }

  .baseplate-inner {
    gap: 20px
  }
}

.consent-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, #1f183cfa 0%, #1f183cf5 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px 40px;
  box-shadow: 0 9px 60px -1px #1f183c1c;
  z-index: 1200;
  display: none;
  transform: translateX(-100%);
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.consent-bar.show-consent {
  transform: translateX(0)
}

.consent-bar-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}

.consent-message {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.consent-headline {
  font-size: 22px;
  font-weight: 700;
  color: #F287E5;
  line-height: 1.35
}

.consent-description {
  font-size: 15px;
  color: #faf9f6e0;
  line-height: 1.55
}

.consent-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0
}

.consent-btn {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  border: 2px solid #F287E5;
  border-radius: 28px;
  cursor: pointer;
  transition: background-color .24s cubic-bezier(0.34, 1.56, 0.64, 1), color .24s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  white-space: nowrap
}

.consent-accept {
  background-color: #F287E5;
  color: #1F183C
}

.consent-accept:hover {
  background-color: #FAF9F6;
  transform: translateY(-2px)
}

.consent-decline {
  background-color: transparent;
  color: #F287E5
}

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

.consent-settings {
  background-color: transparent;
  color: #faf9f6e0;
  border-color: #faf9f666
}

.consent-settings:hover {
  background-color: #faf9f61a;
  transform: translateY(-2px)
}

.consent-panel {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #faf9f626
}

.consent-panel.show-panel {
  display: block
}

.consent-options {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.consent-option {
  display: flex;
  align-items: center;
  gap: 10px
}

.consent-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer
}

.consent-option label {
  font-size: 15px;
  color: #faf9f6e0;
  cursor: pointer;
  line-height: 1.55
}

.data-sale-notice {
  margin-top: 20px;
  padding: 20px;
  background-color: #f287e514;
  border-radius: 28px;
  border: 1px solid #f287e533
}

.data-sale-heading {
  font-size: 18px;
  font-weight: 700;
  color: #F287E5;
  margin-bottom: 10px;
  line-height: 1.35
}

.data-sale-text {
  font-size: 15px;
  color: #faf9f6e0;
  line-height: 1.55;
  margin-bottom: 10px
}

.data-sale-control {
  display: flex;
  align-items: center;
  gap: 10px
}

.data-sale-control input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer
}

.data-sale-control label {
  font-size: 15px;
  color: #faf9f6e0;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.55
}

@media (max-width: 1024px) {
  .consent-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }

  .consent-actions {
    width: 100%;
    justify-content: flex-start
  }
}

@media (max-width: 768px) {
  .consent-bar {
    padding: 20px
  }

  .consent-headline {
    font-size: 18px
  }

  .consent-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px
  }

  .consent-btn {
    width: 100%
  }
}

@media (max-width: 360px) {
  .consent-bar {
    padding: 10px
  }

  .consent-headline {
    font-size: 15px
  }

  .consent-description,
  .consent-option label,
  .data-sale-text {
    font-size: 15px
  }
}

.terms-area {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #FAF9F6
}

.terms-area h1 {
  font-size: 58px;
  line-height: 1.1;
  color: #1F183C;
  margin: 0 0 80px
}

.terms-area h2 {
  font-size: 42px;
  line-height: 1.35;
  color: #1F183C;
  margin: 80px 0 40px
}

.terms-area h3 {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 40px 0 20px
}

.terms-area h4 {
  font-size: 18px;
  line-height: 1.35;
  color: #1F183C;
  margin: 40px 0 20px
}

.terms-area h5 {
  font-size: 18px;
  line-height: 1.35;
  color: #1F183C;
  margin: 40px 0 20px
}

.terms-area h6 {
  font-size: 15px;
  line-height: 1.35;
  color: #1F183C;
  margin: 40px 0 20px
}

.terms-area p {
  font-size: 18px;
  line-height: 1.8;
  color: #1F183C;
  margin: 0 0 20px
}

.terms-area ul {
  margin: 0 0 40px;
  padding: 0 0 0 40px;
  list-style-type: disc
}

.terms-area ol {
  margin: 0 0 40px;
  padding: 0 0 0 40px;
  list-style-type: decimal
}

.terms-area li {
  font-size: 18px;
  line-height: 1.8;
  color: #1F183C;
  margin: 0 0 10px
}

.terms-area ul ul,
.terms-area ol ol,
.terms-area ul ol,
.terms-area ol ul {
  margin: 10px 0
}

.terms-area em,
.terms-area i {
  font-style: italic
}

.terms-area strong,
.terms-area b {
  font-weight: 600
}

.terms-area a {
  color: #F287E5;
  text-decoration: underline;
  transition: opacity .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.terms-area a:hover {
  opacity: .7
}

.terms-area table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 40px;
  background: #FFF;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 5px 28px -1px #1f183c17
}

.terms-area thead {
  background: #F287E5
}

.terms-area th {
  font-size: 18px;
  line-height: 1.35;
  color: #FFF;
  text-align: left;
  padding: 20px;
  font-weight: 600
}

.terms-area td {
  font-size: 18px;
  line-height: 1.55;
  color: #1F183C;
  padding: 20px;
  border-bottom: 1px solid #1f183c14
}

.terms-area tbody tr:last-child td {
  border-bottom: none
}

.terms-area div {
  margin: 0 0 20px
}

@media (max-width: 1024px) {
  .terms-area {
    padding: 80px 20px
  }

  .terms-area h1 {
    font-size: 42px;
    margin: 0 0 40px
  }

  .terms-area h2 {
    font-size: 22px;
    margin: 40px 0 20px
  }

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

@media (max-width: 768px) {
  .terms-area {
    padding: 40px 20px
  }

  .terms-area h1 {
    font-size: 42px;
    margin: 0 0 40px
  }

  .terms-area h2 {
    font-size: 22px;
    margin: 40px 0 20px
  }

  .terms-area h3 {
    font-size: 18px
  }

  .terms-area p,
  .terms-area li,
  .terms-area td,
  .terms-area th {
    font-size: 15px
  }

  .terms-area ul,
  .terms-area ol {
    padding: 0 0 0 20px
  }

  .terms-area th,
  .terms-area td {
    padding: 10px
  }
}

@media (max-width: 360px) {
  .terms-area {
    padding: 40px 10px
  }
}

.abt-us {
  background: #FAF9F6;
  color: #1F183C;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow-x: clip
}

.abt-us .intro-strip {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  padding: 20px 80px;
  background: linear-gradient(180deg, #1F183C 0%, #F287E5 100%);
  align-items: center;
  position: relative;
  overflow: hidden
}

.abt-us .intro-strip::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border: 2px solid #faf9f626;
  border-radius: 28px;
  top: -40px;
  left: 10%;
  transform: rotate(25deg);
  pointer-events: none
}

.abt-us .intro-strip::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid #faf9f61f;
  border-radius: 0;
  bottom: -30px;
  right: 15%;
  transform: rotate(-15deg);
  pointer-events: none
}

.abt-us .intro-txt {
  position: relative;
  z-index: 2
}

.abt-us .intro-txt h1 {
  font-size: 58px;
  line-height: 1.1;
  color: #FAF9F6;
  margin: 0 0 10px
}

.abt-us .intro-txt .highlight-word {
  background: #F287E5;
  padding: 0 10px;
  display: inline-block
}

.abt-us .intro-img-wrap {
  position: relative;
  height: 280px;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%)
}

.abt-us .intro-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative
}

.abt-us .intro-img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(180deg, #1f183c99 0%, #1f183c00 100%);
  z-index: 1;
  pointer-events: none
}

.abt-us .story-sec {
  background: #fff;
  padding: 80px;
  position: relative;
  overflow: hidden
}

.abt-us .story-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, #f287e508 39px, #f287e508 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, #f287e508 39px, #f287e508 40px);
  pointer-events: none;
  z-index: 0
}

.abt-us .story-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.abt-us .story-inner h2 {
  font-size: 42px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 40px;
  text-align: left
}

.abt-us .story-inner h2 span {
  display: block
}

.abt-us .story-inner .drop-cap::first-letter {
  font-size: 72px;
  line-height: 1;
  float: left;
  margin: 0 10px 0 0;
  color: #F287E5;
  font-weight: 700
}

.abt-us .story-inner p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 20px;
  color: #1F183C
}

.abt-us .story-inner p:last-of-type {
  margin-bottom: 0
}

.abt-us .complex-testimony {
  background: linear-gradient(180deg, #FAF9F6 0%, #fff 100%);
  padding: 80px;
  position: relative
}

.abt-us .complex-testimony::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(180deg, #f287e514 0%, #f287e500 100%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0
}

.abt-us .complex-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 1
}

.abt-us .testimony-col {
  background: #fff;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 5px 28px -1px #1f183c17;
  position: relative
}

.abt-us .testimony-col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F287E5 0%, #f287e500 100%);
  border-radius: 0 0 28px 28px
}

.abt-us .testimony-col h3 {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 20px
}

.abt-us .testimony-col p {
  font-size: 18px;
  line-height: 1.55;
  color: #1F183C;
  margin: 0 0 20px
}

.abt-us .testimony-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px
}

.abt-us .testimony-author img {
  width: 60px;
  height: 84px;
  object-fit: cover;
  object-position: top;
  border-radius: 28px;
  box-shadow: 0 1px 5px -1px #1f183c0f
}

.abt-us .testimony-author-info {
  flex: 1
}

.abt-us .testimony-author-name {
  font-size: 18px;
  line-height: 1.35;
  color: #1F183C;
  font-weight: 700;
  margin: 0
}

.abt-us .testimony-author-role {
  font-size: 15px;
  line-height: 1.35;
  color: #1F183C;
  opacity: .7;
  margin: 0
}

.abt-us .stats-col {
  background: #fff;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 5px 28px -1px #1f183c17;
  position: relative
}

.abt-us .stats-col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F287E5 0%, #f287e500 100%);
  border-radius: 0 0 28px 28px
}

.abt-us .stats-col h4 {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 20px
}

.abt-us .stat-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1f183c1a
}

.abt-us .stat-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.abt-us .stat-label {
  font-size: 15px;
  line-height: 1.35;
  color: #1F183C;
  opacity: .7;
  margin: 0
}

.abt-us .stat-value {
  font-size: 42px;
  line-height: 1.1;
  color: #F287E5;
  font-weight: 700;
  margin: 0
}

.abt-us .results-col {
  background: #fff;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 5px 28px -1px #1f183c17;
  position: relative
}

.abt-us .results-col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F287E5 0%, #f287e500 100%);
  border-radius: 0 0 28px 28px
}

.abt-us .results-col h4 {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 20px
}

.abt-us .result-comparison {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center
}

.abt-us .result-before,
.abt-us .result-after {
  flex: 1;
  text-align: center
}

.abt-us .result-label {
  font-size: 15px;
  line-height: 1.35;
  color: #1F183C;
  opacity: .7;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.abt-us .result-metric {
  font-size: 42px;
  line-height: 1.1;
  color: #1F183C;
  font-weight: 700;
  margin: 0
}

.abt-us .result-after .result-metric {
  color: #F287E5
}

.abt-us .result-arrow {
  font-size: 42px;
  color: #F287E5;
  line-height: 1;
  animation: shake-attention 3s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes shake-attention {

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

  92% {
    transform: translateX(-4px)
  }

  94% {
    transform: translateX(4px)
  }

  96% {
    transform: translateX(-4px)
  }

  98% {
    transform: translateX(4px)
  }
}

.abt-us .result-improvement {
  background: #f287e51a;
  padding: 20px;
  border-radius: 28px;
  text-align: center;
  margin-top: 20px
}

.abt-us .result-improvement-value {
  font-size: 22px;
  line-height: 1.35;
  color: #F287E5;
  font-weight: 700;
  margin: 0
}

.abt-us .approach-sec {
  background: #1F183C;
  padding: 80px;
  position: relative;
  overflow: hidden
}

.abt-us .approach-sec::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border: 2px solid #f287e526;
  border-radius: 0;
  top: 50%;
  left: -100px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  animation: pulse-shape 4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes pulse-shape {

  0%,
  100% {
    opacity: .3;
    transform: translateY(-50%) rotate(45deg) scale(1)
  }

  50% {
    opacity: .6;
    transform: translateY(-50%) rotate(45deg) scale(1.05)
  }
}

.abt-us .approach-sec::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  border: 2px solid #f287e51f;
  border-radius: 28px;
  bottom: -80px;
  right: -60px;
  transform: rotate(-20deg);
  pointer-events: none;
  animation: pulse-shape-alt 5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite
}

@keyframes pulse-shape-alt {

  0%,
  100% {
    opacity: .3;
    transform: rotate(-20deg) scale(1)
  }

  50% {
    opacity: .5;
    transform: rotate(-20deg) scale(1.08)
  }
}

.abt-us .approach-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.abt-us .approach-inner h2 {
  font-size: 42px;
  line-height: 1.35;
  color: #FAF9F6;
  margin: 0 0 40px;
  text-align: center
}

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

.abt-us .approach-card {
  background: #faf9f60d;
  padding: 40px;
  border-radius: 28px;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 5px -1px #f287e50f;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .approach-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 60px -1px #f287e51c
}

.abt-us .approach-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #F287E5 0%, #f287e500 100%);
  border-radius: 0 0 28px 28px
}

.abt-us .approach-card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  position: relative
}

.abt-us .approach-card-icon svg {
  width: 100%;
  height: 100%;
  stroke: #F287E5;
  fill: none;
  stroke-width: 2
}

.abt-us .approach-card h3 {
  font-size: 22px;
  line-height: 1.35;
  color: #FAF9F6;
  margin: 0 0 20px
}

.abt-us .approach-card p {
  font-size: 18px;
  line-height: 1.55;
  color: #FAF9F6;
  opacity: .85;
  margin: 0
}

.abt-us .approach-card ol {
  list-style: none;
  counter-reset: approach-counter;
  margin: 20px 0 0;
  padding: 0
}

.abt-us .approach-card li {
  counter-increment: approach-counter;
  font-size: 18px;
  line-height: 1.55;
  color: #FAF9F6;
  opacity: .85;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: baseline
}

.abt-us .approach-card li::before {
  content: counter(approach-counter);
  font-size: 22px;
  font-weight: 700;
  color: #F287E5;
  text-align: right;
  min-width: 30px
}

.abt-us .approach-card li:last-child {
  margin-bottom: 0
}

.abt-us .values-sec {
  background: #fff;
  padding: 80px;
  position: relative
}

.abt-us .values-inner {
  max-width: 1280px;
  margin: 0 auto
}

.abt-us .values-inner h2 {
  font-size: 42px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 40px
}

.abt-us .values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.abt-us .value-card {
  background: #FAF9F6;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 1px 5px -1px #1f183c0f;
  transition: filter .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .value-card:hover {
  filter: brightness(1.02)
}

.abt-us .value-card h3 {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 20px
}

.abt-us .value-card p {
  font-size: 18px;
  line-height: 1.55;
  color: #1F183C;
  margin: 0
}

.abt-us .visual-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px
}

.abt-us .showcase-img {
  width: 100%;
  height: 320px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 5px 28px -1px #1f183c17;
  position: relative
}

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

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

@media (max-width: 1024px) {
  .abt-us .intro-strip {
    grid-template-columns: 1fr;
    padding: 40px
  }

  .abt-us .intro-img-wrap {
    height: 240px
  }

  .abt-us .intro-txt h1 {
    font-size: 42px
  }

  .abt-us .story-sec,
  .abt-us .complex-testimony,
  .abt-us .approach-sec,
  .abt-us .values-sec {
    padding: 40px
  }

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

  .abt-us .approach-grid {
    grid-template-columns: 1fr
  }

  .abt-us .values-grid {
    grid-template-columns: 1fr
  }

  .abt-us .visual-showcase {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .abt-us .intro-strip {
    padding: 20px
  }

  .abt-us .intro-txt h1 {
    font-size: 22px
  }

  .abt-us .intro-img-wrap {
    height: 180px
  }

  .abt-us .story-sec,
  .abt-us .complex-testimony,
  .abt-us .approach-sec,
  .abt-us .values-sec {
    padding: 20px
  }

  .abt-us .story-inner h2,
  .abt-us .approach-inner h2,
  .abt-us .values-inner h2 {
    font-size: 22px
  }

  .abt-us .testimony-col,
  .abt-us .stats-col,
  .abt-us .results-col,
  .abt-us .approach-card,
  .abt-us .value-card {
    padding: 20px
  }

  .abt-us .stat-value,
  .abt-us .result-metric,
  .abt-us .result-arrow {
    font-size: 22px
  }

  .abt-us .story-inner .drop-cap::first-letter {
    font-size: 42px
  }

  .abt-us .showcase-img {
    height: 220px
  }
}

@media (max-width: 360px) {

  .abt-us .intro-strip,
  .abt-us .story-sec,
  .abt-us .complex-testimony,
  .abt-us .approach-sec,
  .abt-us .values-sec {
    padding: 10px
  }
}

.lrn-prog {
  background: #FAF9F6;
  color: #1F183C;
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: clip
}

.lrn-prog .opening-strip {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  background: linear-gradient(180deg, #1F183C 0%, #F287E5 100%);
  overflow: hidden
}

.lrn-prog .opening-strip::before,
.lrn-prog .opening-strip::after {
  content: '';
  position: absolute;
  border-radius: 28px;
  filter: blur(80px);
  opacity: .15;
  pointer-events: none
}

.lrn-prog .opening-strip::before {
  width: 400px;
  height: 400px;
  background: #F287E5;
  top: -150px;
  left: -100px
}

.lrn-prog .opening-strip::after {
  width: 350px;
  height: 350px;
  background: #FAF9F6;
  bottom: -120px;
  right: -80px
}

.lrn-prog .strip-visual {
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 5px 28px -1px #f287e517
}

.lrn-prog .strip-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.lrn-prog .strip-visual::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(0deg, #1f183cd9 0%, transparent 100%);
  pointer-events: none
}

.lrn-prog .strip-text-zone {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center
}

.lrn-prog .strip-headline {
  font-size: 58px;
  line-height: 1.1;
  color: #FAF9F6;
  margin: 0 0 20px;
  font-weight: 700;
  animation: drop-entry .35s cubic-bezier(0.34, 1.56, 0.64, 1) backwards
}

@keyframes drop-entry {
  0% {
    opacity: 0;
    transform: translateY(-40px)
  }

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

.lrn-prog .strip-headline span {
  display: block
}

.lrn-prog .strip-action {
  margin-top: 20px;
  animation: drop-entry .35s cubic-bezier(0.34, 1.56, 0.64, 1) .15s backwards
}

.lrn-prog .strip-btn {
  display: inline-block;
  padding: 10px 40px;
  background: #F287E5;
  color: #1F183C;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  text-decoration: none;
  transition: filter .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 5px 28px -1px #f287e517
}

.lrn-prog .strip-btn:hover {
  filter: brightness(1.15)
}

.lrn-prog .strip-btn:active {
  filter: brightness(0.95)
}

@media (max-width: 768px) {
  .lrn-prog .strip-visual {
    height: 200px
  }

  .lrn-prog .strip-headline {
    font-size: 42px
  }
}

@media (max-width: 360px) {
  .lrn-prog .opening-strip {
    padding: 10px
  }

  .lrn-prog .strip-visual {
    height: 160px
  }

  .lrn-prog .strip-headline {
    font-size: 42px
  }
}

.lrn-prog .split-details {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 80px 20px;
  background: #FFF;
  position: relative
}

.lrn-prog .split-details::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 2px;
  background: #F287E5
}

.lrn-prog .split-details::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 2px;
  background: #1F183C
}

.lrn-prog .split-primary {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  animation: drop-entry .3s cubic-bezier(0.68, -0.55, 0.27, 1.55) .1s backwards
}

.lrn-prog .split-secondary {
  flex: 0 0 calc(40% - 40px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  animation: drop-entry .3s cubic-bezier(0.68, -0.55, 0.27, 1.55) .25s backwards
}

.lrn-prog .detail-card {
  background: #FAF9F6;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 1px 5px -1px #1f183c0f;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.lrn-prog .detail-card:hover {
  box-shadow: 0 9px 60px -1px #1f183c1c
}

.lrn-prog .detail-card::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  background: #F287E5;
  transform: rotate(45deg);
  opacity: .1;
  pointer-events: none
}

.lrn-prog .card-head {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 20px;
  font-weight: 700
}

.lrn-prog .card-body {
  font-size: 15px;
  line-height: 1.55;
  color: #1F183C;
  margin: 0
}

.lrn-prog .card-body::first-letter {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: #F287E5;
  float: left;
  margin: 0 10px 0 0
}

.lrn-prog .overview-card {
  background: linear-gradient(180deg, #1F183C 0%, #F287E5 100%);
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 5px 28px -1px #f287e517;
  position: relative;
  overflow: hidden
}

.lrn-prog .overview-card::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: #FAF9F6;
  border-radius: 28px;
  opacity: .08;
  transform: rotate(25deg);
  pointer-events: none
}

.lrn-prog .overview-head {
  font-size: 22px;
  line-height: 1.35;
  color: #FAF9F6;
  margin: 0 0 20px;
  font-weight: 700
}

.lrn-prog .overview-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.lrn-prog .overview-list li {
  font-size: 15px;
  line-height: 1.55;
  color: #FAF9F6;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  position: relative
}

.lrn-prog .list-num {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #F287E5;
  min-width: 40px;
  text-align: right
}

.lrn-prog .list-txt {
  flex: 1
}

.lrn-prog .profile-showcase {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.lrn-prog .profile-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FFF;
  border-radius: 28px;
  box-shadow: 0 1px 5px -1px #1f183c0f;
  transition: transform .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lrn-prog .profile-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 28px -1px #1f183c17
}

.lrn-prog .profile-item:hover+.profile-item {
  transform: translateX(3px);
  box-shadow: 0 5px 28px -1px #1f183c17
}

.lrn-prog .profile-avatar {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 28px -1px #f287e517
}

.lrn-prog .profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.lrn-prog .profile-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.lrn-prog .profile-name {
  font-size: 18px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0;
  font-weight: 700
}

.lrn-prog .profile-role {
  font-size: 15px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0;
  opacity: .7
}

.lrn-prog .metrics-table-wrap {
  background: #FAF9F6;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 1px 5px -1px #1f183c0f;
  overflow-x: auto
}

.lrn-prog .metrics-head {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 20px;
  font-weight: 700
}

.lrn-prog .metrics-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0
}

.lrn-prog .metrics-table th,
.lrn-prog .metrics-table td {
  padding: 10px 20px;
  text-align: left;
  font-size: 15px;
  line-height: 1.35;
  border-bottom: 1px solid #1f183c1a
}

.lrn-prog .metrics-table th {
  background: #1F183C;
  color: #FAF9F6;
  font-weight: 700;
  position: relative
}

.lrn-prog .metrics-table th:first-child {
  border-radius: 28px 0 0 0
}

.lrn-prog .metrics-table th:last-child {
  border-radius: 0 28px 0 0
}

.lrn-prog .metrics-table tbody tr {
  transition: background .15s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lrn-prog .metrics-table tbody tr:hover {
  background: #f287e50d
}

.lrn-prog .metrics-table td {
  color: #1F183C
}

.lrn-prog .metrics-table .cell-low {
  background: #f287e526
}

.lrn-prog .metrics-table .cell-medium {
  background: #f287e54d
}

.lrn-prog .metrics-table .cell-high {
  background: #f287e580;
  font-weight: 700
}

.lrn-prog .centered-narrow {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #FFF;
  position: relative
}

.lrn-prog .centered-narrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 3px;
  background: linear-gradient(90deg, #1F183C 0%, #F287E5 100%)
}

.lrn-prog .narrow-head {
  font-size: 42px;
  line-height: 1.1;
  color: #1F183C;
  margin: 0 0 40px;
  font-weight: 700;
  text-align: center
}

.lrn-prog .narrow-head span {
  display: block
}

.lrn-prog .narrow-content {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.lrn-prog .narrow-visual {
  width: 100%;
  height: 400px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 5px 28px -1px #1f183c17;
  position: relative
}

.lrn-prog .narrow-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, #f287e533 100%);
  pointer-events: none;
  z-index: 1
}

.lrn-prog .narrow-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.lrn-prog .narrow-text {
  font-size: 18px;
  line-height: 1.8;
  color: #1F183C;
  margin: 0
}

.lrn-prog .narrow-text::first-letter {
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  color: #F287E5;
  float: left;
  margin: 0 10px 0 0
}

.lrn-prog .narrow-text .highlight-word {
  background: #F287E5;
  color: #FAF9F6;
  padding: 0 10px;
  border-radius: 0;
  font-weight: 700
}

.lrn-prog .quantity-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #1F183C;
  color: #FAF9F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 5px 28px -1px #1f183c17;
  z-index: 2
}

@media (max-width: 1024px) {
  .lrn-prog .split-details {
    flex-direction: column;
    gap: 40px
  }

  .lrn-prog .split-primary,
  .lrn-prog .split-secondary {
    flex: 1 1 auto
  }
}

@media (max-width: 768px) {
  .lrn-prog .split-details {
    padding: 40px 20px
  }

  .lrn-prog .detail-card,
  .lrn-prog .overview-card,
  .lrn-prog .metrics-table-wrap {
    padding: 20px
  }

  .lrn-prog .card-head,
  .lrn-prog .overview-head,
  .lrn-prog .metrics-head {
    font-size: 18px
  }

  .lrn-prog .narrow-head {
    font-size: 42px
  }

  .lrn-prog .narrow-visual {
    height: 280px
  }

  .lrn-prog .centered-narrow {
    padding: 40px 20px
  }

  .lrn-prog .profile-item {
    flex-direction: column;
    text-align: center
  }

  .lrn-prog .profile-avatar {
    flex: 0 0 100px;
    width: 100px;
    height: 100px
  }
}

@media (max-width: 360px) {
  .lrn-prog .split-details {
    padding: 40px 10px
  }

  .lrn-prog .detail-card,
  .lrn-prog .overview-card,
  .lrn-prog .metrics-table-wrap {
    padding: 20px
  }

  .lrn-prog .narrow-head {
    font-size: 42px
  }

  .lrn-prog .narrow-visual {
    height: 220px
  }

  .lrn-prog .centered-narrow {
    padding: 40px 10px
  }

  .lrn-prog .metrics-table th,
  .lrn-prog .metrics-table td {
    padding: 10px;
    font-size: 15px
  }
}

.entry-main {
  background: #FAF9F6;
  color: #1F183C;
  overflow-x: hidden
}

.entry-main * {
  box-sizing: border-box
}

.entry-main .intro-stage {
  position: relative;
  padding: 80px 20px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, #1F183C 0%, #F287E5 100%);
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.entry-main .intro-stage::before,
.entry-main .intro-stage::after {
  content: '';
  position: absolute;
  border: 2px solid #faf9f626;
  border-radius: 50%;
  pointer-events: none
}

.entry-main .intro-stage::before {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -80px;
  animation: intro-float-a 18s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

.entry-main .intro-stage::after {
  width: 320px;
  height: 320px;
  bottom: -90px;
  right: -60px;
  animation: intro-float-b 22s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite
}

@keyframes intro-float-a {

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

  50% {
    transform: translate(40px, 60px) scale(1.08)
  }
}

@keyframes intro-float-b {

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

  50% {
    transform: translate(-50px, -40px) scale(0.92)
  }
}

.entry-main .intro-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px
}

.entry-main .intro-headline {
  font-size: 72px;
  line-height: 1.1;
  color: #FAF9F6;
  margin: 0 0 40px;
  letter-spacing: -.02em;
  animation: intro-tracking 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

@keyframes intro-tracking {
  0% {
    letter-spacing: .3em;
    opacity: 0
  }

  100% {
    letter-spacing: -.02em;
    opacity: 1
  }
}

.entry-main .intro-quote {
  font-size: 22px;
  line-height: 1.55;
  color: #faf9f6e0;
  margin: 0;
  font-style: italic
}

@media (max-width: 1024px) {
  .entry-main .intro-headline {
    font-size: 58px
  }

  .entry-main .intro-quote {
    font-size: 18px
  }
}

@media (max-width: 768px) {
  .entry-main .intro-stage {
    padding: 80px 20px;
    min-height: 70vh
  }

  .entry-main .intro-headline {
    font-size: 42px
  }

  .entry-main .intro-stage::before {
    width: 280px;
    height: 280px
  }

  .entry-main .intro-stage::after {
    width: 220px;
    height: 220px
  }
}

.entry-main .offerings-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #fff
}

.entry-main .offerings-header {
  text-align: center;
  margin: 0 0 80px
}

.entry-main .offerings-title {
  font-size: 58px;
  line-height: 1.1;
  color: #1F183C;
  margin: 0 0 20px
}

.entry-main .offerings-subtitle {
  font-size: 18px;
  line-height: 1.55;
  color: #1f183cb3;
  margin: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto
}

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

.entry-main .offering-card {
  background: #FAF9F6;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 5px 28px -1px #f287e517;
  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
}

.entry-main .offering-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f287e500 0%, #f287e50f 100%);
  opacity: 0;
  transition: opacity .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none
}

.entry-main .offering-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 9px 60px -1px #f287e51c
}

.entry-main .offering-card:hover::before {
  opacity: 1
}

.entry-main .offering-icon {
  width: 64px;
  height: 64px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #F287E5
}

.entry-main .offering-name {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 10px;
  font-weight: 600
}

.entry-main .offering-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #1f183cbf;
  margin: 0
}

@media (max-width: 1024px) {
  .entry-main .offerings-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .entry-main .offerings-title {
    font-size: 42px
  }
}

@media (max-width: 768px) {
  .entry-main .offerings-wrap {
    padding: 80px 20px
  }

  .entry-main .offerings-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .entry-main .offerings-title {
    font-size: 42px
  }

  .entry-main .offering-card {
    padding: 40px
  }
}

.entry-main .testimonial-zone {
  background: #1F183C;
  padding: 80px 20px;
  position: relative
}

.entry-main .testimonial-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: center
}

.entry-main .testimonial-portrait-box {
  position: relative
}

.entry-main .testimonial-portrait {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: top;
  border-radius: 28px;
  opacity: .85;
  box-shadow: 0 9px 60px -1px #f287e51c
}

.entry-main .testimonial-story {
  color: #FAF9F6
}

.entry-main .testimonial-story-title {
  font-size: 42px;
  line-height: 1.1;
  color: #F287E5;
  margin: 0 0 40px
}

.entry-main .testimonial-story-text {
  font-size: 18px;
  line-height: 1.8;
  color: #faf9f6d9;
  margin: 0 0 20px
}

.entry-main .testimonial-story-text:first-of-type::first-letter {
  font-size: 58px;
  line-height: 1;
  float: left;
  margin: 0 10px 0 0;
  color: #F287E5;
  font-weight: 600
}

.entry-main .testimonial-author {
  font-size: 15px;
  line-height: 1.35;
  color: #faf9f699;
  margin: 40px 0 0;
  font-style: italic
}

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

  .entry-main .testimonial-story-title {
    font-size: 42px
  }
}

@media (max-width: 768px) {
  .entry-main .testimonial-zone {
    padding: 80px 20px
  }

  .entry-main .testimonial-story-title {
    font-size: 42px
  }

  .entry-main .testimonial-story-text {
    font-size: 15px
  }
}

.entry-main .journey-section {
  background: linear-gradient(0deg, #FAF9F6 0%, #fff 100%);
  padding: 80px 20px;
  position: relative
}

.entry-main .journey-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden
}

.entry-main .journey-divider svg {
  display: block;
  width: 100%;
  height: 100%
}

.entry-main .journey-inner {
  max-width: 1440px;
  margin: 0 auto
}

.entry-main .journey-heading {
  font-size: 58px;
  line-height: 1.1;
  color: #1F183C;
  margin: 0 0 80px;
  text-align: center
}

.entry-main .journey-timeline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px
}

.entry-main .timeline-phase {
  display: flex;
  flex-direction: row;
  gap: 20px
}

.entry-main .phase-number {
  font-size: 72px;
  line-height: 1;
  color: #F287E5;
  font-weight: 600;
  flex-shrink: 0;
  width: 100px;
  text-align: right
}

.entry-main .phase-content {
  flex: 1
}

.entry-main .phase-label {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 10px;
  font-weight: 600
}

.entry-main .phase-detail {
  font-size: 15px;
  line-height: 1.55;
  color: #1f183cbf;
  margin: 0
}

@media (max-width: 1024px) {
  .entry-main .journey-heading {
    font-size: 42px
  }

  .entry-main .journey-timeline {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 768px) {
  .entry-main .journey-section {
    padding: 80px 20px
  }

  .entry-main .phase-number {
    font-size: 58px;
    width: 80px
  }

  .entry-main .phase-label {
    font-size: 18px
  }
}

.entry-main .concern-block {
  background: #fff;
  padding: 80px 20px;
  max-width: 1440px;
  margin: 0 auto
}

.entry-main .concern-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.entry-main .concern-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.entry-main .concern-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 5px 28px -1px #1f183c17;
  opacity: .7;
  transition: opacity .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entry-main .concern-img:hover {
  opacity: 1
}

.entry-main .concern-img:first-child {
  aspect-ratio: 3/4;
  margin-top: 40px
}

.entry-main .concern-img:last-child {
  aspect-ratio: 3/4
}

.entry-main .concern-text {
  padding: 0 40px
}

.entry-main .concern-headline {
  font-size: 42px;
  line-height: 1.1;
  color: #1F183C;
  margin: 0 0 40px
}

.entry-main .concern-paragraph {
  font-size: 18px;
  line-height: 1.8;
  color: #1f183ccc;
  margin: 0 0 20px
}

.entry-main .concern-paragraph:last-child {
  margin-bottom: 0
}

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

  .entry-main .concern-text {
    padding: 0
  }
}

@media (max-width: 768px) {
  .entry-main .concern-block {
    padding: 80px 20px
  }

  .entry-main .concern-headline {
    font-size: 42px
  }

  .entry-main .concern-paragraph {
    font-size: 15px
  }

  .entry-main .concern-visual {
    gap: 10px
  }
}

.entry-main .outcome-area {
  background: #FAF9F6;
  padding: 80px 20px
}

.entry-main .outcome-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px
}

.entry-main .outcome-intro {
  text-align: center;
  max-width: 920px;
  margin: 0 auto
}

.entry-main .outcome-intro-title {
  font-size: 58px;
  line-height: 1.1;
  color: #1F183C;
  margin: 0 0 20px
}

.entry-main .outcome-intro-lead {
  font-size: 18px;
  line-height: 1.55;
  color: #1f183cbf;
  margin: 0
}

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

.entry-main .outcome-item {
  background: #fff;
  padding: 40px;
  border-radius: 28px;
  position: relative;
  box-shadow: 0 1px 5px -1px #1f183c0f;
  transition: box-shadow .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entry-main .outcome-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F287E5;
  opacity: 0;
  border-radius: 28px;
  transition: opacity .35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none;
  z-index: 1
}

.entry-main .outcome-item:hover::after {
  opacity: .04
}

.entry-main .outcome-item:hover {
  box-shadow: 0 9px 60px -1px #1f183c1c
}

.entry-main .outcome-item-content {
  position: relative;
  z-index: 2
}

.entry-main .outcome-item-label {
  font-size: 22px;
  line-height: 1.35;
  color: #1F183C;
  margin: 0 0 10px;
  font-weight: 600
}

.entry-main .outcome-item-info {
  font-size: 15px;
  line-height: 1.55;
  color: #1f183cbf;
  margin: 0
}

@media (max-width: 1024px) {
  .entry-main .outcome-intro-title {
    font-size: 42px
  }

  .entry-main .outcome-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .entry-main .outcome-area {
    padding: 80px 20px
  }

  .entry-main .outcome-intro-title {
    font-size: 42px
  }

  .entry-main .outcome-item {
    padding: 40px
  }
}

.entry-main .investment-segment {
  background: #fff;
  padding: 80px 20px;
  max-width: 1440px;
  margin: 0 auto
}

.entry-main .investment-structure {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  align-items: start
}

.entry-main .investment-description {
  padding: 40px 0
}

.entry-main .investment-description-title {
  font-size: 42px;
  line-height: 1.1;
  color: #1F183C;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column
}

.entry-main .investment-description-title span {
  display: block
}

.entry-main .investment-description-text {
  font-size: 18px;
  line-height: 1.8;
  color: #1f183ccc;
  margin: 0 0 20px
}

.entry-main .investment-description-text:last-of-type {
  margin-bottom: 0
}

.entry-main .investment-visual-stack {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.entry-main .investment-stack-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 5px 28px -1px #f287e517;
  opacity: .75;
  transition: opacity .22s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entry-main .investment-stack-img:hover {
  opacity: 1;
  transform: scale(1.02)
}

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

@media (max-width: 768px) {
  .entry-main .investment-segment {
    padding: 80px 20px
  }

  .entry-main .investment-description {
    padding: 0
  }

  .entry-main .investment-description-title {
    font-size: 42px
  }

  .entry-main .investment-description-text {
    font-size: 15px
  }
}

@media (max-width: 360px) {
  .entry-main .intro-headline {
    font-size: 42px
  }

  .entry-main .offerings-title,
  .entry-main .journey-heading,
  .entry-main .outcome-intro-title {
    font-size: 42px
  }
}

.contact-page {
  background: #FAF9F6;
  color: #1F183C;
  overflow-x: clip
}

.contact-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

.contact-page .title-stripe {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #1F183C 0%, #1F183C 55%, #F287E5 55%, #F287E5 100%)
}

.contact-page .title-stripe::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80px;
  background: #FAF9F6
}

.contact-page .title-stripe::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #FAF9F6
}

.contact-page .title-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto
}

.contact-page .title-text-area {
  flex: 1;
  min-width: 0
}

.contact-page .title-main-heading {
  font-size: 58px;
  line-height: 1.1;
  color: #FAF9F6;
  font-weight: 700;
  margin: 0 0 20px
}

.contact-page .title-main-heading .accent-number {
  color: #F287E5
}

.contact-page .title-description {
  font-size: 18px;
  line-height: 1.55;
  color: #FAF9F6;
  opacity: .9
}

.contact-page .title-visual-zone {
  flex-shrink: 0;
  width: 280px;
  height: 180px;
  position: relative
}

.contact-page .title-visual-zone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(15% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%, 0% 15%);
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-page .title-visual-zone:hover img {
  transform: scale(1.05)
}

@media (max-width: 768px) {
  .contact-page .title-stripe {
    background: linear-gradient(180deg, #1F183C 0%, #1F183C 65%, #F287E5 65%, #F287E5 100%);
    padding: 40px 20px
  }

  .contact-page .title-content-wrap {
    flex-direction: column;
    gap: 40px
  }

  .contact-page .title-main-heading {
    font-size: 42px
  }

  .contact-page .title-visual-zone {
    width: 100%;
    max-width: 400px;
    height: 240px
  }
}

.contact-page .reach-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative
}

.contact-page .reach-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, #F287E5 0%, #1F183C 100%)
}

.contact-page .reach-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.contact-page .reach-content-block {
  position: relative
}

.contact-page .reach-heading-group {
  margin: 0 0 40px;
  position: relative
}

.contact-page .reach-heading-group::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 120px;
  height: 3px;
  background: #F287E5;
  border-radius: 28px
}

.contact-page .reach-heading {
  font-size: 42px;
  line-height: 1.1;
  color: #1F183C;
  font-weight: 700;
  margin: 0 0 10px
}

.contact-page .reach-heading .last-word {
  color: #F287E5
}

.contact-page .reach-subtext {
  font-size: 18px;
  line-height: 1.55;
  color: #1F183C;
  opacity: .7
}

.contact-page .reach-details-grid {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.contact-page .reach-detail-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 1px 5px -1px #1f183c0f 0 5px 28px -1px #1f183c17 0 9px 60px -1px #1f183c1c;
  transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: shadow-pulse 3s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes shadow-pulse {

  0%,
  100% {
    box-shadow: 0 1px 5px -1px #1f183c0f 0 5px 28px -1px #1f183c17 0 9px 60px -1px #1f183c1c
  }

  50% {
    box-shadow: 0 2px 8px -1px #1f183c17 0 8px 36px -1px #1f183c1f 0 14px 72px -1px #1f183c24
  }
}

.contact-page .reach-detail-item:hover {
  transform: translateY(-4px)
}

.contact-page .reach-detail-label {
  font-size: 15px;
  line-height: 1.35;
  color: #1F183C;
  opacity: .6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px
}

.contact-page .reach-detail-value {
  font-size: 18px;
  line-height: 1.55;
  color: #1F183C;
  font-weight: 500
}

.contact-page .reach-detail-value a {
  color: #1F183C;
  text-decoration: none !important;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-page .reach-detail-value a:hover {
  color: #F287E5
}

.contact-page .reach-visual-block {
  position: relative;
  height: 100%;
  min-height: 500px
}

.contact-page .reach-visual-wrapper {
  position: sticky;
  top: 40px;
  width: 100%;
  height: 500px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 5px 28px -1px #1f183c17 0 9px 60px -1px #1f183c1c
}

.contact-page .reach-visual-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-page .reach-visual-wrapper:hover img {
  filter: brightness(0.85)
}

.contact-page .reach-visual-wrapper::after {
  content: 'Fraunhoferstraße 20, Berlin';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #1f183ce6;
  color: #FAF9F6;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  transform: translateY(100%);
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-page .reach-visual-wrapper:hover::after {
  transform: translateY(0)
}

@media (max-width: 1024px) {
  .contact-page .reach-inner {
    grid-template-columns: 1fr;
    gap: 60px
  }

  .contact-page .reach-visual-block {
    min-height: 400px
  }

  .contact-page .reach-visual-wrapper {
    position: relative;
    top: 0;
    height: 400px
  }
}

@media (max-width: 768px) {
  .contact-page .reach-section {
    padding: 60px 20px
  }

  .contact-page .reach-heading {
    font-size: 32px
  }

  .contact-page .reach-details-grid {
    gap: 20px
  }
}

.contact-page .form-section {
  background: #1F183C;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.contact-page .form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, #f287e50a 39px, #f287e50a 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, #f287e50a 39px, #f287e50a 40px);
  pointer-events: none
}

.contact-page .form-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-left: 80px
}

.contact-page .form-header-zone {
  margin: 0 0 60px;
  max-width: 600px
}

.contact-page .form-heading {
  font-size: 42px;
  line-height: 1.1;
  color: #FAF9F6;
  font-weight: 700;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column
}

.contact-page .form-heading .line-one,
.contact-page .form-heading .line-two,
.contact-page .form-heading .line-three {
  display: block
}

.contact-page .form-heading .line-three {
  color: #F287E5
}

.contact-page .form-intro-text {
  font-size: 18px;
  line-height: 1.55;
  color: #FAF9F6;
  opacity: .8
}

.contact-page .form-intro-text::first-letter {
  font-size: 58px;
  line-height: 1;
  float: left;
  margin: 0 10px 0 0;
  color: #F287E5;
  font-weight: 700
}

.contact-page .form-structure {
  background: #fff;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 9px 60px -1px #f287e51c;
  max-width: 700px
}

.contact-page .form-structure form {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.contact-page .form-field-group {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.contact-page .form-field-label {
  font-size: 15px;
  line-height: 1.35;
  color: #1F183C;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px
}

.contact-page .form-field-label .required-mark {
  color: #F287E5;
  font-size: 18px
}

.contact-page .form-field-input {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  line-height: 1.35;
  color: #1F183C;
  background: #FAF9F6;
  border: 2px solid transparent;
  border-radius: 28px;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline: none
}

.contact-page .form-field-input::placeholder {
  color: #1F183C;
  opacity: .4;
  font-family: system-ui, -apple-system, sans-serif
}

.contact-page .form-field-input:focus {
  border-color: #F287E5;
  box-shadow: 0 0 0 4px #f287e51a
}

.contact-page .form-field-input:hover {
  border-color: #f287e54d
}

.contact-page .form-time-preference {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.contact-page .form-time-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.contact-page .time-option-wrapper {
  position: relative
}

.contact-page .time-option-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.contact-page .time-option-label {
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  line-height: 1.35;
  color: #1F183C;
  background: #FAF9F6;
  border: 2px solid transparent;
  border-radius: 28px;
  text-align: center;
  cursor: pointer;
  transition: all .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-weight: 500
}

.contact-page .time-option-label:hover {
  border-color: #f287e54d;
  transform: translateY(-2px)
}

.contact-page .time-option-input:checked+.time-option-label {
  background: #F287E5;
  color: #FAF9F6;
  border-color: #F287E5;
  font-weight: 600
}

.contact-page .form-privacy-zone {
  display: flex;
  align-items: start;
  gap: 10px
}

.contact-page .privacy-checkbox-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: #F287E5
}

.contact-page .privacy-label-text {
  font-size: 15px;
  line-height: 1.55;
  color: #1F183C;
  opacity: .8
}

.contact-page .privacy-label-text a {
  color: #F287E5;
  text-decoration: none !important;
  font-weight: 600;
  transition: opacity .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-page .privacy-label-text a:hover {
  opacity: .7
}

.contact-page .form-submit-btn {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.35;
  color: #FAF9F6;
  background: #1F183C;
  border: none;
  border-radius: 28px;
  font-weight: 600;
  cursor: pointer;
  transition: filter .22s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 5px 28px -1px #1f183c17
}

.contact-page .form-submit-btn:hover {
  filter: brightness(1.15);
  transform: translateY(-2px)
}

.contact-page .form-submit-btn:active {
  transform: translateY(0)
}

@media (max-width: 1024px) {
  .contact-page .form-inner {
    margin-left: 0
  }
}

@media (max-width: 768px) {
  .contact-page .form-section {
    padding: 60px 20px
  }

  .contact-page .form-heading {
    font-size: 32px
  }

  .contact-page .form-structure {
    padding: 40px 20px
  }

  .contact-page .form-time-options {
    grid-template-columns: 1fr
  }
}

@media (max-width: 360px) {
  .contact-page .title-main-heading {
    font-size: 32px
  }

  .contact-page .reach-heading {
    font-size: 28px
  }

  .contact-page .form-heading {
    font-size: 28px
  }
}

.mclass-root {
  background: #FAF9F6;
  color: #1F183C;
  padding: 0;
  margin: 0
}

.mclass-root * {
  box-sizing: border-box
}

.mclass-root img {
  max-width: 100%;
  height: auto;
  display: block
}

.mclass-opening {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 620px;
  overflow: hidden
}

.mclass-opening-visual {
  position: relative;
  overflow: hidden
}

.mclass-opening-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1
}

.mclass-opening-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, #1f183c66 100%);
  pointer-events: none;
  z-index: 2
}

.mclass-opening-txt {
  position: relative;
  background: linear-gradient(180deg, #F287E5 0%, #f287e500 100%);
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.mclass-opening-txt::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #1f183c05 2px, #1f183c05 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #1f183c05 2px, #1f183c05 4px);
  pointer-events: none;
  opacity: .6
}

.mclass-opening-content {
  position: relative;
  z-index: 1
}

.mclass-opening h1 {
  font-size: 58px;
  line-height: 1.1;
  margin: 0 0 40px;
  font-weight: 700
}

.mclass-opening h1 span {
  display: block
}

.mclass-opening h1 .accent-word {
  background: #1F183C;
  color: #FAF9F6;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 28px;
  margin: 10px 0
}

.mclass-opening p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 520px
}

@keyframes bleed-in {

  0%,
  100% {
    opacity: 0;
    transform: translate(-20%, -20%) scale(0.8)
  }

  50% {
    opacity: .15;
    transform: translate(0%, 0%) scale(1)
  }
}

.mclass-opening-txt::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: #F287E5;
  border-radius: 50%;
  filter: blur(80px);
  top: -100px;
  right: -100px;
  pointer-events: none;
  animation: bleed-in 8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
  z-index: 0
}

.mclass-tiers {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #FFF
}

.mclass-tiers-intro {
  max-width: 720px;
  margin: 0 0 80px
}

.mclass-tiers h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 700;
  color: #1F183C
}

.mclass-tiers-intro p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  color: #1F183C
}

.mclass-tiers-intro p::first-letter {
  font-size: 72px;
  line-height: 1;
  float: left;
  margin: 0 10px 0 0;
  color: #F287E5;
  font-weight: 700
}

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

.mclass-tier-card {
  background: #FAF9F6;
  border: 2px dashed #F287E5;
  border-radius: 28px;
  padding: 40px;
  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
}

.mclass-tier-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 9px 60px -1px #f287e51c
}

.mclass-tier-label {
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #F287E5;
  margin: 0 0 20px;
  font-weight: 700
}

.mclass-tier-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 20px;
  font-weight: 700;
  color: #1F183C
}

.mclass-tier-card h3 span {
  display: block
}

.mclass-tier-features {
  list-style: none;
  padding: 0;
  margin: 0
}

.mclass-tier-features li {
  font-size: 15px;
  line-height: 1.55;
  padding: 10px 0;
  border-bottom: 1px solid #1f183c1a;
  position: relative;
  padding-right: 40px;
  text-align: right
}

.mclass-tier-features li:last-child {
  border-bottom: none
}

.mclass-tier-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #F287E5;
  border-radius: 50%;
  background: #FFF
}

.mclass-tier-features li.active::before {
  background: #F287E5;
  box-shadow: inset 0 0 0 4px #FFF
}

.mclass-analysis {
  background: linear-gradient(135deg, #FAF9F6 0%, #FFF 50%, #FAF9F6 100%);
  position: relative;
  overflow: hidden
}

.mclass-analysis::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, #f287e514 0%, transparent 50%), radial-gradient(circle at 80% 70%, #1f183c0d 0%, transparent 50%), radial-gradient(circle at 40% 80%, #f287e50f 0%, transparent 50%);
  pointer-events: none
}

.mclass-analysis-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
  z-index: 1
}

.mclass-analysis h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 40px;
  font-weight: 700;
  color: #1F183C;
  text-align: center
}

.mclass-analysis-layout {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px
}

.mclass-focal {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  background: #FFF;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 5px 28px -1px #f287e517;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.mclass-focal:hover {
  box-shadow: 0 9px 60px -1px #f287e51c
}

.mclass-focal h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 20px;
  font-weight: 700;
  color: #1F183C
}

.mclass-focal p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 20px;
  color: #1F183C
}

.mclass-focal p:last-of-type {
  margin: 0
}

.mclass-compact {
  background: #FFF;
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 1px 5px -1px #1f183c0f;
  transition: transform .22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  display: flex;
  flex-direction: column;
  justify-content: center
}

.mclass-compact:hover {
  transform: scale(1.05)
}

.mclass-compact h4 {
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 10px;
  font-weight: 700;
  color: #F287E5;
  text-transform: uppercase
}

.mclass-compact-value {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  color: #1F183C;
  margin: 0
}

.mclass-divider {
  position: relative;
  height: 80px;
  overflow: hidden;
  background: #FFF
}

.mclass-divider svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mclass-methods {
  background: #1F183C;
  padding: 80px 40px;
  position: relative
}

.mclass-methods-inner {
  max-width: 1440px;
  margin: 0 auto
}

.mclass-methods h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 80px;
  font-weight: 700;
  color: #FAF9F6;
  text-align: center
}

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

.mclass-method-card {
  background: #faf9f60d;
  border-radius: 28px;
  padding: 40px;
  border: 1px solid #f287e533;
  transition: background .3s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.mclass-method-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #F287E5 0%, transparent 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.mclass-method-card:hover {
  background: #faf9f614;
  border-color: #f287e566
}

.mclass-method-card:hover::before {
  transform: scaleX(1)
}

.mclass-method-number {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  color: #f287e54d;
  margin: 0 0 20px;
  position: absolute;
  right: 20px;
  top: 20px
}

.mclass-method-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 20px;
  font-weight: 700;
  color: #FAF9F6;
  position: relative;
  z-index: 1
}

.mclass-method-card p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  color: #faf9f6d9;
  position: relative;
  z-index: 1
}

@media (max-width: 1024px) {
  .mclass-opening {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .mclass-opening-visual {
    min-height: 400px
  }

  .mclass-opening-txt {
    padding: 40px
  }

  .mclass-opening h1 {
    font-size: 42px
  }

  .mclass-tiers-grid {
    grid-template-columns: 1fr
  }

  .mclass-analysis-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto
  }

  .mclass-focal {
    grid-column: 1;
    grid-row: auto
  }

  .mclass-methods-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .mclass-opening h1 {
    font-size: 32px
  }

  .mclass-opening p,
  .mclass-tiers-intro p,
  .mclass-focal p {
    font-size: 15px
  }

  .mclass-tiers h2,
  .mclass-analysis h2,
  .mclass-methods h2 {
    font-size: 32px
  }

  .mclass-tiers,
  .mclass-analysis-inner,
  .mclass-methods {
    padding: 40px 20px
  }

  .mclass-opening-txt {
    padding: 40px 20px
  }

  .mclass-tier-card,
  .mclass-focal,
  .mclass-method-card {
    padding: 20px
  }

  .mclass-tiers-intro {
    margin: 0 0 40px
  }

  .mclass-methods h2 {
    margin: 0 0 40px
  }

  .mclass-tier-features li {
    font-size: 15px;
    text-align: left;
    padding-right: 0;
    padding-left: 40px
  }

  .mclass-method-number {
    font-size: 42px;
    position: static;
    margin: 0 0 10px
  }
}

@media (max-width: 360px) {
  .mclass-opening h1 {
    font-size: 28px
  }

  .mclass-opening h1 .accent-word {
    padding: 10px
  }
}

.successconfirm {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 20px;
  background: linear-gradient(180deg, #1F183C 0%, #F287E5 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.successconfirm .confirm-window {
  background: #FAF9F6;
  border: 2px solid #1F183C;
  max-width: 680px;
  width: 100%;
  box-shadow: 0 9px 60px -1px #1f183c1c;
  border-radius: 0
}

.successconfirm .window-titlebar {
  background: #1F183C;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #1F183C
}

.successconfirm .titlebar-text {
  color: #FAF9F6;
  font-size: 15px;
  font-weight: 600
}

.successconfirm .titlebar-controls {
  display: flex;
  gap: 10px
}

.successconfirm .control-btn {
  width: 18px;
  height: 18px;
  background: #FAF9F6;
  border: 1px solid #1F183C;
  cursor: pointer;
  transition: filter .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.successconfirm .control-btn:hover {
  filter: brightness(0.9)
}

.successconfirm .window-body {
  padding: 40px
}

.successconfirm .success-icon-wrapper {
  text-align: center;
  margin-bottom: 40px
}

.successconfirm .success-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 4px solid #F287E5;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #FAF9F6 0%, #f287e51f 100%);
  box-shadow: 0 5px 28px -1px #1f183c17;
  animation: iconAppear .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

@keyframes iconAppear {
  0% {
    transform: scale(0.7);
    opacity: 0
  }

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

.successconfirm .success-icon svg {
  width: 64px;
  height: 64px;
  stroke: #F287E5;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.successconfirm .success-checkmark {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawCheck .3s cubic-bezier(0.34, 1.56, 0.64, 1) .2s forwards
}

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

.successconfirm .confirm-heading {
  font-size: 42px;
  line-height: 1.1;
  color: #1F183C;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700
}

.successconfirm .confirm-message {
  font-size: 18px;
  line-height: 1.55;
  color: #1F183C;
  text-align: center;
  margin-bottom: 40px
}

.successconfirm .confirm-details {
  background: #f287e514;
  border: 1px solid #1f183c26;
  border-radius: 28px;
  padding: 20px;
  margin-bottom: 40px
}

.successconfirm .detail-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #1f183c1a
}

.successconfirm .detail-row:last-child {
  border-bottom: none
}

.successconfirm .detail-label {
  font-size: 15px;
  color: #1F183C;
  opacity: .7
}

.successconfirm .detail-value {
  font-size: 15px;
  color: #1F183C;
  font-weight: 600
}

.successconfirm .action-buttons {
  display: flex;
  gap: 20px;
  justify-content: center
}

.successconfirm .btn-primary {
  background: #1F183C;
  color: #FAF9F6;
  border: 2px solid #1F183C;
  padding: 20px 40px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: filter .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 0;
  font-weight: 600
}

.successconfirm .btn-primary:hover {
  filter: brightness(1.2)
}

.successconfirm .btn-secondary {
  background: transparent;
  color: #1F183C;
  border: 2px solid #1F183C;
  padding: 20px 40px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 0;
  font-weight: 600
}

.successconfirm .btn-secondary:hover {
  background: #1f183c0d
}

.successconfirm .support-note {
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #1f183c26
}

.successconfirm .support-note p {
  font-size: 15px;
  line-height: 1.55;
  color: #1F183C;
  opacity: .7;
  margin-bottom: 10px
}

.successconfirm .support-link {
  color: #F287E5;
  text-decoration: none;
  font-weight: 600;
  transition: opacity .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.successconfirm .support-link:hover {
  opacity: .8
}

@media (max-width: 768px) {
  .successconfirm {
    padding: 40px 20px
  }

  .successconfirm .window-body {
    padding: 20px
  }

  .successconfirm .confirm-heading {
    font-size: 22px
  }

  .successconfirm .confirm-message {
    font-size: 15px
  }

  .successconfirm .action-buttons {
    flex-direction: column
  }

  .successconfirm .btn-primary,
  .successconfirm .btn-secondary {
    width: 100%;
    text-align: center
  }

  .successconfirm .success-icon {
    width: 90px;
    height: 90px
  }

  .successconfirm .success-icon svg {
    width: 48px;
    height: 48px
  }
}