html {
    box-sizing: border-box
}

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

body {
    margin: 0;
    font-family: 'Archivo', sans-serif
}

.utility-bar {
    background: #8D6FBF;
    padding: 8px 40px
}

.utility-bar-row {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px
}

.utility-contact {
    display: flex;
    align-items: center;
    gap: 40px
}

.utility-link {
    color: #F8F6FA;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.utility-link:hover,
.utility-link:focus {
    color: #D6B8D8;
    box-shadow: none;
    outline: none
}

.utility-link:focus-visible {
    box-shadow: 0 0 0 3px #d6b8d899;
    border-radius: 2px
}

.utility-link .oi {
    font-size: 14px
}

.header-main {
    background: linear-gradient(135deg, #F8F6FA 0%, #ede8f5 100%);
    border-bottom: 2px solid #D6B8D8;
    box-shadow: 2px 5px 25px 0 #8d6fbf17
}

.header-main-row {
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

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

.brand-image-frame {
    border-right: 3px solid #8D6FBF;
    border-radius: 12px 0 0 12px;
    background: #fff;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    min-height: 80px;
    padding: 8px 16px 8px 8px
}

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

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

.brand-name {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2d1f4e;
    text-decoration: none
}

.brand-tagline {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #8D6FBF;
    letter-spacing: .04em
}

.primary-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end
}

.primary-navigation a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2d1f4e;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 3px;
    border: 1.5px solid transparent;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap
}

.primary-navigation a:hover {
    color: #8D6FBF;
    border-color: #D6B8D8;
    background: #d6b8d81f
}

.primary-navigation a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #8d6fbf59;
    border-radius: 3px
}

.primary-navigation a.active-page {
    color: #8D6FBF;
    font-weight: 700;
    border-color: #8D6FBF;
    background: #8d6fbf14
}

@media (max-width: 1024px) {
    .utility-bar {
        padding: 8px 16px
    }

    .header-main-row {
        padding: 16px;
        flex-wrap: wrap;
        gap: 16px
    }

    .primary-navigation {
        justify-content: flex-start
    }
}

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

    .utility-contact {
        gap: 16px
    }

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

@media (max-width: 480px) {
    .brand-name {
        font-size: 36px
    }

    .utility-bar-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .utility-contact {
        flex-wrap: wrap;
        gap: 8px
    }

    .primary-navigation {
        gap: 8px
    }
}

.site-footer {
    background: #2d1f4e;
    color: #D6B8D8;
    padding: 80px 40px 40px
}

.footer-grid {
    max-width: 1440px;
    margin: 0 auto
}

.footer-column-about .footer-brand-name {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #F8F6FA;
    margin-bottom: 16px;
    display: block
}

.footer-column-about .footer-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: #D6B8D8;
    margin-bottom: 16px
}

.footer-column-about .footer-values {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #d6b8d8b3
}

.footer-column-contact .footer-column-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8D6FBF;
    margin-bottom: 16px;
    display: block
}

.footer-column-contact address {
    font-style: normal
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px
}

.footer-contact-item .oi {
    color: #8D6FBF;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 3px
}

.footer-contact-text {
    font-size: 14px;
    line-height: 1.5;
    color: #D6B8D8
}

.footer-contact-link {
    color: #D6B8D8;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.footer-contact-link:hover {
    color: #F8F6FA
}

.footer-contact-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #8d6fbf80;
    border-radius: 2px
}

.footer-column-links .footer-column-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8D6FBF;
    margin-bottom: 16px;
    display: block
}

.footer-policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-policy-list li a {
    font-size: 14px;
    line-height: 1.5;
    color: #D6B8D8;
    text-decoration: none;
    transition: color .4s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.footer-policy-list li a:hover {
    color: #F8F6FA
}

.footer-policy-list li a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #8d6fbf80;
    border-radius: 2px
}

.footer-divider {
    border: none;
    border-top: 1px solid #8d6fbf40;
    margin: 40px 0
}

.footer-bottom {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.footer-copyright {
    font-size: 14px;
    line-height: 1.5;
    color: #d6b8d88c
}

.footer-logo-frame {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.footer-logo-box {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 2px 9px 44px 0 #8d6fbf24;
    display: flex;
    align-items: center;
    justify-content: center
}

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

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 16px
    }

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

@media (max-width: 480px) {
    .footer-bottom {
        gap: 8px
    }
}

.cookie-popup-trigger {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 7999;
    background: #8D6FBF;
    color: #F8F6FA;
    border: none;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie-popup-trigger:hover {
    background: #7a5caa
}

.cookie-popup-trigger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #8d6fbf80
}

.terms-info {
    max-width: 780px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2d2040;
    line-height: 1.7;
    font-size: 16px
}

.terms-info h1 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #8D6FBF;
    margin-bottom: 40px;
    margin-top: 0
}

.terms-info h2 {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -.015em;
    color: #2d2040;
    margin-top: 80px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #D6B8D8
}

.terms-info h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #8D6FBF;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: 700
}

.terms-info h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #2d2040;
    margin-top: 40px;
    margin-bottom: 8px;
    font-weight: 700
}

.terms-info h5 {
    font-size: 14px;
    line-height: 1.5;
    color: #5a4070;
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase
}

.terms-info h6 {
    font-size: 14px;
    line-height: 1.5;
    color: #8D6FBF;
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 600
}

.terms-info ul,
.terms-info ol {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 40px
}

.terms-info ul {
    list-style: none;
    padding-left: 0
}

.terms-info ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 8px
}

.terms-info ul li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: #8D6FBF;
    border-radius: 50%;
    flex-shrink: 0
}

.terms-info ol {
    list-style: decimal
}

.terms-info ol li {
    margin-bottom: 8px;
    padding-left: 8px
}

.terms-info ol li::marker {
    color: #8D6FBF;
    font-weight: 700
}

.terms-info ul ul,
.terms-info ol ol,
.terms-info ul ol,
.terms-info ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.terms-info strong,
.terms-info b {
    font-weight: 700;
    color: #2d2040
}

.terms-info em,
.terms-info i {
    font-style: italic;
    color: #5a4070
}

.terms-info hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #D6B8D8 0%, #F8F6FA 100%);
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 2px
}

.terms-info div {
    margin-bottom: 16px
}

.terms-info div.policy-notice {
    background-color: #F8F6FA;
    border-top: 3px solid #8D6FBF;
    border-radius: 0 0 8px 8px;
    padding: 16px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f
}

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

    .terms-info h1 {
        font-size: 36px
    }

    .terms-info h2 {
        font-size: 36px;
        margin-top: 40px
    }

    .terms-info hr {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (max-width: 480px) {
    .terms-info {
        padding: 40px 16px
    }

    .terms-info h1 {
        font-size: 36px;
        line-height: 1.3
    }

    .terms-info h2 {
        font-size: 36px
    }

    .terms-info ul li {
        padding-left: 16px
    }

    .terms-info ul li::before {
        left: 0
    }
}

.archive-detail {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.archive-detail .reading-bar {
    position: sticky;
    top: 0;
    height: 3px;
    background: #D6B8D8;
    z-index: 10
}

.archive-detail .reading-bar .reading-progress {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #8D6FBF, #D6B8D8 80%);
    transition: width .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.archive-detail .post-top {
    display: flex;
    flex-direction: row;
    min-height: 520px;
    background: #F8F6FA;
    position: relative
}

.archive-detail .post-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 60%, #8d6fbf14 0%, #8d6fbf2e 100%);
    pointer-events: none
}

.archive-detail .post-top .blob-one {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #8d6fbf1a;
    filter: blur(48px);
    top: -60px;
    left: -80px;
    pointer-events: none
}

.archive-detail .post-top .blob-two {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #d6b8d82e;
    filter: blur(36px);
    bottom: 40px;
    right: 60px;
    pointer-events: none
}

.archive-detail .post-top .geo-outline {
    position: absolute;
    right: 40%;
    top: 40px;
    width: 120px;
    height: 120px;
    border: 2px solid #8d6fbf26;
    border-radius: 12px;
    pointer-events: none;
    animation: geo-pulse 3s ease-in-out infinite
}

@keyframes geo-pulse {

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

    50% {
        transform: scale(1.06) rotate(3deg);
        opacity: 1
    }
}

.archive-detail .post-top .image-column {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.archive-detail .post-top .image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: contrast(1.04) saturate(0.92);
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.archive-detail .post-top .image-column:hover img {
    transform: scale(1.03)
}

.archive-detail .post-top .text-column {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 80px 80px 80px 40px;
    position: relative;
    z-index: 1
}

.archive-detail .post-top .tag-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #8d6fbf1f;
    border: 1px solid #8d6fbf40;
    border-radius: 3px;
    padding: 8px 16px;
    font-size: 14px;
    color: #8D6FBF;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 16px;
    width: fit-content
}

.archive-detail .post-top .tag-badge .oi {
    font-size: 12px
}

.archive-detail .post-top .post-heading {
    font-size: 50px;
    line-height: 1.1;
    color: #2a1f3d;
    letter-spacing: -.02em;
    margin: 0 0 16px;
    position: relative;
    display: inline-block
}

.archive-detail .post-top .heading-strip {
    display: inline;
    background: linear-gradient(100deg, #8d6fbf21 0%, #d6b8d82e 100%);
    padding: 0 8px;
    border-radius: 2px
}

.archive-detail .post-top .post-subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #4a3860;
    margin: 0 0 40px;
    max-width: 520px
}

.archive-detail .post-top .meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.archive-detail .post-top .meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b5a85
}

.archive-detail .post-top .meta-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D6B8D8
}

