@import "https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap";

html {
    margin: 0;
    box-sizing: border-box;
    font-size: 100%
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Fira Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #1a1d29;
    background: linear-gradient(168deg, #fff 0%, #fefeff 48%, #f4feb714 100%);
    background-attachment: fixed
}

.site-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    margin: 0 auto;
    max-width: 1024px
}

.mark-visual {
    width: 78px;
    height: 78px;
    object-fit: contain;
    display: block;
    padding: 16px;
    background: #ffffffeb;
    border: 2px solid #c64cb62e;
    border-radius: 13px;
    box-shadow: 2px 5px 25px 0 #c64cb617;
    border-right: 4px solid #c64cb69e
}

.top-bar {
    background: linear-gradient(135deg, #014e5c08 0%, #c64cb60d 100%);
    border-bottom: 1px solid #014e5c1c;
    box-shadow: 2px 1px 6px 0 #014e5c0f;
    position: relative
}

.top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c64cb6b3 0%, #014e5cb3 100%)
}

.nav-hold {
    max-width: 1024px;
    margin: 0 auto;
    padding: 24px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center
}

.nav-links li {
    margin: 0;
    padding: 0
}

.nav-links a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 400;
    color: #014E5C;
    text-decoration: none;
    border-radius: 7px;
    background: #ffffffa6;
    border: 1px solid #014e5c24;
    transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .32s ease-in-out, box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative;
    overflow: hidden
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #c64cb6cc 0%, #014e5ccc 100%);
    transform: translateX(-50%);
    transition: width .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.nav-links a:hover {
    background: #c64cb61c;
    border-color: #c64cb659;
    color: #C64CB6;
    box-shadow: 2px 5px 25px 0 #c64cb617
}

.nav-links a:hover::after {
    width: 80%
}

.nav-links a:focus {
    outline: 3px solid transparent;
    outline-offset: 3px;
    background: linear-gradient(135deg, #c64cb61f 0%, #014e5c14 100%);
    box-shadow: 0 0 0 3px #c64cb659 2px 5px 25px 0 #c64cb617
}

.nav-links a:active {
    transform: translateY(1px);
    box-shadow: 2px 1px 6px 0 #c64cb60f
}

.reach-shell {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 8px;
    padding-left: 24px;
    border-left: 2px solid #c64cb638
}

.reach-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 700;
    color: #014E5C;
    text-decoration: none;
    background: linear-gradient(135deg, #f4feb76b 0%, #f4feb72e 100%);
    border: 2px solid #014e5c47;
    border-radius: 24px;
    transition: background .35s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), color .3s ease-in-out, transform .3s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: 2px 1px 6px 0 #014e5c0f
}

.reach-phone::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    mask-size: contain
}

.reach-phone:hover {
    background: linear-gradient(135deg, #c64cb62e 0%, #c64cb614 100%);
    border-color: #c64cb685;
    color: #C64CB6;
    transform: translateY(-2px);
    box-shadow: 2px 10px 36px 0 #c64cb621
}

.reach-phone:focus {
    outline: 3px solid transparent;
    outline-offset: 3px;
    box-shadow: 0 0 0 3px #c64cb659 2px 10px 36px 0 #c64cb621
}

.reach-phone:active {
    transform: translateY(0);
    box-shadow: 2px 1px 6px 0 #c64cb60f
}

.base-floor {
    background: linear-gradient(172deg, #014e5c0a 0%, #014e5c14 100%);
    border-top: 1px solid #014e5c26;
    margin-top: auto;
    padding: 72px 40px 40px;
    position: relative
}

.base-floor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #014e5c80 0%, #c64cb680 50%, #014e5c80 100%)
}

.base-floor::after {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #c64cb666 50%, transparent 100%)
}

.floor-mount {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.mark-base {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #014e5c1f
}

.mark-base-visual {
    width: 62px;
    height: 62px;
    object-fit: contain;
    display: block;
    padding: 8px;
    background: #ffffffc7;
    border: 1px solid #014e5c24;
    border-radius: 7px;
    box-shadow: 2px 1px 6px 0 #014e5c0f
}

.links-base {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.links-base li {
    margin: 0;
    padding: 0
}

.links-base a {
    display: inline-block;
    font-size: 13px;
    color: #014E5C;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 7px;
    background: #ffffff73;
    border: 1px solid #014e5c1f;
    transition: background .36s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .36s cubic-bezier(0.34, 1.2, 0.64, 1), color .32s ease-in-out, box-shadow .36s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.links-base a:hover {
    background: #c64cb614;
    border-color: #c64cb647;
    color: #C64CB6;
    box-shadow: 2px 5px 25px 0 #c64cb617
}

.links-base a:focus {
    outline: 3px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px #c64cb659 2px 5px 25px 0 #c64cb617
}

.legal-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #014e5cbf;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid #014e5c1a
}

.legal-text a {
    color: #014E5C;
    text-decoration: none;
    border-bottom: 1px solid #014e5c40;
    transition: color .32s ease-in-out, border-color .32s ease-in-out
}

.legal-text a:hover {
    color: #C64CB6;
    border-bottom-color: #c64cb685
}

.legal-text a:focus {
    outline: 2px solid #c64cb666;
    outline-offset: 2px
}

.consent-card {
    position: fixed;
    top: 24px;
    right: 24px;
    width: 380px;
    max-width: calc(100vw - 48px);
    background: linear-gradient(145deg, #fff 0%, #f4feb71f 100%);
    border: 2px solid #c64cb638;
    border-radius: 13px;
    box-shadow: 2px 10px 36px 0 #014e5c21;
    padding: 24px;
    z-index: 1000;
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity .4s cubic-bezier(0.34, 1.2, 0.64, 1), transform .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.consent-card.visible {
    opacity: 1;
    transform: translateY(0)
}

.consent-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c64cb626 0%, #014e5c1f 100%);
    border-radius: 40px;
    border: 2px solid #c64cb647
}

.consent-icon::before {
    content: '';
    width: 22px;
    height: 22px;
    background: #C64CB6;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain
}

.consent-text {
    font-size: 13px;
    line-height: 1.5;
    color: #1a1d29;
    margin: 0 0 16px;
    text-align: center
}

.consent-text strong {
    font-weight: 700;
    color: #014E5C
}

.consent-primary {
    display: flex;
    gap: 8px;
    margin-bottom: 16px
}

.consent-accept,
.consent-decline {
    flex: 1;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-radius: 7px;
    border: 2px solid;
    cursor: pointer;
    transition: background .35s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), color .32s ease-in-out, transform .3s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative;
    overflow: hidden
}

.consent-accept {
    background: linear-gradient(135deg, #c64cb61f 0%, #c64cb614 100%);
    border-color: #c64cb66b;
    color: #C64CB6
}

.consent-accept:hover {
    background: linear-gradient(135deg, #c64cb62e 0%, #c64cb61f 100%);
    border-color: #c64cb69e;
    color: #C64CB6;
    transform: translateY(-2px);
    box-shadow: 2px 5px 25px 0 #c64cb617
}

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

.consent-accept:active {
    transform: translateY(0)
}

.consent-decline {
    background: transparent;
    border-color: #014e5c52;
    color: #014E5C
}

.consent-decline:hover {
    background: #014e5c0f;
    border-color: #014e5c85;
    color: #014E5C;
    transform: translateY(-2px);
    box-shadow: 2px 5px 25px 0 #014e5c17
}

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

.consent-decline:active {
    transform: translateY(0)
}

.consent-settings-link {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #014E5C;
    text-decoration: none;
    padding: 8px;
    border-bottom: 1px solid #014e5c38;
    transition: color .32s ease-in-out, border-color .32s ease-in-out
}

.consent-settings-link:hover {
    color: #C64CB6;
    border-bottom-color: #c64cb66b
}

.consent-settings-link:focus {
    outline: 2px solid #c64cb659;
    outline-offset: 2px
}

.consent-detail {
    display: none;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #014e5c1f
}

.consent-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    gap: 16px
}

.consent-toggle-label {
    font-size: 13px;
    color: #1a1d29;
    font-weight: 400;
    flex: 1
}

.consent-toggle-switch {
    position: relative;
    width: 44px;
    height: 24px;
    flex-shrink: 0
}

.consent-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.consent-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #014e5c2e;
    border: 2px solid #014e5c47;
    border-radius: 24px;
    transition: background .36s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .36s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.consent-toggle-slider::before {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 2px;
    top: 2px;
    background: #fff;
    border-radius: 40px;
    transition: transform .36s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: 2px 1px 6px 0 #014e5c0f
}

.consent-toggle-switch input:checked+.consent-toggle-slider {
    background: #c64cb638;
    border-color: #c64cb685
}

.consent-toggle-switch input:checked+.consent-toggle-slider::before {
    transform: translateX(20px);
    background: #C64CB6
}

.consent-toggle-switch input:focus+.consent-toggle-slider {
    outline: 2px solid #c64cb659;
    outline-offset: 2px
}

.consent-detail-actions {
    display: flex;
    gap: 8px;
    margin-top: 16px
}

.consent-save,
.consent-back {
    flex: 1;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-radius: 7px;
    border: 2px solid;
    cursor: pointer;
    transition: background .35s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), color .32s ease-in-out, transform .3s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.consent-save {
    background: linear-gradient(135deg, #c64cb61f 0%, #c64cb614 100%);
    border-color: #c64cb66b;
    color: #C64CB6
}

.consent-save:hover {
    background: linear-gradient(135deg, #c64cb62e 0%, #c64cb61f 100%);
    border-color: #c64cb69e;
    transform: translateY(-2px);
    box-shadow: 2px 5px 25px 0 #c64cb617
}

.consent-save:focus {
    outline: 3px solid #c64cb659;
    outline-offset: 2px
}

.consent-back {
    background: transparent;
    border-color: #014e5c52;
    color: #014E5C
}

.consent-back:hover {
    background: #014e5c0f;
    border-color: #014e5c85;
    transform: translateY(-2px);
    box-shadow: 2px 5px 25px 0 #014e5c17
}

.consent-back:focus {
    outline: 3px solid #014e5c59;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .nav-hold {
        padding: 16px 24px
    }

    .reach-shell {
        width: 100%;
        justify-content: center;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        border-top: 2px solid #c64cb638;
        padding-top: 16px;
        margin-top: 8px
    }

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

    .base-floor {
        padding: 40px 24px 24px
    }
}

@media (max-width: 480px) {
    .mark-visual {
        width: 62px;
        height: 62px;
        padding: 8px
    }

    .nav-links a {
        padding: 8px;
        font-size: 13px
    }

    .reach-phone {
        font-size: 13px;
        padding: 8px
    }

    .consent-card {
        padding: 16px
    }

    .consent-text {
        font-size: 13px
    }
}

.info-legal-bsjd {
    max-width: 1024px;
    margin: 0 auto;
    padding: 72px 24px;
    background: #fff
}

.info-legal-bsjd h1 {
    font-size: 62px;
    line-height: 1.2;
    margin: 0 0 40px;
    color: #014E5C
}

.info-legal-bsjd h2 {
    font-size: 45px;
    line-height: 1.2;
    margin: 72px 0 24px;
    color: #014E5C
}

.info-legal-bsjd h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 40px 0 16px;
    color: #014E5C;
    font-weight: 600
}

.info-legal-bsjd h4,
.info-legal-bsjd h5,
.info-legal-bsjd h6 {
    font-size: 15px;
    line-height: 1.5;
    margin: 24px 0 16px;
    color: #014E5C;
    font-weight: 600
}

.info-legal-bsjd p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px;
    color: #2c2c2c
}

.info-legal-bsjd strong,
.info-legal-bsjd b {
    font-weight: 600;
    color: #014E5C
}

.info-legal-bsjd a {
    color: #C64CB6;
    text-decoration: underline;
    transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.info-legal-bsjd a:hover {
    color: #014E5C
}

.info-legal-bsjd table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 2px 5px 25px 0 #014e5c17;
    border-radius: 7px;
    overflow: hidden
}

.info-legal-bsjd thead {
    background: #014e5c14
}

.info-legal-bsjd thead tr {
    border-bottom: 2px solid #014e5c26
}

.info-legal-bsjd th {
    padding: 16px 24px;
    text-align: left;
    font-weight: 600;
    color: #014E5C
}

.info-legal-bsjd tbody tr {
    border-bottom: 1px solid #014e5c14;
    transition: background-color .3s ease-in-out
}

.info-legal-bsjd tbody tr:last-child {
    border-bottom: none
}

.info-legal-bsjd tbody tr:hover {
    background: #c64cb608
}

.info-legal-bsjd td {
    padding: 16px 24px;
    color: #2c2c2c
}

.info-legal-bsjd div {
    margin: 0 0 24px
}

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

    .info-legal-bsjd h1 {
        font-size: clamp(45px, 8vw, 62px);
        margin-bottom: 24px
    }

    .info-legal-bsjd h2 {
        font-size: clamp(32px, 6vw, 45px);
        margin-top: 40px
    }

    .info-legal-bsjd table {
        font-size: 13px;
        margin: 24px 0
    }

    .info-legal-bsjd th,
    .info-legal-bsjd td {
        padding: 8px 16px
    }
}

.cse-stdy-dtl {
    background: #fff;
    color: #014E5C;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0
}

.cse-stdy-dtl .art-hdr {
    position: relative;
    padding: 72px 24px 40px;
    background: linear-gradient(127deg, #c64cb60a 0%, #014e5c14 100%);
    overflow: visible
}

.cse-stdy-dtl .art-hdr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #C64CB6 0%, #c64cb600 100%)
}

.cse-stdy-dtl .art-hdr::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 24px;
    width: 4px;
    height: 4px;
    background: #C64CB6;
    border-radius: 40px;
    box-shadow: 12px 8px 0 0 #c64cb699 24px 4px 0 0 #c64cb64d 36px 12px 0 0 #c64cb626
}

.cse-stdy-dtl .hdr-grid {
    display: grid;
    grid-template-columns: 60fr 40fr;
    gap: 40px;
    align-items: start
}

.cse-stdy-dtl .hdr-lft {
    padding-top: 24px
}

.cse-stdy-dtl .art-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    align-items: center
}

