* {
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    margin: 0;
    font-family: 'EB Garamond', serif;
    background: #FFF;
    color: #372F56;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision
}

.heado-v3 {
    background: linear-gradient(135deg, #372F56 0%, #4a4070 100%);
    position: relative
}

.utilBar-top {
    background: #faae0026;
    padding: 8px 24px;
    border-bottom: 1px solid #faae0040
}

.utilBar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px
}

.utilContact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #F3F3F3
}

.utilContact-item .mdi {
    font-size: 24px;
    color: #FAAE00
}

.utilContact-link {
    color: #F3F3F3;
    text-decoration: none;
    transition: color .18s ease-out
}

.utilContact-link:hover {
    color: #FAAE00
}

.utilContact-link:focus {
    outline: 2px solid #FAAE00;
    outline-offset: 4px;
    animation: focusFade .25s ease-out
}

@keyframes focusFade {
    from {
        outline-color: transparent
    }

    to {
        outline-color: #FAAE00
    }
}

.logoStrip-v2 {
    padding: 24px;
    background: #372F56
}

.logoStrip-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.logoBadge-box {
    background: #F3F3F3;
    padding: 12px 24px;
    border-radius: 48px;
    box-shadow: 0 6px 20px 0 #372f561a 0 1px 6px 0 #372f5612;
    display: inline-flex;
    align-items: center
}

.logoImg-v1 {
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block
}

.naviZone-v3 {
    background: linear-gradient(180deg, #372F56 0%, #2d2646 100%);
    border-top: 2px solid #FAAE00;
    padding: 24px
}

.naviZone-inner {
    max-width: 1200px;
    margin: 0 auto
}

.naviCluster-main {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 48px;
    justify-content: center
}

.naviGroup-v2 {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.naviLabel-cat {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #FAAE00;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.naviLinks-set {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.naviLink-item {
    color: #F3F3F3;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    padding: 4px 8px;
    border-radius: 8px;
    transition: background-color .2s ease-out, color .2s ease-out;
    display: inline-block
}

.naviLink-item:hover {
    background-color: #faae0026;
    color: #FAAE00
}

.naviLink-item:focus {
    outline: 2px solid #FAAE00;
    outline-offset: 4px;
    animation: focusFade .25s ease-out
}

.footr-v4 {
    background: #F3F3F3;
    border-top: 4px solid #372F56;
    padding: 48px 24px 24px
}

.footr-inner {
    max-width: 1200px;
    margin: 0 auto
}

.footr-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    margin-bottom: 48px
}

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

.footr-logoBox {
    background: #FFF;
    padding: 24px;
    border-radius: 34px;
    border: 2px solid #372F56;
    box-shadow: 0 6px 20px 0 #372f561a;
    display: inline-flex;
    align-items: center;
    gap: 24px;
    align-self: flex-start
}

.footr-logoImg {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block
}

.footr-since {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    font-style: italic
}

.footr-heading {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #372F56;
    letter-spacing: -.02em;
    margin-bottom: 12px
}

.footr-linkList {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footr-link {
    color: #372F56;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 12px;
    border-left: 4px solid transparent;
    transition: border-color .22s ease-out, padding-left .22s ease-out, color .22s ease-out;
    display: inline-block;
    align-self: flex-start
}

.footr-link:hover {
    border-left-color: #FAAE00;
    padding-left: 24px;
    color: #FAAE00
}

.footr-link:focus {
    outline: 2px solid #372F56;
    outline-offset: 4px;
    animation: focusFade .25s ease-out
}

.footr-contactBox {
    background: #FFF;
    padding: 24px;
    border-radius: 34px;
    border: 2px solid #FAAE00;
    box-shadow: 0 1px 6px 0 #faae0012
}

.footr-contactList {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footr-contactItem {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #372F56
}

.footr-contactItem .mdi {
    font-size: 24px;
    color: #FAAE00
}

.footr-contactLink {
    color: #372F56;
    text-decoration: none;
    transition: color .19s ease-out
}

.footr-contactLink:hover {
    color: #FAAE00
}

.footr-contactLink:focus {
    outline: 2px solid #372F56;
    outline-offset: 4px;
    animation: focusFade .25s ease-out
}

.footr-bottom {
    padding-top: 24px;
    border-top: 2px solid #372F56;
    text-align: center
}

.footr-copyright {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    font-style: italic
}

::selection {
    background: #FAAE00;
    color: #FFF
}

@media (max-width: 768px) {
    .utilBar-inner {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start
    }

    .naviCluster-main {
        flex-direction: column;
        gap: 24px
    }

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

    .footr-logoBox {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .naviCluster-main {
        gap: 24px
    }
}

.doc-wrapper-n {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    background: #fff
}

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

.doc-wrapper-n h1 {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 48px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .doc-wrapper-n h1 {
        font-size: 60px
    }
}

.doc-wrapper-n h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #372F56;
    margin: 48px 0 24px;
    letter-spacing: -.01em
}

@media (min-width: 768px) {
    .doc-wrapper-n h2 {
        font-size: 44px;
        margin: 96px 0 24px
    }
}

.doc-wrapper-n h2:first-child {
    margin-top: 0
}

.doc-wrapper-n h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    margin: 24px 0 12px;
    letter-spacing: -.01em
}

@media (min-width: 768px) {
    .doc-wrapper-n h3 {
        font-size: 32px
    }
}

.doc-wrapper-n h4 {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    margin: 24px 0 12px
}

.doc-wrapper-n h5 {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 24px 0 12px;
    font-weight: 600
}

.doc-wrapper-n h6 {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 24px 0 12px;
    font-weight: 600
}

.doc-wrapper-n p {
    font-size: 16px;
    line-height: 1.9;
    color: #1a1a1a;
    margin: 0 0 24px
}

.doc-wrapper-n ul {
    margin: 0 0 24px;
    padding: 0 0 0 24px
}

.doc-wrapper-n ol {
    margin: 0 0 24px;
    padding: 0 0 24px 24px
}

.doc-wrapper-n li {
    font-size: 16px;
    line-height: 1.9;
    color: #1a1a1a;
    margin: 0 0 12px
}

.doc-wrapper-n li:last-child {
    margin-bottom: 0
}

.doc-wrapper-n ul ul,
.doc-wrapper-n ol ol,
.doc-wrapper-n ul ol,
.doc-wrapper-n ol ul {
    margin: 12px 0 0
}

.doc-wrapper-n em,
.doc-wrapper-n i {
    font-style: italic
}

.doc-wrapper-n strong,
.doc-wrapper-n b {
    font-weight: 600;
    color: #372F56
}

.doc-wrapper-n a {
    color: #372F56;
    text-decoration: underline;
    text-decoration-color: #FAAE00;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: color .18s ease-out, text-decoration-color .18s ease-out
}

.doc-wrapper-n a:hover {
    color: #FAAE00;
    text-decoration-color: #372F56
}

.doc-wrapper-n hr {
    border: none;
    height: 1px;
    background: #F3F3F3;
    margin: 48px 0
}

@media (min-width: 768px) {
    .doc-wrapper-n hr {
        margin: 96px 0
    }
}

.doc-wrapper-n table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 6px 0 #372f5612
}

.doc-wrapper-n thead {
    background: #F3F3F3
}

.doc-wrapper-n th {
    text-align: left;
    padding: 12px 24px;
    font-weight: 600;
    color: #372F56;
    border-bottom: 2px solid #FAAE00
}

.doc-wrapper-n td {
    padding: 12px 24px;
    color: #1a1a1a;
    border-bottom: 1px solid #F3F3F3
}

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

.doc-wrapper-n tbody tr:hover {
    background: #faae000a
}

@media (max-width: 767px) {
    .doc-wrapper-n table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .doc-wrapper-n th,
    .doc-wrapper-n td {
        padding: 8px 12px;
        white-space: nowrap
    }
}

.doc-wrapper-n div {
    margin: 0 0 24px
}

.doc-wrapper-n div:last-child {
    margin-bottom: 0
}

.doc-wrapper-n> :last-child {
    margin-bottom: 0
}

.ProjectDetailPage {
    background: #FFF;
    min-height: 100vh
}

.ProjectDetailPage .heado-v1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: center
}