.archive-detail .post-body {
    background: #fff;
    position: relative
}

.archive-detail .post-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 30%, #d6b8d81a 0%, transparent 70%);
    pointer-events: none
}

.archive-detail .post-body .body-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    position: relative;
    z-index: 1
}

.archive-detail .post-body .article-text {
    min-width: 0
}

.archive-detail .post-body .article-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #2a1f3d;
    margin: 0 0 16px
}

.archive-detail .post-body .article-text h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #2a1f3d;
    letter-spacing: -.01em;
    margin: 40px 0 16px;
    display: inline-block;
    background: linear-gradient(100deg, #8d6fbf26 0%, #d6b8d81f 100%);
    padding: 0 8px;
    border-radius: 2px
}

.archive-detail .post-body .article-text h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #8D6FBF;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 40px 0 8px;
    font-weight: 700
}

.archive-detail .post-body .article-text small {
    font-size: 14px;
    line-height: 1.5;
    color: #6b5a85;
    display: block;
    margin: 0 0 16px
}

.archive-detail .post-body .article-text ins {
    text-decoration: none;
    background: linear-gradient(90deg, #8d6fbf2e 0%, #d6b8d838 100%);
    border-radius: 2px;
    padding: 0 4px;
    color: #2a1f3d;
    font-style: normal;
    display: inline
}

.archive-detail .post-body .article-text details {
    border: 1px solid #8d6fbf33;
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
    background: #F8F6FA;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f
}

.archive-detail .post-body .article-text details summary {
    font-size: 16px;
    font-weight: 600;
    color: #8D6FBF;
    cursor: pointer;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transition: color .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.archive-detail .post-body .article-text details summary:hover {
    color: #2a1f3d
}

.archive-detail .post-body .article-text details[open] summary {
    margin-bottom: 16px
}

.archive-detail .post-body .sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.archive-detail .post-body .quote-bubble {
    background: #F8F6FA;
    border-radius: 12px;
    padding: 40px;
    position: relative;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    border-top: 3px solid #8D6FBF
}

.archive-detail .post-body .quote-bubble::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #F8F6FA
}

.archive-detail .post-body .quote-bubble .quote-icon {
    width: 32px;
    height: 24px;
    margin-bottom: 16px;
    display: block
}

.archive-detail .post-body .quote-bubble .quote-text {
    font-size: 16px;
    line-height: 1.7;
    color: #2a1f3d;
    margin: 0 0 16px;
    font-style: italic
}

.archive-detail .post-body .quote-bubble .quote-attribution {
    font-size: 14px;
    color: #8D6FBF;
    font-weight: 600
}

.archive-detail .post-body .sidebar-cta {
    background: linear-gradient(135deg, #8D6FBF 0%, #6a4fa0 100%);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.archive-detail .post-body .sidebar-cta .cta-label {
    font-size: 14px;
    color: #f8f6fab3;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
    display: block
}

.archive-detail .post-body .sidebar-cta .cta-heading {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 16px;
    font-weight: 700
}

.archive-detail .post-body .sidebar-cta .cta-text {
    font-size: 14px;
    line-height: 1.5;
    color: #f8f6fad9;
    margin: 0 0 40px
}

.archive-detail .post-body .sidebar-cta .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #F8F6FA 0%, #D6B8D8 100%);
    color: #2a1f3d;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: .03em;
    position: relative;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 2px 2px 5px 0 #8d6fbf0f
}

.archive-detail .post-body .sidebar-cta .cta-button::after {
    content: "";
    position: absolute;
    inset: 3px;
    border: 1.5px solid #8d6fbf00;
    border-radius: 6px;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.archive-detail .post-body .sidebar-cta .cta-button:hover {
    background: linear-gradient(90deg, #fff 0%, #F8F6FA 100%);
    box-shadow: 2px 5px 25px 0 #8d6fbf2e
}

.archive-detail .post-body .sidebar-cta .cta-button:hover::after {
    border-color: #8d6fbf73
}

.archive-detail .post-body .sidebar-cta .cta-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px
}

.archive-detail .post-body .key-points {
    background: #F8F6FA;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f;
    border-left: 3px solid #D6B8D8;
    border-right: 1px solid #d6b8d84d;
    border-top: 1px solid #d6b8d84d;
    border-bottom: 1px solid #d6b8d84d
}

.archive-detail .post-body .key-points .points-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #8D6FBF;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: 700
}

.archive-detail .post-body .key-points .point-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #8d6fbf1a;
    font-size: 14px;
    line-height: 1.5;
    color: #2a1f3d
}

.archive-detail .post-body .key-points .point-item:last-child {
    border-bottom: none
}

.archive-detail .post-body .key-points .point-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8D6FBF;
    flex-shrink: 0;
    margin-top: 6px
}

.archive-detail .post-body .fill-link {
    display: inline-block;
    position: relative;
    color: #8D6FBF;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden
}

.archive-detail .post-body .fill-link::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    color: #fff;
    background: linear-gradient(90deg, #8D6FBF 0%, #6a4fa0 100%);
    clip-path: inset(0 100% 0 0);
    transition: clip-path .45s cubic-bezier(0.16, 1, 0.3, 1);
    padding: inherit;
    border-radius: inherit;
    display: flex;
    align-items: center
}

.archive-detail .post-body .fill-link:hover::before {
    clip-path: inset(0 0% 0 0)
}

.archive-detail .post-body .fill-link:focus-visible {
    outline: 2px solid #8D6FBF;
    outline-offset: 2px;
    border-radius: 2px
}

@media (max-width: 1024px) {
    .archive-detail .post-top .text-column {
        padding: 80px 40px
    }

    .archive-detail .post-top .post-heading {
        font-size: 36px
    }

    .archive-detail .post-body .body-grid {
        grid-template-columns: 1fr 260px;
        gap: 40px;
        padding: 80px 40px
    }
}

@media (max-width: 768px) {
    .archive-detail .post-top {
        flex-direction: column;
        min-height: unset
    }

    .archive-detail .post-top .image-column {
        flex: 0 0 260px;
        height: 260px
    }

    .archive-detail .post-top .text-column {
        padding: 40px 16px;
        justify-content: flex-start
    }

    .archive-detail .post-top .post-heading {
        font-size: 36px
    }

    .archive-detail .post-body .body-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 16px
    }

    .archive-detail .post-body .sidebar {
        order: -1
    }
}

@media (max-width: 480px) {
    .archive-detail .post-top .post-heading {
        font-size: 36px
    }

    .archive-detail .post-top .text-column {
        padding: 40px 16px
    }

    .archive-detail .post-body .body-grid {
        padding: 40px 16px
    }

    .archive-detail .post-body .quote-bubble {
        padding: 16px
    }

    .archive-detail .post-body .sidebar-cta {
        padding: 16px
    }

    .archive-detail .post-body .key-points {
        padding: 16px
    }
}

.debut-page {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.debut-page ::selection {
    background: #1a1a1a;
    color: #fff
}

.debut-page *,
.debut-page ::before,
.debut-page ::after {
    box-sizing: border-box
}

.debut-page .title-block {
    background: #2a1f3d;
    padding: 80px 40px;
    position: relative
}

.debut-page .title-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(170deg, #8D6FBF18 0%, #2a1f3d 60%);
    pointer-events: none
}

.debut-page .title-block .row {
    position: relative;
    z-index: 1
}

.debut-page .title-label {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    color: #D6B8D8;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-left: 3px solid #8D6FBF;
    border-bottom: 1px solid #8D6FBF33;
    padding: 8px 16px
}

.debut-page .title-heading {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #F8F6FA;
    margin: 0 0 16px
}

.debut-page .title-heading .accent-line {
    display: block;
    color: #D6B8D8
}

.debut-page .title-subtext {
    font-size: 16px;
    line-height: 1.7;
    color: #c4aed6;
    max-width: 480px;
    margin: 16px 0 40px
}

.debut-page .title-image-col {
    display: flex;
    align-items: stretch
}

.debut-page .title-image-frame {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 0;
    position: relative
}

.debut-page .title-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.55) contrast(1.1);
    mix-blend-mode: luminosity;
    transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.debut-page .title-image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #8D6FBF55 0%, #2a1f3d88 100%);
    pointer-events: none
}

