@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/manrope@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/manrope@latest/700.css";

* {
    box-sizing: border-box
}

body {
    margin: 0;
    min-height: 100dvh;
    overflow-x: hidden
}

.page-header {
    position: relative;
    background: #F2ECEE;
    border-bottom: 2px solid #DFD0D6;
    padding: 0;
    z-index: 100
}

.page-header-top {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 24px 48px 16px
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: 8px
}

.brand-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #AF729B;
    border-radius: 22px;
    box-shadow: 1px 5px 22px 0 #af729b14 1px 1px 3px 0 #af729b12;
    border: 2px solid #DFD0D6;
    flex-shrink: 0;
    padding: 8px
}

.brand-image-container img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block
}

.brand-text-group {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.brand-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    color: #2d1a26;
    letter-spacing: .02em;
    text-decoration: none
}

.brand-descriptor {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #6b4460;
    letter-spacing: .04em
}

.page-header-nav {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 48px
}

.primary-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #DFD0D6;
    padding-top: 8px;
    padding-bottom: 16px
}

.primary-navigation li {
    display: flex;
    align-items: center
}

.primary-navigation li a {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #3a1f30;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    transition: color .5s ease-in-out, background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    letter-spacing: .03em;
    white-space: nowrap
}

.primary-navigation li a:hover {
    color: #AF729B;
    background-color: #DFD0D6
}

.primary-navigation li a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #af729b59;
    border-radius: 4px
}

.primary-navigation li a[aria-current="page"] {
    color: #AF729B;
    background-color: #af729b1a
}

.primary-navigation .nav-divider {
    width: 4px;
    height: 4px;
    background: #DFD0D6;
    border-radius: 50%;
    margin: 0 4px;
    flex-shrink: 0
}

.page-footer {
    background: #2d1a26;
    padding: 48px 0 0
}

.footer-body {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 48px 48px;
    display: flex;
    flex-direction: column;
    gap: 48px
}

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

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0
}

.footer-brand-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #AF729B;
    border-radius: 22px;
    box-shadow: 1px 9px 52px 0 #af729b1f;
    border: 2px solid #dfd0d64d;
    padding: 8px
}

.footer-brand-image-container img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block
}

.footer-brand-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    color: #F2ECEE;
    letter-spacing: .02em
}

.footer-contact-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-contact-label {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #DFD0D6;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #f2eceebf;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.footer-contact-item:hover {
    color: #DFD0D6
}

.footer-contact-item:focus {
    outline: none;
    box-shadow: 0 0 0 3px #af729b59;
    border-radius: 4px
}

.footer-contact-item svg {
    flex-shrink: 0;
    color: #AF729B
}

.footer-links-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 24px;
    border-top: 1px solid #dfd0d626
}

.footer-policy-link {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #f2ecee99;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: color .45s ease-in-out, background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap
}

.footer-policy-link:hover {
    color: #F2ECEE;
    background-color: #af729b26
}

.footer-policy-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px #af729b59;
    border-radius: 4px
}

.footer-link-divider {
    width: 4px;
    height: 4px;
    background: #dfd0d64d;
    border-radius: 50%;
    flex-shrink: 0
}

.footer-bottom-strip {
    background: #1e1018;
    padding: 16px 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-copyright {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #f2ecee73;
    letter-spacing: .03em;
    text-align: center
}

.consent-popup-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 1000;
    max-width: 360px;
    width: calc(100vw - 48px)
}

.consent-popup {
    background: #F2ECEE;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 1px 9px 52px 0 #af729b1f 1px 5px 22px 0 #af729b14;
    border: 1px solid #DFD0D6;
    transform: translateX(calc(100% + 48px));
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden
}

.consent-popup.visible {
    transform: translateX(0)
}

.consent-popup-headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    color: #2d1a26;
    margin: 0 0 8px
}

.consent-popup-description {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #3a1f30;
    margin: 0 0 16px
}

.consent-popup-description a {
    color: #AF729B;
    text-decoration: underline;
    transition: color .45s ease-in-out
}

.consent-popup-description a:hover {
    color: #2d1a26
}

.consent-popup-description a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #af729b59;
    border-radius: 4px
}

.consent-category-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none
}

.consent-category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
    background: #af729b0f;
    border-radius: 4px
}

.consent-category-label {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #2d1a26
}

.consent-category-note {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #6b4460;
    font-style: italic;
    flex-shrink: 0
}

.consent-category-checkbox {
    width: 18px;
    height: 18px;
    accent-color: #AF729B;
    flex-shrink: 0;
    cursor: pointer
}

.consent-popup-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.consent-accept-button {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #F2ECEE;
    background: linear-gradient(135deg, #AF729B 0%, #8a5179 100%);
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 8px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease-in-out, outline-offset .45s ease-in-out;
    outline: 2px solid transparent;
    outline-offset: 0;
    min-height: 44px
}

.consent-accept-button:hover {
    box-shadow: 1px 5px 22px 0 #af729b14;
    outline: 2px solid #AF729B;
    outline-offset: 3px
}

.consent-accept-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px #af729b59
}

.consent-reject-link {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #3a1f30;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px 0;
    min-height: 44px;
    transition: color .45s ease-in-out
}

.consent-reject-link:hover {
    color: #AF729B
}

.consent-reject-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px #af729b59;
    border-radius: 4px
}

@media (max-width: 768px) {
    .page-header-top {
        padding: 16px 24px 8px
    }

    .page-header-nav {
        padding: 0 24px
    }

    .primary-navigation {
        gap: 4px
    }

    .primary-navigation li a {
        padding: 8px;
        font-size: 16px
    }

    .footer-body {
        padding: 0 24px 48px;
        gap: 24px
    }

    .footer-upper {
        flex-direction: column;
        gap: 24px
    }

    .footer-bottom-strip {
        padding: 16px 24px
    }

    .consent-popup-container {
        top: 16px;
        right: 16px;
        max-width: calc(100vw - 32px);
        width: calc(100vw - 32px)
    }
}

@media (max-width: 480px) {
    .primary-navigation .nav-divider {
        display: none
    }
}

.f-rules-block {
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 24px;
    color: #2d2030;
    line-height: 1.65
}

.f-rules-block h1 {
    font-size: 52px;
    line-height: 1.15;
    color: #AF729B;
    margin-bottom: 24px;
    margin-top: 0;
    letter-spacing: -.01em
}

.f-rules-block h2 {
    font-size: 21px;
    line-height: 1.4;
    color: #2d2030;
    margin-top: 48px;
    margin-bottom: 16px;
    letter-spacing: .02em;
    padding-bottom: 8px;
    border-bottom: 2px solid #DFD0D6
}

.f-rules-block h3 {
    font-size: 21px;
    line-height: 1.4;
    color: #AF729B;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: .01em
}

.f-rules-block h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #2d2030;
    margin-top: 24px;
    margin-bottom: 8px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.f-rules-block h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #7a4d6e;
    margin-top: 16px;
    margin-bottom: 8px;
    letter-spacing: .03em
}

.f-rules-block h6 {
    font-size: 16px;
    line-height: 1.4;
    color: #9b6589;
    margin-top: 16px;
    margin-bottom: 8px;
    letter-spacing: .02em
}

.f-rules-block p {
    font-size: 16px;
    line-height: 1.85;
    color: #3a2a3d;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 72ch
}

.f-rules-block em,
.f-rules-block i {
    font-style: italic;
    color: #7a4d6e
}

.f-rules-block a {
    color: #AF729B;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .55s ease-in-out, text-decoration-color .45s ease-in-out
}

.f-rules-block a:hover {
    color: #7a4d6e;
    text-decoration-color: #DFD0D6
}

.f-rules-block a:focus-visible {
    outline: 2px solid #AF729B;
    outline-offset: 3px;
    border-radius: 4px
}

.f-rules-block div {
    margin-bottom: 16px
}

.f-rules-block div+div {
    margin-top: 8px
}

@media (max-width: 768px) {
    .f-rules-block {
        padding: 24px 16px
    }

    .f-rules-block h1 {
        font-size: 21px;
        line-height: 1.4
    }

    .f-rules-block h2 {
        font-size: 21px;
        margin-top: 24px
    }

    .f-rules-block p {
        max-width: 100%
    }
}

.learning-program-detail {
    background-color: #fff;
    overflow-x: clip
}

.learning-program-detail .program-split-screen {
    display: flex;
    flex-direction: row;
    min-height: 520px;
    padding-top: 48px
}

.learning-program-detail .program-split-left {
    flex: 1 1 50%;
    background-color: #AF729B;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative
}

.learning-program-detail .program-split-right {
    flex: 1 1 50%;
    background-color: #F2ECEE;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative
}

.learning-program-detail .program-split-left .diagonal-lines {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    pointer-events: none
}

.learning-program-detail .program-split-left .diagonal-lines svg {
    width: 100%;
    height: 100%
}

.learning-program-detail .program-split-right .diagonal-lines-right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    pointer-events: none
}

.learning-program-detail .program-split-right .diagonal-lines-right svg {
    width: 100%;
    height: 100%
}

.learning-program-detail .program-category-tag {
    display: inline-block;
    background-color: #af729b2e;
    color: #AF729B;
    font-size: 16px;
    letter-spacing: .08em;
    padding: 4px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #af729b4d
}

.learning-program-detail .program-main-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 24px;
    letter-spacing: -.01em;
    position: relative;
    display: inline-block
}

.learning-program-detail .program-main-heading::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: linear-gradient(180deg, #DFD0D6 50%, #F2ECEE 50%);
    margin-top: 8px;
    border-radius: 4px;
    animation: heading-underline .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards
}

@keyframes heading-underline {
    to {
        width: 100%
    }
}

.learning-program-detail .program-short-desc {
    font-size: 21px;
    line-height: 1.65;
    color: #ffffffe0;
    margin: 0;
    max-width: 480px
}

.learning-program-detail .program-meta-stack {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program-detail .program-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #3d2535
}

.learning-program-detail .program-meta-item svg {
    flex-shrink: 0;
    color: #AF729B
}

.learning-program-detail .program-meta-label {
    color: #AF729B;
    font-size: 16px;
    letter-spacing: .06em;
    font-weight: 600
}

.learning-program-detail .program-image-block {
    margin-top: 24px;
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.learning-program-detail .program-image-block img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program-detail .program-image-block:hover img {
    transform: scale(1.04)
}

.learning-program-detail .program-image-block .image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #af729b61 50%, #dfd0d661 50%);
    transition: opacity .6s ease-in-out;
    border-radius: 22px
}

.learning-program-detail .program-image-block:hover .image-overlay {
    opacity: 0
}

.learning-program-detail .section-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 0;
    background-color: #fff
}

.learning-program-detail .section-divider .divider-line {
    flex: 1 1 auto;
    height: 1px;
    background-color: #DFD0D6;
    max-width: 420px
}

.learning-program-detail .program-body-grid {
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 24px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 48px
}

.learning-program-detail .program-aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.learning-program-detail .program-aside-note {
    font-size: 16px;
    line-height: 1.65;
    color: #AF729B;
    letter-spacing: .04em;
    border-top: 2px solid #DFD0D6;
    border-bottom: 1px solid #F2ECEE;
    padding: 16px 0
}