.ProjectDetailPage .image-frame {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    border: 2px solid #F3F3F3;
    box-shadow: 0 6px 20px 0 #372f561a
}

.ProjectDetailPage .image-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(180deg, #FAAE00 0%, #faae004d 100%);
    z-index: 2
}

.ProjectDetailPage .image-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: sepia(0.15) saturate(0.85) hue-rotate(190deg);
    opacity: 0;
    animation: fadeInImage .35s ease-out forwards
}

@keyframes fadeInImage {
    to {
        opacity: 1
    }
}

.ProjectDetailPage .title-content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ProjectDetailPage .meta-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.ProjectDetailPage .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #372F56;
    background: #F3F3F3;
    padding: 8px 12px;
    border-radius: 8px
}

.ProjectDetailPage .meta-item svg {
    width: 20px;
    height: 20px;
    fill: #FAAE00
}

.ProjectDetailPage .title-h1 {
    font-size: 60px;
    line-height: 1.2;
    color: #372F56;
    font-weight: 700;
    margin: 0
}

.ProjectDetailPage .brief-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0
}

.ProjectDetailPage .brief-item {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    padding-left: 32px;
    position: relative
}

.ProjectDetailPage .brief-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 2px;
    background: #FAAE00
}

.ProjectDetailPage .decorative-shape {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 80px;
    height: 80px;
    border-radius: 48px;
    background: #faae001f;
    animation: gentlePulse 2.8s ease-in-out infinite
}

@keyframes gentlePulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .12
    }

    50% {
        transform: scale(1.15);
        opacity: .22
    }
}

.ProjectDetailPage .info-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.ProjectDetailPage .info-card {
    background: #FFF;
    border: 2px solid #F3F3F3;
    border-radius: 34px;
    padding: 24px;
    position: relative;
    transition: box-shadow .22s ease-out, transform .18s ease-out
}

.ProjectDetailPage .info-card:hover {
    box-shadow: 0 12px 40px 0 #372f561c;
    transform: translateY(-4px)
}

.ProjectDetailPage .info-card.anchor-card {
    grid-row: span 2;
    background: linear-gradient(135deg, #372f5608 0%, #faae000d 100%)
}

.ProjectDetailPage .info-card.anchor-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, #FAAE00 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    opacity: .08;
    border-radius: 34px 0 34px 0
}

.ProjectDetailPage .card-label {
    font-size: 16px;
    color: #372F56;
    opacity: .6;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.ProjectDetailPage .card-value {
    font-size: 32px;
    line-height: 1.2;
    color: #372F56;
    font-weight: 700;
    margin: 0
}

.ProjectDetailPage .price-value {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.ProjectDetailPage .price-integer {
    color: #372F56
}

.ProjectDetailPage .price-decimal {
    color: #FAAE00
}

.ProjectDetailPage .card-note {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    opacity: .7;
    margin: 8px 0 0
}

.ProjectDetailPage .trust-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ProjectDetailPage .trust-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #faae0014;
    border-radius: 8px
}

.ProjectDetailPage .trust-indicator svg {
    width: 24px;
    height: 24px;
    fill: #FAAE00;
    flex-shrink: 0
}

.ProjectDetailPage .trust-text {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    margin: 0
}

.ProjectDetailPage .divider-v1 {
    max-width: 1200px;
    margin: 0 auto;
    height: 1px;
    background: #F3F3F3
}

.ProjectDetailPage .program-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px 48px;
    background: #F3F3F3;
    position: relative
}

.ProjectDetailPage .program-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: radial-gradient(ellipse 140% 80% at 85% 20%, #faae000f, transparent 60%);
    pointer-events: none
}

.ProjectDetailPage .section-title-v2 {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    font-weight: 700;
    margin: 0 0 48px;
    text-align: center;
    -webkit-text-stroke: 1.5px #372F56;
    -webkit-text-fill-color: transparent
}

.ProjectDetailPage .program-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.ProjectDetailPage .program-content h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 700;
    margin: 48px 0 24px
}

.ProjectDetailPage .program-content h2:first-child {
    margin-top: 0
}

.ProjectDetailPage .program-content h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 700;
    margin: 24px 0 12px
}

.ProjectDetailPage .program-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0 0 24px
}

.ProjectDetailPage .program-content em {
    font-style: italic;
    color: #FAAE00
}

.ProjectDetailPage .program-content strong {
    font-weight: 700;
    color: #372F56
}

.ProjectDetailPage .program-content ul {
    margin: 0 0 24px;
    padding: 0 0 0 24px;
    list-style: none
}

.ProjectDetailPage .program-content li {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0 0 12px;
    padding-left: 32px;
    position: relative
}

.ProjectDetailPage .program-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #FAAE00;
    border-radius: 8px
}

.ProjectDetailPage .program-content dl {
    margin: 0 0 24px
}

.ProjectDetailPage .program-content dt {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 700;
    margin: 0 0 8px
}

.ProjectDetailPage .program-content dd {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0 0 24px 24px
}

.ProjectDetailPage .program-content figure {
    margin: 48px 0
}

.ProjectDetailPage .program-content figcaption {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    opacity: .7;
    margin: 12px 0 0;
    text-align: center
}

.ProjectDetailPage .description-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 96px;
    background: #FFF
}

.ProjectDetailPage .description-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: repeating-radial-gradient(circle at 0 0, transparent 0, transparent 8px, #372f5605 8px, #372f5605 12px);
    pointer-events: none
}

.ProjectDetailPage .description-wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.ProjectDetailPage .section-title-v3 {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    font-weight: 700;
    margin: 0 0 48px
}

.ProjectDetailPage .description-wrapper h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 700;
    margin: 48px 0 24px
}

.ProjectDetailPage .description-wrapper h2:first-of-type {
    margin-top: 0
}

.ProjectDetailPage .description-wrapper h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 700;
    margin: 24px 0 12px
}

.ProjectDetailPage .description-wrapper p {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0 0 24px
}

.ProjectDetailPage .description-wrapper abbr {
    text-decoration: none;
    border-bottom: 1px dotted #FAAE00;
    cursor: help
}

.ProjectDetailPage .description-wrapper em {
    font-style: italic;
    color: #FAAE00
}

.ProjectDetailPage .description-wrapper ul {
    margin: 0 0 24px;
    padding: 0 0 0 24px;
    list-style: none
}

.ProjectDetailPage .description-wrapper li {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0 0 12px;
    padding-left: 32px;
    position: relative
}

.ProjectDetailPage .description-wrapper li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #FAAE00;
    transform: rotate(45deg)
}

.ProjectDetailPage .description-wrapper dl {
    margin: 0 0 24px;
    background: #F3F3F3;
    padding: 24px;
    border-radius: 8px
}

.ProjectDetailPage .description-wrapper dt {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 700;
    margin: 0 0 8px
}

.ProjectDetailPage .description-wrapper dd {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0 0 24px
}

.ProjectDetailPage .description-wrapper dd:last-child {
    margin-bottom: 0
}

.ProjectDetailPage .description-wrapper blockquote {
    margin: 48px 0;
    padding: 24px 24px 24px 48px;
    border-left: 4px solid #FAAE00;
    background: #faae000d;
    border-radius: 8px;
    position: relative
}

.ProjectDetailPage .description-wrapper blockquote::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 24px;
    width: 12px;
    height: 12px;
    background: #FAAE00;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
}

.ProjectDetailPage .description-wrapper blockquote p {
    font-size: 16px;
    line-height: 1.9;
    color: #372F56;
    margin: 0
}

.ProjectDetailPage .description-wrapper cite {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    opacity: .7;
    font-style: normal;
    margin-top: 12px
}

.ProjectDetailPage .cta-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    background: linear-gradient(135deg, #372F56 0%, #372f56e6 100%);
    border-radius: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 48px
}

.ProjectDetailPage .cta-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #faae0026 0%, transparent 70%);
    pointer-events: none
}

.ProjectDetailPage .cta-title {
    font-size: 44px;
    line-height: 1.2;
    color: #FFF;
    font-weight: 700;
    margin: 0 0 24px;
    position: relative;
    z-index: 1
}