.debut-page .title-arrow {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8D6FBF;
    font-size: 14px;
    letter-spacing: .08em;
    margin-top: 8px
}

.debut-page .title-arrow .arrow-shape {
    width: 32px;
    height: 2px;
    background: #8D6FBF;
    position: relative
}

.debut-page .title-arrow .arrow-shape::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #8D6FBF;
    border-top: 2px solid #8D6FBF;
    transform: rotate(45deg)
}

.debut-page .longterm-block {
    background: #F8F6FA;
    padding: 80px 40px;
    border-top: 1px dotted #D6B8D8
}

.debut-page .longterm-block .strip-heading {
    display: inline-block;
    background: #D6B8D8;
    padding: 8px 16px;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: #2a1f3d;
    margin-bottom: 40px
}

.debut-page .longterm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.debut-page .longterm-item {
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    border-top: 3px solid #8D6FBF;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.debut-page .longterm-item:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.debut-page .longterm-item .dot-marker {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #8D6FBF;
    display: inline-block;
    margin-bottom: 16px
}

.debut-page .longterm-item h4 {
    font-size: 16px;
    line-height: 1.3;
    color: #2a1f3d;
    margin: 0 0 8px;
    font-weight: 700
}

.debut-page .longterm-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #4a3a5e;
    margin: 0
}

.debut-page .longterm-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
    filter: saturate(0.7);
    transition: filter .5s ease-in-out;
    display: block;
    margin-top: 40px
}

.debut-page .longterm-image:hover {
    filter: saturate(1)
}

.debut-page .investment-block {
    background: linear-gradient(135deg, #8D6FBF 0%, #5a3d8a 55%, #3d2060 100%);
    padding: 80px 40px;
    border-top: 1px dotted #8D6FBF44
}

.debut-page .investment-block .strip-heading {
    display: inline-block;
    background: #D6B8D8;
    padding: 8px 16px;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: #2a1f3d;
    margin-bottom: 40px
}

.debut-page .investment-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.debut-page .investment-text {
    flex: 1
}

.debut-page .investment-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #F8F6FA;
    margin: 0 0 16px
}

.debut-page .investment-text .accent-sentence {
    font-size: 16px;
    line-height: 1.5;
    color: #D6B8D8;
    font-weight: 600;
    border-left: 3px solid #D6B8D8;
    padding-left: 16px;
    margin: 16px 0
}

.debut-page .investment-tiers {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.debut-page .tier-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #f8f6fa1a;
    border-radius: 8px;
    border: 1px solid #d6b8d840;
    transition: background .4s ease-in-out, border-color .4s ease-in-out
}

.debut-page .tier-row:hover {
    background: #f8f6fa2e;
    border-color: #d6b8d880
}

.debut-page .tier-row .dot-marker {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #D6B8D8;
    flex-shrink: 0
}

.debut-page .tier-row .tier-label {
    font-size: 14px;
    color: #D6B8D8;
    text-transform: uppercase;
    letter-spacing: .08em;
    flex-shrink: 0;
    min-width: 100px
}

.debut-page .tier-row .tier-desc {
    font-size: 14px;
    color: #F8F6FA;
    line-height: 1.5;
    margin: 0
}

.debut-page .experience-block {
    background: #fff;
    padding: 80px 40px;
    border-top: 1px dotted #D6B8D8
}

.debut-page .experience-block .strip-heading {
    display: inline-block;
    background: #8D6FBF;
    padding: 8px 16px;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: #F8F6FA;
    margin-bottom: 40px
}

.debut-page .experience-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.debut-page .experience-image-wrap {
    overflow: hidden;
    border-radius: 3px;
    position: relative
}

.debut-page .experience-image-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.65);
    transition: filter .55s cubic-bezier(0.16, 1, 0.3, 1);
    display: block
}

.debut-page .experience-image-wrap:hover img {
    filter: saturate(1)
}

.debut-page .experience-phases {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.debut-page .phase-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #F8F6FA;
    transition: border-color .4s ease-in-out, background .4s ease-in-out
}

.debut-page .phase-item:hover {
    border-color: #D6B8D8;
    background: #F8F6FA
}

.debut-page .phase-number {
    font-size: 50px;
    line-height: 1.1;
    color: #D6B8D8;
    font-weight: 900;
    flex-shrink: 0;
    width: 56px;
    letter-spacing: -.03em
}

.debut-page .phase-text h5 {
    font-size: 16px;
    line-height: 1.3;
    color: #2a1f3d;
    margin: 0 0 8px;
    font-weight: 700
}

.debut-page .phase-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #4a3a5e;
    margin: 0
}

.debut-page .gap-block {
    background: #F8F6FA;
    padding: 80px 40px;
    border-top: 1px dotted #D6B8D8;
    position: relative
}

.debut-page .gap-block .dashed-texture {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 24px, #8d6fbf0f 24px, #8d6fbf0f 25px), repeating-linear-gradient(90deg, transparent, transparent 24px, #8d6fbf0f 24px, #8d6fbf0f 25px);
    pointer-events: none
}

.debut-page .gap-block .strip-heading {
    display: inline-block;
    background: #D6B8D8;
    padding: 8px 16px;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: #2a1f3d;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.debut-page .gap-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    position: relative;
    z-index: 1
}

.debut-page .gap-before,
.debut-page .gap-after {
    flex: 1;
    padding: 40px;
    border-radius: 8px
}

.debut-page .gap-before {
    background: #fff;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f;
    border-top: 3px solid #c4b0d4
}

.debut-page .gap-after {
    background: #2a1f3d;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    border-top: 3px solid #8D6FBF
}

.debut-page .gap-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.debut-page .gap-before .gap-label {
    color: #8D6FBF
}

.debut-page .gap-after .gap-label {
    color: #D6B8D8
}

.debut-page .gap-label .dot-marker {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: currentColor;
    flex-shrink: 0
}

.debut-page .gap-before ul,
.debut-page .gap-after ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.debut-page .gap-before ul li,
.debut-page .gap-after ul li {
    font-size: 14px;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.debut-page .gap-before ul li {
    color: #4a3a5e
}

.debut-page .gap-after ul li {
    color: #D6B8D8
}

.debut-page .gap-before ul li::before,
.debut-page .gap-after ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 6px
}

.debut-page .gap-before ul li::before {
    background: #c4b0d4
}

.debut-page .gap-after ul li::before {
    background: #8D6FBF
}

.debut-page .gap-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
    filter: saturate(0.6);
    transition: filter .45s ease-in-out;
    display: block;
    margin-top: 40px;
    position: relative;
    z-index: 1
}

.debut-page .gap-image:hover {
    filter: saturate(1)
}

.debut-page .numbers-block {
    background: #2a1f3d;
    padding: 80px 40px;
    border-top: 1px dotted #8D6FBF44;
    position: relative;
    overflow: hidden
}

.debut-page .numbers-block .drift-bg {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 0;
    background: #8d6fbf14;
    top: -200px;
    right: -200px;
    animation: drift-move 8s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes drift-move {
    0% {
        transform: translate(0, 0)
    }

    33% {
        transform: translate(-40px, 30px)
    }

    66% {
        transform: translate(20px, -20px)
    }

    100% {
        transform: translate(-20px, 40px)
    }
}

.debut-page .numbers-block .strip-heading {
    display: inline-block;
    background: #d6b8d826;
    padding: 8px 16px;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: #F8F6FA;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.debut-page .numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1
}

.debut-page .stat-card {
    padding: 40px 16px;
    border-radius: 8px;
    background: #f8f6fa0d;
    border: 1px solid #d6b8d826;
    text-align: center;
    transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), border-color .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.debut-page .stat-card:hover {
    background: #f8f6fa1a;
    border-color: #d6b8d859
}

.debut-page .stat-number {
    font-size: 66px;
    line-height: 1.1;
    color: #D6B8D8;
    font-weight: 900;
    letter-spacing: -.03em;
    display: block
}

.debut-page .stat-unit {
    font-size: 36px;
    color: #8D6FBF
}

.debut-page .stat-label {
    font-size: 14px;
    color: #c4aed6;
    line-height: 1.5;
    margin-top: 8px;
    display: block
}

.debut-page .numbers-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 40px;
    position: relative;
    z-index: 1
}

.debut-page .numbers-images img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
    filter: saturate(0.5) brightness(0.8);
    transition: filter .5s ease-in-out;
    display: block
}

.debut-page .numbers-images img:hover {
    filter: saturate(1) brightness(1)
}

.debut-page .voices-block {
    background: #fff;
    padding: 80px 40px;
    border-top: 1px dotted #D6B8D8
}