.learning-program-detail .program-aside-actions {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning-program-detail .program-action-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1.5px solid #DFD0D6;
    background: linear-gradient(180deg, #fff 50%, #F2ECEE 50%);
    color: #3d2535;
    cursor: pointer;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
    position: relative;
    overflow: hidden
}

.learning-program-detail .program-action-btn::before {
    content: '';
    position: absolute;
    inset: -3px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color .5s ease-in-out;
    pointer-events: none
}

.learning-program-detail .program-action-btn:hover::before {
    border-color: #AF729B
}

.learning-program-detail .program-action-btn:hover {
    box-shadow: 1px 5px 22px 0 #af729b14
}

.learning-program-detail .program-action-btn:focus {
    outline: 2px solid #AF729B;
    outline-offset: 3px
}

.learning-program-detail .program-description-body {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.learning-program-detail .program-description-body .description-text {
    font-size: 21px;
    line-height: 1.65;
    color: #2a1a22
}

.learning-program-detail .program-description-body .description-text p {
    margin: 0 0 16px;
    text-align: center
}

.learning-program-detail .program-description-body .description-text h2 {
    font-size: 21px;
    line-height: 1.4;
    color: #AF729B;
    margin: 24px 0 8px;
    text-align: center;
    position: relative;
    display: inline-block
}

.learning-program-detail .program-description-body .description-text mark {
    background-color: #af729b26;
    color: #AF729B;
    padding: 0 4px;
    border-radius: 4px
}

.learning-program-detail .program-description-body .description-text cite {
    display: block;
    font-style: italic;
    color: #AF729B;
    border-left: 3px solid #DFD0D6;
    border-top: 1px solid #F2ECEE;
    padding: 16px;
    margin: 16px 0;
    border-radius: 4px;
    font-size: 21px;
    line-height: 1.65
}

.learning-program-detail .program-description-body .description-text ul,
.learning-program-detail .program-description-body .description-text ol {
    padding-left: 24px;
    margin: 0 0 16px
}

.learning-program-detail .program-description-body .description-text li {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.65
}

.learning-program-detail .program-description-body .description-text figure {
    margin: 16px 0;
    text-align: center
}

.learning-program-detail .program-description-body .description-text figcaption {
    font-size: 16px;
    color: #AF729B;
    margin-top: 8px
}

.learning-program-detail .section-divider-two {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    background-color: #F2ECEE
}

.learning-program-detail .section-divider-two .divider-line-two {
    flex: 1 1 auto;
    height: 1px;
    background-color: #AF729B;
    max-width: 360px;
    opacity: .3
}

.learning-program-detail .program-stages-block {
    background-color: #F2ECEE;
    padding: 48px 24px;
    position: relative
}

.learning-program-detail .program-stages-block .spotlight-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 600px 400px at 20% 50%, #af729b12 0%, transparent 70%);
    pointer-events: none;
    animation: spotlight-drift 8s ease-in-out infinite alternate
}

@keyframes spotlight-drift {
    0% {
        background: radial-gradient(ellipse 600px 400px at 20% 50%, #af729b12 0%, transparent 70%)
    }

    100% {
        background: radial-gradient(ellipse 600px 400px at 80% 50%, #af729b12 0%, transparent 70%)
    }
}

.learning-program-detail .program-stages-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.learning-program-detail .program-stages-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #AF729B;
    text-align: center;
    margin: 0 0 48px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%)
}

.learning-program-detail .program-stages-heading::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%);
    margin-top: 8px;
    border-radius: 4px;
    animation: heading-underline .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s forwards
}

.learning-program-detail .program-stages-content {
    font-size: 21px;
    line-height: 1.65;
    color: #2a1a22;
    text-align: center
}

.learning-program-detail .program-stages-content p {
    margin: 0 0 16px
}

.learning-program-detail .program-stages-content h2 {
    font-size: 21px;
    line-height: 1.4;
    color: #3d2535;
    margin: 24px 0 8px;
    text-align: center
}

.learning-program-detail .program-stages-content ul,
.learning-program-detail .program-stages-content ol {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

.learning-program-detail .program-stages-content li {
    font-size: 21px;
    line-height: 1.65;
    color: #2a1a22;
    padding: 8px 24px;
    border-radius: 22px;
    background-color: #af729b14;
    border: 1px solid #af729b26;
    max-width: 600px;
    width: 100%;
    transition: background-color .5s ease-in-out
}

.learning-program-detail .program-stages-content li:hover {
    background-color: #af729b29
}

.learning-program-detail .program-stages-content dl {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 16px
}

.learning-program-detail .program-stages-content dt {
    font-weight: 600;
    color: #AF729B;
    margin-top: 16px
}

.learning-program-detail .program-stages-content dd {
    margin-left: 0;
    padding-left: 16px;
    border-left: 2px solid #DFD0D6;
    margin-top: 4px
}

.learning-program-detail .program-stages-content em {
    color: #AF729B;
    font-style: italic
}

.learning-program-detail .section-divider-three {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 0;
    background-color: #fff
}

.learning-program-detail .section-divider-three .divider-line-three {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, #DFD0D6, transparent);
    max-width: 400px
}

.learning-program-detail .program-enroll-block {
    background-color: #fff;
    padding: 48px 24px;
    position: relative
}

.learning-program-detail .program-enroll-block .corner-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    overflow: hidden;
    pointer-events: none
}

.learning-program-detail .program-enroll-block .corner-decoration svg {
    width: 100%;
    height: 100%
}

.learning-program-detail .program-enroll-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.learning-program-detail .program-enroll-card {
    border-radius: 22px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 1px 5px 22px 0 #af729b14;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program-detail .program-enroll-card:hover {
    box-shadow: 1px 9px 52px 0 #af729b1f
}

.learning-program-detail .program-enroll-card.card-tall {
    padding-top: 48px;
    padding-bottom: 48px;
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%)
}

.learning-program-detail .program-enroll-card.card-medium {
    padding-top: 24px;
    background-color: #F2ECEE;
    margin-top: 24px
}

.learning-program-detail .program-enroll-card.card-short {
    background-color: #fff;
    border: 1.5px solid #DFD0D6;
    margin-top: 48px
}

.learning-program-detail .enroll-card-price {
    font-size: 52px;
    line-height: 1.15;
    color: #fff;
    text-align: center;
    letter-spacing: -.01em
}

.learning-program-detail .enroll-card-price-label {
    font-size: 16px;
    line-height: 1.4;
    color: #fffc;
    text-align: center;
    letter-spacing: .06em
}

.learning-program-detail .enroll-card-heading {
    font-size: 21px;
    line-height: 1.4;
    color: #3d2535;
    text-align: center;
    margin: 0
}

.learning-program-detail .enroll-card-text {
    font-size: 16px;
    line-height: 1.65;
    color: #5a3a4a;
    text-align: center;
    margin: 0
}

.learning-program-detail .enroll-card-meta {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning-program-detail .enroll-card-meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #5a3a4a
}

.learning-program-detail .enroll-card-meta-row svg {
    color: #AF729B;
    flex-shrink: 0
}

.learning-program-detail .enroll-seats-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background-color: #af729b1f;
    color: #AF729B;
    font-size: 16px;
    padding: 4px 16px;
    border-radius: 36px;
    border: 1px solid #af729b40;
    letter-spacing: .04em
}

.learning-program-detail .enroll-primary-btn {
    display: block;
    width: 100%;
    padding: 16px 24px;
    border-radius: 22px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%);
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .5s ease-in-out, border-color .45s ease-in-out;
    box-shadow: 1px 1px 3px 0 #af729b12;
    position: relative
}

.learning-program-detail .enroll-primary-btn::before {
    content: '';
    position: absolute;
    inset: -4px;
    border: 2px solid transparent;
    border-radius: 22px;
    transition: border-color .5s ease-in-out;
    pointer-events: none
}

.learning-program-detail .enroll-primary-btn:hover::before {
    border-color: #AF729B
}

.learning-program-detail .enroll-primary-btn:hover {
    box-shadow: 1px 9px 52px 0 #af729b1f
}

.learning-program-detail .enroll-primary-btn:focus {
    outline: 2px solid #AF729B;
    outline-offset: 4px
}

.learning-program-detail .enroll-likes-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #AF729B
}

.learning-program-detail .enroll-likes-row svg {
    color: #AF729B
}

.learning-program-detail .publish-date-note {
    font-size: 16px;
    line-height: 1.4;
    color: #AF729B;
    text-align: center;
    letter-spacing: .04em
}

@media (max-width: 900px) {
    .learning-program-detail .program-split-screen {
        flex-direction: column
    }

    .learning-program-detail .program-split-left,
    .learning-program-detail .program-split-right {
        flex: none;
        padding: 48px 24px 24px
    }

    .learning-program-detail .program-body-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .learning-program-detail .program-enroll-inner {
        grid-template-columns: 1fr
    }

    .learning-program-detail .program-enroll-card.card-medium,
    .learning-program-detail .program-enroll-card.card-short {
        margin-top: 0
    }

    .learning-program-detail .program-enroll-card.card-tall {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .learning-program-detail .program-main-heading {
        font-size: 52px
    }
}

@media (max-width: 600px) {
    .learning-program-detail .program-main-heading {
        font-size: 52px
    }

    .learning-program-detail .program-stages-heading {
        font-size: 52px
    }

    .learning-program-detail .enroll-card-price {
        font-size: 52px
    }

    .learning-program-detail .program-split-left,
    .learning-program-detail .program-split-right {
        padding: 24px 16px
    }

    .learning-program-detail .program-body-grid {
        padding: 24px 16px
    }

    .learning-program-detail .program-stages-block {
        padding: 24px 16px
    }

    .learning-program-detail .program-enroll-block {
        padding: 24px 16px
    }
}

.root {
    max-width: 100%;
    overflow-x: hidden
}

.root .page-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.root .divider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 24px 0
}

.root .divider-dots span {
    width: 6px;
    height: 6px;
    border-radius: 36px;
    background-color: #DFD0D6;
    display: block
}

.root .title-block {
    background-color: #fff;
    padding: 48px 0
}

.root .title-block .title-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.root .title-block .dot-path {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px
}

.root .title-block .dot-path span {
    width: 5px;
    height: 5px;
    border-radius: 36px;
    background-color: #AF729B;
    opacity: .45;
    display: block
}

.root .title-block .dot-path span:nth-child(3) {
    opacity: .9;
    width: 7px;
    height: 7px
}

.root .title-block .dot-path span:nth-child(5) {
    opacity: .6
}

.root .title-block .label-tag {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .12em;
    color: #AF729B;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px
}

.root .title-block .split-heading {
    font-size: 52px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden
}

.root .title-block .split-heading .top-half {
    display: block;
    color: #AF729B
}

.root .title-block .split-heading .bottom-half {
    display: block;
    color: #DFD0D6
}

.root .title-block .split-heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #AF729B;
    transform: translateX(-50%);
    animation: underline-draw .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards
}

@keyframes underline-draw {
    to {
        width: 60%
    }
}