.ProjectDetailPage .cta-text {
    font-size: 16px;
    line-height: 1.6;
    color: #FFF;
    opacity: .9;
    margin: 0 0 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.ProjectDetailPage .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FAAE00;
    color: #372F56;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 48px;
    border-radius: 34px;
    text-decoration: none;
    transition: transform .18s ease-out, box-shadow .22s ease-out;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 20px 0 #faae001a
}

.ProjectDetailPage .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px 0 #faae001c
}

.ProjectDetailPage .cta-button:active {
    transform: translateY(0)
}

.ProjectDetailPage .cta-button svg {
    width: 20px;
    height: 20px;
    fill: #372F56;
    transition: transform .18s ease-out
}

.ProjectDetailPage .cta-button:hover svg {
    transform: translateX(4px)
}

@media (max-width: 1280px) {
    .ProjectDetailPage .heado-v1 {
        padding: 48px 24px
    }

    .ProjectDetailPage .info-grid {
        padding: 48px 24px
    }
}

@media (max-width: 768px) {
    .ProjectDetailPage .heado-v1 {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px
    }

    .ProjectDetailPage .image-frame img {
        height: 300px
    }

    .ProjectDetailPage .title-h1 {
        font-size: 44px
    }

    .ProjectDetailPage .info-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px
    }

    .ProjectDetailPage .info-card.anchor-card {
        grid-row: span 1
    }

    .ProjectDetailPage .program-section {
        padding: 48px 24px 24px
    }

    .ProjectDetailPage .section-title-v2 {
        font-size: 32px;
        margin-bottom: 24px
    }

    .ProjectDetailPage .description-section {
        padding: 24px 24px 48px
    }

    .ProjectDetailPage .section-title-v3 {
        font-size: 32px;
        margin-bottom: 24px
    }

    .ProjectDetailPage .cta-section {
        padding: 24px;
        margin-bottom: 24px
    }

    .ProjectDetailPage .cta-title {
        font-size: 32px
    }

    .ProjectDetailPage .cta-button {
        padding: 24px
    }
}

.ContactPageEnk {
    background: #FFF;
    min-height: 100vh;
    padding: 0;
    margin: 0
}

.ContactPageEnk .heado-v1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px 48px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: start
}

.ContactPageEnk .img-cardbox {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 40px 0 #372f561c
}

.ContactPageEnk .img-cardbox img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: saturate(0.6)
}

.ContactPageEnk .corner-deco-top {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 48px;
    height: 48px;
    border-top: 2px solid #faae00b3;
    border-left: 2px solid #faae00b3;
    pointer-events: none
}

.ContactPageEnk .corner-deco-bottom {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
    border-bottom: 2px solid #faae00b3;
    border-right: 2px solid #faae00b3;
    pointer-events: none
}

.ContactPageEnk .text-dominance {
    padding: 24px 0
}

.ContactPageEnk .grow-heading {
    margin: 0 0 24px
}

.ContactPageEnk .grow-heading .line1 {
    display: block;
    font-size: 32px;
    line-height: 1.2;
    color: #372F56;
    font-weight: 600;
    letter-spacing: -.02em
}

.ContactPageEnk .grow-heading .line2 {
    display: block;
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    font-weight: 700;
    letter-spacing: -.03em;
    margin: 4px 0
}

.ContactPageEnk .grow-heading .line3 {
    display: block;
    font-size: 60px;
    line-height: 1.2;
    color: #372F56;
    font-weight: 800;
    letter-spacing: -.04em
}

.ContactPageEnk .intro-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    max-width: 580px
}

.ContactPageEnk .divider-section {
    max-width: 1200px;
    margin: 48px auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ContactPageEnk .line-with-dots {
    display: flex;
    align-items: center;
    gap: 8px
}

.ContactPageEnk .dot-accent {
    width: 6px;
    height: 6px;
    background: #FAAE00;
    border-radius: 50%
}

.ContactPageEnk .short-line {
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, #372f5633, #faae0080)
}

.ContactPageEnk .formbox-v2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    background: #F3F3F3
}

.ContactPageEnk .form-inner {
    max-width: 720px;
    margin: 0 auto
}

.ContactPageEnk .form-header-txt {
    font-size: 32px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: -.02em
}

.ContactPageEnk .form-subtext {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0 0 48px
}

.ContactPageEnk .field-group {
    margin-bottom: 24px
}

.ContactPageEnk .field-label {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 600;
    margin-bottom: 8px
}

.ContactPageEnk .text-input {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    background: #FFF;
    border: 2px solid #372f5626;
    border-radius: 8px;
    box-shadow: inset 0 2px 4px #372f560d;
    transition: border-color .18s ease-out, box-shadow .18s ease-out
}

.ContactPageEnk .text-input:focus {
    outline: none;
    border-color: #FAAE00;
    box-shadow: inset 0 2px 4px #372f560d 0 0 0 3px #faae0026
}

.ContactPageEnk .text-input::placeholder {
    color: #372f5666
}

.ContactPageEnk .text-input::selection {
    background: #FAAE00;
    color: #FFF
}

.ContactPageEnk .rating-section {
    margin-bottom: 24px
}

.ContactPageEnk .rating-label-main {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 600;
    margin-bottom: 12px
}

.ContactPageEnk .rating-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.ContactPageEnk .rating-item {
    position: relative
}

.ContactPageEnk .rating-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.ContactPageEnk .rating-visual {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #FFF;
    border: 2px solid #372f5626;
    border-radius: 34px;
    cursor: pointer;
    transition: border-color .2s ease-out, background-color .2s ease-out, transform .15s ease-out;
    user-select: none
}

.ContactPageEnk .rating-visual:hover {
    border-color: #faae0099;
    transform: translateY(-2px)
}

.ContactPageEnk .rating-radio:checked+.rating-visual {
    background: #FAAE00;
    border-color: #FAAE00;
    color: #FFF
}

.ContactPageEnk .rating-radio:focus+.rating-visual {
    box-shadow: 0 0 0 3px #faae0040
}

.ContactPageEnk .rating-icon {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.ContactPageEnk .rating-txt {
    font-size: 16px;
    line-height: 1.4;
    color: inherit;
    font-weight: 500
}

.ContactPageEnk .privacy-check-box {
    margin: 24px 0;
    display: flex;
    align-items: start;
    gap: 12px
}

.ContactPageEnk .check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #FAAE00
}

.ContactPageEnk .privacy-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56
}

.ContactPageEnk .privacy-txt a {
    color: #FAAE00;
    text-decoration: underline;
    transition: color .17s ease-out
}

.ContactPageEnk .privacy-txt a:hover {
    color: #372F56
}

.ContactPageEnk .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 48px;
    font-size: 16px;
    line-height: 1.4;
    color: #FFF;
    background: #372F56;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color .22s ease-out, transform .18s ease-out, box-shadow .22s ease-out;
    box-shadow: 0 6px 20px 0 #372f561a
}

.ContactPageEnk .submit-btn:hover {
    background: #4a3f6e;
    transform: translateY(-2px);
    box-shadow: 0 12px 40px 0 #372f561c
}

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

.ContactPageEnk .btn-arrow {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform .25s ease-out
}

.ContactPageEnk .submit-btn:hover .btn-arrow {
    transform: translateX(4px)
}