.debut-page .voices-block .strip-heading {
    display: inline-block;
    background: #8D6FBF;
    padding: 8px 16px;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: #F8F6FA;
    margin-bottom: 40px
}

.debut-page .voices-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.debut-page .voice-card {
    padding: 40px;
    border-radius: 8px;
    background: #F8F6FA;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.debut-page .voice-card:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

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

.debut-page .voice-portrait {
    width: 80px;
    height: 107px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    flex-shrink: 0;
    filter: saturate(0.6);
    transition: filter .45s ease-in-out
}

.debut-page .voice-portrait:hover {
    filter: saturate(1)
}

.debut-page .voice-name {
    font-size: 16px;
    line-height: 1.3;
    color: #2a1f3d;
    font-weight: 700;
    margin: 0 0 8px
}

.debut-page .voice-role {
    font-size: 14px;
    color: #8D6FBF;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0
}

.debut-page .voice-quote {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3a5e;
    margin: 0;
    border-left: 3px solid #D6B8D8;
    border-bottom: 1px solid #D6B8D855;
    padding: 8px 16px
}

.debut-page .voice-detail {
    font-size: 14px;
    line-height: 1.5;
    color: #8D6FBF;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px
}

.debut-page .voice-detail .dot-marker {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #8D6FBF;
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .debut-page .longterm-grid {
        grid-template-columns: 1fr 1fr
    }

    .debut-page .numbers-grid {
        grid-template-columns: 1fr 1fr
    }

    .debut-page .title-heading {
        font-size: 50px
    }
}

@media (max-width: 768px) {

    .debut-page .title-block,
    .debut-page .longterm-block,
    .debut-page .investment-block,
    .debut-page .experience-block,
    .debut-page .gap-block,
    .debut-page .numbers-block,
    .debut-page .voices-block {
        padding: 80px 16px
    }

    .debut-page .title-heading {
        font-size: 36px
    }

    .debut-page .longterm-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .debut-page .investment-layout {
        flex-direction: column;
        gap: 40px
    }

    .debut-page .experience-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .debut-page .gap-layout {
        flex-direction: column;
        gap: 16px
    }

    .debut-page .numbers-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

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

    .debut-page .numbers-images {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .debut-page .numbers-grid {
        grid-template-columns: 1fr
    }

    .debut-page .strip-heading,
    .debut-page .title-block .strip-heading {
        font-size: 36px
    }

    .debut-page .stat-number {
        font-size: 50px
    }
}

.about-us-page {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

.about-us-page *,
.about-us-page ::before,
.about-us-page ::after {
    box-sizing: border-box
}

.about-us-page ::selection {
    background: #1a1a1a;
    color: #fff
}

.about-us-page .title-block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 520px;
    background: #F8F6FA
}

.about-us-page .title-text-zone {
    flex: 0 0 58%;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2
}

.about-us-page .title-image-zone {
    flex: 0 0 42%;
    position: relative;
    overflow: hidden
}

.about-us-page .title-image-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .title-image-zone:hover img {
    transform: scale(1.04)
}

.about-us-page .title-image-zone .image-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #f8f6fa00 30%, #F8F6FA 100%);
    z-index: 1;
    pointer-events: none
}

.about-us-page .pattern-dots {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 1
}

.about-us-page .pattern-dots svg {
    width: 100%;
    height: 100%;
    opacity: .18
}

.about-us-page .title-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #8D6FBF;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600
}

.about-us-page .title-heading {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2a1f3d;
    margin: 0 0 40px;
    position: relative
}

.about-us-page .title-heading .accent-line {
    display: inline;
    background: linear-gradient(100deg, #D6B8D8 0%, #8D6FBF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.about-us-page .title-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(120deg, #8D6FBF 0%, #D6B8D8 100%);
    padding: 16px 40px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    border: 2px solid transparent;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    align-self: flex-start;
    box-shadow: 2px 5px 25px 0 #8d6fbf17
}

.about-us-page .title-action::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 2px;
    border: 1.5px solid #fff0;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.about-us-page .title-action:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24;
    border-color: #fff6
}

.about-us-page .title-action:hover::after {
    border-color: #fff9
}

.about-us-page .divider-scallop {
    width: 100%;
    line-height: 0;
    display: block;
    overflow: hidden
}

.about-us-page .divider-scallop svg {
    display: block;
    width: 100%
}

.about-us-page .story-block {
    background: #fff;
    padding: 80px 0 40px;
    position: relative
}

.about-us-page .story-block .full-bg {
    position: absolute;
    top: 0;
    left: -200px;
    right: -200px;
    bottom: 0;
    background: #fff;
    z-index: 0
}

.about-us-page .story-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    z-index: 1
}

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

.about-us-page .story-heading-col {
    grid-column: 1 / 2
}

.about-us-page .story-text-col {
    grid-column: 2 / 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.about-us-page .block-label {
    display: inline-block;
    background: linear-gradient(100deg, #8D6FBF 0%, #D6B8D8 100%);
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 16px
}

.about-us-page .block-label span {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.about-us-page .story-h2 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2a1f3d;
    margin: 0
}

.about-us-page .story-paragraph {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2f55;
    margin: 0 0 16px
}

.about-us-page .story-paragraph:last-child {
    margin-bottom: 0
}

.about-us-page .story-image-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    align-items: end
}

.about-us-page .story-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    position: relative
}

.about-us-page .story-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .story-img-wrap:hover img {
    transform: scale(1.05)
}

.about-us-page .story-accent-box {
    background: linear-gradient(160deg, #8D6FBF 0%, #6a4fa0 100%);
    border-radius: 8px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 280px;
    box-shadow: 2px 9px 44px 0 #8d6fbf24;
    position: relative;
    overflow: hidden
}

.about-us-page .story-accent-box .curl-deco {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    opacity: .12;
    pointer-events: none
}

.about-us-page .story-accent-stat {
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: 8px
}

.about-us-page .story-accent-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffffd9;
    margin: 0
}

.about-us-page .divider-scallop-inv {
    width: 100%;
    line-height: 0;
    display: block;
    overflow: hidden
}

.about-us-page .team-block {
    background: #F8F6FA;
    padding: 80px 0;
    position: relative
}

.about-us-page .team-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px
}

.about-us-page .team-layout {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 80px;
    align-items: start
}

.about-us-page .team-left {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.about-us-page .team-h2 {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: #2a1f3d;
    margin: 0
}

.about-us-page .team-person {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f;
    border-top: 3px solid #8D6FBF;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .team-person:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.about-us-page .team-portrait {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #D6B8D8
}

.about-us-page .team-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .team-portrait:hover img {
    transform: scale(1.08)
}

.about-us-page .team-person-info {
    flex: 1
}

.about-us-page .team-person-name {
    font-size: 16px;
    font-weight: 700;
    color: #2a1f3d;
    margin: 0 0 8px
}

.about-us-page .team-person-role {
    font-size: 14px;
    color: #8D6FBF;
    font-weight: 600;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.about-us-page .team-person-bio {
    font-size: 16px;
    line-height: 1.5;
    color: #3d2f55;
    margin: 0
}

.about-us-page .team-right {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.about-us-page .matrix-label {
    display: inline-block;
    background: linear-gradient(100deg, #8D6FBF 0%, #D6B8D8 100%);
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 16px
}

.about-us-page .matrix-label span {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.about-us-page .matrix-title {
    font-size: 36px;
    line-height: 1.3;
    color: #2a1f3d;
    margin: 0 0 16px;
    letter-spacing: -.01em
}

.about-us-page .priority-matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 5px 25px 0 #8d6fbf17
}

.about-us-page .matrix-cell {
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    transition: background .45s ease-in-out
}

.about-us-page .matrix-cell.cell-a {
    background: #8D6FBF
}

.about-us-page .matrix-cell.cell-b {
    background: #a888cc
}

.about-us-page .matrix-cell.cell-c {
    background: #D6B8D8
}

.about-us-page .matrix-cell.cell-d {
    background: #ecdcee
}

.about-us-page .matrix-cell:hover.cell-a {
    background: #7a5cad
}

.about-us-page .matrix-cell:hover.cell-b {
    background: #9577bb
}

.about-us-page .matrix-cell:hover.cell-c {
    background: #c8a8cc
}

.about-us-page .matrix-cell:hover.cell-d {
    background: #e0cce2
}

.about-us-page .matrix-cell-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-us-page .matrix-cell-icon svg {
    width: 24px;
    height: 24px
}

.about-us-page .matrix-cell-heading {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3
}

.about-us-page .matrix-cell.cell-a .matrix-cell-heading,
.about-us-page .matrix-cell.cell-b .matrix-cell-heading {
    color: #fff
}

.about-us-page .matrix-cell.cell-c .matrix-cell-heading,
.about-us-page .matrix-cell.cell-d .matrix-cell-heading {
    color: #2a1f3d
}

.about-us-page .matrix-cell-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 0
}

.about-us-page .matrix-cell.cell-a .matrix-cell-text,
.about-us-page .matrix-cell.cell-b .matrix-cell-text {
    color: #ffffffd9
}

.about-us-page .matrix-cell.cell-c .matrix-cell-text,
.about-us-page .matrix-cell.cell-d .matrix-cell-text {
    color: #3d2f55
}

.about-us-page .steps-block {
    background: #2a1f3d;
    padding: 80px 0;
    position: relative
}

.about-us-page .steps-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px
}

.about-us-page .steps-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 40px
}

.about-us-page .steps-h2 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0;
    max-width: 520px
}