.cse-stdy-dtl .meta-tag {
    display: inline-block;
    padding: 8px 16px;
    background: #f4feb780;
    color: #014E5C;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: .02em
}

.cse-stdy-dtl .meta-read {
    font-size: 13px;
    line-height: 1.2;
    color: #014e5cb3;
    display: flex;
    align-items: center;
    gap: 8px
}

.cse-stdy-dtl .meta-read::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23014E5C' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: .7
}

.cse-stdy-dtl .art-title {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 16px;
    font-weight: 700
}

.cse-stdy-dtl .art-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #014e5ccc
}

.cse-stdy-dtl .art-author::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #C64CB6;
    border-radius: 40px
}

.cse-stdy-dtl .hdr-rght {
    position: relative
}

.cse-stdy-dtl .art-img-wrap {
    position: relative;
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 2px 5px 25px 0 #c64cb617
}

.cse-stdy-dtl .art-img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top left, #014e5c4d 0%, transparent 50%), radial-gradient(circle at bottom right, #c64cb633 0%, transparent 50%);
    pointer-events: none;
    z-index: 1
}

.cse-stdy-dtl .art-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cse-stdy-dtl .art-img-wrap:hover .art-img {
    transform: scale(1.05)
}

.cse-stdy-dtl .cntnt-wrap {
    padding: 72px 24px;
    background: #fff;
    position: relative
}

.cse-stdy-dtl .cntnt-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: linear-gradient(#014e5c08 1px, transparent 1px), linear-gradient(90deg, #014e5c08 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    opacity: .4
}

.cse-stdy-dtl .cntnt-inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.cse-stdy-dtl .cntnt-inner p {
    font-size: 15px;
    line-height: 1.7;
    color: #014E5C;
    margin: 0 0 24px;
    position: relative;
    padding-left: 24px
}

.cse-stdy-dtl .cntnt-inner p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 16px;
    background: linear-gradient(180deg, #C64CB6 0%, #c64cb64d 100%);
    border-radius: 3px
}

.cse-stdy-dtl .cntnt-inner h2 {
    font-size: 45px;
    line-height: 1.2;
    background: linear-gradient(127deg, #C64CB6 0%, #014E5C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 40px 0 24px;
    font-weight: 700
}

.cse-stdy-dtl .cntnt-inner h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #014E5C;
    margin: 24px 0 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    position: relative;
    padding-left: 24px
}

.cse-stdy-dtl .cntnt-inner h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #C64CB6
}

.cse-stdy-dtl .cntnt-inner strong {
    color: #C64CB6;
    font-weight: 700
}

.cse-stdy-dtl .intrctn-sec {
    padding: 72px 24px;
    background: linear-gradient(127deg, #014e5c0f 0%, #f4feb726 100%);
    position: relative;
    overflow: hidden
}

.cse-stdy-dtl .intrctn-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, #c64cb614 50%, transparent 100%);
    animation: edgeglow 4s ease-in-out infinite;
    pointer-events: none
}

@keyframes edgeglow {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: .7
    }
}

.cse-stdy-dtl .intrctn-sec::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 4' preserveAspectRatio='none'%3E%3Cpath d='M0,2 L100,0 L180,3 L300,1 L420,2 L500,0 L620,3 L750,1 L880,2 L1000,0 L1100,3 L1200,1' fill='none' stroke='%23C64CB6' stroke-width='2' opacity='0.4'/%3E%3C/svg%3E") repeat-x;
    background-size: 1200px 4px
}

.cse-stdy-dtl .intrctn-ttl {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 40px;
    font-weight: 700;
    text-align: center
}

.cse-stdy-dtl .stps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 920px;
    margin: 0 auto;
    position: relative
}

.cse-stdy-dtl .stp-itm {
    position: relative;
    padding: 24px;
    background: #fffc;
    border-radius: 13px;
    box-shadow: 2px 1px 6px 0 #014e5c0f;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out
}

.cse-stdy-dtl .stp-itm:hover {
    transform: translateY(-4px);
    box-shadow: 2px 10px 36px 0 #c64cb621
}