.ContactPageEnk .info-mosaic {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.ContactPageEnk .info-tile {
    background: #FFF;
    border: 2px solid #F3F3F3;
    border-radius: 8px;
    padding: 24px;
    transition: border-color .24s ease-out, transform .2s ease-out
}

.ContactPageEnk .info-tile:hover {
    border-color: #FAAE00;
    transform: scale(1.02)
}

.ContactPageEnk .tile-icon-wrap {
    width: 56px;
    height: 56px;
    background: radial-gradient(ellipse at 70% 30%, #faae0026, #f3f3f3cc);
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.ContactPageEnk .tile-icon {
    width: 28px;
    height: 28px;
    fill: #372F56
}

.ContactPageEnk .tile-heading {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 700;
    margin: 0 0 8px
}

.ContactPageEnk .tile-content {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0
}

.ContactPageEnk .tile-content a {
    color: #372F56;
    text-decoration: none;
    transition: color .19s ease-out;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.ContactPageEnk .tile-content a:hover {
    color: #FAAE00
}

.ContactPageEnk .link-arrow {
    width: 16px;
    height: 16px;
    fill: currentColor;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .2s ease-out, transform .2s ease-out
}

.ContactPageEnk .tile-content a:hover .link-arrow {
    opacity: 1;
    transform: translateX(0)
}

.ContactPageEnk .emphasis-line {
    font-size: 24px !important;
    font-weight: 700;
    color: #FAAE00
}

@media (max-width: 768px) {
    .ContactPageEnk .heado-v1 {
        grid-template-columns: 1fr;
        padding: 48px 24px 24px;
        gap: 24px
    }

    .ContactPageEnk .img-cardbox img {
        height: 280px
    }

    .ContactPageEnk .grow-heading .line1 {
        font-size: 24px
    }

    .ContactPageEnk .grow-heading .line2 {
        font-size: 32px
    }

    .ContactPageEnk .grow-heading .line3 {
        font-size: 44px
    }

    .ContactPageEnk .info-mosaic {
        grid-template-columns: 1fr;
        padding: 48px 24px
    }

    .ContactPageEnk .rating-options {
        flex-direction: column
    }

    .ContactPageEnk .rating-visual {
        width: 100%;
        justify-content: center
    }

    .ContactPageEnk .formbox-v2 {
        padding: 24px
    }

    .ContactPageEnk .form-header-txt {
        font-size: 24px
    }
}

.StudProj-v2 {
    background: #FFF;
    color: #372F56;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision
}

.StudProj-v2 .heado-banner {
    background: linear-gradient(135deg, #F3F3F3 0%, #FFF 100%);
    padding: 48px 24px;
    position: relative;
    overflow: hidden
}

.StudProj-v2 .heado-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #FAAE00
}

.StudProj-v2 .heado-banner .wrap-inner {
    max-width: 1200px;
    margin: 0 auto
}

.StudProj-v2 .heado-banner h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0;
    font-weight: 700
}

.StudProj-v2 .heado-banner h1 span {
    display: block;
    font-size: 44px;
    margin-top: 8px;
    opacity: .8
}

.StudProj-v2 .heado-banner p {
    font-size: 24px;
    line-height: 1.6;
    margin: 24px 0 0;
    max-width: 680px
}

.StudProj-v2 .gridCards-v3 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px
}

.StudProj-v2 .gridCards-v3 .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.StudProj-v2 .cardItem-box {
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 #372f5612;
    overflow: hidden;
    transition: transform .22s ease-out, box-shadow .22s ease-out;
    display: flex;
    flex-direction: column
}

.StudProj-v2 .cardItem-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px 0 #372f561c
}

.StudProj-v2 .cardItem-box .img-holder {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative
}

.StudProj-v2 .cardItem-box .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .18s ease-out
}

.StudProj-v2 .cardItem-box .img-holder img:not([src]) {
    opacity: 0
}

.StudProj-v2 .cardItem-box .content-wrap {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.StudProj-v2 .cardItem-box .meta-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.StudProj-v2 .cardItem-box .tag-badge {
    background: #F3F3F3;
    color: #372F56;
    padding: 4px 12px;
    border-radius: 34px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600
}

.StudProj-v2 .cardItem-box .tag-badge.format-tag {
    background: #faae0026;
    color: #372F56
}

.StudProj-v2 .cardItem-box h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 12px;
    font-weight: 700;
    color: #372F56
}

.StudProj-v2 .cardItem-box .desc-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px;
    color: #372F56;
    opacity: .85;
    flex: 1
}

.StudProj-v2 .cardItem-box .info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
    padding-top: 24px;
    border-top: 1px solid #F3F3F3
}

.StudProj-v2 .cardItem-box .info-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.StudProj-v2 .cardItem-box .info-label {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    opacity: .6
}

.StudProj-v2 .cardItem-box .info-value {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    font-weight: 600
}

.StudProj-v2 .cardItem-box .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px
}

.StudProj-v2 .cardItem-box .price-main {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #372F56
}

.StudProj-v2 .cardItem-box .price-note {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    opacity: .7
}

.StudProj-v2 .cardItem-box .link-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #372F56;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    transition: gap .2s ease-out
}

.StudProj-v2 .cardItem-box .link-action::after {
    content: '→';
    font-size: 24px;
    transition: transform .2s ease-out
}

.StudProj-v2 .cardItem-box .link-action:hover {
    gap: 12px
}

.StudProj-v2 .cardItem-box .link-action:hover::after {
    transform: translateX(4px)
}

.StudProj-v2 .metric-zone {
    background: radial-gradient(ellipse at 70% 50%, #F3F3F3 0%, #FFF 100%);
    padding: 96px 24px;
    position: relative
}

.StudProj-v2 .metric-zone .wrap-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: center
}

.StudProj-v2 .metric-zone .big-number {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 700;
    color: #372F56;
    margin: 0;
    position: relative
}

.StudProj-v2 .metric-zone .big-number::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 96px;
    height: 4px;
    background: #FAAE00
}

.StudProj-v2 .metric-zone .context-text {
    font-size: 24px;
    line-height: 1.6;
    color: #372F56;
    margin: 48px 0 0
}

.StudProj-v2 .metric-zone .detail-text {
    font-size: 16px;
    line-height: 1.9;
    color: #372F56;
    opacity: .85;
    margin: 0
}

.StudProj-v2 .dual-format {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px
}

.StudProj-v2 .dual-format .split-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    align-items: center
}

.StudProj-v2 .dual-format .text-column h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 24px;
    font-weight: 700;
    color: #372F56
}

.StudProj-v2 .dual-format .text-column p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 24px;
    color: #372F56;
    opacity: .85
}

.StudProj-v2 .dual-format .visual-column {
    position: relative
}

.StudProj-v2 .dual-format .visual-column img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 6px 20px 0 #372f561a;
    transition: opacity .18s ease-out
}

.StudProj-v2 .dual-format .visual-column img:not([src]) {
    opacity: 0
}

.StudProj-v2 .approach-section {
    background: #F3F3F3;
    padding: 96px 24px;
    position: relative
}

.StudProj-v2 .approach-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: radial-gradient(ellipse at 30% 50%, #faae0014 0%, transparent 60%);
    pointer-events: none
}

.StudProj-v2 .approach-section .wrap-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 48px
}

.StudProj-v2 .approach-section .left-accent {
    flex: 0 0 200px
}

.StudProj-v2 .approach-section .left-accent img {
    width: 100%;
    height: auto;
    border-radius: 48px;
    box-shadow: 0 6px 20px 0 #372f561a;
    transition: opacity .18s ease-out
}

.StudProj-v2 .approach-section .left-accent img:not([src]) {
    opacity: 0
}

.StudProj-v2 .approach-section .main-content {
    flex: 1
}

.StudProj-v2 .approach-section h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 24px;
    font-weight: 700;
    color: #372F56
}

.StudProj-v2 .approach-section p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 24px;
    color: #372F56;
    opacity: .85;
    max-width: 720px
}

.StudProj-v2 .approach-section .feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 48px
}

.StudProj-v2 .approach-section .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #FFF;
    border-radius: 8px;
    transition: transform .18s ease-out, box-shadow .18s ease-out
}

.StudProj-v2 .approach-section .feature-item:hover {
    transform: translateX(8px);
    box-shadow: 0 1px 6px 0 #372f5612
}

.StudProj-v2 .approach-section .feature-item::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #FAAE00;
    border-radius: 8px;
    flex-shrink: 0
}

.StudProj-v2 .approach-section .feature-item span {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56
}

.StudProj-v2 .wave-divider {
    width: 100%;
    height: 48px;
    background: #FFF;
    position: relative
}

.StudProj-v2 .wave-divider svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1280px) {
    .StudProj-v2 .heado-banner h1 {
        font-size: 44px
    }

    .StudProj-v2 .heado-banner h1 span {
        font-size: 32px
    }

    .StudProj-v2 .metric-zone .big-number {
        font-size: 60px
    }

    .StudProj-v2 .dual-format .text-column h2,
    .StudProj-v2 .approach-section h2 {
        font-size: 32px
    }
}