.about-us-page .steps-h2 .accent-word {
    color: #D6B8D8
}

.about-us-page .steps-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffb3;
    max-width: 340px;
    margin: 0
}

.about-us-page .steps-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    position: relative
}

.about-us-page .steps-connector {
    position: absolute;
    top: 32px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: linear-gradient(90deg, #8D6FBF 0%, #D6B8D8 100%);
    z-index: 0
}

.about-us-page .step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px;
    position: relative;
    z-index: 1
}

.about-us-page .step-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8D6FBF 0%, #D6B8D8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    border: 2px solid #d6b8d84d
}

.about-us-page .step-item:hover .step-circle {
    box-shadow: 2px 9px 44px 0 #8d6fbf24;
    transform: translateY(-4px)
}

.about-us-page .step-circle span {
    font-size: 16px;
    font-weight: 800;
    color: #fff
}

.about-us-page .step-card {
    background: #ffffff0f;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #d6b8d826;
    width: 100%;
    transition: background .55s ease-in-out, border-color .55s ease-in-out
}

.about-us-page .step-item:hover .step-card {
    background: #8d6fbf26;
    border-color: #d6b8d859
}

.about-us-page .step-heading {
    font-size: 16px;
    font-weight: 700;
    color: #D6B8D8;
    margin: 0 0 8px;
    line-height: 1.3
}

.about-us-page .step-text {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffffa6;
    margin: 0
}

.about-us-page .steps-image-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 80px
}

.about-us-page .steps-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.about-us-page .steps-img-wrap img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .steps-img-wrap:hover img {
    transform: scale(1.05)
}

.about-us-page .steps-contact-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 40px;
    align-items: stretch
}

.about-us-page .contact-detail-box {
    flex: 1;
    background: #ffffff0f;
    border-radius: 8px;
    padding: 40px;
    border: 1px solid #d6b8d826;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us-page .contact-detail-label {
    font-size: 14px;
    color: #D6B8D8;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    margin: 0
}

.about-us-page .contact-detail-value {
    font-size: 16px;
    color: #ffffffd9;
    margin: 0;
    line-height: 1.5
}

.about-us-page .contact-detail-value a {
    color: #D6B8D8;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.about-us-page .contact-detail-value a:hover {
    color: #fff
}