.cse-stdy-dtl .stp-icn-wrap {
    width: 56px;
    height: 56px;
    border-radius: 24px;
    background: linear-gradient(135deg, #c64cb61a 0%, #014e5c14 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative
}

.cse-stdy-dtl .stp-icn-wrap::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 24px;
    background: linear-gradient(135deg, #C64CB6, #014E5C);
    opacity: 0;
    transition: opacity .35s ease-in-out;
    z-index: -1
}

.cse-stdy-dtl .stp-itm:hover .stp-icn-wrap::before {
    opacity: .15
}

.cse-stdy-dtl .stp-icn {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #C64CB6;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cse-stdy-dtl .stp-num {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    color: #014e5c0f
}

.cse-stdy-dtl .stp-ttl {
    font-size: 15px;
    line-height: 1.5;
    color: #014E5C;
    margin: 0 0 8px;
    font-weight: 700
}

.cse-stdy-dtl .stp-txt {
    font-size: 13px;
    line-height: 1.7;
    color: #014e5ccc;
    margin: 0
}

.cse-stdy-dtl .engmt-sec {
    padding: 72px 24px;
    background: #fff;
    border-top: 1px solid #014e5c1a
}

.cse-stdy-dtl .engmt-wrap {
    max-width: 520px;
    margin: 0 auto;
    text-align: center
}

.cse-stdy-dtl .engmt-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px
}

.cse-stdy-dtl .stat-blck {
    position: relative
}

.cse-stdy-dtl .stat-icn-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 7px;
    background: linear-gradient(135deg, #f4feb766 0%, #c64cb614 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cse-stdy-dtl .stat-blck:hover .stat-icn-wrap {
    transform: scale(1.08)
}

.cse-stdy-dtl .stat-icn-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #c64cb633, transparent);
    transition: left .45s ease-in-out
}

.cse-stdy-dtl .stat-blck:hover .stat-icn-wrap::before {
    left: 100%
}

.cse-stdy-dtl .stat-icn {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #C64CB6;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cse-stdy-dtl .stat-val {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #014E5C;
    margin: 0 0 8px
}

.cse-stdy-dtl .stat-lbl {
    font-size: 13px;
    line-height: 1.5;
    color: #014e5cb3;
    text-transform: uppercase;
    letter-spacing: .06em
}

.cse-stdy-dtl .engmt-actn {
    margin-top: 40px
}

.cse-stdy-dtl .btn-prmry {
    display: inline-block;
    padding: 16px 40px;
    background: #C64CB6;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: background .35s ease-in-out, transform .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s ease-in-out;
    box-shadow: 2px 1px 6px 0 #c64cb60f;
    position: relative;
    overflow: hidden
}

.cse-stdy-dtl .btn-prmry::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 40px;
    background: #fff3;
    transform: translate(-50%, -50%);
    transition: width .4s ease-in-out, height .4s ease-in-out
}

.cse-stdy-dtl .btn-prmry:hover::before {
    width: 300px;
    height: 300px
}

.cse-stdy-dtl .btn-prmry:hover {
    background: #B03EA5;
    transform: translateY(-2px);
    box-shadow: 2px 5px 25px 0 #c64cb617
}

.cse-stdy-dtl .btn-prmry:active {
    transform: translateY(0)
}

@media (max-width: 768px) {
    .cse-stdy-dtl .hdr-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cse-stdy-dtl .art-title {
        font-size: 45px
    }

    .cse-stdy-dtl .cntnt-inner h2 {
        font-size: 45px
    }

    .cse-stdy-dtl .intrctn-ttl {
        font-size: 45px
    }

    .cse-stdy-dtl .stps-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cse-stdy-dtl .engmt-stats {
        flex-direction: column;
        gap: 24px
    }

    .cse-stdy-dtl .stat-val {
        font-size: 45px
    }
}

.prtl {
    max-width: 1024px;
    margin: 0 auto;
    background: #fff
}

.prtl .lead-vis {
    display: flex;
    align-items: stretch;
    min-height: 520px;
    position: relative;
    margin-bottom: 72px;
    overflow: hidden
}

.prtl .lead-vis::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border: 1px solid #014e5c33;
    pointer-events: none;
    z-index: 2;
    border-radius: 3px
}

.prtl .lead-txt {
    flex: 1;
    padding: 72px 40px 72px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.prtl .lead-primary {
    font-size: 62px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 8px;
    font-weight: 700
}

.prtl .lead-secondary {
    font-size: 45px;
    line-height: 1.2;
    color: #C64CB6;
    margin: 0 0 24px;
    font-weight: 600
}

.prtl .lead-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0
}

.prtl .lead-img-wrap {
    flex: 1;
    position: relative;
    overflow: hidden
}

.prtl .lead-img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #014e5c66 0%, #014e5c00 60%);
    z-index: 1;
    pointer-events: none
}

.prtl .lead-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.prtl .outcome-zone {
    padding: 72px 40px;
    background: linear-gradient(147deg, #F4FEB7 0%, #fff 100%);
    margin-bottom: 72px;
    border-radius: 7px;
    box-shadow: 2px 5px 25px 0 #014e5c17
}

.prtl .outcome-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.prtl .outcome-hd {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 24px;
    font-weight: 700
}

.prtl .outcome-card {
    background: #fff;
    padding: 24px;
    border-radius: 13px;
    box-shadow: 2px 1px 6px 0 #c64cb60f;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.prtl .outcome-card:hover {
    transform: scale(1.04);
    box-shadow: 2px 10px 36px 0 #c64cb621
}

.prtl .outcome-card h4 {
    font-size: 15px;
    line-height: 1.5;
    color: #C64CB6;
    margin: 0 0 8px;
    font-weight: 600
}

.prtl .outcome-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.prtl .outcome-summary {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0;
    padding-left: 24px;
    border-left: 3px solid #C64CB6
}

.prtl .adapt-section {
    padding: 72px 40px;
    background: #fff;
    margin-bottom: 72px;
    position: relative
}

.prtl .adapt-hd {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 40px;
    font-weight: 700;
    text-align: center
}

.prtl .timeline-track {
    position: relative;
    padding: 24px 0
}

.prtl .timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #C64CB6 0%, #014E5C 100%);
    transform: translateY(-50%);
    z-index: 0
}

.prtl .timeline-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.prtl .timeline-point {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.prtl .timeline-dot {
    width: 16px;
    height: 16px;
    background: #C64CB6;
    border-radius: 40px;
    border: 3px solid #fff;
    box-shadow: 2px 1px 6px 0 #014e5c0f;
    flex-shrink: 0
}

.prtl .timeline-content {
    background: #fff;
    padding: 24px;
    border-radius: 13px;
    box-shadow: 2px 5px 25px 0 #014e5c17;
    width: 100%;
    max-width: 220px
}

.prtl .timeline-content h5 {
    font-size: 15px;
    line-height: 1.5;
    color: #014E5C;
    margin: 0 0 8px;
    font-weight: 600
}

.prtl .timeline-content p {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.prtl .demand-section {
    padding: 72px 40px;
    background: #fafffe;
    margin-bottom: 72px;
    border-radius: 24px;
    position: relative;
    overflow: hidden
}

.prtl .demand-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./site_graphics/project-2024-003.jpg);
    background-size: cover;
    background-position: center;
    opacity: .08;
    filter: blur(4px);
    z-index: 0;
    pointer-events: none
}

.prtl .demand-inner {
    position: relative;
    z-index: 1
}

.prtl .demand-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start
}

.prtl .demand-txt-area {
    flex: 2
}

.prtl .demand-hd {
    font-size: 45px;
    line-height: 1.2;
    background: linear-gradient(147deg, #C64CB6 0%, #014E5C 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 24px;
    font-weight: 700
}

.prtl .demand-blocks {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prtl .demand-item {
    display: flex;
    gap: 16px;
    align-items: flex-start
}

.prtl .demand-marker {
    width: 6px;
    height: 6px;
    background: #C64CB6;
    border-radius: 40px;
    margin-top: 8px;
    flex-shrink: 0
}

.prtl .demand-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0
}

.prtl .demand-stats {
    flex: 1;
    background: #fff;
    padding: 24px;
    border-radius: 13px;
    box-shadow: 2px 5px 25px 0 #c64cb617;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prtl .stat-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prtl .stat-label {
    font-size: 13px;
    line-height: 1.5;
    color: #014E5C;
    margin: 0;
    font-weight: 600
}

.prtl .stat-bar-wrap {
    background: #f4feb74d;
    height: 8px;
    border-radius: 40px;
    overflow: hidden;
    position: relative
}

.prtl .stat-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #C64CB6 0%, #014E5C 100%);
    border-radius: 40px;
    transition: width .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.prtl .stat-bar-fill.w-85 {
    width: 85%
}

.prtl .stat-bar-fill.w-92 {
    width: 92%
}

.prtl .stat-bar-fill.w-78 {
    width: 78%
}

.prtl .stat-value {
    font-size: 13px;
    line-height: 1.5;
    color: #3a3a3a;
    margin: 0
}

.prtl .recognition-section {
    padding: 72px 40px;
    background: #fff;
    margin-bottom: 0
}

.prtl .recognition-hd {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 40px;
    font-weight: 700
}

.prtl .recognition-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px
}