@media (max-width: 768px) {
    .StudProj-v2 .heado-banner {
        padding: 24px
    }

    .StudProj-v2 .heado-banner h1 {
        font-size: 32px
    }

    .StudProj-v2 .heado-banner h1 span {
        font-size: 24px
    }

    .StudProj-v2 .heado-banner p {
        font-size: 16px
    }

    .StudProj-v2 .gridCards-v3 {
        padding: 48px 24px
    }

    .StudProj-v2 .gridCards-v3 .card-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .StudProj-v2 .cardItem-box .img-holder {
        height: 200px
    }

    .StudProj-v2 .metric-zone {
        padding: 48px 24px
    }

    .StudProj-v2 .metric-zone .wrap-inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .StudProj-v2 .metric-zone .big-number {
        font-size: 44px
    }

    .StudProj-v2 .metric-zone .context-text {
        font-size: 16px;
        margin-top: 24px
    }

    .StudProj-v2 .dual-format {
        padding: 48px 24px
    }

    .StudProj-v2 .dual-format .split-layout {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .StudProj-v2 .dual-format .text-column h2 {
        font-size: 24px
    }

    .StudProj-v2 .approach-section {
        padding: 48px 24px
    }

    .StudProj-v2 .approach-section .wrap-inner {
        flex-direction: column;
        gap: 24px
    }

    .StudProj-v2 .approach-section .left-accent {
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px
    }

    .StudProj-v2 .approach-section h2 {
        font-size: 24px
    }
}

.homeLander * {
    box-sizing: border-box
}

.homeLander {
    background: #fff;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision
}

.homeLander .heroSplitWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 85vh;
    position: relative;
    overflow: hidden
}

.homeLander .heroSplitWrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 12px, #372f5605 12px, #372f5605 24px);
    pointer-events: none;
    z-index: 1
}

.homeLander .heroLeftZone {
    background: #372F56;
    padding: 96px 48px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.homeLander .heroRightZone {
    background: #F3F3F3;
    padding: 96px 48px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.homeLander .heroLeftZone::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #FAAE00;
    z-index: 2
}

.homeLander .heroMainTitle {
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px;
    letter-spacing: -.02em;
    max-width: 540px
}

.homeLander .heroMainTitle .accentWord {
    text-transform: uppercase;
    color: #FAAE00
}

.homeLander .heroDescBlock {
    font-size: 24px;
    line-height: 1.6;
    color: #ffffffde;
    max-width: 480px;
    margin: 0
}

.homeLander .heroImgWrap {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 380px;
    overflow: hidden;
    border-radius: 8px
}

.homeLander .heroImgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.82);
    transition: filter .23s ease-out
}

.homeLander .heroImgWrap:hover img {
    filter: brightness(1)
}

.homeLander .heroImgWrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 40%, transparent 30%, #372f5699);
    pointer-events: none
}

.homeLander .benefitsGridSec {
    padding: 96px 48px;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto
}

.homeLander .benefitsHeader {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 48px;
    letter-spacing: -.01em
}

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

.homeLander .benefitCard {
    background: #F3F3F3;
    padding: 48px;
    border-radius: 34px;
    position: relative;
    overflow: hidden;
    transition: transform .19s ease-out, box-shadow .19s ease-out
}

.homeLander .benefitCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px 0 #372f561c
}

.homeLander .benefitCard::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(ellipse at 70% 30%, #faae0014, transparent 60%);
    pointer-events: none
}

.homeLander .benefitIconBox {
    width: 64px;
    height: 64px;
    background: #FAAE00;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px
}

.homeLander .benefitIconBox svg {
    width: 32px;
    height: 32px;
    fill: #372F56
}

.homeLander .benefitTitle {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    margin: 0 0 12px
}

.homeLander .benefitText {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0
}

.homeLander .tierShowcaseSec {
    background: linear-gradient(135deg, #372F56 0%, #4a3f6e 100%);
    padding: 96px 48px;
    position: relative
}

.homeLander .tierShowcaseSec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: repeating-radial-gradient(circle at 20% 50%, transparent 0, transparent 2px, #faae0008 2px, #faae0008 4px);
    pointer-events: none
}

.homeLander .tierInner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.homeLander .tierMainHead {
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 48px;
    text-align: center;
    letter-spacing: -.01em
}

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

.homeLander .tierCardBox {
    background: #ffffff0f;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #ffffff1f;
    border-radius: 8px;
    padding: 48px;
    transition: transform .21s ease-out, border-color .21s ease-out
}

.homeLander .tierCardBox:hover {
    transform: translateY(-6px);
    border-color: #FAAE00
}

.homeLander .tierName {
    font-size: 32px;
    line-height: 1.2;
    color: #FAAE00;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.homeLander .tierFeatureList {
    list-style: none;
    padding: 0;
    margin: 0
}

.homeLander .tierFeatureList li {
    font-size: 16px;
    line-height: 1.9;
    color: #ffffffde;
    padding: 8px 0 8px 32px;
    position: relative
}

.homeLander .tierFeatureList li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #FAAE00;
    border-radius: 48px
}

.homeLander .interactiveQuizSec {
    padding: 96px 48px;
    background: #F3F3F3;
    max-width: 1200px;
    margin: 0 auto
}

.homeLander .quizHeading {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 48px;
    letter-spacing: -.01em
}

.homeLander .quizGrid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 48px;
    align-items: start
}

.homeLander .quizContentZone {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.homeLander .quizQuestion {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    border-left: 4px solid #FAAE00;
    box-shadow: 0 1px 6px 0 #372f5612
}

.homeLander .quizQuestion input[type="radio"] {
    display: none
}

.homeLander .quizQuestion label {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    cursor: pointer;
    padding: 12px 12px 12px 40px;
    position: relative;
    transition: color .17s ease-out
}

.homeLander .quizQuestion label::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #372F56;
    border-radius: 48px;
    transition: border-color .17s ease-out, background .17s ease-out
}

.homeLander .quizQuestion input[type="radio"]:checked+label::before {
    background: #FAAE00;
    border-color: #FAAE00
}

.homeLander .quizQuestion input[type="radio"]:checked+label {
    color: #372F56
}

.homeLander .quizImgBox {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 34px;
    overflow: hidden
}

.homeLander .quizImgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.82);
    transition: filter .25s ease-out
}

.homeLander .quizImgBox:hover img {
    filter: brightness(1)
}

.homeLander .progressTrackerSec {
    background: #fff;
    padding: 96px 48px;
    max-width: 1200px;
    margin: 0 auto
}

.homeLander .progressHead {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 48px;
    letter-spacing: -.01em
}

.homeLander .progressStepsWrap {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.homeLander .progressStepItem {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    align-items: center;
    padding: 24px;
    background: #F3F3F3;
    border-radius: 8px;
    position: relative;
    transition: background .2s ease-out
}

.homeLander .progressStepItem:hover {
    background: #faae0014
}

.homeLander .stepNumberCircle {
    width: 80px;
    height: 80px;
    border-radius: 48px;
    background: #372F56;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 1;
    color: #FAAE00;
    font-weight: 600
}

.homeLander .stepTextBox h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    margin: 0 0 8px
}

.homeLander .stepTextBox p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0
}

.homeLander .testimonialSec {
    padding: 96px 48px;
    background: linear-gradient(to bottom, #F3F3F3 0%, #fff 100%);
    position: relative
}

.homeLander .testimonialSec::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,60 Q150,20 300,60 T600,60 T900,60 T1200,60 L1200,120 L0,120 Z" fill="%23ffffff"/></svg>') no-repeat bottom;
    background-size: 100% 100%;
    pointer-events: none
}

.homeLander .testimonialInner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.homeLander .testimonialHead {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 48px;
    letter-spacing: -.01em
}

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

.homeLander .testimonialCard {
    background: #fff;
    padding: 48px;
    border-radius: 34px;
    box-shadow: 0 6px 20px 0 #372f561a;
    position: relative;
    transition: transform .24s ease-out
}

.homeLander .testimonialCard:hover {
    transform: translateY(-4px)
}

.homeLander .testimonialQuote {
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    margin: 0 0 24px
}

.homeLander .testimonialAuthor {
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    margin: 0;
    font-weight: 600
}

.homeLander .ctaFinalSec {
    background: #372F56;
    padding: 96px 48px;
    text-align: center
}

.homeLander .ctaFinalInner {
    max-width: 800px;
    margin: 0 auto
}