@keyframes slideFromLeft {
    from {
        opacity: 0;
        transform: translateX(-40px)
    }

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

@keyframes slideFromRight {
    from {
        opacity: 0;
        transform: translateX(40px)
    }

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

@keyframes slideFromBottom {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

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

.about-us-page .title-text-zone {
    animation: slideFromLeft .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.about-us-page .title-image-zone {
    animation: slideFromRight .55s cubic-bezier(0.16, 1, 0.3, 1) .1s both
}

.about-us-page .story-heading-col {
    animation: slideFromLeft .45s cubic-bezier(0.16, 1, 0.3, 1) .15s both
}

.about-us-page .story-text-col {
    animation: slideFromRight .45s cubic-bezier(0.16, 1, 0.3, 1) .2s both
}

.about-us-page .steps-top {
    animation: slideFromBottom .45s cubic-bezier(0.16, 1, 0.3, 1) .1s both
}

@media (max-width: 1024px) {
    .about-us-page .title-text-zone {
        padding: 80px 40px
    }

    .about-us-page .story-inner,
    .about-us-page .team-inner,
    .about-us-page .steps-inner {
        padding: 0 40px
    }

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

    .about-us-page .story-heading-col {
        grid-column: 1
    }

    .about-us-page .story-text-col {
        grid-column: 1;
        grid-template-columns: 1fr
    }

    .about-us-page .team-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .about-us-page .steps-top {
        flex-direction: column;
        align-items: flex-start
    }

    .about-us-page .steps-row {
        flex-direction: column;
        gap: 16px
    }

    .about-us-page .steps-connector {
        display: none
    }

    .about-us-page .step-item {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 16px
    }

    .about-us-page .step-circle {
        margin-bottom: 0;
        flex-shrink: 0
    }

    .about-us-page .steps-image-strip {
        grid-template-columns: 1fr
    }

    .about-us-page .steps-contact-row {
        flex-direction: column
    }

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

@media (max-width: 768px) {
    .about-us-page .title-block {
        flex-direction: column
    }

    .about-us-page .title-text-zone {
        flex: none;
        padding: 80px 40px 40px
    }

    .about-us-page .title-image-zone {
        flex: none;
        height: 280px
    }

    .about-us-page .title-heading {
        font-size: 50px
    }

    .about-us-page .story-h2,
    .about-us-page .steps-h2 {
        font-size: 36px
    }

    .about-us-page .story-inner,
    .about-us-page .team-inner,
    .about-us-page .steps-inner {
        padding: 0 16px
    }

    .about-us-page .story-block,
    .about-us-page .team-block,
    .about-us-page .steps-block {
        padding: 40px 0
    }

    .about-us-page .priority-matrix {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }
}

@media (max-width: 480px) {
    .about-us-page .title-text-zone {
        padding: 40px 16px
    }

    .about-us-page .title-heading {
        font-size: 36px
    }

    .about-us-page .team-person {
        flex-direction: column;
        padding: 16px
    }

    .about-us-page .matrix-title {
        font-size: 16px
    }

    .about-us-page .steps-h2 {
        font-size: 36px
    }
}

.learning-program {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.learning-program .program-title-block {
    padding: 80px;
    background: linear-gradient(160deg, #F8F6FA 0%, #EDE5F5 60%, #D6B8D8 100%);
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 80px
}

.learning-program .program-title-block .curved-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.learning-program .program-title-block .curved-decor svg {
    width: 100%;
    height: 100%
}

.learning-program .title-left {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 1
}

.learning-program .title-right {
    flex: 1;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center
}

.learning-program .title-image-frame {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.learning-program .title-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.learning-program .heading-strip {
    display: inline-block;
    background: #8D6FBF;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 8px
}

.learning-program .heading-strip span {
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.3
}

.learning-program .title-h1 {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1e1035;
    margin: 0
}

.learning-program .title-h1 em {
    font-style: normal;
    color: #8D6FBF
}

.learning-program .title-lead {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2e5a;
    margin: 0;
    max-width: 480px
}

.learning-program .title-meta-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

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

.learning-program .meta-pill .meta-label {
    font-size: 14px;
    color: #7a6090;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .06em
}

.learning-program .meta-pill .meta-value {
    font-size: 16px;
    color: #1e1035;
    line-height: 1.3;
    font-weight: 700
}

.learning-program .title-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    border-radius: 3px;
    background: linear-gradient(100deg, #8D6FBF 0%, #b094d4 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    border: none;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.learning-program .title-cta::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 2px;
    border: 1.5px solid #fff0;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.learning-program .title-cta:hover {
    background: linear-gradient(100deg, #7a5cad 0%, #9e7fc8 100%);
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.learning-program .title-cta:hover::after {
    border-color: #ffffff73
}

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

.learning-program .divider-line {
    flex: 1;
    height: 1px;
    background: #D6B8D8;
    max-width: 160px
}

.learning-program .divider-cross {
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.learning-program .divider-cross::before,
.learning-program .divider-cross::after {
    content: '';
    position: absolute;
    background: #8D6FBF
}

.learning-program .divider-cross::before {
    width: 16px;
    height: 1.5px
}

.learning-program .divider-cross::after {
    width: 1.5px;
    height: 16px
}

.learning-program .modules-block {
    padding: 80px;
    background: #fff
}

.learning-program .modules-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px
}

.learning-program .modules-heading-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning-program .modules-h2 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1e1035;
    margin: 0
}

.learning-program .modules-subtext {
    font-size: 16px;
    line-height: 1.5;
    color: #5a4878;
    margin: 0;
    max-width: 360px
}

.learning-program .indicators-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.learning-program .indicator-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #D6B8D8;
    background: #F8F6FA;
    transition: background .5s ease-in-out, border-color .5s ease-in-out;
    cursor: default
}

.learning-program .indicator-circle:hover {
    background: #8D6FBF;
    border-color: #8D6FBF
}

.learning-program .indicator-circle:hover .ind-number {
    color: #fff
}

.learning-program .indicator-circle:hover .ind-label {
    color: #fffc
}

.learning-program .ind-number {
    font-size: 16px;
    line-height: 1.1;
    color: #1e1035;
    font-weight: 700;
    transition: color .5s ease-in-out
}

.learning-program .ind-label {
    font-size: 14px;
    line-height: 1.3;
    color: #7a6090;
    text-align: center;
    transition: color .5s ease-in-out
}

.learning-program .modules-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning-program .module-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1.5px solid #e8dff2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f;
    transition: box-shadow .5s ease-in-out, border-color .5s ease-in-out
}

.learning-program .module-row:hover {
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    border-color: #8D6FBF
}

.learning-program .module-number-col {
    flex: 0 0 64px;
    background: linear-gradient(180deg, #8D6FBF 0%, #b094d4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.02em
}

.learning-program .module-body {
    flex: 1;
    padding: 16px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px
}

.learning-program .module-text {
    flex: 1
}

.learning-program .module-h4 {
    font-size: 16px;
    line-height: 1.3;
    color: #1e1035;
    margin: 0 0 8px;
    font-weight: 700
}

.learning-program .module-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #5a4878;
    margin: 0
}

.learning-program .module-duration {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px
}

.learning-program .duration-badge {
    font-size: 14px;
    line-height: 1.3;
    color: #8D6FBF;
    background: #F8F6FA;
    padding: 8px 16px;
    border-radius: 3px;
    border: 1px solid #D6B8D8;
    white-space: nowrap
}

.learning-program .dashed-connector {
    border-left: 1.5px dashed #D6B8D8;
    height: 24px;
    margin-left: 31px
}

.learning-program .experts-block {
    padding: 80px;
    background: #F8F6FA;
    position: relative;
    animation: edge-glow 4s ease-in-out infinite
}

@keyframes edge-glow {

    0%,
    100% {
        box-shadow: inset 0 0 0 0 #8d6fbf00
    }

    50% {
        box-shadow: inset 0 0 40px 0 #8d6fbf14
    }
}

.learning-program .experts-block .blueprint-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(#8d6fbf0a 1px, transparent 1px), linear-gradient(90deg, #8d6fbf0a 1px, transparent 1px);
    background-size: 40px 40px;
    border-radius: 0
}

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

.learning-program .experts-top {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 40px
}

.learning-program .experts-heading-col {
    flex: 0 0 40%
}

.learning-program .experts-h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #1e1035;
    margin: 0 0 16px;
    letter-spacing: -.01em
}

.learning-program .accent-line {
    font-size: 16px;
    line-height: 1.5;
    color: #8D6FBF;
    font-weight: 700;
    margin: 0 0 16px
}

.learning-program .experts-body-text {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2e5a;
    margin: 0
}

.learning-program .experts-rating-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start
}

.learning-program .rating-display {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 40px;
    background: #fff;
    border-radius: 8px;
    border: 1.5px solid #e8dff2;
    box-shadow: 2px 5px 25px 0 #8d6fbf17
}

.learning-program .rating-number {
    font-size: 66px;
    line-height: 1.1;
    color: #8D6FBF;
    font-weight: 700;
    letter-spacing: -.03em
}

.learning-program .rating-details {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning-program .stars-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.learning-program .star-filled {
    width: 16px;
    height: 16px
}

.learning-program .rating-count {
    font-size: 14px;
    color: #7a6090;
    line-height: 1.3
}

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

.learning-program .expert-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    border: 1.5px solid #e8dff2;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.learning-program .expert-card:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.learning-program .expert-portrait {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f
}

.learning-program .expert-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.learning-program .expert-name {
    font-size: 16px;
    line-height: 1.3;
    color: #1e1035;
    font-weight: 700;
    margin: 0
}

.learning-program .expert-role {
    font-size: 14px;
    line-height: 1.3;
    color: #8D6FBF;
    margin: 0
}

.learning-program .expert-quote {
    font-size: 14px;
    line-height: 1.7;
    color: #5a4878;
    margin: 0;
    border-top: 1px solid #e8dff2;
    padding-top: 16px
}

.learning-program .no-portrait-card .expert-avatar {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: linear-gradient(135deg, #D6B8D8 0%, #8D6FBF 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.learning-program .no-portrait-card .expert-avatar svg {
    width: 36px;
    height: 36px
}

@media (max-width: 1024px) {
    .learning-program .program-title-block {
        padding: 80px 40px;
        gap: 40px
    }

    .learning-program .modules-block {
        padding: 80px 40px
    }

    .learning-program .experts-block {
        padding: 80px 40px
    }

    .learning-program .modules-header {
        flex-direction: column;
        align-items: flex-start
    }

    .learning-program .experts-top {
        flex-direction: column;
        gap: 40px
    }

    .learning-program .experts-heading-col {
        flex: none
    }

    .learning-program .experts-cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .learning-program .program-title-block {
        flex-direction: column;
        padding: 40px 16px;
        gap: 40px
    }

    .learning-program .title-left {
        flex: none
    }

    .learning-program .title-h1 {
        font-size: 50px
    }

    .learning-program .curved-decor {
        display: none
    }

    .learning-program .modules-block {
        padding: 40px 16px
    }

    .learning-program .experts-block {
        padding: 40px 16px
    }

    .learning-program .module-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 16px
    }

    .learning-program .module-duration {
        align-items: flex-start
    }

    .learning-program .indicators-row {
        flex-wrap: wrap
    }

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

    .learning-program .title-meta-row {
        flex-wrap: wrap;
        gap: 16px
    }

    .learning-program .rating-display {
        padding: 16px
    }
}

@media (max-width: 480px) {
    .learning-program .title-h1 {
        font-size: 36px
    }

    .learning-program .modules-h2 {
        font-size: 36px
    }

    .learning-program .module-number-col {
        flex: 0 0 40px;
        font-size: 16px
    }
}

.archive {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip;
    background: #fff
}

.archive .fog-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: #ffffff12;
    pointer-events: none;
    z-index: 0 !important;
    animation: fog-drift 18s ease-in-out infinite alternate
}

@keyframes fog-drift {
    0% {
        transform: translateX(0)
    }

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

.archive .page-band {
    padding: 80px 40px 40px;
    background: linear-gradient(170deg, #F8F6FA 0%, #ede8f5 60%, #fff 100%);
    position: relative
}

.archive .page-band .corner-line-tl {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 48px;
    height: 48px;
    border-top: 2px solid #8D6FBF;
    border-left: 2px solid #8D6FBF;
    border-radius: 0;
    pointer-events: none
}

.archive .page-band .corner-line-br {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-bottom: 2px solid #D6B8D8;
    border-right: 2px solid #D6B8D8;
    border-radius: 0;
    pointer-events: none
}

.archive .band-strip {
    display: inline-block;
    background: #8D6FBF;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 16px
}

.archive .band-strip .band-label {
    font-size: 14px;
    color: #fff;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase
}

.archive .band-heading {
    font-size: 50px;
    line-height: 1.1;
    color: #2a1a4a;
    letter-spacing: -.02em;
    margin: 0 0 16px;
    max-width: 700px
}

.archive .band-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3a6a;
    max-width: 560px;
    margin: 0
}

.archive .divider-triangle {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.archive .divider-triangle svg {
    display: block;
    width: 100%
}

.archive .posts-grid-area {
    padding: 80px 40px;
    background: #fff
}

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

.archive .post-card {
    border-radius: 8px;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1.5px solid #ede8f5;
    overflow: hidden;
    position: relative
}

.archive .post-card:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24;
    transform: translateY(-4px)
}

.archive .post-card .card-image-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

.archive .post-card .card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.archive .post-card:hover .card-image-wrap img {
    transform: scale(1.04)
}

.archive .post-card .card-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px
}

.archive .post-card .card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.archive .post-card .card-tag {
    font-size: 14px;
    line-height: 1.3;
    color: #8D6FBF;
    background: #F8F6FA;
    border-radius: 3px;
    padding: 8px 16px;
    font-weight: 600;
    letter-spacing: .04em;
    border: 1px solid #D6B8D8
}

.archive .post-card .card-readtime {
    font-size: 14px;
    line-height: 1.3;
    color: #7a6a9a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.archive .post-card .card-readtime svg {
    flex-shrink: 0
}

.archive .post-card .card-title {
    font-size: 36px;
    line-height: 1.1;
    color: #2a1a4a;
    letter-spacing: -.01em;
    margin: 0
}

.archive .post-card .card-subtitle {
    font-size: 14px;
    line-height: 1.5;
    color: #6a5a8a;
    margin: 0;
    font-weight: 500
}

.archive .post-card .card-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3a6a;
    margin: 0;
    flex: 1
}

.archive .post-card .card-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: linear-gradient(120deg, #8D6FBF 0%, #b08fd8 100%);
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    padding: 16px 40px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .04em;
    align-self: flex-start;
    position: relative;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 2px 2px 5px 0 #8d6fbf0f
}

.archive .post-card .card-link:hover {
    background: linear-gradient(120deg, #7a5aaf 0%, #9d7fcc 100%);
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    outline: 2px solid #D6B8D8;
    outline-offset: 2px
}

.archive .post-card .card-link:focus-visible {
    outline: 3px solid #2a1a4a;
    outline-offset: 3px
}

.archive .divider-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #D6B8D8 40%, #8D6FBF 60%, transparent 100%);
    margin: 0
}

.archive .stat-split-area {
    padding: 80px 40px;
    background: linear-gradient(160deg, #2a1a4a 0%, #4a2a7a 60%, #3a1a5a 100%);
    position: relative
}

.archive .stat-split-area .curved-connector {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: .18
}

.archive .stat-area-heading-strip {
    display: inline-block;
    background: #d6b8d82e;
    border: 1px solid #d6b8d859;
    border-radius: 2px;
    padding: 8px 16px;
    margin-bottom: 40px
}

.archive .stat-area-heading {
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.01em;
    margin: 0
}

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

.archive .stat-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    display: flex;
    flex-direction: column
}

.archive .stat-card .stat-top {
    background: #ffffff14;
    padding: 40px 40px 16px;
    border-bottom: 1px solid #d6b8d833
}

.archive .stat-card .stat-value {
    font-size: 50px;
    line-height: 1.1;
    color: #D6B8D8;
    letter-spacing: -.02em;
    display: block
}

.archive .stat-card .stat-label {
    font-size: 14px;
    line-height: 1.3;
    color: #fff9;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: block;
    margin-top: 8px
}

.archive .stat-card .stat-bottom {
    background: #ffffff0a;
    padding: 16px 40px 40px
}

.archive .stat-card .stat-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffffbf;
    margin: 0
}

.archive .divider-triangle-up {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.archive .divider-triangle-up svg {
    display: block;
    width: 100%
}

.archive .about-split-area {
    padding: 80px 40px;
    background: #F8F6FA
}

.archive .about-split-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.archive .about-split-left {
    background: #8D6FBF;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.archive .about-split-left .double-border-outer {
    position: absolute;
    inset: 8px;
    border: 1px solid #ffffff2e;
    border-radius: 8px;
    pointer-events: none
}

.archive .about-split-left .double-border-inner {
    position: absolute;
    inset: 14px;
    border: 2px solid #ffffff1a;
    border-radius: 8px;
    pointer-events: none
}

.archive .about-split-left .left-heading-strip {
    display: inline-block;
    background: #ffffff26;
    border-radius: 2px;
    padding: 8px 16px;
    margin-bottom: 8px
}

.archive .about-split-left .left-heading {
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.01em;
    margin: 0
}

.archive .about-split-left .left-text {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffd9;
    margin: 0
}

.archive .about-split-left .left-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 8px;
    transition: opacity .35s ease-in-out
}

.archive .about-split-left .left-link:hover {
    opacity: .75
}

.archive .about-split-right {
    background: #fff;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.archive .about-split-right .right-image-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f
}

.archive .about-split-right .right-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.archive .about-split-right .right-caption {
    font-size: 14px;
    line-height: 1.5;
    color: #7a6a9a;
    margin: 0
}

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

    .archive .stat-split-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }

    .archive .about-split-inner {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .archive .page-band {
        padding: 40px 16px
    }

    .archive .band-heading {
        font-size: 36px
    }

    .archive .posts-grid-area {
        padding: 40px 16px
    }

    .archive .post-card .card-body {
        padding: 16px
    }

    .archive .post-card .card-title {
        font-size: 16px
    }

    .archive .stat-split-area {
        padding: 40px 16px
    }

    .archive .stat-split-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .archive .about-split-area {
        padding: 40px 16px
    }

    .archive .about-split-left {
        padding: 40px 16px
    }

    .archive .about-split-right {
        padding: 40px 16px
    }
}

@media (max-width: 480px) {
    .archive .band-heading {
        font-size: 36px
    }

    .archive .post-card .card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .archive .stat-card .stat-value {
        font-size: 36px
    }
}

.contact-us-page {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.contact-us-page ::selection {
    background: #1a1a1a;
    color: #fff
}

.contact-us-page *,
.contact-us-page ::before,
.contact-us-page ::after {
    box-sizing: border-box
}

.contact-us-page .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0
}

.contact-us-page .animated-bg {
    animation: bg-oscillate 6s ease-in-out infinite
}

@keyframes bg-oscillate {

    0%,
    100% {
        background-color: #F8F6FA
    }

    50% {
        background-color: #ede8f5
    }
}

.contact-us-page .reach-block {
    padding: 80px 40px 40px;
    position: relative
}

.contact-us-page .reach-block .punctuation-anchor {
    position: absolute;
    top: 40px;
    right: 80px;
    font-size: 220px;
    line-height: 1.1;
    color: transparent;
    -webkit-text-stroke: 2px #D6B8D8;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    opacity: .45
}

.contact-us-page .reach-block .text-zone {
    position: relative;
    z-index: 1;
    max-width: 600px
}

.contact-us-page .reach-block .label-strip {
    display: inline-block;
    background: #8D6FBF;
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.contact-us-page .reach-block .heading-large {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #2a1f3d;
    margin: 0 0 16px
}

.contact-us-page .reach-block .heading-large .outlined-word {
    color: transparent;
    -webkit-text-stroke: 2px #8D6FBF
}

.contact-us-page .reach-block .heading-sub {
    font-size: 36px;
    line-height: 1.3;
    color: #2a1f3d;
    margin: 0 0 16px
}

.contact-us-page .reach-block .lead-text {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2f5c;
    margin: 0 0 40px;
    max-width: 480px
}

.contact-us-page .reach-block .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 40px
}

.contact-us-page .reach-block .info-card {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.contact-us-page .reach-block .info-card:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.contact-us-page .reach-block .info-card .icon-box {
    width: 40px;
    height: 40px;
    background: linear-gradient(160deg, #8D6FBF, #D6B8D8);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-us-page .reach-block .info-card .icon-box .oi {
    color: #fff;
    font-size: 16px
}

.contact-us-page .reach-block .info-card .card-detail {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .reach-block .info-card .card-label {
    font-size: 14px;
    color: #8D6FBF;
    text-transform: uppercase;
    letter-spacing: .06em;
    line-height: 1.3
}

.contact-us-page .reach-block .info-card .card-value {
    font-size: 14px;
    color: #2a1f3d;
    line-height: 1.5
}

.contact-us-page .reach-block .info-card .card-value a {
    color: #2a1f3d;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.contact-us-page .reach-block .info-card .card-value a:hover {
    color: #8D6FBF
}

.contact-us-page .reach-block .image-column {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-end
}

.contact-us-page .reach-block .image-frame {
    position: relative;
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 9px 44px 0 #8d6fbf24
}

.contact-us-page .reach-block .image-frame img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 12px
}

.contact-us-page .reach-block .image-frame .frame-border {
    position: absolute;
    top: 16px;
    left: 16px;
    right: -8px;
    bottom: -8px;
    border: 2px solid #D6B8D8;
    border-radius: 12px;
    pointer-events: none;
    z-index: 0
}

.contact-us-page .wavy-divider {
    width: 100%;
    padding: 0 40px;
    overflow: hidden
}

.contact-us-page .wavy-divider svg {
    width: 100%;
    height: 32px;
    display: block
}

.contact-us-page .form-block {
    padding: 80px 40px;
    background: #fff
}

.contact-us-page .form-block .form-heading-strip {
    display: inline-block;
    background: #F8F6FA;
    border-left: 4px solid #8D6FBF;
    border-bottom: 1px solid #D6B8D8;
    padding: 8px 16px;
    margin-bottom: 16px;
    border-radius: 0 3px 3px 0
}

.contact-us-page .form-block .form-heading {
    font-size: 36px;
    line-height: 1.3;
    color: #2a1f3d;
    margin: 0
}

.contact-us-page .form-block .form-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2f5c;
    margin: 16px 0 40px;
    max-width: 520px
}

.contact-us-page .form-block .styled-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

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

.contact-us-page .form-block .field-label {
    font-size: 14px;
    color: #2a1f3d;
    letter-spacing: .04em;
    line-height: 1.3
}

.contact-us-page .form-block .field-input {
    padding: 16px;
    border: 1.5px solid #D6B8D8;
    border-radius: 8px;
    font-size: 16px;
    color: #2a1f3d;
    background: #F8F6FA;
    outline: none;
    transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out;
    box-shadow: inset 2px 3px 6px 0 #8d6fbf0f
}

.contact-us-page .form-block .field-input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: #a08cbf;
    letter-spacing: .05em
}

.contact-us-page .form-block .field-input:focus {
    border-color: #8D6FBF;
    box-shadow: inset 2px 3px 6px 0 #8d6fbf0f 0 0 0 3px #8d6fbf1f
}

.contact-us-page .form-block .checkbox-section {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .form-block .checkbox-section-label {
    font-size: 14px;
    color: #8D6FBF;
    text-transform: uppercase;
    letter-spacing: .06em;
    line-height: 1.3;
    margin-bottom: 8px
}

.contact-us-page .form-block .checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.contact-us-page .form-block .check-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border: 1.5px solid #D6B8D8;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    background: #F8F6FA
}

.contact-us-page .form-block .check-item:hover {
    border-color: #8D6FBF;
    background: #ede8f5
}

.contact-us-page .form-block .check-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #8D6FBF;
    cursor: pointer;
    flex-shrink: 0
}