.root .title-block .split-open {
    animation: split-reveal .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes split-reveal {
    from {
        clip-path: inset(0 50% 0 50%);
        opacity: 0
    }

    to {
        clip-path: inset(0 0% 0 0%);
        opacity: 1
    }
}

.root .title-block .description-wrap {
    display: flex;
    flex-direction: row;
    gap: 48px;
    max-width: 820px;
    width: 100%;
    margin-top: 8px
}

.root .title-block .side-note {
    flex: 0 0 140px;
    font-size: 16px;
    line-height: 1.65;
    color: #AF729B;
    text-align: right;
    padding-top: 4px;
    opacity: .75
}

.root .title-block .description-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.65;
    color: #3a2e35;
    text-align: center
}

.root .title-block .title-image-wrap {
    margin-top: 48px;
    width: 100%;
    max-width: 680px;
    position: relative
}

.root .title-block .title-image-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 4px;
    opacity: .62;
    transition: opacity .55s ease-in-out
}

.root .title-block .title-image-wrap:hover img {
    opacity: 1
}

.root .title-block .title-image-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #af729b38 0%, #dfd0d62e 100%);
    border-radius: 4px;
    z-index: 1;
    pointer-events: none;
    transition: opacity .55s ease-in-out
}

.root .title-block .title-image-wrap:hover::before {
    opacity: 0
}

.root .value-block {
    background-color: #F2ECEE;
    padding: 48px 0
}

.root .value-block .value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.root .value-block .value-text-col {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.root .value-block .value-accent-col {
    grid-column: 3 / 4;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.root .value-block .value-image-col {
    grid-column: 4 / 5;
    position: relative
}

.root .value-block .value-image-col img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 4px;
    transition: filter .5s ease-in-out;
    filter: saturate(0.7)
}

.root .value-block .value-image-col:hover img {
    filter: saturate(1)
}

.root .value-block .value-image-col::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #af729b47 0%, #dfd0d633 100%);
    border-radius: 4px;
    z-index: 1;
    pointer-events: none;
    transition: opacity .5s ease-in-out
}

.root .value-block .value-image-col:hover::before {
    opacity: 0
}

.root .value-block .diamond-accent {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background-color: #AF729B;
    transform: rotate(45deg);
    border-radius: 4px;
    z-index: 2
}

.root .value-block .section-label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .1em;
    color: #AF729B;
    text-transform: uppercase;
    text-align: center
}

.root .value-block .section-heading {
    font-size: 21px;
    line-height: 1.4;
    color: #2e2030;
    text-align: center;
    position: relative;
    padding-bottom: 8px
}

.root .value-block .section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #AF729B;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.root .value-block .section-heading:hover::after {
    width: 80%
}

.root .value-block .body-paragraph {
    font-size: 16px;
    line-height: 1.65;
    color: #3a2e35;
    text-align: center
}

.root .value-block .stat-card {
    background-color: #fff;
    border-radius: 22px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 1px 5px 22px 0 #af729b14;
    transition: box-shadow .5s ease-in-out, transform .5s ease-in-out
}

.root .value-block .stat-card:hover {
    box-shadow: 1px 9px 52px 0 #af729b1f;
    transform: translateY(-4px)
}

.root .value-block .stat-number {
    font-size: 52px;
    line-height: 1.15;
    color: #AF729B;
    display: block
}

.root .value-block .stat-label {
    font-size: 16px;
    line-height: 1.4;
    color: #6b5060;
    display: block;
    margin-top: 8px
}

.root .hesitation-block {
    background-color: #fff;
    padding: 48px 0
}

.root .hesitation-block .hesitation-layout {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.root .hesitation-block .hesitation-left {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.root .hesitation-block .hesitation-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.root .hesitation-block .question-label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #AF729B;
    text-align: center
}

.root .hesitation-block .question-heading {
    font-size: 21px;
    line-height: 1.4;
    color: #2e2030;
    text-align: center;
    position: relative;
    padding-bottom: 8px
}

.root .hesitation-block .question-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #AF729B;
    transition: width .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.root .hesitation-block .question-heading:hover::after {
    width: 90%
}

.root .hesitation-block .aside-note {
    font-size: 16px;
    line-height: 1.65;
    color: #AF729B;
    text-align: right;
    opacity: .7;
    border-right: 2px solid #DFD0D6;
    padding-right: 16px
}

.root .hesitation-block .body-paragraph {
    font-size: 16px;
    line-height: 1.65;
    color: #3a2e35;
    text-align: center
}

.root .hesitation-block .image-pair {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 8px
}

.root .hesitation-block .image-pair .img-frame {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.root .hesitation-block .image-pair .img-frame img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .55s ease-in-out;
    filter: saturate(0.65)
}

.root .hesitation-block .image-pair .img-frame:hover img {
    filter: saturate(1)
}

.root .hesitation-block .image-pair .img-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #af729b4d 0%, #dfd0d626 100%);
    z-index: 1;
    pointer-events: none;
    transition: opacity .55s ease-in-out
}

.root .hesitation-block .image-pair .img-frame:hover::before {
    opacity: 0
}

.root .reputation-block {
    background-color: #2e2030;
    padding: 48px 0
}

.root .reputation-block .rep-label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #DFD0D6;
    text-align: center;
    margin-bottom: 16px
}

.root .reputation-block .rep-heading {
    font-size: 21px;
    line-height: 1.4;
    color: #F2ECEE;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 8px
}

.root .reputation-block .rep-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #AF729B;
    transition: width .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.root .reputation-block .rep-heading:hover::after {
    width: 70%
}

.root .reputation-block .rep-intro {
    font-size: 16px;
    line-height: 1.65;
    color: #DFD0D6;
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px
}

.root .reputation-block .timeline-wrap {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.root .reputation-block .timeline-line {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #AF729B 0%, #DFD0D6 100%)
}

.root .reputation-block .timeline-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding-left: 48px;
    padding-bottom: 48px;
    position: relative
}

.root .reputation-block .timeline-item:last-child {
    padding-bottom: 0
}

.root .reputation-block .timeline-dot {
    position: absolute;
    left: 11px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 36px;
    background-color: #AF729B;
    border: 3px solid #2e2030;
    flex-shrink: 0
}

.root .reputation-block .timeline-dot.done {
    background-color: #AF729B
}

.root .reputation-block .timeline-dot.active {
    background-color: #F2ECEE;
    box-shadow: 0 0 0 4px #af729b4d
}

.root .reputation-block .timeline-dot.pending {
    background-color: #3a2e40;
    border-color: #DFD0D6
}

.root .reputation-block .timeline-content {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.root .reputation-block .timeline-year {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .1em;
    color: #AF729B;
    text-align: center
}

.root .reputation-block .timeline-event {
    font-size: 16px;
    line-height: 1.65;
    color: #F2ECEE;
    text-align: center
}

.root .reputation-block .timeline-note {
    font-size: 16px;
    line-height: 1.65;
    color: #DFD0D6;
    opacity: .75;
    text-align: center
}

.root .people-block {
    background-color: #F2ECEE;
    padding: 48px 0
}

.root .people-block .people-label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #AF729B;
    text-align: center;
    margin-bottom: 16px
}

.root .people-block .people-heading {
    font-size: 21px;
    line-height: 1.4;
    color: #2e2030;
    text-align: center;
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 8px
}

.root .people-block .people-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #AF729B;
    transition: width .48s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.root .people-block .people-heading:hover::after {
    width: 65%
}

.root .people-block .people-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.root .people-block .person-card {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start
}

.root .people-block .portrait-frame {
    flex-shrink: 0;
    width: 90px;
    height: 126px;
    overflow: hidden
}

.root .people-block .portrait-frame img {
    width: 90px;
    height: 126px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .6s ease-in-out;
    filter: saturate(0.7)
}

.root .people-block .portrait-frame:hover img {
    filter: saturate(1)
}

.root .people-block .person-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.root .people-block .person-name {
    font-size: 21px;
    line-height: 1.4;
    color: #2e2030;
    text-align: center
}

.root .people-block .person-role {
    font-size: 16px;
    line-height: 1.4;
    color: #AF729B;
    letter-spacing: .08em;
    text-align: center
}

.root .people-block .person-bio {
    font-size: 16px;
    line-height: 1.65;
    color: #3a2e35;
    text-align: center
}

.root .people-block .person-no-portrait {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 1px 1px 3px 0 #af729b12;
    text-align: center
}

.root .people-block .person-no-portrait .person-name {
    font-size: 21px;
    line-height: 1.4;
    color: #2e2030;
    text-align: center
}

.root .people-block .person-no-portrait .person-role {
    font-size: 16px;
    line-height: 1.4;
    color: #AF729B;
    letter-spacing: .08em;
    text-align: center
}

.root .people-block .person-no-portrait .person-bio {
    font-size: 16px;
    line-height: 1.65;
    color: #3a2e35;
    text-align: center
}

.root .people-block .closing-note {
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.65;
    color: #6b5060;
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 900px) {
    .root .title-block .split-heading {
        font-size: 52px
    }

    .root .value-block .value-grid {
        grid-template-columns: 1fr 1fr
    }

    .root .value-block .value-text-col {
        grid-column: 1 / 3
    }

    .root .value-block .value-accent-col {
        grid-column: 1 / 2
    }

    .root .value-block .value-image-col {
        grid-column: 2 / 3
    }

    .root .hesitation-block .hesitation-layout {
        flex-direction: column;
        gap: 24px
    }

    .root .hesitation-block .hesitation-left {
        flex: none;
        width: 100%
    }

    .root .hesitation-block .aside-note {
        text-align: center;
        border-right: none;
        border-bottom: 2px solid #DFD0D6;
        padding-right: 0;
        padding-bottom: 16px
    }

    .root .people-block .people-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@media (max-width: 600px) {
    .root .title-block .split-heading {
        font-size: 36px
    }

    .root .title-block .description-wrap {
        flex-direction: column;
        gap: 16px
    }

    .root .title-block .side-note {
        flex: none;
        text-align: center;
        border-bottom: 1px solid #DFD0D6;
        padding-bottom: 8px
    }

    .root .value-block .value-grid {
        grid-template-columns: 1fr
    }

    .root .value-block .value-text-col,
    .root .value-block .value-accent-col,
    .root .value-block .value-image-col {
        grid-column: 1 / 2
    }

    .root .hesitation-block .image-pair {
        flex-direction: column
    }

    .root .people-block .person-card {
        flex-direction: column;
        align-items: center
    }

    .root .reputation-block .timeline-wrap {
        padding-left: 0
    }
}

.case-studies-page {
    background-color: #fff;
    overflow-x: clip;
    position: relative
}

.case-studies-page .rotating-shape {
    position: fixed;
    width: 520px;
    height: 520px;
    border: 1.5px solid #af729b14;
    border-radius: 36px;
    top: 50%;
    right: -180px;
    transform: translateY(-50%) rotate(0deg);
    animation: slow-rotate 28s linear infinite;
    pointer-events: none;
    z-index: 0
}

.case-studies-page .rotating-shape-inner {
    position: absolute;
    width: 320px;
    height: 320px;
    border: 1px solid #af729b0f;
    border-radius: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
    animation: slow-rotate-reverse 18s linear infinite
}

@keyframes slow-rotate {
    from {
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        transform: translateY(-50%) rotate(360deg)
    }
}

@keyframes slow-rotate-reverse {
    from {
        transform: translate(-50%, -50%) rotate(20deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(-340deg)
    }
}

.case-studies-page .studies-opening {
    padding: 48px 24px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #af729b1f
}

.case-studies-page .studies-opening-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px
}

.case-studies-page .opening-image-column {
    flex: 0 0 400px;
    position: relative
}

.case-studies-page .opening-image-frame {
    width: 400px;
    height: 480px;
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.case-studies-page .opening-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(0.18) contrast(1.08) brightness(0.96) saturate(0.85);
    transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.case-studies-page .opening-image-frame:hover img {
    filter: sepia(0) contrast(1) brightness(1) saturate(1)
}

.case-studies-page .opening-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #af729b2e 0%, #dfd0d638 100%);
    border-radius: 22px;
    transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none
}

.case-studies-page .opening-image-frame:hover::after {
    opacity: 0
}

.case-studies-page .opening-stripe {
    position: absolute;
    bottom: -16px;
    left: 24px;
    right: 24px;
    height: 4px;
    background: linear-gradient(90deg, #AF729B 0%, #DFD0D6 100%);
    border-radius: 4px
}

.case-studies-page .opening-text-column {
    flex: 1;
    padding: 24px 0 48px;
    text-align: center
}

.case-studies-page .opening-label {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .12em;
    color: #AF729B;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.4
}

.case-studies-page .opening-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #2a1f27;
    margin-bottom: 24px;
    position: relative;
    display: inline-block
}

.case-studies-page .opening-heading::after {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #AF729B 0%, #DFD0D6 100%);
    border-radius: 4px;
    width: 0;
    margin: 8px auto 0;
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.case-studies-page .opening-heading:hover::after {
    width: 100%
}

.case-studies-page .opening-description {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3a44;
    max-width: 480px;
    margin: 0 auto 24px
}

.case-studies-page .opening-aside {
    font-size: 16px;
    line-height: 1.4;
    color: #af729bbf;
    letter-spacing: .06em;
    margin-bottom: 48px
}

.case-studies-page .studies-opening-split {
    animation: split-open .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes split-open {
    from {
        clip-path: inset(0 50% 0 50%);
        opacity: 0
    }

    to {
        clip-path: inset(0 0% 0 0%);
        opacity: 1
    }
}

.case-studies-page .studies-breakdown {
    padding: 48px 24px;
    position: relative;
    z-index: 1;
    background-color: #F2ECEE
}

.case-studies-page .breakdown-container {
    max-width: 1140px;
    margin: 0 auto
}

.case-studies-page .breakdown-label {
    display: block;
    font-size: 16px;
    letter-spacing: .14em;
    color: #AF729B;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.4
}

.case-studies-page .breakdown-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #2a1f27;
    text-align: center;
    margin-bottom: 48px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%)
}

.case-studies-page .breakdown-heading::after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #AF729B 50%, transparent 100%);
    border-radius: 4px;
    width: 0;
    margin: 8px auto 0;
    transition: width .55s ease-in-out
}