.homeLander .ctaFinalHead {
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px;
    letter-spacing: -.01em
}

.homeLander .ctaFinalText {
    font-size: 24px;
    line-height: 1.6;
    color: #ffffffde;
    margin: 0 0 48px
}

.homeLander .ctaBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 24px 48px;
    background: #FAAE00;
    color: #372F56;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background .18s ease-out, transform .18s ease-out
}

.homeLander .ctaBtn:hover {
    background: #ffc233;
    transform: translateY(-2px)
}

.homeLander .ctaBtn::after {
    content: '';
    width: 18px;
    height: 18px;
    background: currentColor;
    clip-path: polygon(0 0, 100% 50%, 0 100%)
}

@media (max-width: 1280px) {
    .homeLander .heroSplitWrap {
        grid-template-columns: 1fr
    }

    .homeLander .heroLeftZone::after {
        display: none
    }

    .homeLander .heroLeftZone,
    .homeLander .heroRightZone {
        padding: 48px 24px
    }

    .homeLander .heroMainTitle {
        font-size: 44px
    }

    .homeLander .heroDescBlock {
        font-size: 16px
    }

    .homeLander .benefitsLayout,
    .homeLander .tierCardsWrap,
    .homeLander .testimonialGrid {
        grid-template-columns: 1fr
    }

    .homeLander .quizGrid {
        grid-template-columns: 1fr
    }

    .homeLander .benefitsGridSec,
    .homeLander .tierShowcaseSec,
    .homeLander .interactiveQuizSec,
    .homeLander .progressTrackerSec,
    .homeLander .testimonialSec,
    .homeLander .ctaFinalSec {
        padding: 48px 24px
    }

    .homeLander .benefitsHeader,
    .homeLander .tierMainHead,
    .homeLander .quizHeading,
    .homeLander .progressHead,
    .homeLander .testimonialHead,
    .homeLander .ctaFinalHead {
        font-size: 32px
    }
}

@media (max-width: 768px) {
    .homeLander .heroMainTitle {
        font-size: 32px
    }

    .homeLander .benefitCard,
    .homeLander .tierCardBox,
    .homeLander .testimonialCard {
        padding: 24px
    }

    .homeLander .progressStepItem {
        grid-template-columns: 1fr;
        text-align: center
    }

    .homeLander .stepNumberCircle {
        margin: 0 auto
    }

    .homeLander .ctaBtn {
        padding: 24px;
        width: 100%;
        justify-content: center
    }
}

.AboutPage-v2 {
    background: #FFF;
    min-height: 100vh
}

.AboutPage-v2 .heado-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden
}

.AboutPage-v2 .heado-box::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: #372F56;
    opacity: .04;
    border-radius: 48px;
    transform: rotate(25deg);
    pointer-events: none
}

.AboutPage-v2 .heado-box::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: #FAAE00;
    opacity: .06;
    border-radius: 34px;
    transform: rotate(-15deg);
    pointer-events: none
}

.AboutPage-v2 .text-zone-v1 {
    padding: 48px 24px 48px 0;
    z-index: 1
}

.AboutPage-v2 .main-title-h1 {
    font-size: 60px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 24px;
    letter-spacing: -.02em;
    opacity: 0;
    transform: scale(0.95);
    animation: titleReveal .35s ease-out .15s forwards
}

@keyframes titleReveal {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.AboutPage-v2 .subtitle-text {
    font-size: 24px;
    line-height: 1.6;
    color: #372F56;
    margin: 0 0 24px;
    opacity: .85
}

.AboutPage-v2 .action-link-v1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #372F56;
    text-decoration: none;
    padding: 12px 0;
    position: relative;
    transition: color .18s ease-out
}

.AboutPage-v2 .action-link-v1::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FAAE00;
    position: absolute;
    bottom: 8px;
    left: 0;
    transition: width .22s ease-out
}

.AboutPage-v2 .action-link-v1:hover {
    color: #FAAE00
}

.AboutPage-v2 .action-link-v1:hover::after {
    width: 100%
}

.AboutPage-v2 .action-link-v1 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform .2s ease-out
}

.AboutPage-v2 .action-link-v1:hover svg {
    transform: translateX(4px)
}

.AboutPage-v2 .image-zone-v1 {
    padding: 24px 0 24px 48px;
    position: relative;
    z-index: 1
}

.AboutPage-v2 .hero-img-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 40px 0 #372f561c
}

.AboutPage-v2 .hero-img-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to bottom, #372f5666 0%, #372f5600 100%);
    z-index: 1;
    pointer-events: none
}

.AboutPage-v2 .hero-img-wrapper img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .4s ease-out
}

.AboutPage-v2 .hero-img-wrapper img[src] {
    opacity: .92
}

.AboutPage-v2 .divider-line-v1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.AboutPage-v2 .divider-line-v1 hr {
    border: none;
    border-top: 2px dashed #372f5626;
    margin: 0
}

.AboutPage-v2 .mission-section-v2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px;
    background: #8B7FA8;
    background: #8B7FA8 !important;
    border-radius: 8px;
    margin-top: 48px;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden
}

.AboutPage-v2 .mission-section-v2::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(ellipse 80% 100% at 70% 50%, #faae001f, transparent);
    pointer-events: none
}

.AboutPage-v2 .mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    align-items: start
}

.AboutPage-v2 .mission-text-block {
    opacity: 0;
    transform: scale(0.96);
    animation: missionReveal .4s ease-out .2s forwards
}

@keyframes missionReveal {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.AboutPage-v2 .mission-heading {
    font-size: 44px;
    line-height: 1.2;
    color: #FFF;
    margin: 0 0 24px;
    letter-spacing: -.01em
}

.AboutPage-v2 .mission-para {
    font-size: 16px;
    line-height: 1.6;
    color: #FFF;
    margin: 0 0 24px;
    opacity: .9
}

.AboutPage-v2 .mission-para:last-child {
    margin-bottom: 0
}

.AboutPage-v2 .mission-image-block {
    position: relative
}

.AboutPage-v2 .mission-img-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 20px 0 #372f561a
}

.AboutPage-v2 .mission-img-wrapper img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .35s ease-out
}

.AboutPage-v2 .mission-img-wrapper img[src] {
    opacity: .88
}

.AboutPage-v2 .team-section-v1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px
}

.AboutPage-v2 .team-header {
    text-align: center;
    margin-bottom: 48px;
    opacity: 0;
    transform: scale(0.97);
    animation: teamHeaderReveal .38s ease-out .25s forwards
}

@keyframes teamHeaderReveal {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.AboutPage-v2 .team-title {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 12px;
    letter-spacing: -.01em
}

.AboutPage-v2 .team-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0;
    opacity: .75
}

.AboutPage-v2 .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px
}

.AboutPage-v2 .team-member-card {
    background: #FFF;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 6px 0 #372f5612;
    display: flex;
    gap: 24px;
    align-items: start;
    transition: box-shadow .19s ease-out, transform .19s ease-out
}

.AboutPage-v2 .team-member-card:hover {
    box-shadow: 0 6px 20px 0 #372f561a;
    transform: translateY(-4px)
}

.AboutPage-v2 .member-photo-box {
    flex-shrink: 0
}

.AboutPage-v2 .member-photo-box img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 34px;
    display: block;
    opacity: 0;
    transition: opacity .3s ease-out
}

.AboutPage-v2 .member-photo-box img[src] {
    opacity: 1
}

.AboutPage-v2 .member-info-box {
    flex: 1
}

.AboutPage-v2 .member-name {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    margin: 0 0 4px
}

.AboutPage-v2 .member-role {
    font-size: 16px;
    line-height: 1.4;
    color: #FAAE00;
    margin: 0 0 12px
}

.AboutPage-v2 .member-bio {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0;
    opacity: .8
}

.AboutPage-v2 .divider-line-v2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.AboutPage-v2 .divider-line-v2 hr {
    border: none;
    border-top: 2px dashed #372f5626;
    margin: 0
}

.AboutPage-v2 .values-section-v3 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px;
    background: #F3F3F3;
    border-radius: 8px;
    margin-top: 48px;
    margin-bottom: 96px
}

.AboutPage-v2 .values-intro {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center
}