.contact-us-page .form-block .check-item .check-text {
    font-size: 14px;
    color: #2a1f3d;
    line-height: 1.5
}

.contact-us-page .form-block .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #F8F6FA;
    border-radius: 8px;
    border: 1.5px solid #D6B8D8
}

.contact-us-page .form-block .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #8D6FBF;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px
}

.contact-us-page .form-block .privacy-text {
    font-size: 14px;
    color: #3d2f5c;
    line-height: 1.7
}

.contact-us-page .form-block .privacy-text a {
    color: #8D6FBF;
    text-decoration: underline;
    transition: color .4s ease-in-out
}

.contact-us-page .form-block .privacy-text a:hover {
    color: #5c3d99
}

.contact-us-page .form-block .submit-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: linear-gradient(160deg, #8D6FBF 0%, #b89dd9 100%);
    color: #fff;
    font-size: 16px;
    letter-spacing: .04em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    align-self: flex-start
}

.contact-us-page .form-block .submit-button::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1.5px solid #fff0;
    border-radius: 6px;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.contact-us-page .form-block .submit-button:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24;
    background: linear-gradient(160deg, #7a5aad 0%, #a48bcb 100%)
}

.contact-us-page .form-block .submit-button:hover::after {
    border-color: #ffffff73
}

.contact-us-page .form-block .submit-button:focus {
    outline: 3px solid #8D6FBF;
    outline-offset: 3px
}