.case-studies-page .breakdown-heading:hover::after {
    width: 100%
}

.case-studies-page .case-list {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.case-studies-page .case-entry {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 22px;
    padding: 48px;
    box-shadow: 1px 5px 22px 0 #af729b14;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.case-studies-page .case-entry:hover {
    box-shadow: 1px 9px 52px 0 #af729b1f
}

.case-studies-page .case-entry.reversed {
    flex-direction: row-reverse
}

.case-studies-page .case-image-area {
    flex: 0 0 340px
}

.case-studies-page .case-image-wrap {
    width: 340px;
    height: 260px;
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.case-studies-page .case-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(0.22) contrast(1.06) brightness(0.94) saturate(0.82);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.case-studies-page .case-image-wrap:hover img {
    filter: sepia(0) contrast(1) brightness(1) saturate(1)
}

.case-studies-page .case-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #af729b26 0%, #f2ecee1a 100%);
    z-index: 1;
    transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    border-radius: 22px
}

.case-studies-page .case-image-wrap:hover::before {
    opacity: 0
}

.case-studies-page .case-text-area {
    flex: 1;
    text-align: center
}

.case-studies-page .case-category {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .1em;
    color: #AF729B;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.4
}

.case-studies-page .case-title {
    font-size: 21px;
    line-height: 1.4;
    color: #2a1f27;
    margin-bottom: 16px;
    position: relative;
    display: inline-block
}

.case-studies-page .case-title::after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(90deg, #AF729B 0%, #DFD0D6 100%);
    border-radius: 4px;
    width: 0;
    margin: 6px auto 0;
    transition: width .5s ease-in-out
}

.case-studies-page .case-entry:hover .case-title::after {
    width: 100%
}

.case-studies-page .case-note {
    font-size: 16px;
    line-height: 1.4;
    color: #af729bb3;
    margin-bottom: 16px;
    font-style: italic
}

.case-studies-page .case-body {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3a44;
    margin-bottom: 16px
}

.case-studies-page .case-metrics {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    margin-bottom: 24px;
    flex-wrap: wrap
}

.case-studies-page .metric-item {
    background: linear-gradient(180deg, #AF729B 0%, #DFD0D6 100%);
    border-radius: 22px;
    padding: 16px 24px;
    text-align: center;
    flex: 0 0 auto
}

.case-studies-page .metric-value {
    display: block;
    font-size: 21px;
    line-height: 1.15;
    color: #fff;
    letter-spacing: .04em
}

.case-studies-page .metric-label {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffffd9;
    letter-spacing: .06em
}

.case-studies-page .case-reviewer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    justify-content: center;
    padding: 24px;
    background-color: #F2ECEE;
    border-radius: 22px;
    border-left: 3px solid #AF729B;
    border-top: 1px solid #af729b26;
    border-right: 1px solid #af729b26;
    border-bottom: 1px solid #af729b26
}

.case-studies-page .reviewer-portrait {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    overflow: hidden;
    flex-shrink: 0
}

.case-studies-page .reviewer-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.case-studies-page .reviewer-text {
    text-align: left
}

.case-studies-page .reviewer-quote {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3a44;
    margin-bottom: 8px;
    font-style: italic
}

.case-studies-page .reviewer-name {
    font-size: 16px;
    line-height: 1.4;
    color: #AF729B;
    letter-spacing: .06em
}

.case-studies-page .case-entry-solo {
    background-color: #fff;
    border-radius: 22px;
    padding: 48px;
    box-shadow: 1px 5px 22px 0 #af729b14;
    text-align: center;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.case-studies-page .case-entry-solo:hover {
    box-shadow: 1px 9px 52px 0 #af729b1f
}

.case-studies-page .solo-image-wrap {
    width: 100%;
    height: 320px;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative
}

.case-studies-page .solo-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(0.2) contrast(1.05) brightness(0.95) saturate(0.8);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.case-studies-page .solo-image-wrap:hover img {
    filter: sepia(0) contrast(1) brightness(1) saturate(1)
}

.case-studies-page .solo-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #af729b1f 0%, #dfd0d62e 100%);
    border-radius: 22px;
    transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none
}

.case-studies-page .solo-image-wrap:hover::after {
    opacity: 0
}

.case-studies-page .solo-category {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .1em;
    color: #AF729B;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.4
}

.case-studies-page .solo-title {
    font-size: 21px;
    line-height: 1.4;
    color: #2a1f27;
    margin-bottom: 16px;
    display: inline-block;
    position: relative
}

.case-studies-page .solo-title::after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #AF729B 50%, transparent 100%);
    border-radius: 4px;
    width: 0;
    margin: 6px auto 0;
    transition: width .5s ease-in-out
}

.case-studies-page .case-entry-solo:hover .solo-title::after {
    width: 100%
}

.case-studies-page .solo-note {
    font-size: 16px;
    line-height: 1.4;
    color: #af729bb3;
    margin-bottom: 16px;
    font-style: italic
}

.case-studies-page .solo-body {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3a44;
    max-width: 680px;
    margin: 0 auto 24px
}

.case-studies-page .solo-metrics {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.case-studies-page .shifting-pattern {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(90deg, #af729b08 0px, #af729b08 1px, transparent 1px, transparent 60px);
    background-size: 60px 100%;
    animation: pattern-shift 14s linear infinite;
    pointer-events: none;
    border-radius: 22px
}

@keyframes pattern-shift {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 0
    }
}

@media (max-width: 900px) {
    .case-studies-page .studies-opening-container {
        flex-direction: column;
        gap: 24px
    }

    .case-studies-page .opening-image-column {
        flex: none;
        width: 100%
    }

    .case-studies-page .opening-image-frame {
        width: 100%;
        height: 320px
    }

    .case-studies-page .case-entry {
        flex-direction: column;
        gap: 24px
    }

    .case-studies-page .case-entry.reversed {
        flex-direction: column
    }

    .case-studies-page .case-image-area {
        flex: none;
        width: 100%
    }

    .case-studies-page .case-image-wrap {
        width: 100%;
        height: 220px
    }
}

@media (max-width: 600px) {
    .case-studies-page .opening-heading {
        font-size: 52px
    }

    .case-studies-page .breakdown-heading {
        font-size: 21px
    }

    .case-studies-page .case-entry {
        padding: 24px
    }

    .case-studies-page .case-entry-solo {
        padding: 24px
    }

    .case-studies-page .metric-item {
        padding: 8px 16px
    }
}

.contact-us-page {
    background-color: #fff;
    overflow-x: clip
}

.contact-us-page .contact-us-page-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px
}

.contact-us-page .divider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0
}

.contact-us-page .divider-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #AF729B;
    opacity: .5;
    display: inline-block
}

.contact-us-page .divider-dots span:nth-child(2) {
    opacity: .3
}

.contact-us-page .divider-dots span:nth-child(3) {
    opacity: .15
}

.contact-us-page .reach-panel {
    background: linear-gradient(180deg, #2a1a24 0%, #3d2535 50%, #DFD0D6 100%);
    padding: 48px 0;
    position: relative
}

.contact-us-page .reach-panel-outlined-shape {
    position: absolute;
    top: 24px;
    right: 48px;
    width: 220px;
    height: 220px;
    border-radius: 36px;
    border: 2px solid #af729b2e;
    pointer-events: none;
    overflow: hidden
}

.contact-us-page .reach-panel-outlined-circle {
    position: absolute;
    bottom: -40px;
    left: 80px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #dfd0d61f;
    pointer-events: none
}

.contact-us-page .reach-panel-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.contact-us-page .reach-label {
    font-size: 16px;
    letter-spacing: .12em;
    color: #DFD0D6;
    opacity: .7;
    line-height: 1.4;
    margin-bottom: 16px;
    text-transform: uppercase
}

.contact-us-page .reach-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 24px
}

.contact-us-page .reach-note {
    font-size: 16px;
    line-height: 1.65;
    color: #DFD0D6;
    opacity: .85;
    margin: 0
}

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

.contact-us-page .reach-detail-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border-radius: 22px;
    background: #ffffff0d;
    border: 1px solid #af729b33;
    border-left: 3px solid #af729b80;
    transition: background-color .55s ease-in-out, border-color .55s ease-in-out
}

.contact-us-page .reach-detail-item:hover {
    background: #af729b1a;
    border-color: #af729b66
}

.contact-us-page .reach-detail-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #af729b33;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-us-page .reach-detail-icon svg {
    width: 20px;
    height: 20px;
    stroke: #AF729B;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .reach-detail-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-us-page .reach-detail-label {
    font-size: 16px;
    letter-spacing: .08em;
    color: #AF729B;
    line-height: 1.4;
    text-transform: uppercase
}