.prtl .recognition-card {
    background: #fafffe;
    padding: 24px;
    border-radius: 13px;
    border: 1px solid #014e5c1a;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    animation: fadeInUp .4s ease-in-out forwards
}

.prtl .recognition-card:nth-child(1) {
    animation-delay: .1s
}

.prtl .recognition-card:nth-child(2) {
    animation-delay: .2s
}

.prtl .recognition-card:nth-child(3) {
    animation-delay: .3s
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.prtl .recognition-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 2px 1px 6px 0 #014e5c0f
}

.prtl .recognition-card h5 {
    font-size: 15px;
    line-height: 1.5;
    color: #C64CB6;
    margin: 0;
    font-weight: 600
}

.prtl .recognition-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.prtl .recognition-footer {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: linear-gradient(147deg, #f4feb733 0%, #fff0 100%);
    border-radius: 7px
}

.prtl .recognition-portrait {
    width: 80px;
    height: 107px;
    object-fit: cover;
    object-position: top;
    border-radius: 40px;
    box-shadow: 2px 1px 6px 0 #c64cb60f;
    flex-shrink: 0
}

.prtl .recognition-quote {
    flex: 1
}

.prtl .recognition-quote p {
    font-size: 13px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0 0 8px
}

.prtl .recognition-quote cite {
    font-size: 13px;
    line-height: 1.5;
    color: #014E5C;
    font-style: normal;
    font-weight: 600
}

.prtl .highlight-term {
    background: #c64cb626;
    padding: 2px 6px;
    border-radius: 3px;
    color: #014E5C;
    font-weight: 600
}

@media (max-width: 768px) {
    .prtl .lead-vis {
        flex-direction: column;
        min-height: auto
    }

    .prtl .lead-txt {
        padding: 40px 24px
    }

    .prtl .lead-primary {
        font-size: 45px
    }

    .prtl .lead-secondary {
        font-size: 32px
    }

    .prtl .lead-img-wrap {
        min-height: 300px
    }

    .prtl .outcome-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .prtl .outcome-zone,
    .prtl .adapt-section,
    .prtl .demand-section,
    .prtl .recognition-section {
        padding: 40px 24px
    }

    .prtl .outcome-hd,
    .prtl .adapt-hd,
    .prtl .demand-hd,
    .prtl .recognition-hd {
        font-size: 32px
    }

    .prtl .timeline-items {
        flex-direction: column;
        gap: 40px
    }

    .prtl .timeline-line {
        width: 3px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }

    .prtl .timeline-content {
        max-width: 100%
    }

    .prtl .demand-layout {
        flex-direction: column
    }

    .prtl .recognition-grid {
        grid-template-columns: 1fr
    }

    .prtl .recognition-footer {
        flex-direction: column;
        text-align: center
    }
}

.abt-us {
    max-width: 1024px;
    margin: 0 auto;
    background: #fff;
    color: #1a1a1a;
    position: relative;
    overflow-x: clip
}

.abt-us .split-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    position: relative;
    margin-bottom: 72px
}

.abt-us .split-intro::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #C64CB6 0%, #014E5C 100%)
}

.abt-us .split-left {
    background: linear-gradient(135deg, #C64CB6 0%, #014E5C 100%);
    padding: 72px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.abt-us .split-right {
    background: #F4FEB7;
    padding: 72px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.abt-us .intro-heading {
    font-size: 62px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px
}

.abt-us .intro-heading .gradient-word {
    background: linear-gradient(90deg, #F4FEB7 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt-us .intro-text {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffeb;
    margin: 0
}

.abt-us .intro-detail {
    font-size: 15px;
    line-height: 1.7;
    color: #014E5C;
    margin: 0
}

.abt-us .corner-strokes {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .corner-strokes span {
    display: block;
    height: 2px;
    background: #fff6
}

.abt-us .corner-strokes span:nth-child(1) {
    width: 40px
}

.abt-us .corner-strokes span:nth-child(2) {
    width: 56px
}

.abt-us .corner-strokes span:nth-child(3) {
    width: 32px
}

.abt-us .team-showcase {
    padding: 72px 40px;
    background: #fff;
    position: relative;
    margin-bottom: 72px
}

.abt-us .team-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #C64CB6;
    border-radius: 3px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.abt-us .showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 40px;
    align-items: start;
    max-width: 920px;
    margin: 0 0 0 auto
}

.abt-us .side-card {
    background: linear-gradient(135deg, #014e5c0d 0%, #c64cb60d 100%);
    padding: 40px 24px;
    border-radius: 13px;
    box-shadow: 2px 5px 25px 0 #014e5c17;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .side-card:hover {
    transform: translateY(-8px);
    box-shadow: 2px 10px 36px 0 #014e5c21
}

.abt-us .center-card {
    background: linear-gradient(180deg, #014E5C 0%, #C64CB6 100%);
    padding: 56px 40px;
    border-radius: 24px;
    box-shadow: 2px 10px 36px 0 #c64cb621;
    position: relative;
    overflow: hidden
}

.abt-us .center-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #f4feb726 0%, transparent 70%);
    pointer-events: none
}

.abt-us .card-heading {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #014E5C
}

.abt-us .center-card .card-heading {
    background: linear-gradient(135deg, #F4FEB7 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt-us .card-text {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0
}

.abt-us .center-card .card-text {
    color: #ffffffe6
}

.abt-us .portrait-wrapper {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 7px;
    margin: 0 auto 24px;
    box-shadow: 2px 5px 25px 0 #c64cb617
}

.abt-us .portrait-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.abt-us .member-name {
    font-size: 15px;
    line-height: 1.5;
    color: #014E5C;
    margin: 0 0 8px;
    font-weight: 600;
    text-align: center
}

.abt-us .member-role {
    font-size: 13px;
    line-height: 1.5;
    color: #C64CB6;
    margin: 0;
    text-align: center
}

.abt-us .data-driven {
    padding: 72px 40px;
    background: url(./site_graphics/project-2021-007a.jpg) center/cover no-repeat;
    position: relative;
    margin-bottom: 72px
}

.abt-us .data-driven::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #014e5cf0 0%, #c64cb6eb 100%);
    mix-blend-mode: multiply;
    pointer-events: none
}

.abt-us .data-content {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 auto
}

.abt-us .data-header {
    text-align: center;
    margin-bottom: 56px
}

.abt-us .data-heading {
    font-size: 45px;
    line-height: 1.2;
    color: #F4FEB7;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.abt-us .data-heading::before,
.abt-us .data-heading::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #F4FEB7;
    border-radius: 40px;
    opacity: 0;
    animation: icon-pulse 2.1s cubic-bezier(0.34, 1.2, 0.64, 1) infinite
}

.abt-us .data-heading::after {
    animation-delay: .15s
}

@keyframes icon-pulse {

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

    50% {
        opacity: 1;
        transform: scale(1.2)
    }
}

.abt-us .data-intro {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffe0;
    margin: 0;
    text-align: center
}

.abt-us .metrics-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff14;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 2px 5px 25px 0 #c64cb617
}

.abt-us .metrics-table thead {
    background: #f4feb71f
}

.abt-us .metrics-table th {
    padding: 16px 24px;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    color: #F4FEB7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-bottom: 2px solid #f4feb733
}

.abt-us .metrics-table td {
    padding: 16px 24px;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffffe6;
    border-bottom: 1px solid #ffffff14
}

.abt-us .metrics-table tbody tr {
    transition: background .35s ease-in-out
}

.abt-us .metrics-table tbody tr:nth-child(odd) {
    background: #ffffff0a
}

.abt-us .metrics-table tbody tr:hover {
    background: #f4feb714
}

.abt-us .metrics-table tbody tr:last-child td {
    border-bottom: none
}

.abt-us .metric-value {
    font-weight: 600;
    color: #F4FEB7
}

.abt-us .visual-gallery {
    padding: 72px 40px;
    background: linear-gradient(180deg, #fff 0%, #f4feb726 100%);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    animation: section-reveal .95s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

@keyframes section-reveal {
    from {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%)
    }
}

.abt-us .gallery-heading {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 40px;
    text-align: left;
    position: relative;
    padding-left: 24px
}

.abt-us .gallery-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 72px;
    background: linear-gradient(180deg, #C64CB6 0%, #014E5C 100%);
    border-radius: 40px
}

.abt-us .gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 40px
}

.abt-us .gallery-item {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    box-shadow: 2px 1px 6px 0 #014e5c0f;
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .gallery-item:hover {
    transform: scale(1.08);
    box-shadow: 2px 10px 36px 0 #c64cb621;
    z-index: 2
}

.abt-us .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .4s ease-in-out
}

.abt-us .gallery-item:hover img {
    opacity: .88
}

.abt-us .gallery-description {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0;
    text-align: left
}

.abt-us .typewriter-container {
    display: inline-block;
    position: relative
}

.abt-us .typewriter-text {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #F4FEB7;
    animation: typing 3.2s steps(28, end) forwards, blink .75s step-end infinite
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

@media (max-width: 768px) {
    .abt-us .split-intro {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .abt-us .split-left,
    .abt-us .split-right {
        padding: 56px 24px
    }

    .abt-us .intro-heading {
        font-size: 45px
    }

    .abt-us .showcase-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abt-us .center-card {
        padding: 40px 24px
    }

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

    .abt-us .metrics-table {
        font-size: 13px
    }

    .abt-us .metrics-table th,
    .abt-us .metrics-table td {
        padding: 12px 16px
    }

    .abt-us .team-showcase,
    .abt-us .data-driven,
    .abt-us .visual-gallery {
        padding: 56px 24px
    }
}

.cs-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    background: #fff
}

.cs-page .hero-intro {
    position: relative;
    text-align: center;
    padding: 72px 24px;
    overflow: hidden;
    background: linear-gradient(142deg, #fff 0%, #f4feb726 100%)
}

.cs-page .hero-intro::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 15%;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, #c64cb614 0%, transparent 70%);
    filter: blur(60px);
    pointer-events: none
}

.cs-page .hero-intro::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: 20%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, #014e5c0f 0%, transparent 70%);
    filter: blur(70px);
    pointer-events: none
}

.cs-page .hero-text-wrap {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto 40px
}

.cs-page .hero-intro h1 {
    font-size: 62px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #014E5C;
    font-weight: 700
}

.cs-page .hero-intro p {
    font-size: 15px;
    line-height: 1.7;
    color: #014e5cbf;
    margin: 0 0 40px
}

.cs-page .hero-visual {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 2px 10px 36px 0 #c64cb621
}

.cs-page .hero-visual img {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.cs-page .hero-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35%;
    background: linear-gradient(180deg, #014e5c66 0%, transparent 100%);
    z-index: 1;
    pointer-events: none
}

.cs-page .studies-grid-zone {
    padding: 72px 24px;
    background: #fff
}

.cs-page .studies-grid-zone h2 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #014E5C;
    font-weight: 700
}

.cs-page .studies-grid-zone>p {
    font-size: 15px;
    line-height: 1.7;
    color: #014e5cb3;
    margin: 0 0 40px;
    max-width: 640px
}

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

.cs-page .study-card {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    padding: 24px;
    background: #fff;
    border-radius: 13px;
    border: 1px solid #014e5c1a;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative;
    overflow: hidden
}

.cs-page .study-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #C64CB6 0%, #014E5C 100%);
    transition: height .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cs-page .study-card:hover::before {
    height: 100%
}

.cs-page .study-card:hover {
    box-shadow: 2px 10px 36px 0 #c64cb621;
    transform: translateY(-4px)
}

.cs-page .card-img-wrap {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    width: 280px;
    height: 210px
}

.cs-page .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s ease-in-out
}

.cs-page .study-card:hover .card-img-wrap img {
    transform: scale(1.06)
}

.cs-page .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.cs-page .card-meta-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 16px
}

.cs-page .tag-badge {
    display: inline-block;
    padding: 8px 16px;
    background: #c64cb614;
    color: #C64CB6;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

.cs-page .cat-badge {
    display: inline-block;
    padding: 8px 16px;
    background: #014e5c14;
    color: #014E5C;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 40px;
    font-weight: 600
}

.cs-page .card-body h3 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #014E5C;
    font-weight: 700
}

.cs-page .card-body h3 a {
    color: inherit;
    text-decoration: none;
    background: linear-gradient(142deg, #C64CB6 0%, #014E5C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: opacity .35s ease-in-out
}

.cs-page .card-body h3 a:hover {
    opacity: .75
}

.cs-page .card-body p {
    font-size: 15px;
    line-height: 1.7;
    color: #014e5cb3;
    margin: 0 0 24px
}

.cs-page .card-meta-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #014e5c1a
}

.cs-page .author-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #014e5ca6
}

.cs-page .author-info strong {
    color: #014E5C;
    font-weight: 600
}

.cs-page .read-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    line-height: 1.5;
    color: #014e5ca6
}