.AboutPage-v2 .values-heading {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 24px;
    letter-spacing: -.01em;
    opacity: 0;
    transform: scale(0.96);
    animation: valuesHeadReveal .36s ease-out .18s forwards
}

@keyframes valuesHeadReveal {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.AboutPage-v2 .values-intro-text {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0;
    opacity: .8
}

.AboutPage-v2 .values-layout {
    display: flex;
    gap: 48px;
    align-items: start
}

.AboutPage-v2 .values-list-side {
    flex: 1
}

.AboutPage-v2 .value-item-box {
    background: #FFF;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 6px 0 #372f5612;
    transition: box-shadow .21s ease-out
}

.AboutPage-v2 .value-item-box:last-child {
    margin-bottom: 0
}

.AboutPage-v2 .value-item-box:hover {
    box-shadow: 0 6px 20px 0 #372f561a
}

.AboutPage-v2 .value-title {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 12px
}

.AboutPage-v2 .value-icon-svg {
    width: 24px;
    height: 24px;
    fill: #FAAE00;
    flex-shrink: 0
}

.AboutPage-v2 .value-description {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    margin: 0;
    opacity: .8
}

.AboutPage-v2 .values-image-side {
    flex: 0 0 420px
}

.AboutPage-v2 .values-img-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 20px 0 #372f561a;
    position: sticky;
    top: 96px
}

.AboutPage-v2 .values-img-wrapper img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .32s ease-out
}

.AboutPage-v2 .values-img-wrapper img[src] {
    opacity: .9
}

@media (max-width: 1280px) {
    .AboutPage-v2 .heado-box {
        grid-template-columns: 1fr;
        padding: 48px 24px
    }

    .AboutPage-v2 .text-zone-v1 {
        padding: 24px 0
    }

    .AboutPage-v2 .image-zone-v1 {
        padding: 24px 0
    }

    .AboutPage-v2 .main-title-h1 {
        font-size: 44px
    }

    .AboutPage-v2 .mission-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .AboutPage-v2 .values-layout {
        flex-direction: column
    }

    .AboutPage-v2 .values-image-side {
        flex: 1;
        width: 100%
    }

    .AboutPage-v2 .values-img-wrapper {
        position: static
    }
}

@media (max-width: 768px) {
    .AboutPage-v2 .heado-box {
        padding: 48px 12px
    }

    .AboutPage-v2 .main-title-h1 {
        font-size: 32px
    }

    .AboutPage-v2 .subtitle-text {
        font-size: 16px
    }

    .AboutPage-v2 .hero-img-wrapper img {
        height: 320px
    }

    .AboutPage-v2 .mission-section-v2 {
        padding: 48px 24px;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .AboutPage-v2 .mission-heading,
    .AboutPage-v2 .team-title,
    .AboutPage-v2 .values-heading {
        font-size: 32px
    }

    .AboutPage-v2 .mission-img-wrapper img {
        height: 280px
    }

    .AboutPage-v2 .team-section-v1 {
        padding: 48px 12px
    }

    .AboutPage-v2 .team-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .AboutPage-v2 .team-member-card {
        flex-direction: column;
        text-align: center
    }

    .AboutPage-v2 .member-photo-box img {
        margin: 0 auto
    }

    .AboutPage-v2 .values-section-v3 {
        padding: 48px 12px;
        margin-bottom: 48px
    }

    .AboutPage-v2 .values-img-wrapper img {
        height: 360px
    }
}

.AboutPage-v2 ::selection {
    background: #372F56;
    color: #FFF
}

.AboutPage-v2 ::-webkit-input-placeholder {
    color: #372f5666
}

.AboutPage-v2 ::-moz-placeholder {
    color: #372f5666
}

.AboutPage-v2 :-webkit-autofill {
    -webkit-text-fill-color: #372F56;
    box-shadow: 0 0 0 1000px #FFF inset
}

.TechPageEnkardum {
    background: #FFF;
    min-height: 100vh
}

.TechPageEnkardum .heado-titlebox {
    position: relative;
    padding: 96px 24px 48px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden
}

.TechPageEnkardum .heado-titlebox::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 280px;
    height: 280px;
    background: #FAAE00;
    opacity: .08;
    border-radius: 48px;
    transform: rotate(25deg);
    z-index: 0
}

.TechPageEnkardum .heado-titlebox::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: -5%;
    width: 180px;
    height: 180px;
    background: #372F56;
    opacity: .05;
    border-radius: 34px;
    transform: rotate(-15deg);
    z-index: 0
}

.TechPageEnkardum .title-content-v1 {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto 48px
}

.TechPageEnkardum .main-heading-tech {
    font-size: 60px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 24px;
    letter-spacing: -.02em
}

.TechPageEnkardum .main-heading-tech .accent-upper {
    text-transform: uppercase;
    color: #FAAE00
}

.TechPageEnkardum .intro-description-v2 {
    font-size: 24px;
    line-height: 1.6;
    color: #372F56;
    opacity: .85;
    margin: 0
}

.TechPageEnkardum .hero-visual-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 40px 0 #372f561c
}

.TechPageEnkardum .hero-visual-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, #372f564d 0%, transparent 100%);
    z-index: 1;
    pointer-events: none
}

.TechPageEnkardum .hero-img-tech {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    opacity: 0;
    animation: fadeInImg .4s ease-out .2s forwards
}

@keyframes fadeInImg {
    to {
        opacity: 1
    }
}

.TechPageEnkardum .stack-section-v1 {
    padding: 96px 24px;
    background: #F3F3F3;
    position: relative
}

.TechPageEnkardum .stack-container-main {
    max-width: 1200px;
    margin: 0 auto
}

.TechPageEnkardum .stack-header-box {
    margin-bottom: 48px
}

.TechPageEnkardum .section-label-tech {
    font-size: 32px;
    line-height: 1.4;
    color: #372F56;
    margin: 0 0 12px;
    letter-spacing: -.01em
}

.TechPageEnkardum .section-desc-tech {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    opacity: .75;
    margin: 0;
    max-width: 680px
}

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

.TechPageEnkardum .tech-card-item {
    background: #FFF;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 #372f5612;
    transition: transform .18s ease-out, box-shadow .18s ease-out;
    position: relative
}

.TechPageEnkardum .tech-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px 0 #372f561a
}

.TechPageEnkardum .tech-icon-box {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #372F56 0%, #4a3f72 100%);
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.TechPageEnkardum .tech-icon-svg {
    width: 28px;
    height: 28px;
    fill: #FAAE00
}

.TechPageEnkardum .tech-card-title {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    margin: 0 0 8px
}

.TechPageEnkardum .tech-card-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    opacity: .7;
    margin: 0
}

.TechPageEnkardum .approach-section-v2 {
    padding: 96px 24px;
    background: #FFF
}

.TechPageEnkardum .approach-layout-split {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: start
}

.TechPageEnkardum .sidebar-left-v1 {
    position: sticky;
    top: 24px
}

.TechPageEnkardum .sidebar-heading-tech {
    font-size: 44px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 12px;
    letter-spacing: -.02em;
    -webkit-text-stroke: 1.5px #372F56;
    -webkit-text-fill-color: transparent;
    paint-order: stroke fill
}

.TechPageEnkardum .sidebar-note-v1 {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    opacity: .65;
    margin: 0
}