.contact-us-page .reach-detail-value {
    font-size: 16px;
    line-height: 1.65;
    color: #fff;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .reach-detail-value:hover {
    color: #DFD0D6
}

.contact-us-page .form-panel {
    padding: 48px 0;
    background-color: #F2ECEE
}

.contact-us-page .form-panel-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 48px;
    align-items: start
}

.contact-us-page .form-aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contact-us-page .form-aside-heading {
    font-size: 21px;
    line-height: 1.4;
    color: #2a1a24;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.contact-us-page .form-aside-heading::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #AF729B, #DFD0D6);
    border-radius: 4px;
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), left .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .form-aside-heading:hover::after {
    width: 100%;
    left: 0
}

.contact-us-page .form-aside-text {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3040;
    margin: 0
}

.contact-us-page .form-aside-note {
    font-size: 16px;
    line-height: 1.85;
    color: #6b4a5e;
    margin: 0
}

.contact-us-page .certificate-block {
    border-radius: 22px;
    border: 2px solid #AF729B;
    padding: 24px;
    background: linear-gradient(180deg, #fff 0%, #F2ECEE 100%);
    position: relative;
    text-align: center;
    box-shadow: 1px 9px 52px 0 #af729b1f
}

.contact-us-page .certificate-block::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 18px;
    border: 1px solid #af729b4d;
    pointer-events: none
}

.contact-us-page .certificate-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px
}

.contact-us-page .certificate-ornament-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #AF729B, transparent)
}

.contact-us-page .certificate-seal {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #AF729B;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-page .certificate-seal svg {
    width: 18px;
    height: 18px;
    stroke: #AF729B;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .certificate-title {
    font-size: 16px;
    letter-spacing: .1em;
    color: #AF729B;
    text-transform: uppercase;
    margin: 0 0 8px;
    line-height: 1.4
}

.contact-us-page .certificate-body {
    font-size: 21px;
    line-height: 1.4;
    color: #2a1a24;
    margin: 0 0 8px
}

.contact-us-page .certificate-sub {
    font-size: 16px;
    line-height: 1.65;
    color: #6b4a5e;
    margin: 0
}

.contact-us-page .contact-form-card {
    background: #fff;
    border-radius: 22px;
    padding: 48px;
    box-shadow: 1px 5px 22px 0 #af729b14
}

.contact-us-page .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.contact-us-page .form-label {
    font-size: 16px;
    line-height: 1.4;
    color: #2a1a24;
    letter-spacing: .04em
}

.contact-us-page .form-input-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.contact-us-page .form-input-wrap svg {
    position: absolute;
    left: 16px;
    width: 16px;
    height: 16px;
    stroke: #AF729B;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
    opacity: .7
}

.contact-us-page .form-field {
    width: 100%;
    padding: 16px 16px 16px 44px;
    border-radius: 4px;
    border: 1px solid #DFD0D6;
    background: #F2ECEE;
    font-size: 16px;
    line-height: 1.4;
    color: #2a1a24;
    outline: none;
    transition: border-color .55s ease-in-out, background-color .55s ease-in-out, box-shadow .55s ease-in-out;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

.contact-us-page .form-field::placeholder {
    color: #9a7a8a;
    opacity: .8
}

.contact-us-page .form-field:focus {
    border-color: #AF729B;
    background: #fff;
    box-shadow: 1px 1px 3px 0 #af729b12
}

.contact-us-page .form-select-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.contact-us-page .form-select-wrap svg {
    position: absolute;
    left: 16px;
    width: 16px;
    height: 16px;
    stroke: #AF729B;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
    opacity: .7
}

.contact-us-page .form-select-arrow {
    position: absolute;
    right: 16px;
    width: 16px;
    height: 16px;
    pointer-events: none
}

.contact-us-page .form-select-arrow svg {
    position: static;
    width: 16px;
    height: 16px;
    stroke: #6b4a5e;
    opacity: .6
}

.contact-us-page .form-select {
    width: 100%;
    padding: 16px 44px;
    border-radius: 4px;
    border: 1px solid #DFD0D6;
    background: #F2ECEE;
    font-size: 16px;
    line-height: 1.4;
    color: #2a1a24;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .55s ease-in-out, background-color .55s ease-in-out;
    box-sizing: border-box
}

.contact-us-page .form-select:focus {
    border-color: #AF729B;
    background: #fff
}

.contact-us-page .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.contact-us-page .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding: 16px;
    border-radius: 4px;
    background: #F2ECEE;
    border: 1px solid #DFD0D6
}

.contact-us-page .privacy-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #AF729B;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #AF729B
}

.contact-us-page .privacy-text {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3040;
    margin: 0
}

.contact-us-page .privacy-link {
    color: #AF729B;
    text-decoration: none;
    position: relative;
    transition: color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .privacy-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 50%;
    height: 1px;
    background: #AF729B;
    transition: left .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), right .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .privacy-link:hover::after {
    left: 0;
    right: 0
}

.contact-us-page .submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 48px;
    border-radius: 22px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #AF729B 0%, #DFD0D6 100%);
    color: #2a1a24;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .06em;
    cursor: pointer;
    transition: background .55s ease-in-out, border-color .55s ease-in-out, outline-offset .45s ease-in-out, outline-width .45s ease-in-out;
    outline: 2px solid transparent;
    outline-offset: 0;
    box-shadow: 1px 5px 22px 0 #af729b14
}

.contact-us-page .submit-button:hover {
    background: linear-gradient(180deg, #c484ae 0%, #e8dde3 100%);
    outline: 2px solid #AF729B;
    outline-offset: 4px
}

.contact-us-page .submit-button:focus {
    outline: 2px solid #AF729B;
    outline-offset: 4px
}

.contact-us-page .submit-button:active {
    background: linear-gradient(180deg, #9a5f87 0%, #cfc0c6 100%)
}

.contact-us-page .submit-button svg {
    width: 18px;
    height: 18px;
    stroke: #2a1a24;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .orbit-panel {
    padding: 48px 0;
    background: #fff;
    position: relative
}

.contact-us-page .orbit-panel-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.contact-us-page .orbit-bg-shape {
    position: absolute;
    top: -48px;
    left: -48px;
    width: 300px;
    height: 300px;
    border-radius: 36px;
    border: 1.5px solid #af729b1a;
    transform: rotate(18deg)
}

.contact-us-page .orbit-panel-grid {
    display: grid;
    grid-template-columns: 3fr 5fr;
    gap: 48px;
    align-items: center
}

.contact-us-page .orbit-text-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center
}

.contact-us-page .orbit-heading {
    font-size: 21px;
    line-height: 1.4;
    color: #2a1a24;
    margin: 0;
    position: relative;
    display: inline-block
}

.contact-us-page .orbit-heading::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #AF729B, #DFD0D6);
    border-radius: 4px;
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), left .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .orbit-heading:hover::after {
    width: 100%;
    left: 0
}

.contact-us-page .orbit-text {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3040;
    margin: 0
}

.contact-us-page .orbit-diagram {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px
}

.contact-us-page .orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(180deg, #AF729B 0%, #DFD0D6 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    z-index: 2;
    box-shadow: 1px 5px 22px 0 #af729b1f
}

.contact-us-page .orbit-center svg {
    width: 28px;
    height: 28px;
    stroke: #2a1a24;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .orbit-center-label {
    font-size: 16px;
    line-height: 1.15;
    color: #2a1a24;
    letter-spacing: .04em
}

.contact-us-page .orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1.5px dashed #af729b4d
}

.contact-us-page .orbit-ring-small {
    width: 200px;
    height: 200px
}

.contact-us-page .orbit-ring-large {
    width: 300px;
    height: 300px
}

.contact-us-page .orbit-satellite {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    animation: orbit-shift 8s ease-in-out infinite alternate
}

@keyframes orbit-shift {
    0% {
        opacity: .75
    }

    100% {
        opacity: 1
    }
}

.contact-us-page .orbit-satellite-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F2ECEE;
    border: 2px solid #AF729B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .55s ease-in-out, transform .55s ease-in-out
}

.contact-us-page .orbit-satellite-dot:hover {
    background: #AF729B;
    transform: scale(1.1)
}

.contact-us-page .orbit-satellite-dot svg {
    width: 20px;
    height: 20px;
    stroke: #AF729B;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .55s ease-in-out
}

.contact-us-page .orbit-satellite-dot:hover svg {
    stroke: #fff
}

.contact-us-page .orbit-satellite-label {
    font-size: 16px;
    line-height: 1.4;
    color: #4a3040;
    white-space: nowrap
}

.contact-us-page .orbit-satellite-top {
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s
}

.contact-us-page .orbit-satellite-right {
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    animation-delay: 1.5s
}

.contact-us-page .orbit-satellite-bottom {
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 3s
}

.contact-us-page .orbit-satellite-left {
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    animation-delay: 4.5s
}

.contact-us-page .orbit-satellite-top-right {
    top: 24px;
    right: 48px;
    animation-delay: 6s
}

.contact-us-page .orbit-satellite-bottom-left {
    bottom: 24px;
    left: 48px;
    animation-delay: 2s
}

@media (max-width: 900px) {
    .contact-us-page .reach-panel-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .contact-us-page .form-panel-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .contact-us-page .orbit-panel-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

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

    .contact-us-page .contact-form-card {
        padding: 24px
    }

    .contact-us-page .orbit-diagram {
        min-height: 280px
    }
}

@media (max-width: 600px) {
    .contact-us-page .form-row {
        grid-template-columns: 1fr
    }

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

    .contact-us-page .orbit-ring-large {
        width: 240px;
        height: 240px
    }

    .contact-us-page .orbit-satellite-right {
        right: 0
    }

    .contact-us-page .orbit-satellite-left {
        left: 0
    }
}

.about-us-page {
    max-width: 100%;
    overflow-x: hidden
}

.about-us-page .page-limiter {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px
}

.about-us-page .divider-dots {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding: 24px 0
}

.about-us-page .divider-dots .dot-row {
    display: flex;
    gap: 8px
}

.about-us-page .divider-dots .dot-row span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #DFD0D6;
    display: block
}

.about-us-page .title-block {
    background: linear-gradient(180deg, #AF729B 0%, #DFD0D6 100%);
    padding-top: 96px;
    padding-bottom: 48px;
    position: relative;
    text-align: center
}

.about-us-page .title-block .background-letter {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 220px;
    font-weight: 900;
    line-height: 1.15;
    color: #AF729B;
    opacity: .07;
    pointer-events: none;
    letter-spacing: -8px;
    white-space: nowrap;
    user-select: none
}

.about-us-page .title-block .label-tag {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .18em;
    color: #F2ECEE;
    text-transform: uppercase;
    margin-bottom: 24px;
    border: 1px solid #f2ecee59;
    border-radius: 4px;
    padding: 4px 16px
}

.about-us-page .title-block .main-heading {
    font-size: 68px;
    line-height: 1.15;
    color: #fff;
    margin: 0 auto;
    max-width: 780px;
    position: relative;
    z-index: 1
}

.about-us-page .title-block .heading-underline {
    display: block;
    width: 64px;
    height: 3px;
    background: #F2ECEE;
    border-radius: 4px;
    margin: 24px auto 0;
    animation: underline-draw .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes underline-draw {
    from {
        width: 0;
        opacity: 0
    }

    to {
        width: 64px;
        opacity: 1
    }
}

.about-us-page .story-block {
    background-color: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.about-us-page .story-block .diagonal-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    pointer-events: none;
    overflow: hidden
}

.about-us-page .story-block .diagonal-accent svg {
    width: 100%;
    height: 100%;
    opacity: .09
}

.about-us-page .story-block .story-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 48px;
    align-items: start
}

.about-us-page .story-block .side-annotation {
    padding-top: 8px
}

.about-us-page .story-block .annotation-label {
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #AF729B;
    display: block;
    margin-bottom: 16px
}

.about-us-page .story-block .annotation-year {
    font-size: 52px;
    line-height: 1.15;
    color: #DFD0D6;
    font-weight: 700;
    display: block
}

.about-us-page .story-block .story-body h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #2d1f28;
    margin-bottom: 24px;
    position: relative;
    display: inline-block
}