.cs-page .read-stats span {
    display: flex;
    align-items: center;
    gap: 8px
}

.cs-page .icon-time {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative
}

.cs-page .icon-time::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    top: 0;
    left: 0
}

.cs-page .icon-time::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 6px;
    background: currentColor;
    top: 3px;
    left: 7px
}

.cs-page .icon-like {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative
}

.cs-page .icon-like::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 50% 50% 0 0;
    top: 2px;
    left: 0;
    transform: rotate(-45deg);
    transform-origin: bottom right
}

.cs-page .icon-like::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 50% 50% 0 0;
    top: 2px;
    right: 0;
    transform: rotate(45deg);
    transform-origin: bottom left
}

.cs-page .insight-metrics {
    padding: 72px 24px;
    background: linear-gradient(142deg, #014e5c0a 0%, #fff 100%);
    position: relative
}

.cs-page .insight-metrics::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #014e5c26 50%, transparent 100%);
    pointer-events: none
}

.cs-page .insight-metrics::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #C64CB6;
    border-radius: 50%;
    pointer-events: none
}

.cs-page .metrics-inner {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.cs-page .metrics-inner h2 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 40px;
    color: #014E5C;
    font-weight: 700;
    text-align: center
}

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

.cs-page .metric-item {
    text-align: center;
    padding: 40px 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 2px 1px 6px 0 #c64cb60f;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative;
    overflow: hidden
}

.cs-page .metric-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #C64CB6 0%, #014E5C 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cs-page .metric-item:hover::before {
    transform: scaleX(1)
}

.cs-page .metric-item:hover {
    box-shadow: 2px 5px 25px 0 #c64cb617;
    transform: translateY(-6px)
}

.cs-page .metric-num-wrap {
    position: relative;
    display: inline-block;
    margin: 0 0 16px
}

.cs-page .metric-num {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    background: linear-gradient(142deg, #C64CB6 0%, #014E5C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block
}

.cs-page .metric-circle {
    position: absolute;
    top: -12px;
    right: -20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #c64cb61f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #C64CB6
}

.cs-page .metric-item h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 8px;
    color: #014E5C;
    font-weight: 600
}

.cs-page .metric-item p {
    font-size: 13px;
    line-height: 1.7;
    color: #014e5ca6;
    margin: 0
}

.cs-page .expert-spotlight {
    padding: 72px 24px;
    background: #fff;
    position: relative
}

.cs-page .expert-spotlight::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 24px;
    width: 120px;
    height: 120px;
    border: 2px solid #c64cb626;
    border-radius: 3px;
    pointer-events: none
}

.cs-page .expert-spotlight::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 24px;
    width: 120px;
    height: 120px;
    border-left: 3px solid #C64CB6;
    border-top: 3px solid #C64CB6;
    border-radius: 3px;
    pointer-events: none
}

.cs-page .expert-inner {
    max-width: 880px;
    margin: 0 0 0 auto;
    padding-left: 72px
}

.cs-page .expert-inner h2 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 40px;
    color: #014E5C;
    font-weight: 700
}

.cs-page .expert-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
    align-items: start
}

.cs-page .expert-portrait {
    position: relative;
    width: 240px;
    height: 300px;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 2px 5px 25px 0 #014e5c17
}

.cs-page .expert-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.cs-page .expert-text h3 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #014E5C;
    font-weight: 700
}

.cs-page .expert-text .role-label {
    font-size: 15px;
    line-height: 1.5;
    color: #C64CB6;
    margin: 0 0 24px;
    font-weight: 600
}

.cs-page .expert-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #014e5cb3;
    margin: 0 0 16px
}

.cs-page .expert-text p:last-child {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .cs-page .hero-intro {
        padding: 40px 16px
    }

    .cs-page .hero-intro h1 {
        font-size: 45px
    }

    .cs-page .studies-grid-zone {
        padding: 40px 16px
    }

    .cs-page .studies-grid-zone h2 {
        font-size: 45px
    }

    .cs-page .study-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px
    }

    .cs-page .card-img-wrap {
        width: 100%;
        height: 240px
    }

    .cs-page .card-body h3 {
        font-size: 45px
    }

    .cs-page .card-meta-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .cs-page .insight-metrics {
        padding: 40px 16px
    }

    .cs-page .metrics-inner h2 {
        font-size: 45px
    }

    .cs-page .metrics-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .cs-page .expert-spotlight {
        padding: 40px 16px
    }

    .cs-page .expert-inner {
        padding-left: 0;
        margin: 0
    }

    .cs-page .expert-inner h2 {
        font-size: 45px
    }

    .cs-page .expert-layout {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cs-page .expert-portrait {
        width: 100%;
        height: 360px
    }

    .cs-page .expert-text h3 {
        font-size: 45px
    }

    .cs-page .expert-spotlight::before,
    .cs-page .expert-spotlight::after {
        display: none
    }
}

.how-wks {
    max-width: 1024px;
    margin: 0 auto;
    background: #fff
}

.how-wks .manifesto-split {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 420px;
    position: relative;
    padding: 40px 0;
    gap: 0;
    overflow: hidden
}

.how-wks .manifesto-split::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    border: 1px solid #014e5c26;
    pointer-events: none;
    z-index: 2
}

.how-wks .manifesto-split::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border: 1px solid #c64cb61f;
    pointer-events: none;
    z-index: 2
}

.how-wks .image-half {
    flex: 1;
    position: relative;
    overflow: hidden
}

.how-wks .image-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(0.15) saturate(0.85) brightness(1.05) hue-rotate(185deg)
}