.TechPageEnkardum .approach-content-main {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.TechPageEnkardum .approach-item-card {
    background: #F3F3F3;
    padding: 24px;
    border-radius: 8px;
    position: relative;
    transition: background .22s ease-out
}

.TechPageEnkardum .approach-item-card:hover {
    background: #FFF;
    box-shadow: 0 6px 20px 0 #372f561a
}

.TechPageEnkardum .approach-number-v1 {
    font-size: 70px;
    line-height: 1;
    color: #FAAE00;
    opacity: .2;
    position: absolute;
    top: 12px;
    right: 24px;
    font-weight: 700;
    pointer-events: none
}

.TechPageEnkardum .approach-item-title {
    font-size: 24px;
    line-height: 1.4;
    color: #372F56;
    margin: 0 0 8px;
    position: relative
}

.TechPageEnkardum .approach-item-text {
    font-size: 16px;
    line-height: 1.6;
    color: #372F56;
    opacity: .75;
    margin: 0;
    max-width: 600px
}

.TechPageEnkardum .metrics-section-v3 {
    padding: 96px 24px;
    background: linear-gradient(135deg, #372F56 0%, #4a3f72 100%);
    position: relative;
    overflow: hidden
}

.TechPageEnkardum .metrics-section-v3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse at 65% 45%, #faae0026 0%, transparent 65%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: slowZoom 20s ease-in-out infinite alternate
}

@keyframes slowZoom {
    from {
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        transform: translate(-50%, -50%) scale(1.15)
    }
}

.TechPageEnkardum .metrics-container-box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.TechPageEnkardum .metrics-intro-v1 {
    text-align: center;
    margin-bottom: 48px
}

.TechPageEnkardum .metrics-heading-v1 {
    font-size: 44px;
    line-height: 1.2;
    color: #FFF;
    margin: 0 0 12px;
    letter-spacing: -.01em
}

.TechPageEnkardum .metrics-subtext-v1 {
    font-size: 16px;
    line-height: 1.6;
    color: #FFF;
    opacity: .8;
    margin: 0
}

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

.TechPageEnkardum .metric-card-v2 {
    background: #ffffff14;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #ffffff1f;
    transition: transform .2s ease-out, background .2s ease-out
}

.TechPageEnkardum .metric-card-v2:hover {
    transform: translateY(-3px);
    background: #ffffff1f
}

.TechPageEnkardum .metric-value-display {
    font-size: 60px;
    line-height: 1.2;
    color: #FAAE00;
    margin: 0 0 8px;
    font-weight: 700
}

.TechPageEnkardum .metric-label-text {
    font-size: 16px;
    line-height: 1.4;
    color: #FFF;
    margin: 0;
    opacity: .9
}

.TechPageEnkardum .divider-line-cross {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    height: 1px
}

.TechPageEnkardum .divider-line-cross::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background: #372F56;
    opacity: .15
}

.TechPageEnkardum .divider-line-cross::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: linear-gradient(#372F56, #372F56) no-repeat center/1px 100%, linear-gradient(#372F56, #372F56) no-repeat center/100% 1px;
    opacity: .2
}

@media (max-width: 1280px) {
    .TechPageEnkardum .main-heading-tech {
        font-size: 44px
    }

    .TechPageEnkardum .intro-description-v2 {
        font-size: 16px
    }

    .TechPageEnkardum .hero-img-tech {
        height: 380px
    }

    .TechPageEnkardum .approach-layout-split {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .TechPageEnkardum .sidebar-left-v1 {
        position: static
    }

    .TechPageEnkardum .sidebar-heading-tech {
        font-size: 32px
    }
}

@media (max-width: 768px) {
    .TechPageEnkardum .heado-titlebox {
        padding: 48px 24px 24px
    }

    .TechPageEnkardum .main-heading-tech {
        font-size: 32px
    }

    .TechPageEnkardum .intro-description-v2 {
        font-size: 16px
    }

    .TechPageEnkardum .hero-img-tech {
        height: 280px
    }

    .TechPageEnkardum .stack-section-v1,
    .TechPageEnkardum .approach-section-v2,
    .TechPageEnkardum .metrics-section-v3 {
        padding: 48px 24px
    }

    .TechPageEnkardum .section-label-tech,
    .TechPageEnkardum .sidebar-heading-tech {
        font-size: 24px
    }

    .TechPageEnkardum .metrics-heading-v1 {
        font-size: 32px
    }

    .TechPageEnkardum .tech-grid-v1,
    .TechPageEnkardum .metrics-grid-layout {
        grid-template-columns: 1fr
    }

    .TechPageEnkardum .metric-value-display {
        font-size: 44px
    }

    .TechPageEnkardum .approach-number-v1 {
        font-size: 44px;
        top: 8px;
        right: 12px
    }
}

.SuccessPage-v2 {
    background: #FFF;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    position: relative;
    overflow: hidden
}

.SuccessPage-v2::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(ellipse at 65% 40%, #faae0014, transparent 65%);
    top: -200px;
    right: -100px;
    pointer-events: none;
    z-index: 1
}

.SuccessPage-v2::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse at 35% 60%, #372f560a, transparent 70%);
    bottom: -150px;
    left: -100px;
    pointer-events: none;
    z-index: 1
}

.confirmBox {
    max-width: 680px;
    width: 100%;
    background: #FFF;
    border-radius: 34px;
    padding: 96px 48px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 12px 40px 0 #372f561c
}

.iconWrap-success {
    width: 140px;
    height: 140px;
    margin: 0 auto 48px;
    position: relative;
    animation: iconReveal .35s ease-out forwards
}

@keyframes iconReveal {
    0% {
        opacity: 0;
        transform: scale(0.7) rotate(-12deg)
    }

    60% {
        transform: scale(1.08) rotate(2deg)
    }

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

.checkCircle-outer {
    width: 140px;
    height: 140px;
    border-radius: 48px;
    background: linear-gradient(135deg, #FAAE00 0%, #F3F3F3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.checkCircle-inner {
    width: 120px;
    height: 120px;
    border-radius: 48px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 4px #372f560f
}

.checkmark-svg {
    width: 64px;
    height: 64px;
    stroke: #372F56;
    stroke-width: 4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: drawCheck .4s .2s ease-out forwards;
    stroke-dasharray: 100;
    stroke-dashoffset: 100
}

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

.headline-confirm {
    font-size: 60px;
    line-height: 1.2;
    color: #372F56;
    margin: 0 0 24px;
    font-weight: 700;
    letter-spacing: -.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    animation: textSlideUp .35s .15s ease-out backwards
}

@keyframes textSlideUp {
    0% {
        opacity: 0;
        transform: translateY(24px)
    }

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

.description-confirm {
    font-size: 24px;
    line-height: 1.6;
    color: #372F56;
    margin: 0 0 48px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    animation: textSlideUp .35s .25s ease-out backwards
}

.actionsRow {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    animation: textSlideUp .35s .35s ease-out backwards
}

.btn-primary-home {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 24px 48px;
    background: #372F56;
    color: #FFF;
    text-decoration: none;
    border-radius: 8px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    transition: transform .18s ease-out, box-shadow .18s ease-out;
    box-shadow: 0 6px 20px 0 #372f561a
}

.btn-primary-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px 0 #372f561c
}

.btn-primary-home:active {
    transform: translateY(0);
    box-shadow: 0 6px 20px 0 #372f561a
}

.arrow-icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease-out
}

.btn-primary-home:hover .arrow-icon {
    transform: translateX(4px)
}

.btn-secondary-contact {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 24px 48px;
    background: transparent;
    color: #372F56;
    text-decoration: none;
    border-radius: 8px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    border: 2px solid #372F56;
    transition: background .2s ease-out, color .2s ease-out
}

.btn-secondary-contact:hover {
    background: #372F56;
    color: #FFF
}

.decorShape-top {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FAAE00 0%, #faae004d 100%);
    opacity: .4;
    animation: floatShape 3.2s ease-in-out infinite
}

@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0) rotate(0deg)
    }

    50% {
        transform: translateY(-12px) rotate(8deg)
    }
}

.decorShape-bottom {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 64px;
    height: 64px;
    border-radius: 48px;
    background: linear-gradient(135deg, #372f5614 0%, transparent 100%);
    animation: floatShape 3.8s .6s ease-in-out infinite
}

@media (max-width: 768px) {
    .SuccessPage-v2 {
        padding: 48px 12px
    }

    .confirmBox {
        padding: 48px 24px;
        border-radius: 8px
    }

    .iconWrap-success {
        width: 100px;
        height: 100px;
        margin-bottom: 24px
    }

    .checkCircle-outer {
        width: 100px;
        height: 100px
    }

    .checkCircle-inner {
        width: 84px;
        height: 84px
    }

    .checkmark-svg {
        width: 48px;
        height: 48px
    }

    .headline-confirm {
        font-size: 44px;
        margin-bottom: 12px
    }

    .description-confirm {
        font-size: 16px;
        margin-bottom: 24px
    }

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

    .btn-primary-home,
    .btn-secondary-contact {
        padding: 24px;
        font-size: 16px;
        width: 100%;
        justify-content: center
    }

    .decorShape-top,
    .decorShape-bottom {
        display: none
    }
}