.about-us-page .story-block .story-body h2::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #AF729B;
    border-radius: 4px;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .story-block .story-body h2:hover::after {
    width: 100%
}

.about-us-page .story-block .story-body {
    text-align: center
}

.about-us-page .story-block .paragraph-lead {
    font-size: 21px;
    line-height: 1.65;
    color: #3a2632;
    margin-bottom: 16px
}

.about-us-page .story-block .paragraph-body {
    font-size: 16px;
    line-height: 1.85;
    color: #5a4050;
    margin-bottom: 24px
}

.about-us-page .story-block .image-pair {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 16px;
    margin-top: 48px
}

.about-us-page .story-block .image-frame {
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.about-us-page .story-block .image-frame img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .story-block .image-frame .image-tint {
    position: absolute;
    inset: 0;
    background: #af729b52;
    border-radius: 22px;
    transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .story-block .image-frame:hover .image-tint {
    opacity: 0
}

.about-us-page .story-block .image-frame:hover img {
    transform: scale(1.03)
}

.about-us-page .story-block .image-frame.tall img {
    height: 360px
}

.about-us-page .people-block {
    background-color: #F2ECEE;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.about-us-page .people-block .animated-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.about-us-page .people-block .animated-bg::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -20%;
    width: 70%;
    height: 140%;
    background: linear-gradient(135deg, #af729b1f 0%, #dfd0d614 100%);
    border-radius: 36px;
    animation: bg-drift-a 7s ease-in-out infinite alternate
}

.about-us-page .people-block .animated-bg::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 55%;
    height: 110%;
    background: linear-gradient(225deg, #dfd0d626 0%, #af729b0f 100%);
    border-radius: 36px;
    animation: bg-drift-b 9s ease-in-out infinite alternate
}

@keyframes bg-drift-a {
    from {
        transform: translateY(0) rotate(-3deg)
    }

    to {
        transform: translateY(32px) rotate(2deg)
    }
}

@keyframes bg-drift-b {
    from {
        transform: translateY(0) rotate(2deg)
    }

    to {
        transform: translateY(-24px) rotate(-3deg)
    }
}

.about-us-page .people-block .people-inner {
    position: relative;
    z-index: 1
}

.about-us-page .people-block .people-heading-row {
    text-align: center;
    margin-bottom: 48px
}

.about-us-page .people-block .people-heading-row h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #2d1f28;
    display: inline-block;
    position: relative
}

.about-us-page .people-block .people-heading-row h2::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #AF729B;
    border-radius: 4px;
    transition: width .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .people-block .people-heading-row h2:hover::after {
    width: 100%
}

.about-us-page .people-block .irregular-grid {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    gap: 24px;
    align-items: start
}

.about-us-page .people-block .profile-card {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    text-align: center;
    box-shadow: 1px 5px 22px 0 #af729b14;
    transition: box-shadow .5s ease-in-out, transform .5s ease-in-out
}

.about-us-page .people-block .profile-card:hover {
    box-shadow: 1px 9px 52px 0 #af729b1f;
    transform: translateY(-4px)
}

.about-us-page .people-block .profile-portrait {
    width: 88px;
    height: 88px;
    border-radius: 36px;
    overflow: hidden;
    margin: 0 auto 16px;
    box-shadow: 1px 1px 3px 0 #af729b12
}

.about-us-page .people-block .profile-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.about-us-page .people-block .profile-name {
    font-size: 21px;
    line-height: 1.4;
    color: #2d1f28;
    margin-bottom: 4px
}

.about-us-page .people-block .profile-role {
    font-size: 16px;
    line-height: 1.65;
    color: #AF729B;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.about-us-page .people-block .profile-text {
    font-size: 16px;
    line-height: 1.85;
    color: #5a4050
}

.about-us-page .people-block .approach-panel {
    background: linear-gradient(180deg, #AF729B 0%, #DFD0D6 100%);
    border-radius: 22px;
    padding: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 1px 9px 52px 0 #af729b1f
}

.about-us-page .people-block .approach-panel h3 {
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0
}

.about-us-page .people-block .approach-panel .approach-text {
    font-size: 16px;
    line-height: 1.85;
    color: #F2ECEE
}

.about-us-page .people-block .approach-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.about-us-page .people-block .approach-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #ffffff24;
    border-radius: 4px;
    padding: 16px;
    text-align: left;
    transition: background .5s ease-in-out
}

.about-us-page .people-block .approach-item:hover {
    background: #ffffff42
}

.about-us-page .people-block .approach-item .item-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.about-us-page .people-block .approach-item .item-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.about-us-page .people-block .approach-item .item-label {
    font-size: 16px;
    line-height: 1.65;
    color: #fff
}

.about-us-page .people-block .images-column {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us-page .people-block .side-image-frame {
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.about-us-page .people-block .side-image-frame img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .people-block .side-image-frame .image-tint {
    position: absolute;
    inset: 0;
    background: #af729b47;
    transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .people-block .side-image-frame:hover .image-tint {
    opacity: 0
}

.about-us-page .people-block .side-image-frame:hover img {
    transform: scale(1.04)
}

.about-us-page .people-block .metric-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px
}

.about-us-page .people-block .metric-item {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    text-align: center;
    box-shadow: 1px 1px 3px 0 #af729b12;
    border-top: 3px solid #AF729B
}

.about-us-page .people-block .metric-number {
    font-size: 52px;
    line-height: 1.15;
    color: #AF729B;
    font-weight: 700;
    display: block
}

.about-us-page .people-block .metric-label {
    font-size: 16px;
    line-height: 1.65;
    color: #5a4050;
    display: block;
    margin-top: 4px
}

.about-us-page .atmosphere-strip {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    margin-top: 48px
}

.about-us-page .atmosphere-strip .strip-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block
}

.about-us-page .atmosphere-strip .strip-overlay {
    position: absolute;
    inset: 0;
    background: #2d1f28b8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 48px
}

.about-us-page .atmosphere-strip .strip-quote {
    font-size: 21px;
    line-height: 1.65;
    color: #F2ECEE;
    text-align: center;
    max-width: 640px
}

.about-us-page .atmosphere-strip .strip-attr {
    font-size: 16px;
    line-height: 1.4;
    color: #DFD0D6;
    letter-spacing: .12em;
    text-transform: uppercase
}

.about-us-page .text-link {
    color: #AF729B;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color .45s ease-in-out;
    background-image: linear-gradient(#AF729B, #AF729B);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    transition: background-size .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .text-link:hover {
    background-size: 100% 1px
}

.about-us-page .primary-button {
    display: inline-block;
    padding: 16px 48px;
    border-radius: 22px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #AF729B 0%, #DFD0D6 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .08em;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow .5s ease-in-out, outline-offset .5s ease-in-out;
    outline: 2px solid transparent;
    outline-offset: 0
}

.about-us-page .primary-button:hover {
    box-shadow: 1px 9px 52px 0 #af729b1f;
    outline: 2px solid #AF729B;
    outline-offset: 5px
}

@media (max-width: 900px) {
    .about-us-page .page-limiter {
        padding-left: 24px;
        padding-right: 24px
    }

    .about-us-page .title-block .main-heading {
        font-size: 52px
    }

    .about-us-page .story-block .story-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .about-us-page .story-block .image-pair {
        grid-template-columns: 1fr
    }

    .about-us-page .story-block .image-frame.tall img {
        height: 280px
    }

    .about-us-page .people-block .irregular-grid {
        grid-template-columns: 1fr
    }

    .about-us-page .people-block .metric-strip {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .about-us-page .title-block .main-heading {
        font-size: 52px
    }

    .about-us-page .title-block .background-letter {
        font-size: 120px
    }

    .about-us-page .story-block .story-body h2 {
        font-size: 52px
    }

    .about-us-page .people-block .approach-panel {
        padding: 24px
    }
}

.learning-program {
    max-width: 100%;
    overflow-x: hidden
}

.learning-program .program-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px
}

.learning-program .clip-reveal {
    clip-path: inset(0 50% 0 50%);
    animation: clipExpand .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes clipExpand {
    to {
        clip-path: inset(0 0% 0 0%)
    }
}

.learning-program .bento-title-block {
    background-color: #F2ECEE;
    padding: 48px 0;
    position: relative
}

.learning-program .bento-title-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F2ECEE;
    z-index: 0
}

.learning-program .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    position: relative;
    z-index: 1
}

.learning-program .bento-cell {
    border-radius: 22px;
    overflow: hidden
}

.learning-program .bento-cell-image {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 360px;
    position: relative
}

.learning-program .bento-cell-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .55s ease-in-out
}

.learning-program .bento-cell-image .image-overlay {
    position: absolute;
    inset: 0;
    background-color: #af729b47;
    transition: background-color .55s ease-in-out
}

.learning-program .bento-cell-image:hover .image-overlay {
    background-color: #af729b00
}

.learning-program .bento-cell-heading {
    grid-column: 2 / 4;
    grid-row: 1;
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%);
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.learning-program .bento-cell-heading .deco-lines {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: none
}

.learning-program .bento-cell-heading .deco-lines span {
    display: block;
    height: 1px;
    background-color: #ffffff59
}

.learning-program .bento-cell-heading .deco-lines span:nth-child(1) {
    width: 48px
}

.learning-program .bento-cell-heading .deco-lines span:nth-child(2) {
    width: 36px
}

.learning-program .bento-cell-heading .deco-lines span:nth-child(3) {
    width: 24px
}

.learning-program .bento-cell-heading .deco-lines span:nth-child(4) {
    width: 16px
}

.learning-program .bento-cell-heading .deco-shape {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 80px;
    height: 80px;
    border-radius: 36px;
    border: 1px solid #ffffff2e;
    pointer-events: none
}

.learning-program .bento-cell-heading .deco-shape-sm {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 48px;
    height: 48px;
    border-radius: 22px;
    border: 1px solid #ffffff1f;
    pointer-events: none
}

.learning-program .page-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #fff;
    letter-spacing: -.5px;
    margin: 0 0 16px;
    text-align: center;
    position: relative
}

.learning-program .page-heading::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #ffffff80;
    width: 0;
    margin: 8px auto 0;
    animation: underlineGrow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards
}

@keyframes underlineGrow {
    to {
        width: 60%
    }
}