.contact-us-page .form-block .submit-button .oi {
    font-size: 14px
}

.contact-us-page .resource-block {
    padding: 80px 40px
}

.contact-us-page .resource-block .resource-top {
    margin-bottom: 40px
}

.contact-us-page .resource-block .resource-label {
    display: inline-block;
    background: #8D6FBF;
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 16px
}

.contact-us-page .resource-block .resource-heading {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2a1f3d;
    margin: 0 0 16px
}

.contact-us-page .resource-block .resource-heading .outlined-word {
    color: transparent;
    -webkit-text-stroke: 2px #8D6FBF
}

.contact-us-page .resource-block .resource-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #3d2f5c;
    max-width: 560px;
    margin: 0
}

.contact-us-page .resource-block .resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.contact-us-page .resource-block .resource-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 16px 16px;
    box-shadow: 2px 2px 5px 0 #8d6fbf0f;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1);
    border-top: 3px solid #D6B8D8
}

.contact-us-page .resource-block .resource-card:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24;
    transform: translateY(-4px)
}

.contact-us-page .resource-block .resource-card .type-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 14px;
    color: #8D6FBF;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.3
}

.contact-us-page .resource-block .resource-card .card-title {
    font-size: 16px;
    line-height: 1.5;
    color: #2a1f3d;
    margin: 0
}

.contact-us-page .resource-block .resource-card .card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #5c4a7a;
    margin: 0
}

.contact-us-page .resource-block .resource-card .card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.contact-us-page .resource-block .resource-card .meta-size {
    font-size: 14px;
    color: #8D6FBF;
    line-height: 1.3
}

.contact-us-page .resource-block .resource-card .download-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1.5px solid #8D6FBF;
    border-radius: 8px;
    color: #8D6FBF;
    font-size: 14px;
    text-decoration: none;
    margin-top: 8px;
    transition: background .4s ease-in-out, color .4s ease-in-out;
    align-self: flex-start;
    position: relative
}

.contact-us-page .resource-block .resource-card .download-link::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: border-color .4s ease-in-out;
    pointer-events: none
}

.contact-us-page .resource-block .resource-card .download-link:hover {
    background: #8D6FBF;
    color: #fff
}

.contact-us-page .resource-block .resource-card .download-link:hover::after {
    border-color: #ffffff4d
}

.contact-us-page .resource-block .resource-card .download-link .oi {
    font-size: 14px
}

.contact-us-page .load-in-item {
    opacity: 0;
    transform: translateY(24px);
    animation: slide-up-appear .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.contact-us-page .load-in-item:nth-child(1) {
    animation-delay: .05s
}

.contact-us-page .load-in-item:nth-child(2) {
    animation-delay: .15s
}

.contact-us-page .load-in-item:nth-child(3) {
    animation-delay: .25s
}

.contact-us-page .load-in-item:nth-child(4) {
    animation-delay: .35s
}

.contact-us-page .load-in-item:nth-child(5) {
    animation-delay: .45s
}

.contact-us-page .load-in-item:nth-child(6) {
    animation-delay: .55s
}

@keyframes slide-up-appear {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 1024px) {
    .contact-us-page .reach-block .heading-large {
        font-size: 50px
    }

    .contact-us-page .reach-block .punctuation-anchor {
        font-size: 160px;
        right: 40px
    }

    .contact-us-page .resource-block .resource-grid {
        grid-template-columns: 1fr 1fr
    }

    .contact-us-page .resource-block .resource-heading {
        font-size: 36px
    }
}

@media (max-width: 768px) {
    .contact-us-page .reach-block {
        padding: 80px 16px 40px
    }

    .contact-us-page .reach-block .heading-large {
        font-size: 36px
    }

    .contact-us-page .reach-block .heading-sub {
        font-size: 16px
    }

    .contact-us-page .reach-block .info-grid {
        grid-template-columns: 1fr
    }

    .contact-us-page .reach-block .image-column {
        margin-top: 40px
    }

    .contact-us-page .reach-block .punctuation-anchor {
        display: none
    }

    .contact-us-page .form-block {
        padding: 40px 16px
    }

    .contact-us-page .form-block .field-row {
        grid-template-columns: 1fr
    }

    .contact-us-page .form-block .checkbox-grid {
        grid-template-columns: 1fr
    }

    .contact-us-page .resource-block {
        padding: 40px 16px
    }

    .contact-us-page .resource-block .resource-grid {
        grid-template-columns: 1fr
    }

    .contact-us-page .wavy-divider {
        padding: 0 16px
    }
}

@media (max-width: 480px) {
    .contact-us-page .reach-block .heading-large {
        font-size: 36px
    }

    .contact-us-page .form-block .submit-button {
        width: 100%;
        justify-content: center
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 16px;
    background-color: #F8F6FA
}

.success-page .success-card {
    background: #fff;
    border-radius: 12px;
    padding: 80px 40px;
    max-width: 560px;
    width: 100%;
    text-align: center;
    box-shadow: 2px 9px 44px 0 #8d6fbf24;
    border-top: 3px solid #8D6FBF
}

.success-page .icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(160deg, #D6B8D8 0%, #8D6FBF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px
}

.success-page .icon-wrapper svg {
    display: block
}

.success-page .success-heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2a1a4a;
    margin: 0 0 16px
}

.success-page .success-subtext {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3a6a;
    margin: 0 0 40px
}

.success-page .highlight-strip {
    display: inline-block;
    background-color: #D6B8D8;
    padding: 0 8px;
    border-radius: 2px
}

.success-page .divider-line {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #8D6FBF 0%, #D6B8D8 100%);
    border-radius: 2px;
    margin: 0 auto 40px
}

.success-page .return-link {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(120deg, #8D6FBF 0%, #a882d4 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: .01em;
    box-shadow: 2px 5px 25px 0 #8d6fbf17;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), outline-offset .45s ease-in-out;
    outline: 2px solid transparent;
    outline-offset: 0
}

.success-page .return-link:hover {
    box-shadow: 2px 9px 44px 0 #8d6fbf24 inset 0 0 0 2px #ffffff59;
    outline: 2px solid #8D6FBF;
    outline-offset: 3px
}

.success-page .return-link:focus {
    outline: 2px solid #2a1a4a;
    outline-offset: 3px
}

@media (max-width: 480px) {
    .success-page {
        padding: 40px 16px
    }

    .success-page .success-card {
        padding: 40px 16px
    }

    .success-page .success-heading {
        font-size: 36px
    }
}