.how-wks .text-half {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px;
    background: linear-gradient(127deg, #fff 0%, #f4feb714 100%);
    position: relative
}

.how-wks .text-half h1 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #014E5C;
    letter-spacing: -.02em
}

.how-wks .text-half p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 16px;
    color: #2a2a2a
}

.how-wks .text-half p:last-of-type {
    margin-bottom: 0
}

.how-wks .pathway-visual {
    padding: 72px 40px;
    background: #014E5C;
    position: relative;
    overflow: hidden
}

.how-wks .pathway-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(217deg, #c64cb61c 0%, transparent 68%);
    pointer-events: none;
    z-index: 1
}

.how-wks .pathway-container {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.how-wks .pathway-intro {
    text-align: center;
    margin-bottom: 72px
}

.how-wks .pathway-intro h2 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 24px;
    background: linear-gradient(97deg, #F4FEB7 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.how-wks .pathway-intro p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    color: #ffffffde
}

.how-wks .stages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 72px
}

.how-wks .stage-card {
    background: #ffffff0a;
    padding: 40px;
    border-radius: 13px;
    border: 1px solid #f4feb724;
    position: relative;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), background .38s ease-in-out
}

.how-wks .stage-card:hover {
    transform: translateY(-4px);
    background: #ffffff12;
    box-shadow: 2px 10px 36px 0 #c64cb621
}

.how-wks .stage-num {
    font-size: 62px;
    line-height: 1;
    color: #c64cb647;
    margin: 0 0 16px;
    font-weight: 700
}

.how-wks .stage-card h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 16px;
    color: #F4FEB7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em
}

.how-wks .stage-card p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    color: #ffffffcf
}

.how-wks .expert-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center
}

.how-wks .expert-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    background: #ffffff0f;
    padding: 24px;
    border-radius: 40px;
    border: 1px solid #f4feb71f;
    transition: background .35s ease-in-out, border-color .35s ease-in-out
}

.how-wks .expert-profile:hover {
    background: #ffffff17;
    border-color: #f4feb738
}

.how-wks .expert-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #c64cb63d
}

.how-wks .expert-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.how-wks .expert-info h4 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 8px;
    color: #F4FEB7;
    font-weight: 600
}

.how-wks .expert-info p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    color: #ffffffc2
}

.how-wks .detailed-flow {
    padding: 72px 40px;
    background: #fff;
    position: relative
}

.how-wks .detailed-flow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 24px solid #014E5C
}

.how-wks .flow-wrapper {
    max-width: 880px;
    margin: 0 auto
}

.how-wks .flow-header {
    margin-bottom: 72px;
    text-align: left
}

.how-wks .flow-header h2 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #014E5C
}

.how-wks .flow-header p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    color: #3a3a3a;
    max-width: 620px
}

.how-wks .phases-list {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.how-wks .phase-block {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
    padding: 40px;
    background: linear-gradient(112deg, #c64cb608 0%, #014e5c0a 100%);
    border-radius: 7px;
    border-left: 4px solid #C64CB6;
    position: relative;
    transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.how-wks .phase-block:hover {
    transform: scale(1.01);
    box-shadow: 2px 5px 25px 0 #014e5c17
}

.how-wks .phase-visual {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    height: 100%;
    min-height: 200px
}

.how-wks .phase-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .42s ease-in-out
}

.how-wks .phase-block:hover .phase-visual img {
    transform: scale(1.06)
}

.how-wks .phase-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #014e5ceb;
    color: #fff;
    padding: 16px;
    font-size: 13px;
    line-height: 1.5;
    transform: translateY(100%);
    transition: transform .37s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.how-wks .phase-block:hover .phase-caption {
    transform: translateY(0)
}

.how-wks .phase-details h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 16px;
    color: #C64CB6;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em
}

.how-wks .phase-details p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 16px;
    color: #2a2a2a
}

.how-wks .phase-details p:last-child {
    margin-bottom: 0
}

.how-wks .metric-strip {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 24px
}

.how-wks .metric-item {
    flex: 1;
    padding: 16px;
    background: #f4feb72e;
    border-radius: 3px;
    text-align: center;
    transition: background .33s ease-in-out
}

.how-wks .metric-item:hover {
    background: #f4feb747
}

.how-wks .metric-value {
    font-size: 15px;
    line-height: 1.2;
    color: #014E5C;
    font-weight: 700;
    margin: 0 0 8px
}

.how-wks .metric-label {
    font-size: 13px;
    line-height: 1.5;
    color: #3a3a3a;
    margin: 0
}

.how-wks .callout-frame {
    margin-top: 72px;
    padding: 40px;
    background: #014E5C;
    border-radius: 24px;
    position: relative;
    overflow: hidden
}

.how-wks .callout-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(146deg, transparent 0%, #c64cb624 100%);
    pointer-events: none;
    animation: gradient-shift 18s linear infinite
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(146deg, transparent 0%, #c64cb624 100%)
    }

    50% {
        background: linear-gradient(206deg, transparent 0%, #c64cb624 100%)
    }

    100% {
        background: linear-gradient(146deg, transparent 0%, #c64cb624 100%)
    }
}

.how-wks .callout-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 auto;
    text-align: center
}

.how-wks .callout-content blockquote {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px;
    color: #fff;
    font-style: italic;
    border: none;
    padding: 0
}

.how-wks .callout-content cite {
    font-size: 13px;
    line-height: 1.5;
    color: #f4feb7eb;
    font-style: normal;
    display: block
}

.how-wks .center-ornament {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #c64cb64d 50%, transparent 100%);
    position: relative;
    margin: 72px 0
}

.how-wks .center-ornament::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #C64CB6;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #c64cb633
}

.how-wks .expand-interact {
    display: inline-block;
    padding: 16px 40px;
    background: #C64CB6;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: transform .39s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .39s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative;
    overflow: hidden
}

.how-wks .expand-interact::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #fff3;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width .44s cubic-bezier(0.34, 1.2, 0.64, 1), height .44s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.how-wks .expand-interact:hover::before {
    width: 300px;
    height: 300px
}

.how-wks .expand-interact:hover {
    transform: scaleX(1.08);
    box-shadow: 2px 5px 25px 0 #c64cb617
}

.how-wks .expand-interact:active {
    transform: scaleX(1.04)
}

@media (max-width: 768px) {
    .how-wks .manifesto-split {
        flex-direction: column;
        min-height: auto
    }

    .how-wks .image-half {
        min-height: 280px
    }

    .how-wks .text-half {
        padding: 40px 24px
    }

    .how-wks .text-half h1 {
        font-size: 45px
    }

    .how-wks .pathway-visual {
        padding: 40px 24px
    }

    .how-wks .pathway-intro h2 {
        font-size: 45px
    }

    .how-wks .stages-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .how-wks .stage-card {
        padding: 24px
    }

    .how-wks .expert-showcase {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .how-wks .detailed-flow {
        padding: 40px 24px
    }

    .how-wks .flow-header h2 {
        font-size: 45px
    }

    .how-wks .phase-block {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px
    }

    .how-wks .metric-strip {
        flex-direction: column;
        gap: 16px
    }

    .how-wks .callout-frame {
        padding: 24px;
        margin-top: 40px
    }
}

.svc-page {
    max-width: 1024px;
    margin: 0 auto;
    background: #fff
}

.svc-page .opening-banner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 40px 24px;
    gap: 40px;
    position: relative;
    background: linear-gradient(127deg, #c44cb60a 0%, #014e5c08 100%)
}

.svc-page .opening-banner::before,
.svc-page .opening-banner::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #c44cb64d
}

.svc-page .opening-banner::before {
    top: 24px;
    left: 8px;
    border-right: none;
    border-bottom: none;
    border-radius: 3px 0 0 0
}

.svc-page .opening-banner::after {
    bottom: 24px;
    left: 8px;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 3px
}

.svc-page .opening-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.svc-page .opening-text h1 {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0;
    font-weight: 700
}

.svc-page .opening-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #014e5ccc;
    margin: 0;
    padding-left: 16px;
    border-left: 3px solid #C64CB6
}

.svc-page .opening-visual {
    width: 280px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 2px 5px 25px 0 #c44cb617
}

.svc-page .opening-visual::before,
.svc-page .opening-visual::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border: 2px solid #f4feb7cc;
    z-index: 2
}

.svc-page .opening-visual::before {
    top: 16px;
    right: 16px;
    border-left: none;
    border-bottom: none;
    border-radius: 0 7px 0 0
}

.svc-page .opening-visual::after {
    bottom: 16px;
    right: 16px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 7px 0
}

.svc-page .opening-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: relative;
    filter: brightness(0.92)
}

.svc-page .opening-visual::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 30%, #c44cb626 100%);
    pointer-events: none
}

.svc-page .core-offerings {
    padding: 72px 24px;
    background: #fff;
    position: relative
}

.svc-page .core-offerings::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, #014e5c05 0%, transparent 100%);
    filter: blur(24px);
    pointer-events: none
}

.svc-page .core-offerings h2 {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 40px;
    text-align: center;
    font-weight: 700
}

.svc-page .offerings-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    gap: 24px;
    margin-bottom: 40px
}