.learning-program .bento-cell-desc {
    grid-column: 2 / 4;
    grid-row: 2;
    background-color: #fff;
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.learning-program .page-description {
    font-size: 21px;
    line-height: 1.65;
    color: #3a2d35;
    margin: 0;
    text-align: center
}

.learning-program .page-description .key-term {
    background-color: #af729b2e;
    padding: 0 4px;
    border-radius: 4px
}

.learning-program .cards-area {
    padding: 48px 0;
    background-color: #fff
}

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

.learning-program .program-card {
    border-radius: 22px;
    background-color: #F2ECEE;
    box-shadow: 1px 5px 22px 0 #af729b14;
    display: flex;
    flex-direction: column;
    transition: box-shadow .55s ease-in-out, transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none !important;
    color: inherit;
    overflow: hidden
}

.learning-program .cards-grid:hover .program-card {
    opacity: .5;
    transition: opacity .45s ease-in-out
}

.learning-program .cards-grid:hover .program-card:hover {
    opacity: 1;
    box-shadow: 1px 9px 52px 0 #af729b1f;
    transform: translateY(-4px)
}

.learning-program .card-image-wrap {
    position: relative;
    height: 200px;
    overflow: hidden
}

.learning-program .card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program .program-card:hover .card-image-wrap img {
    transform: scale(1.04)
}

.learning-program .card-image-tint {
    position: absolute;
    inset: 0;
    background-color: #af729b4d;
    transition: background-color .55s ease-in-out
}

.learning-program .program-card:hover .card-image-tint {
    background-color: #af729b00
}

.learning-program .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #AF729B;
    color: #fff;
    font-size: 16px;
    line-height: 1.15;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: .06em
}

.learning-program .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1
}

.learning-program .card-title {
    font-size: 21px;
    line-height: 1.4;
    color: #2c1f28;
    margin: 0;
    text-align: center;
    position: relative;
    padding-bottom: 8px
}

.learning-program .card-title::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #AF729B;
    width: 0;
    margin: 8px auto 0;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program .program-card:hover .card-title::after {
    width: 50%
}

.learning-program .card-description {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3843;
    margin: 0;
    text-align: center
}

.learning-program .card-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center
}

.learning-program .card-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 1.4;
    color: #6b4d62
}

.learning-program .card-meta-item svg {
    flex-shrink: 0
}

.learning-program .card-footer {
    padding: 16px 24px;
    border-top: 1px solid #af729b2e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background-color: #dfd0d64d
}

.learning-program .card-price {
    font-size: 21px;
    line-height: 1.15;
    color: #AF729B;
    font-weight: 700
}

.learning-program .card-user-badge {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background-color: #AF729B;
    padding: 4px 8px;
    border-radius: 4px
}

.learning-program .card-seats {
    font-size: 16px;
    line-height: 1.4;
    color: #6b4d62
}

.learning-program .card-link-btn {
    display: block;
    margin: 0 24px 24px;
    padding: 16px 24px;
    background: linear-gradient(180deg, #AF729B 50%, #9a5f87 50%);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none !important;
    letter-spacing: .04em;
    position: relative;
    transition: box-shadow .55s ease-in-out;
    outline: 2px solid transparent;
    outline-offset: 0
}

.learning-program .card-link-btn:hover {
    box-shadow: 1px 5px 22px 0 #af729b2e;
    outline: 2px solid #AF729B;
    outline-offset: 4px
}

.learning-program .dual-narrative {
    background-color: #DFD0D6;
    padding: 48px 0;
    position: relative
}

.learning-program .dual-narrative::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #DFD0D6;
    z-index: 0
}

.learning-program .dual-narrative-inner {
    position: relative;
    z-index: 1
}

.learning-program .dual-label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .12em;
    color: #AF729B;
    text-align: center;
    margin: 0 0 24px
}

.learning-program .dual-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #2c1f28;
    text-align: center;
    margin: 0 0 48px;
    position: relative;
    padding-bottom: 16px
}

.learning-program .dual-heading::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #AF729B;
    width: 0;
    margin: 12px auto 0;
    animation: underlineGrow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s forwards
}

.learning-program .dual-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.learning-program .dual-path {
    background-color: #fff;
    border-radius: 22px;
    padding: 48px;
    position: relative;
    box-shadow: 1px 5px 22px 0 #af729b14
}

.learning-program .dual-path.path-two {
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%)
}

.learning-program .dual-path-deco {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: none
}

.learning-program .dual-path-deco span {
    display: block;
    height: 1px
}

.learning-program .dual-path-deco span:nth-child(1) {
    width: 40px;
    background-color: #af729b4d
}

.learning-program .dual-path-deco span:nth-child(2) {
    width: 28px;
    background-color: #af729b33
}

.learning-program .dual-path-deco span:nth-child(3) {
    width: 16px;
    background-color: #af729b26
}

.learning-program .dual-path.path-two .dual-path-deco span {
    background-color: #ffffff59
}

.learning-program .dual-path-icon {
    width: 48px;
    height: 48px;
    background-color: #af729b1f;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px
}

.learning-program .dual-path.path-two .dual-path-icon {
    background-color: #fff3
}

.learning-program .dual-path-title {
    font-size: 21px;
    line-height: 1.4;
    color: #2c1f28;
    text-align: center;
    margin: 0 0 16px
}

.learning-program .dual-path.path-two .dual-path-title {
    color: #fff
}

.learning-program .dual-path-text {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3843;
    text-align: center;
    margin: 0
}

.learning-program .dual-path.path-two .dual-path-text {
    color: #ffffffe0
}

.learning-program .dual-path-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning-program .dual-path-list li {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3843;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.learning-program .dual-path.path-two .dual-path-list li {
    color: #ffffffe0
}

.learning-program .dual-path-list li svg {
    flex-shrink: 0;
    margin-top: 2px
}

.learning-program .metrics-area {
    padding: 48px 0;
    background-color: #fff;
    position: relative
}

.learning-program .metrics-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #2c1f28;
    text-align: center;
    margin: 0 0 8px
}

.learning-program .metrics-subtext {
    font-size: 16px;
    line-height: 1.65;
    color: #6b4d62;
    text-align: center;
    margin: 0 0 48px;
    letter-spacing: .04em
}

.learning-program .metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.learning-program .metric-tile {
    background: linear-gradient(180deg, #F2ECEE 50%, #DFD0D6 50%);
    border-radius: 22px;
    padding: 24px;
    text-align: center;
    box-shadow: 1px 1px 3px 0 #af729b12;
    transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s ease-in-out
}

.learning-program .metrics-grid:hover .metric-tile {
    opacity: .55;
    transition: opacity .45s ease-in-out
}

.learning-program .metrics-grid:hover .metric-tile:hover {
    opacity: 1;
    box-shadow: 1px 9px 52px 0 #af729b1f;
    transform: translateY(-2px)
}

.learning-program .metric-value {
    font-size: 52px;
    line-height: 1.15;
    color: #AF729B;
    display: block;
    margin: 0 0 8px
}

.learning-program .metric-label {
    font-size: 16px;
    line-height: 1.4;
    color: #4a3843;
    letter-spacing: .06em
}

.learning-program .voices-area {
    background-color: #F2ECEE;
    padding: 48px 0;
    position: relative
}

.learning-program .voices-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #F2ECEE
}

.learning-program .voices-inner {
    position: relative;
    z-index: 1
}

.learning-program .voices-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #2c1f28;
    text-align: center;
    margin: 0 0 48px;
    position: relative;
    padding-bottom: 16px
}

.learning-program .voices-heading::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #AF729B;
    width: 0;
    margin: 12px auto 0;
    animation: underlineGrow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards
}

.learning-program .voices-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.learning-program .voice-card {
    background-color: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 1px 1px 3px 0 #af729b12;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .voice-portrait-wrap {
    width: 80px;
    height: 107px;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 auto
}

.learning-program .voice-portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.learning-program .voice-name {
    font-size: 16px;
    line-height: 1.4;
    color: #2c1f28;
    text-align: center;
    margin: 0;
    letter-spacing: .04em
}

.learning-program .voice-role {
    font-size: 16px;
    line-height: 1.4;
    color: #AF729B;
    text-align: center;
    margin: 0
}

.learning-program .voice-text {
    font-size: 16px;
    line-height: 1.85;
    color: #4a3843;
    text-align: center;
    margin: 0
}

.learning-program .voice-no-portrait {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background-color: #af729b26;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.learning-program .contact-strip {
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%);
    padding: 48px 0;
    position: relative
}

.learning-program .contact-strip-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.learning-program .contact-strip-text {
    flex: 1
}

.learning-program .contact-strip-heading {
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 8px
}

.learning-program .contact-strip-sub {
    font-size: 16px;
    line-height: 1.65;
    color: #ffffffd9;
    margin: 0
}

.learning-program .contact-strip-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-shrink: 0
}

.learning-program .btn-primary-strip {
    display: inline-block;
    padding: 16px 24px;
    background: linear-gradient(180deg, #fff 50%, #F2ECEE 50%);
    color: #AF729B;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none !important;
    letter-spacing: .04em;
    transition: box-shadow .55s ease-in-out, outline-offset .45s ease-in-out;
    outline: 2px solid transparent;
    outline-offset: 0
}

.learning-program .btn-primary-strip:hover {
    box-shadow: 1px 5px 22px 0 #af729b2e;
    outline: 2px solid #fff;
    outline-offset: 4px
}

@media (max-width: 960px) {
    .learning-program .bento-grid {
        grid-template-columns: 1fr 1fr
    }

    .learning-program .bento-cell-image {
        grid-column: 1;
        grid-row: 1;
        min-height: 260px
    }

    .learning-program .bento-cell-heading {
        grid-column: 2;
        grid-row: 1;
        padding: 24px
    }

    .learning-program .bento-cell-desc {
        grid-column: 1 / 3;
        grid-row: 2;
        padding: 24px
    }

    .learning-program .cards-grid {
        grid-template-columns: 1fr 1fr
    }

    .learning-program .dual-columns {
        grid-template-columns: 1fr
    }

    .learning-program .metrics-grid {
        grid-template-columns: 1fr 1fr
    }

    .learning-program .voices-grid {
        grid-template-columns: 1fr 1fr
    }

    .learning-program .contact-strip-inner {
        flex-direction: column;
        text-align: center
    }
}

@media (max-width: 640px) {
    .learning-program .bento-grid {
        grid-template-columns: 1fr
    }

    .learning-program .bento-cell-image {
        grid-column: 1;
        grid-row: 1;
        min-height: 220px
    }

    .learning-program .bento-cell-heading {
        grid-column: 1;
        grid-row: 2;
        padding: 24px
    }

    .learning-program .bento-cell-desc {
        grid-column: 1;
        grid-row: 3;
        padding: 24px
    }

    .learning-program .page-heading {
        font-size: 52px
    }

    .learning-program .cards-grid {
        grid-template-columns: 1fr
    }

    .learning-program .metrics-grid {
        grid-template-columns: 1fr 1fr
    }

    .learning-program .voices-grid {
        grid-template-columns: 1fr
    }

    .learning-program .dual-path {
        padding: 24px
    }

    .learning-program .contact-strip-actions {
        flex-direction: column
    }
}

.methodology-page {
    max-width: 100%;
    overflow-x: hidden
}

.methodology-page .page-limiter {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px
}

.methodology-page .wavy-divider {
    width: 100%;
    height: 18px;
    display: block;
    overflow: hidden
}

.methodology-page .double-rule {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 48px;
    margin-bottom: 48px
}

.methodology-page .double-rule span {
    display: block;
    height: 1px;
    background-color: #DFD0D6;
    width: 100%
}

.methodology-page .animated-underline {
    position: relative;
    display: inline-block
}

.methodology-page .animated-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #AF729B;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.methodology-page .animated-underline:hover::after,
.methodology-page .animated-underline.revealed::after {
    width: 100%
}

.methodology-page .title-block {
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%);
    padding-top: 48px;
    padding-bottom: 0;
    text-align: center;
    clip-path: inset(0 0 0 0);
    animation: vertical-reveal .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes vertical-reveal {
    from {
        clip-path: inset(0 0 100% 0)
    }

    to {
        clip-path: inset(0 0 0 0)
    }
}

.methodology-page .title-block .page-limiter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.methodology-page .title-label {
    font-size: 16px;
    letter-spacing: .18em;
    color: #F2ECEE;
    line-height: 1.4;
    text-transform: uppercase;
    opacity: .88
}

.methodology-page .title-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #fff;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

.methodology-page .title-sub {
    font-size: 21px;
    line-height: 1.65;
    color: #F2ECEE;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
}

.methodology-page .title-image-frame {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 85% 100%, 15% 100%, 0 88%);
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.methodology-page .title-image-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.methodology-page .title-image-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #af729b73 0%, #dfd0d62e 100%);
    z-index: 1;
    transition: opacity .55s ease-in-out
}

.methodology-page .title-image-frame:hover::before {
    opacity: 0
}

.methodology-page .title-image-frame:hover img {
    transform: scale(1.03)
}

.methodology-page .title-curves {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.methodology-page .title-curves svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .18
}

.methodology-page .steps-block {
    background: linear-gradient(90deg, #F2ECEE 0%, #fff 100%);
    padding-top: 48px;
    padding-bottom: 48px
}

.methodology-page .steps-block .page-limiter {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 48px;
    align-items: start
}

.methodology-page .steps-side-note {
    position: sticky;
    top: 48px
}

.methodology-page .steps-side-label {
    font-size: 16px;
    letter-spacing: .14em;
    color: #AF729B;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 16px
}

.methodology-page .steps-side-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3a44
}

.methodology-page .steps-side-image {
    margin-top: 24px;
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.methodology-page .steps-side-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s ease-in-out
}

.methodology-page .steps-side-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #af729b61 0%, #f2ecee1a 100%);
    transition: opacity .55s ease-in-out
}

.methodology-page .steps-side-image:hover::after {
    opacity: 0
}

.methodology-page .steps-side-image:hover img {
    transform: scale(1.04)
}

.methodology-page .steps-column-heading {
    font-size: 21px;
    line-height: 1.4;
    color: #2e1f29;
    margin-bottom: 24px
}

.methodology-page .steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.methodology-page .step-item {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 16px;
    align-items: start;
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 1px 1px 3px 0 #af729b12;
    transition: box-shadow .5s ease-in-out, transform .5s ease-in-out;
    position: relative;
    overflow: hidden
}

.methodology-page .step-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #AF729B 0%, #DFD0D6 100%);
    border-radius: 4px 0 0 4px;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.methodology-page .step-item:hover {
    box-shadow: 1px 5px 22px 0 #af729b14;
    transform: translateX(4px)
}

.methodology-page .step-item:hover::before {
    opacity: 1
}

.methodology-page .step-number {
    width: 48px;
    height: 48px;
    border-radius: 22px;
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.methodology-page .step-number span {
    font-size: 16px;
    color: #fff;
    line-height: 1.15;
    font-weight: 700
}

.methodology-page .step-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.methodology-page .step-name {
    font-size: 21px;
    line-height: 1.4;
    color: #2e1f29
}

.methodology-page .step-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #4a3a44;
    margin: 0
}

.methodology-page .step-duration {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0
}

.methodology-page .step-duration-label {
    font-size: 16px;
    letter-spacing: .1em;
    color: #AF729B;
    line-height: 1.4;
    text-transform: uppercase;
    white-space: nowrap
}

.methodology-page .step-duration-time {
    font-size: 16px;
    color: #7a5a70;
    line-height: 1.4;
    white-space: nowrap
}

.methodology-page .voices-block {
    background: linear-gradient(90deg, #DFD0D6 0%, #F2ECEE 100%);
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative
}

.methodology-page .voices-block .page-limiter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

.methodology-page .voices-heading-group {
    text-align: center;
    max-width: 600px
}

.methodology-page .voices-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #2e1f29;
    margin-bottom: 16px
}

.methodology-page .voices-lead {
    font-size: 21px;
    line-height: 1.65;
    color: #4a3a44
}

.methodology-page .voices-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    width: 100%
}

.methodology-page .voice-card {
    background: #fff;
    border-radius: 36px;
    padding: 24px;
    box-shadow: 1px 1px 3px 0 #af729b12;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.methodology-page .voice-card:hover {
    box-shadow: 1px 9px 52px 0 #af729b1f
}

.methodology-page .voice-portrait-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.methodology-page .voice-portrait {
    width: 64px;
    height: 90px;
    border-radius: 22px;
    overflow: hidden;
    flex-shrink: 0
}

.methodology-page .voice-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.methodology-page .voice-person-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.methodology-page .voice-name {
    font-size: 16px;
    line-height: 1.4;
    color: #2e1f29;
    font-weight: 700
}

.methodology-page .voice-role {
    font-size: 16px;
    line-height: 1.4;
    color: #AF729B
}

.methodology-page .voice-quote {
    font-size: 16px;
    line-height: 1.85;
    color: #4a3a44;
    margin: 0;
    border-top: 1px solid #DFD0D6;
    padding-top: 16px
}

.methodology-page .voice-no-portrait {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.methodology-page .voice-avatar-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.methodology-page .voice-avatar-placeholder svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
    fill: none
}

.methodology-page .voices-image-strip {
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.methodology-page .voices-image-strip img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s ease-in-out
}

.methodology-page .voices-image-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #af729b6b 0%, #dfd0d626 100%);
    z-index: 1;
    transition: opacity .55s ease-in-out
}

.methodology-page .voices-image-strip:hover::before {
    opacity: 0
}

.methodology-page .voices-image-strip:hover img {
    transform: scale(1.03)
}

.methodology-page .voices-wavy-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    overflow: hidden
}

.methodology-page .expand-trigger {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 8px
}

.methodology-page .expand-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 48px;
    border-radius: 22px;
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 50%);
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .06em;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    transition: padding .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s ease-in-out, box-shadow .5s ease-in-out;
    text-decoration: none
}

.methodology-page .expand-button:hover {
    padding-left: 64px;
    padding-right: 64px;
    border-color: #AF729B;
    box-shadow: 1px 5px 22px 0 #af729b14;
    outline: 3px solid #af729b47;
    outline-offset: 3px
}

.methodology-page .expand-button:focus {
    outline: 3px solid #AF729B;
    outline-offset: 4px
}

.methodology-page .expand-button svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    flex-shrink: 0
}

@media (max-width: 900px) {
    .methodology-page .page-limiter {
        padding-left: 24px;
        padding-right: 24px
    }

    .methodology-page .steps-block .page-limiter {
        grid-template-columns: 1fr
    }

    .methodology-page .steps-side-note {
        position: static
    }

    .methodology-page .voices-grid {
        grid-template-columns: 1fr 1fr
    }

    .methodology-page .title-heading {
        font-size: 52px
    }
}

@media (max-width: 600px) {
    .methodology-page .page-limiter {
        padding-left: 16px;
        padding-right: 16px
    }

    .methodology-page .title-heading {
        font-size: 21px
    }

    .methodology-page .voices-heading {
        font-size: 21px
    }

    .methodology-page .voices-grid {
        grid-template-columns: 1fr
    }

    .methodology-page .step-item {
        grid-template-columns: 48px 1fr
    }

    .methodology-page .step-duration {
        display: none
    }

    .methodology-page .title-image-frame img {
        height: 240px
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background-color: #F2ECEE
}

.success-page .success-wrapper {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

.success-page .success-card {
    background: #fff;
    border-radius: 36px;
    padding: 48px;
    max-width: 580px;
    width: 100%;
    box-shadow: 1px 9px 52px 0 #af729b1f;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center
}

.success-page .success-icon-ring {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.success-page .success-icon-ring svg {
    width: 44px;
    height: 44px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

.success-page .success-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #2d1f29;
    letter-spacing: -.5px;
    margin: 0
}

.success-page .success-heading .success-heading-accent {
    display: block;
    position: relative;
    display: inline-block
}

.success-page .success-heading .success-heading-accent::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #AF729B, #DFD0D6);
    border-radius: 4px;
    margin: 4px auto 0;
    animation: underline-draw .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards
}

@keyframes underline-draw {
    to {
        width: 100%
    }
}

.success-page .success-message {
    font-size: 21px;
    line-height: 1.65;
    color: #4a3442;
    margin: 0;
    max-width: 440px
}

.success-page .success-note {
    font-size: 16px;
    line-height: 1.85;
    color: #7a5e70;
    margin: 0;
    padding: 16px 24px;
    background: #F2ECEE;
    border-radius: 22px;
    border-left: 3px solid #AF729B;
    border-top: 1px solid #DFD0D6;
    width: 100%;
    box-sizing: border-box
}

.success-page .success-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.success-page .success-button-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 48px;
    background: linear-gradient(180deg, #AF729B 50%, #DFD0D6 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .04em;
    border: 2px solid transparent;
    border-radius: 22px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .55s ease-in-out, box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 1px 5px 22px 0 #af729b14;
    outline: none
}

.success-page .success-button-primary:hover {
    border-color: #AF729B;
    box-shadow: 1px 9px 52px 0 #af729b1f
}

.success-page .success-button-primary:focus-visible {
    border-color: #2d1f29;
    box-shadow: 1px 1px 3px 0 #af729b12
}

.success-page .success-button-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 48px;
    background: transparent;
    color: #AF729B;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .04em;
    border: 2px solid #DFD0D6;
    border-radius: 22px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .45s ease-in-out, color .5s ease-in-out;
    outline: none
}

.success-page .success-button-secondary:hover {
    border-color: #AF729B;
    color: #2d1f29
}

.success-page .success-button-secondary:focus-visible {
    border-color: #2d1f29;
    color: #2d1f29
}

.success-page .success-button-primary svg,
.success-page .success-button-secondary svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0
}

.success-page .success-divider {
    width: 100%;
    max-width: 580px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #DFD0D6, transparent)
}

.success-page .success-contact-strip {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.success-page .success-contact-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #7a5e70;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.success-page .success-contact-item:hover {
    color: #AF729B
}

.success-page .success-contact-item svg {
    width: 18px;
    height: 18px;
    stroke: #AF729B;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0
}

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

    .success-page .success-heading {
        font-size: 52px
    }

    .success-page .success-actions {
        flex-direction: column;
        align-items: stretch
    }

    .success-page .success-button-primary,
    .success-page .success-button-secondary {
        justify-content: center
    }

    .success-page .success-contact-strip {
        flex-direction: column;
        gap: 16px
    }
}