.svc-page .offering-card {
    background: linear-gradient(135deg, #f4feb714 0%, #c44cb60a 100%);
    padding: 24px;
    border-radius: 13px;
    border: 1px solid #014e5c14;
    position: relative;
    overflow: hidden;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: 2px 1px 6px 0 #014e5c0f
}

.svc-page .offering-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: repeating-linear-gradient(45deg, transparent, transparent 8px, #c44cb608 8px, #c44cb608 16px);
    opacity: 0;
    transition: opacity .4s ease-in-out;
    pointer-events: none;
    z-index: 0
}

.svc-page .offering-card:hover::before {
    opacity: 1
}

.svc-page .offering-card:hover {
    box-shadow: 2px 10px 36px 0 #c44cb621
}

.svc-page .offering-card h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #C64CB6;
    margin: 0 0 16px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.svc-page .offering-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #014e5cbf;
    margin: 0;
    position: relative;
    z-index: 1
}

.svc-page .offering-card .card-number {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: #c44cb61f;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #C64CB6;
    z-index: 1
}

.svc-page .price-matrix {
    padding: 72px 24px;
    background: linear-gradient(180deg, #014e5c05 0%, #f4feb714 100%);
    position: relative
}

.svc-page .price-matrix::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1" fill="%23014E5C" opacity="0.03"/></svg>');
    background-repeat: repeat;
    pointer-events: none;
    opacity: .4
}

.svc-page .price-matrix h2 {
    font-size: 45px;
    line-height: 1.2;
    background: linear-gradient(127deg, #C64CB6 0%, #014E5C 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 8px;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.svc-page .price-matrix .matrix-subtitle {
    font-size: 15px;
    line-height: 1.5;
    color: #014e5cb3;
    text-align: center;
    margin: 0 0 40px;
    position: relative;
    z-index: 1
}

.svc-page .pricing-table-wrapper {
    overflow-x: auto;
    position: relative;
    z-index: 1;
    border-radius: 13px;
    box-shadow: 2px 5px 25px 0 #014e5c17
}

.svc-page .pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 13px;
    overflow: hidden
}

.svc-page .pricing-table thead {
    background: linear-gradient(127deg, #C64CB6 0%, #014E5C 100%)
}

.svc-page .pricing-table thead th {
    padding: 16px 24px;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #f4feb733
}

.svc-page .pricing-table thead th:first-child {
    border-radius: 13px 0 0 0
}

.svc-page .pricing-table thead th:last-child {
    border-radius: 0 13px 0 0;
    text-align: center
}

.svc-page .pricing-table tbody tr {
    transition: background .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.svc-page .pricing-table tbody tr:hover {
    background: #f4feb71f
}

.svc-page .pricing-table tbody td {
    padding: 16px 24px;
    font-size: 13px;
    line-height: 1.7;
    color: #014e5cd9;
    border-bottom: 1px solid #014e5c0f
}

.svc-page .pricing-table tbody tr:last-child td {
    border-bottom: none
}

.svc-page .pricing-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 13px
}

.svc-page .pricing-table tbody tr:last-child td:last-child {
    border-radius: 0 0 13px 0
}

.svc-page .pricing-table tbody td:first-child {
    font-weight: 600;
    color: #014E5C
}

.svc-page .pricing-table tbody td:nth-child(2),
.svc-page .pricing-table tbody td:nth-child(3) {
    color: #014e5cbf
}

.svc-page .pricing-table tbody td:last-child {
    text-align: center;
    font-weight: 700;
    color: #C64CB6
}

.svc-page .expert-profiles {
    padding: 72px 24px;
    background: #fff;
    position: relative
}

.svc-page .expert-profiles::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(0deg, #c44cb605 0%, transparent 100%);
    filter: blur(24px);
    pointer-events: none
}

.svc-page .expert-profiles h2 {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 40px;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.svc-page .profiles-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1
}

.svc-page .profile-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.svc-page .profile-portrait {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 1px 6px 0 #014e5c0f;
    transition: box-shadow .42s ease-in-out
}

.svc-page .profile-portrait:hover {
    box-shadow: 2px 10px 36px 0 #014e5c21
}

.svc-page .profile-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.svc-page .profile-portrait:hover img {
    transform: scale(1.04)
}

.svc-page .profile-portrait::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 30%, transparent 40%, #014e5c33 100%);
    pointer-events: none
}

.svc-page .profile-info h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #014E5C;
    margin: 0;
    font-weight: 600
}

.svc-page .profile-info .role {
    font-size: 13px;
    line-height: 1.5;
    color: #C64CB6;
    margin: 0 0 8px;
    font-weight: 500
}

.svc-page .profile-info p {
    font-size: 13px;
    line-height: 1.7;
    color: #014e5cbf;
    margin: 0
}

@media (max-width: 768px) {
    .svc-page .opening-banner {
        flex-direction: column;
        padding: 24px 16px;
        gap: 24px
    }

    .svc-page .opening-visual {
        width: 100%;
        aspect-ratio: 16/9
    }

    .svc-page .opening-text h1 {
        font-size: 62px
    }

    .svc-page .offerings-grid {
        grid-template-columns: 1fr
    }

    .svc-page .core-offerings,
    .svc-page .price-matrix,
    .svc-page .expert-profiles {
        padding: 40px 16px
    }

    .svc-page .core-offerings h2,
    .svc-page .price-matrix h2,
    .svc-page .expert-profiles h2 {
        font-size: 62px
    }

    .svc-page .profiles-container {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .svc-page .pricing-table-wrapper {
        overflow-x: scroll
    }

    .svc-page .pricing-table {
        min-width: 600px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .svc-page .offerings-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .svc-page .profiles-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

.reach-out {
    max-width: 1024px;
    margin: 0 auto;
    background: #fff
}

.reach-out .intro-band {
    background: linear-gradient(127deg, #C64CB6 0%, #014E5C 100%);
    padding: 40px 24px;
    position: relative;
    overflow: hidden
}

.reach-out .intro-band::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    width: 72px;
    height: 72px;
    border-top: 2px solid #f4feb766;
    border-left: 2px solid #f4feb766;
    border-radius: 3px
}

.reach-out .intro-band::after {
    content: '';
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 72px;
    height: 72px;
    border-bottom: 2px solid #f4feb766;
    border-right: 2px solid #f4feb766;
    border-radius: 3px
}

.reach-out .intro-band h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -.02em
}

.reach-out .intro-band .tagline {
    font-size: 15px;
    line-height: 1.5;
    color: #F4FEB7;
    margin: 0;
    max-width: 640px
}

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

.reach-out .divider-dots .dot-row {
    display: flex;
    gap: 16px
}

.reach-out .divider-dots .dot {
    width: 3px;
    height: 3px;
    background: #014e5c4d;
    border-radius: 999px
}

.reach-out .contact-grid {
    padding: 72px 24px;
    background: #fff;
    position: relative
}

.reach-out .contact-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #c64cb626 20%, #c64cb626 80%, transparent 100%);
    transform: translateX(-50%) rotate(2deg)
}

.reach-out .contact-grid h2 {
    font-size: 45px;
    line-height: 1.2;
    background: linear-gradient(95deg, #C64CB6 0%, #014E5C 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 40px
}

.reach-out .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.reach-out .info-card {
    background: #f4feb71f;
    padding: 24px;
    border-radius: 13px;
    border: 1px solid #014e5c14;
    box-shadow: 2px 5px 25px 0 #c64cb617;
    transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1);
    animation: shadow-grow .8s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

@keyframes shadow-grow {
    from {
        box-shadow: 2px 1px 6px 0 #c64cb600
    }

    to {
        box-shadow: 2px 5px 25px 0 #c64cb617
    }
}

.reach-out .info-card:hover {
    transform: translateY(-4px);
    box-shadow: 2px 10px 36px 0 #c64cb621
}

.reach-out .info-card h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #014E5C;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px
}

.reach-out .info-card h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #C64CB6;
    border-radius: 999px;
    flex-shrink: 0
}

.reach-out .info-card .detail {
    font-size: 13px;
    line-height: 1.7;
    color: #1a1a2e;
    margin: 0
}

.reach-out .info-card a {
    color: #014E5C;
    text-decoration: none;
    transition: color .3s ease-in-out
}

.reach-out .info-card a:hover {
    color: #C64CB6
}

.reach-out .wide-card {
    grid-column: 1 / -1;
    background: #c64cb60f;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #c64cb61f
}

.reach-out .wide-card h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #014E5C;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px
}

.reach-out .wide-card h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #C64CB6;
    border-radius: 999px;
    flex-shrink: 0
}

.reach-out .wide-card .detail {
    font-size: 13px;
    line-height: 1.7;
    color: #1a1a2e;
    margin: 0
}

.reach-out .resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px
}

.reach-out .resource-item {
    background: #fff;
    padding: 16px;
    border-radius: 7px;
    border: 1px solid #014e5c26;
    transition: border-color .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.reach-out .resource-item:hover {
    border-color: #C64CB6
}

.reach-out .resource-item .res-label {
    font-size: 13px;
    line-height: 1.5;
    color: #014E5C;
    margin: 0 0 8px;
    font-weight: 600
}

.reach-out .resource-item .res-meta {
    font-size: 13px;
    line-height: 1.5;
    color: #1a1a2e99;
    margin: 0
}

.reach-out .form-zone {
    padding: 72px 24px;
    background-image: url('data:image/svg+xml,%3Csvg width="60" height="60" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0h60v60H0z" fill="none"/%3E%3Cpath d="M30 0v60M0 30h60" stroke="%23C64CB6" stroke-width="0.5" opacity="0.08"/%3E%3C/svg%3E');
    background-size: 60px 60px;
    position: relative
}

.reach-out .form-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffeb;
    pointer-events: none
}

.reach-out .form-container {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.reach-out .form-container h2 {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 16px
}

.reach-out .form-container .form-intro {
    font-size: 15px;
    line-height: 1.7;
    color: #1a1a2ed9;
    margin: 0 0 40px
}

.reach-out .form-container form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.reach-out .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.reach-out .field-group label {
    font-size: 13px;
    line-height: 1.5;
    color: #014E5C;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px
}

.reach-out .field-group label::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #C64CB6;
    border-radius: 999px;
    flex-shrink: 0
}

.reach-out .field-group input[type="text"],
.reach-out .field-group input[type="email"],
.reach-out .field-group select {
    padding: 16px;
    font-size: 15px;
    line-height: 1.5;
    border: 2px solid #014e5c33;
    border-radius: 7px;
    background: #fff;
    color: #1a1a2e;
    transition: border-color .35s ease-in-out, box-shadow .35s ease-in-out
}

.reach-out .field-group input[type="text"]:focus,
.reach-out .field-group input[type="email"]:focus,
.reach-out .field-group select:focus {
    outline: none;
    border-color: #C64CB6;
    box-shadow: 2px 5px 25px 0 #c64cb617
}

.reach-out .field-group input[type="text"]::placeholder,
.reach-out .field-group input[type="email"]::placeholder {
    color: #1a1a2e66
}

.reach-out .field-group select {
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg width="12" height="8" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1l5 5 5-5" stroke="%23014E5C" stroke-width="2" fill="none" stroke-linecap="round"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.reach-out .radio-cluster {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.reach-out .radio-cluster .cluster-label {
    font-size: 13px;
    line-height: 1.5;
    color: #014E5C;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.reach-out .radio-cluster .cluster-label::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #C64CB6;
    border-radius: 999px;
    flex-shrink: 0
}

.reach-out .radio-options {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.reach-out .radio-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 2px solid #014e5c26;
    border-radius: 13px;
    cursor: pointer;
    transition: all .4s cubic-bezier(0.34, 1.2, 0.64, 1);
    background: #fff
}

.reach-out .radio-option input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    accent-color: #C64CB6;
    flex-shrink: 0
}

.reach-out .radio-option .opt-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-grow: 1
}

.reach-out .radio-option .opt-title {
    font-size: 15px;
    line-height: 1.5;
    color: #1a1a2e;
    font-weight: 500;
    margin: 0
}

.reach-out .radio-option .opt-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #1a1a2e99;
    margin: 0
}

.reach-out .radio-option:hover {
    border-color: #c64cb666;
    background: #f4feb714
}

.reach-out .radio-option input[type="radio"]:checked {
    transform: scale(1.15)
}

.reach-out .consent-wrap {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #014e5c0a;
    border-radius: 7px;
    border: 1px solid #014e5c1a
}

.reach-out .consent-wrap input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    cursor: pointer;
    accent-color: #C64CB6;
    flex-shrink: 0
}

.reach-out .consent-wrap .consent-text {
    font-size: 13px;
    line-height: 1.7;
    color: #1a1a2ed9;
    margin: 0
}

.reach-out .consent-wrap .consent-text a {
    color: #014E5C;
    text-decoration: underline;
    transition: color .3s ease-in-out
}

.reach-out .consent-wrap .consent-text a:hover {
    color: #C64CB6
}

.reach-out .submit-btn {
    padding: 16px 40px;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    background: #C64CB6;
    border: none;
    border-radius: 13px;
    cursor: pointer;
    font-weight: 600;
    transition: all .4s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: 2px 5px 25px 0 #c64cb617;
    position: relative;
    overflow: hidden
}

.reach-out .submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 999px;
    background: #ffffff4d;
    transform: translate(-50%, -50%);
    transition: width .45s cubic-bezier(0.34, 1.2, 0.64, 1), height .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.reach-out .submit-btn:hover {
    background: #014E5C;
    box-shadow: 2px 10px 36px 0 #014e5c21;
    transform: translateY(-2px)
}

.reach-out .submit-btn:hover::before {
    width: 300px;
    height: 300px
}

.reach-out .submit-btn:active {
    transform: translateY(0)
}

@media (max-width: 768px) {
    .reach-out .intro-band h1 {
        font-size: 45px
    }

    .reach-out .grid-wrapper {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .reach-out .resource-grid {
        grid-template-columns: 1fr
    }

    .reach-out .contact-grid h2,
    .reach-out .form-container h2 {
        font-size: 45px
    }

    .reach-out .contact-grid {
        padding: 40px 24px
    }

    .reach-out .form-zone {
        padding: 40px 24px
    }
}

@media (max-width: 480px) {
    .reach-out .intro-band {
        padding: 24px 16px
    }

    .reach-out .intro-band h1 {
        font-size: 45px
    }

    .reach-out .intro-band .tagline {
        font-size: 13px
    }

    .reach-out .contact-grid,
    .reach-out .form-zone {
        padding: 40px 16px
    }

    .reach-out .info-card,
    .reach-out .wide-card {
        padding: 16px
    }

    .reach-out .submit-btn {
        width: 100%
    }
}

.success-page {
    max-width: 1024px;
    margin: 0 auto;
    padding: 72px 24px;
    background: linear-gradient(167deg, #c44cb608, #014e5c0d)
}

.success-page .confirmation-block {
    text-align: center;
    padding: 72px 40px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 2px 5px 25px 0 #c44cb617;
    margin-bottom: 40px
}

.success-page .confirmation-block .status-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    background: linear-gradient(167deg, #C64CB6, #014E5C);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.success-page .confirmation-block .status-icon::after {
    content: '';
    width: 36px;
    height: 18px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg) translateY(-4px)
}

.success-page .confirmation-block h1 {
    font-size: 45px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 16px
}

.success-page .confirmation-block .message-text {
    font-size: 15px;
    line-height: 1.7;
    color: #014e5ccc;
    margin: 0 0 24px
}

.success-page .confirmation-block .detail-info {
    background: #f4feb74d;
    padding: 16px 24px;
    border-radius: 13px;
    border-left: 4px solid #C64CB6;
    text-align: left;
    margin-bottom: 40px
}

.success-page .confirmation-block .detail-info p {
    font-size: 13px;
    line-height: 1.5;
    color: #014E5C;
    margin: 0
}

.success-page .confirmation-block .detail-info p strong {
    color: #C64CB6
}

.success-page .action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px
}

.success-page .action-grid .action-card {
    background: #fff;
    padding: 24px;
    border-radius: 13px;
    box-shadow: 2px 1px 6px 0 #014e5c0f;
    transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out
}

.success-page .action-grid .action-card:hover {
    transform: translateY(-4px);
    box-shadow: 2px 10px 36px 0 #c44cb621
}

.success-page .action-grid .action-card h2 {
    font-size: 15px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px
}

.success-page .action-grid .action-card h2::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #C64CB6;
    border-radius: 3px;
    display: block
}

.success-page .action-grid .action-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #014e5cb3;
    margin: 0 0 16px
}

.success-page .action-grid .action-card a {
    display: inline-block;
    padding: 8px 16px;
    background: #c44cb61a;
    color: #C64CB6;
    text-decoration: none;
    border-radius: 7px;
    font-size: 13px;
    transition: background .3s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s ease-in-out
}

.success-page .action-grid .action-card a:hover {
    background: #C64CB6;
    color: #fff
}

.success-page .support-section {
    background: linear-gradient(167deg, #014e5c0d, #f4feb733);
    padding: 40px;
    border-radius: 13px;
    text-align: center
}

.success-page .support-section h3 {
    font-size: 15px;
    line-height: 1.2;
    color: #014E5C;
    margin: 0 0 16px
}

.success-page .support-section .contact-options {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.success-page .support-section .contact-options a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    background: #fff;
    color: #014E5C;
    text-decoration: none;
    border-radius: 40px;
    font-size: 13px;
    box-shadow: 2px 1px 6px 0 #014e5c0f;
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s ease-in-out
}

.success-page .support-section .contact-options a:hover {
    transform: scale(1.05);
    box-shadow: 2px 5px 25px 0 #c44cb617
}

.success-page .support-section .contact-options a::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #C64CB6;
    border-radius: 3px;
    display: block
}

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

    .success-page .confirmation-block {
        padding: 40px 24px
    }

    .success-page .confirmation-block h1 {
        font-size: 32px
    }

    .success-page .action-grid {
        grid-template-columns: 1fr
    }

    .success-page .support-section {
        padding: 24px 16px
    }

    .success-page .support-section .contact-options {
        flex-direction: column;
        align-items: stretch
    }

    .success-page .support-section .contact-options a {
        justify-content: center
    }
}