@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/700.css";

html,
body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    color: #2c2c2c;
    background: #fff
}

.utility-strip {
    background: linear-gradient(135deg, #B0275F 0%, #8a1e4a 100%);
    padding: 12px 0;
    position: relative
}

.utility-strip__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

.notice-badge {
    background: #ffffff26;
    padding: 6px 24px;
    border-radius: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .02em;
    box-shadow: 1px 2px 6px -1px #b0275f0f
}

.quick-contact {
    display: flex;
    gap: 24px;
    align-items: center
}

.quick-contact__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.quick-contact__item:hover {
    opacity: .8
}

.quick-contact__icon {
    width: 16px;
    height: 16px;
    fill: #fff
}

.brand-strip {
    background: #fff;
    border-bottom: 1px solid #CDD9DF;
    padding: 24px 0
}

.brand-strip__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px
}

.brand-lockup {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.brand-lockup__logo-box {
    width: 64px;
    height: 64px;
    background: #fff;
    border: 2px solid #B0275F;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-shadow: 1px 2px 6px -1px #b0275f0f
}

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

.brand-lockup__name {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0
}

.brand-lockup__tagline {
    font-size: 15px;
    color: #6c6c6c;
    line-height: 1.2;
    margin: 0
}

.primary-nav {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.primary-nav__link {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center
}

.primary-nav__link:hover {
    background-color: #C5D2B4;
    color: #2c2c2c
}

.primary-nav__link:focus {
    outline: 2px solid #B0275F;
    outline-offset: 2px
}

.primary-nav__link:focus::before {
    content: 'focused';
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #B0275F;
    font-weight: 400
}

.primary-nav__link.active {
    background-color: #B0275F;
    color: #fff
}

.credits-bar {
    background: #2c2c2c;
    padding: 40px 0;
    margin-top: 80px
}

.credits-bar__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px
}

.credits-bar__logo-section {
    display: flex;
    align-items: center;
    gap: 24px
}

.credits-bar__logo-box {
    width: 56px;
    height: 56px;
    background: #fff;
    border: 2px solid #B0275F;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-shadow: 1px 6px 25px -1px #b0275f1a
}

.credits-bar__logo {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.credits-bar__founding {
    font-size: 15px;
    color: #CDD9DF;
    line-height: 1.2
}

.credits-bar__divider {
    width: 1px;
    height: 40px;
    background: #c5d2b44d
}

.credits-bar__legal {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.credits-bar__copyright {
    font-size: 15px;
    color: #CDD9DF;
    line-height: 1.2
}

.credits-bar__links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.credits-bar__link {
    font-size: 15px;
    color: #C5D2B4;
    text-decoration: none;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.credits-bar__link:hover {
    color: #fff
}

.credits-bar__link:focus {
    outline: 2px solid #B0275F;
    outline-offset: 2px;
    position: relative
}

.credits-bar__link:focus::before {
    content: 'focused';
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #B0275F;
    font-weight: 400
}

@media (max-width: 1280px) {
    .brand-strip__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .primary-nav {
        align-items: flex-start;
        margin-bottom: 0
    }

    .credits-bar__inner {
        flex-direction: column;
        align-items: flex-start
    }

    .credits-bar__divider {
        display: none
    }
}

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

    .quick-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%
    }

    .primary-nav {
        flex-direction: column;
        width: 100%;
        gap: 6px
    }

    .primary-nav__link {
        width: 100%;
        justify-content: flex-start
    }

    .credits-bar__legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

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

@media (max-width: 390px) {
    .utility-strip {
        padding: 12px 0
    }

    .utility-strip__inner {
        padding: 0 12px
    }

    .brand-strip {
        padding: 12px 0
    }

    .brand-strip__inner {
        padding: 0 12px
    }

    .credits-bar {
        padding: 24px 0;
        margin-top: 40px
    }

    .credits-bar__inner {
        padding: 0 12px
    }

    .brand-lockup__logo-box {
        width: 56px;
        height: 56px
    }

    .notice-badge {
        padding: 6px 12px;
        font-size: 15px
    }
}

::placeholder {
    color: #b0275f66
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: #b0275f4d
}

.hq-legal-text {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 24px;
    background: #fff
}

.hq-legal-text h1 {
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 40px;
    color: #1a1a2e;
    font-weight: 700
}

.hq-legal-text h2 {
    font-size: 38px;
    line-height: 1.2;
    margin: 80px 0 24px;
    color: #2d2d44;
    font-weight: 600
}

.hq-legal-text h3 {
    font-size: 22px;
    line-height: 1.55;
    margin: 40px 0 24px;
    color: #3a3a52;
    font-weight: 600
}

.hq-legal-text h4 {
    font-size: 18px;
    line-height: 1.55;
    margin: 24px 0 12px;
    color: #3a3a52;
    font-weight: 600
}

.hq-legal-text h5 {
    font-size: 18px;
    line-height: 1.55;
    margin: 24px 0 12px;
    color: #4a4a62;
    font-weight: 500
}

.hq-legal-text h6 {
    font-size: 15px;
    line-height: 1.55;
    margin: 24px 0 12px;
    color: #4a4a62;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em
}

.hq-legal-text p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 24px;
    color: #2d2d44
}

.hq-legal-text ul {
    margin: 0 0 24px;
    padding: 0 0 0 40px;
    list-style: none
}

.hq-legal-text ol {
    margin: 0 0 24px;
    padding: 0 0 0 40px;
    list-style: none;
    counter-reset: policy-list
}

.hq-legal-text li {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 12px;
    color: #2d2d44;
    position: relative
}

.hq-legal-text ul li::before {
    content: '';
    position: absolute;
    left: -24px;
    top: .7em;
    width: 8px;
    height: 8px;
    background: #B0275F;
    border-radius: 50%
}

.hq-legal-text ol li {
    counter-increment: policy-list
}

.hq-legal-text ol li::before {
    content: counter(policy-list) ".";
    position: absolute;
    left: -40px;
    color: #B0275F;
    font-weight: 600
}

.hq-legal-text strong,
.hq-legal-text b {
    font-weight: 600;
    color: #1a1a2e
}

.hq-legal-text em,
.hq-legal-text i {
    font-style: italic
}

.hq-legal-text a {
    color: #B0275F;
    text-decoration: none;
    border-bottom: 1px solid #b0275f4d;
    transition: border-color .6s ease
}

.hq-legal-text a:hover {
    border-bottom-color: #B0275F
}

.hq-legal-text a:focus {
    outline: 2px solid #B0275F;
    outline-offset: 2px;
    border-radius: 5px
}

@media (max-width: 1280px) {
    .hq-legal-text {
        padding: 80px 40px
    }

    .hq-legal-text h1 {
        font-size: 38px;
        margin-bottom: 40px
    }

    .hq-legal-text h2 {
        font-size: 22px;
        margin-top: 40px
    }
}

@media (max-width: 768px) {
    .hq-legal-text {
        padding: 40px 24px
    }

    .hq-legal-text h1 {
        font-size: 38px;
        margin-bottom: 24px
    }

    .hq-legal-text h2 {
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: 24px
    }

    .hq-legal-text h3 {
        font-size: 18px;
        margin-top: 24px
    }

    .hq-legal-text ul,
    .hq-legal-text ol {
        padding-left: 24px
    }

    .hq-legal-text ol li::before {
        left: -24px
    }
}

@media (max-width: 390px) {
    .hq-legal-text {
        padding: 24px 12px
    }

    .hq-legal-text h1 {
        font-size: 22px
    }

    .hq-legal-text h2 {
        font-size: 18px;
        margin-top: 24px
    }

    .hq-legal-text p,
    .hq-legal-text li {
        font-size: 15px
    }
}

.pod_detail {
    background: #fff;
    color: #1a1a1a
}

.pod_detail .top_grad {
    background: linear-gradient(to bottom, #B0275F 0%, #b0275fb3 40%, #b0275f00 100%);
    padding: 120px 24px 180px;
    position: relative;
    overflow: hidden
}

.top_grad::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpath d='M0 40 Q150 0 300 40 T600 40 T900 40 T1200 40 L1200 80 L0 80 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat bottom;
    background-size: 100% 100%
}

.pod_detail .top_grad .limiter {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.pod_detail .top_grad h1 {
    font-size: 68px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px;
    max-width: 900px
}

.pod_detail .top_grad .tagline {
    font-size: 22px;
    line-height: 1.55;
    color: #fffffff2;
    max-width: 700px;
    font-style: italic
}

.pod_detail .top_grad .featured_img {
    margin: 40px 0 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 8px 36px -1px #b0275f1a;
    animation: img_fade .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0
}

@keyframes img_fade {
    to {
        opacity: 1
    }
}

.pod_detail .top_grad .featured_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block
}

.pod_detail .meta_strip {
    background: linear-gradient(90deg, #CDD9DF 0%, #cdd9df4d 50%, #fff0 100%);
    padding: 24px;
    animation: temp_shift 12s ease-in-out infinite
}

@keyframes temp_shift {

    0%,
    100% {
        background: linear-gradient(90deg, #CDD9DF 0%, #cdd9df4d 50%, #fff0 100%)
    }

    50% {
        background: linear-gradient(90deg, #C5D2B4 0%, #c5d2b44d 50%, #fff0 100%) !important
    }
}

.pod_detail .meta_strip .limiter {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap
}

.pod_detail .meta_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    position: relative
}

.pod_detail .meta_item::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #B0275F;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative
}

.pod_detail .meta_item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -26px;
    width: 20px;
    height: 1px;
    background: repeating-linear-gradient(to right, #B0275F 0, #B0275F 3px, transparent 3px, transparent 6px)
}

.pod_detail .meta_item:last-child::after {
    display: none
}

.pod_detail .meta_item .label {
    font-size: 15px;
    line-height: 1.55;
    color: #2d2d2d;
    font-weight: 600
}

.pod_detail .meta_item .value {
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a
}

.pod_detail .article_body {
    background: #fff;
    padding: 80px 24px
}

.pod_detail .article_body .limiter {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px
}

.pod_detail .article_body .content_flow {
    max-width: 800px
}

.pod_detail .content_flow p {
    font-size: 18px;
    line-height: 1.8;
    color: #2d2d2d;
    margin: 0 0 24px
}

.pod_detail .content_flow p:nth-of-type(odd) {
    max-width: 720px
}

.pod_detail .content_flow p:nth-of-type(even) {
    max-width: 560px
}

.pod_detail .content_flow h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 40px 0 24px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.pod_detail .content_flow h3 {
    font-size: 22px;
    line-height: 1.55;
    color: #2d2d2d;
    margin: 24px 0 12px
}

.pod_detail .content_flow strong {
    font-weight: 700;
    color: #1a1a1a
}

.pod_detail .content_flow ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    counter-reset: list_counter
}

.pod_detail .content_flow ul li {
    font-size: 18px;
    line-height: 1.8;
    color: #2d2d2d;
    margin: 0 0 12px;
    padding-left: 60px;
    position: relative;
    counter-increment: list_counter
}

.pod_detail .content_flow ul li::before {
    content: counter(list_counter);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #B0275F
}

.pod_detail .content_flow table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 40px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 6px -1px #b0275f0f
}

.pod_detail .content_flow table caption {
    font-size: 18px;
    line-height: 1.55;
    color: #1a1a1a;
    font-weight: 600;
    text-align: left;
    padding: 12px;
    background: #CDD9DF
}

.pod_detail .content_flow thead th {
    font-size: 15px;
    line-height: 1.55;
    color: #1a1a1a;
    font-weight: 700;
    text-align: left;
    padding: 12px;
    background: #C5D2B4;
    border-bottom: 2px solid #fff
}

.pod_detail .content_flow tbody td {
    font-size: 15px;
    line-height: 1.55;
    color: #2d2d2d;
    padding: 12px;
    border-bottom: 1px solid #f0f0f0
}

.pod_detail .content_flow tbody tr:hover {
    background: #c5d2b41a;
    transition: background .6s ease
}

.pod_detail .content_flow tfoot td {
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a;
    padding: 12px;
    background: #f8f8f8;
    font-style: italic
}

.pod_detail .content_flow details {
    margin: 0 0 24px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px;
    background: #fafafa
}

.pod_detail .content_flow summary {
    font-size: 18px;
    line-height: 1.55;
    color: #1a1a1a;
    font-weight: 600;
    cursor: pointer;
    padding: 6px;
    transition: color .5s ease
}

.pod_detail .content_flow summary:hover {
    color: #B0275F
}

.pod_detail .content_flow details[open] summary {
    margin-bottom: 12px;
    color: #B0275F
}

.pod_detail .content_flow a {
    color: #B0275F;
    text-decoration: none;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline;
    box-shadow: 0 0 0 0 transparent
}

.pod_detail .content_flow a:hover {
    box-shadow: 0 0 0 2px #B0275F;
    padding: 2px 6px;
    margin: -2px -6px;
    border-radius: 5px
}

.pod_detail .insight_grid {
    background: linear-gradient(90deg, #cdd9df00 0%, #CDD9DF 100%);
    padding: 80px 24px
}

.pod_detail .insight_grid .limiter {
    max-width: 1600px;
    margin: 0 auto
}

.pod_detail .insight_grid h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 40px;
    text-align: right
}

.pod_detail .insight_blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px
}

.pod_detail .insight_card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 1px 6px 25px -1px #b0275f1a;
    position: relative;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.pod_detail .insight_card:hover {
    transform: translateY(-6px)
}

.pod_detail .insight_card::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    background: #C5D2B4;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #c5d2b44d
}

.pod_detail .insight_card .num {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #B0275F;
    margin: 0 0 12px
}

.pod_detail .insight_card .desc {
    font-size: 15px;
    line-height: 1.55;
    color: #2d2d2d
}

.pod_detail .practice_zone {
    background: #fff;
    padding: 80px 24px
}

.pod_detail .practice_zone .limiter {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.pod_detail .practice_zone h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 24px
}

.pod_detail .practice_zone .intro_text {
    font-size: 18px;
    line-height: 1.8;
    color: #2d2d2d;
    margin: 0 0 40px
}

.pod_detail .practice_zone .exercise_list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: exercise_counter
}

.pod_detail .practice_zone .exercise_list li {
    font-size: 18px;
    line-height: 1.8;
    color: #2d2d2d;
    margin: 0 0 24px;
    padding-left: 70px;
    position: relative;
    counter-increment: exercise_counter
}

.pod_detail .practice_zone .exercise_list li::before {
    content: counter(exercise_counter);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #C5D2B4
}

.pod_detail .practice_visual {
    position: relative
}

.pod_detail .practice_visual .demo_box {
    background: linear-gradient(135deg, #CDD9DF 0%, #cdd9df00 100%);
    border-radius: 26px;
    padding: 40px;
    box-shadow: 1px 8px 36px -1px #b0275f1a;
    position: relative;
    overflow: hidden
}

.pod_detail .practice_visual .demo_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #B0275F 0%, #C5D2B4 50%, #CDD9DF 100%)
}

.pod_detail .practice_visual .sketch_placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: inset 0 2px 8px #b0275f14
}

.pod_detail .practice_visual .sketch_placeholder .icon_figure {
    width: 80px;
    height: 120px;
    position: relative
}

.pod_detail .practice_visual .sketch_placeholder .icon_figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: #B0275F;
    border-radius: 50%
}

.pod_detail .practice_visual .sketch_placeholder .icon_figure::after {
    content: '';
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 60px;
    background: #C5D2B4;
    border-radius: 40px 40px 5px 5px
}

.pod_detail .practice_visual .sketch_placeholder .label {
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a;
    font-style: italic
}

.pod_detail .cta_band {
    background: linear-gradient(90deg, #B0275F 0%, #b0275f99 50%, #fff0 100%);
    padding: 80px 24px;
    position: relative;
    overflow: hidden
}

.pod_detail .cta_band::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L0 40 Q150 0 300 40 T600 40 T900 40 T1200 40 L1200 0 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat top;
    background-size: 100% 100%
}

.pod_detail .cta_band .limiter {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2
}

.pod_detail .cta_band h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px
}

.pod_detail .cta_band .prompt {
    font-size: 22px;
    line-height: 1.55;
    color: #fffffff2;
    margin: 0 0 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.pod_detail .cta_band .action_btn {
    display: inline-block;
    background: #fff;
    color: #B0275F;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 10px;
    text-decoration: none;
    transition: background .7s ease, color .7s ease, box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 1px 6px 25px -1px #00000026
}

.pod_detail .cta_band .action_btn:hover {
    background: #C5D2B4;
    color: #1a1a1a;
    box-shadow: 1px 8px 36px -1px #00000040
}

@media (max-width: 1280px) {
    .pod_detail .top_grad h1 {
        font-size: 52px
    }

    .pod_detail .insight_grid h2,
    .pod_detail .practice_zone h2,
    .pod_detail .cta_band h2 {
        font-size: 38px
    }

    .pod_detail .practice_zone .limiter {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media (max-width: 768px) {
    .pod_detail .top_grad {
        padding: 80px 24px 120px
    }

    .pod_detail .top_grad h1 {
        font-size: 38px
    }

    .pod_detail .top_grad .tagline {
        font-size: 18px
    }

    .pod_detail .meta_strip .limiter {
        flex-direction: column;
        gap: 24px
    }

    .pod_detail .meta_item::after {
        display: none
    }

    .pod_detail .article_body {
        padding: 40px 24px
    }

    .pod_detail .content_flow h2 {
        font-size: 22px;
        margin: 24px 0 12px
    }

    .pod_detail .content_flow h3 {
        font-size: 18px
    }

    .pod_detail .content_flow ul li {
        padding-left: 50px
    }

    .pod_detail .content_flow ul li::before {
        font-size: 22px
    }

    .pod_detail .insight_grid,
    .pod_detail .practice_zone,
    .pod_detail .cta_band {
        padding: 40px 24px
    }

    .pod_detail .insight_grid h2,
    .pod_detail .practice_zone h2,
    .pod_detail .cta_band h2 {
        font-size: 22px;
        text-align: left
    }

    .pod_detail .insight_blocks {
        grid-template-columns: 1fr
    }

    .pod_detail .insight_card .num {
        font-size: 38px
    }

    .pod_detail .practice_zone .exercise_list li {
        padding-left: 60px
    }

    .pod_detail .practice_zone .exercise_list li::before {
        font-size: 38px
    }

    .pod_detail .cta_band .prompt {
        font-size: 18px
    }
}

@media (max-width: 390px) {
    .pod_detail .top_grad h1 {
        font-size: 22px
    }

    .pod_detail .top_grad .tagline {
        font-size: 15px
    }

    .pod_detail .content_flow p,
    .pod_detail .content_flow ul li {
        font-size: 15px
    }

    .pod_detail .practice_visual .demo_box {
        padding: 24px
    }
}

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

.pod__title-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 80px 24px;
    position: relative;
    background: linear-gradient(117deg, #c1d2b414 0%, #fff0 100%)
}

.pod__title-area::before {
    content: '7';
    position: absolute;
    font-size: 320px;
    line-height: 1;
    color: #b0275f08;
    top: -40px;
    right: 80px;
    font-weight: 700;
    pointer-events: none;
    z-index: 0
}

.pod__title-img-wrap {
    flex: 0 0 380px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 6px 25px -1px #b0275f1a;
    z-index: 1
}

.pod__title-img {
    width: 380px;
    height: 280px;
    object-fit: cover;
    display: block
}

.pod__title-img-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, #b0275f59 0%, #b0275f00 100%);
    pointer-events: none
}

.pod__title-text {
    flex: 1;
    z-index: 1
}

.pod__title-h {
    font-size: 52px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .02em
}

.pod__title-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a5e;
    margin: 0;
    max-width: 640px
}

.pod__episodes-area {
    padding: 80px 24px;
    background: #fff
}

.pod__episodes-h {
    font-size: 38px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 40px;
    text-align: center
}

.pod__episodes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto
}

.pod__ep-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 6px -1px #b0275f0f;
    transition: box-shadow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    position: relative
}

.pod__ep-card:hover {
    box-shadow: 1px 8px 36px -1px #b0275f1a;
    transform: translateY(-6px)
}

.pod__ep-img-wrap {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5
}

.pod__ep-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease
}

.pod__ep-card:hover .pod__ep-img {
    transform: scale(1.06)
}

.pod__ep-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.pod__ep-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
    font-size: 15px;
    color: #7a7a8e
}

.pod__ep-author {
    color: #B0275F
}

.pod__ep-time::before {
    content: '•';
    margin: 0 6px 0 0;
    color: #C5D2B4
}

.pod__ep-subtitle {
    font-size: 15px;
    line-height: 1.55;
    color: #B0275F;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.pod__ep-title {
    font-size: 22px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 12px
}

.pod__ep-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a5e;
    margin: 0 0 24px;
    flex: 1
}

.pod__ep-link {
    display: inline-block;
    padding: 12px 24px;
    background: #B0275F;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    transition: background .6s ease;
    align-self: flex-start
}

.pod__ep-link:hover {
    background: #8a1e4a;
    color: #fff
}

.pod__stats-area {
    padding: 80px 24px;
    background: linear-gradient(273deg, #cdd9df26 0%, #fff0 100%);
    position: relative
}

.pod__stats-area::before {
    content: '';
    position: absolute;
    top: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: #C5D2B4;
    transform: rotate(45deg);
    opacity: .3;
    pointer-events: none
}

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

.pod__stats-h {
    font-size: 38px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 40px;
    text-align: right
}

.pod__stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px
}

.pod__stat-box {
    background: #fff;
    padding: 40px 24px;
    border-radius: 16px;
    box-shadow: 1px 2px 6px -1px #b0275f0f;
    text-align: center;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden
}

.pod__stat-box:hover {
    transform: scale(1.04)
}

.pod__stat-num {
    font-size: 68px;
    line-height: 1;
    color: #1a1a2e;
    margin: 0 0 12px;
    font-weight: 700
}

.pod__stat-num-int {
    color: #B0275F
}

.pod__stat-num-dec {
    color: #C5D2B4
}

.pod__stat-label {
    font-size: 18px;
    line-height: 1.55;
    color: #4a4a5e;
    margin: 0
}

.pod__approach-area {
    padding: 80px 24px;
    background: #fff
}

.pod__approach-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    gap: 40px;
    align-items: start
}

.pod__approach-sidebar-left {
    padding: 24px 12px;
    background: linear-gradient(180deg, #c5d2b41f 0%, #fff0 100%);
    border-radius: 26px;
    min-height: 300px
}

.pod__approach-sidebar-right {
    padding: 24px 12px;
    background: linear-gradient(180deg, #cdd9df1f 0%, #fff0 100%);
    border-radius: 26px;
    min-height: 300px
}

.pod__approach-center {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 6px 25px -1px #b0275f1a
}

.pod__approach-h {
    font-size: 38px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 24px
}

.pod__approach-text {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a5e;
    margin: 0 0 24px
}

.pod__approach-text:last-child {
    margin: 0
}

.pod__table-area {
    padding: 80px 24px;
    background: linear-gradient(94deg, #b0275f0a 0%, #fff0 100%);
    position: relative
}

.pod__table-area::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #c5d2b426 0%, #c5d2b400 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: pod-shadow-drift 12s ease-in-out infinite
}

@keyframes pod-shadow-drift {

    0%,
    100% {
        transform: translate(-50%, -50%)
    }

    50% {
        transform: translate(-45%, -55%)
    }
}

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

.pod__table-h {
    font-size: 38px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 40px
}

.pod__table-wrap {
    overflow-x: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 6px -1px #b0275f0f;
    padding: 24px
}

.pod__table {
    width: 100%;
    border-collapse: collapse
}

.pod__table-head {
    background: #f8f8f8
}

.pod__table-th {
    padding: 12px 24px;
    text-align: left;
    font-size: 15px;
    color: #1a1a2e;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0
}

.pod__table-td {
    padding: 12px 24px;
    font-size: 15px;
    color: #4a4a5e;
    border-bottom: 1px solid #f0f0f0
}

.pod__table-tr:last-child .pod__table-td {
    border-bottom: none
}

.pod__table-td.pod--high {
    background: #b0275f14;
    color: #B0275F;
    font-weight: 600
}

.pod__table-td.pod--medium {
    background: #c5d2b426;
    color: #5a6a4a
}

.pod__table-td.pod--low {
    background: #cdd9df26;
    color: #4a5a6a
}

.pod__list-area {
    padding: 80px 24px;
    background: #fff
}

.pod__list-inner {
    max-width: 900px;
    margin: 0 auto
}

.pod__list-h {
    font-size: 38px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 40px;
    text-align: center
}

.pod__list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: pod-counter
}

.pod__list-item {
    position: relative;
    padding: 0 0 0 80px;
    margin: 0 0 40px;
    counter-increment: pod-counter
}

.pod__list-item::before {
    content: counter(pod-counter);
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
    color: #B0275F
}

.pod__list-item:nth-child(2n)::before {
    color: #C5D2B4
}

.pod__list-item:nth-child(3n)::before {
    color: #CDD9DF
}

.pod__list-title {
    font-size: 22px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 12px
}

.pod__list-text {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a5e;
    margin: 0
}

@media (max-width: 1280px) {
    .pod__title-area {
        flex-direction: column;
        padding: 40px 24px
    }

    .pod__title-img-wrap {
        flex: 0 0 auto;
        width: 100%;
        max-width: 500px
    }

    .pod__title-img {
        width: 100%;
        height: auto
    }

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

    .pod__approach-sidebar-left,
    .pod__approach-sidebar-right {
        display: none
    }
}

@media (max-width: 768px) {
    .pod__title-h {
        font-size: 38px
    }

    .pod__title-desc {
        font-size: 15px
    }

    .pod__episodes-h,
    .pod__stats-h,
    .pod__approach-h,
    .pod__table-h,
    .pod__list-h {
        font-size: 22px
    }

    .pod__episodes-grid {
        grid-template-columns: 1fr
    }

    .pod__stats-grid {
        grid-template-columns: 1fr
    }

    .pod__stat-num {
        font-size: 52px
    }

    .pod__approach-center {
        padding: 24px
    }

    .pod__table-wrap {
        padding: 12px
    }

    .pod__list-item {
        padding: 0 0 0 60px
    }

    .pod__list-item::before {
        font-size: 52px
    }
}

@media (max-width: 390px) {
    .pod__title-area {
        padding: 24px 12px
    }

    .pod__episodes-area,
    .pod__stats-area,
    .pod__approach-area,
    .pod__table-area,
    .pod__list-area {
        padding: 40px 12px
    }

    .pod__title-h {
        font-size: 22px
    }

    .pod__ep-body {
        padding: 12px
    }

    .pod__stat-box {
        padding: 24px 12px
    }
}

.pod__ep-card:nth-child(1) {
    grid-column: span 1
}

.pod__ep-card:nth-child(2) {
    grid-column: span 2
}

.pod__ep-card:nth-child(3) {
    grid-column: span 1
}

.pod__ep-card:nth-child(4) {
    grid-column: span 1
}

.pod__ep-card:nth-child(5) {
    grid-column: span 2
}

@media (max-width: 1280px) {

    .pod__ep-card:nth-child(2),
    .pod__ep-card:nth-child(5) {
        grid-column: span 1
    }
}

.pod__ep-link:focus {
    outline: 2px solid #B0275F;
    outline-offset: 2px
}

.pod__divider-line {
    height: 2px;
    background: linear-gradient(90deg, #c5d2b400 0%, #C5D2B4 50%, #c5d2b400 100%);
    margin: 0 auto;
    max-width: 600px;
    position: relative
}

.pod__divider-line::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #B0275F;
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px
}

.pod__approach-area::before {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(90deg, #cdd9df00 0%, #CDD9DF 50%, #cdd9df00 100%);
    margin: 0 auto 80px;
    max-width: 600px;
    position: relative
}

.pod__approach-area::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #CDD9DF;
    transform: rotate(45deg);
    top: 80px;
    left: 50%;
    margin: -6px 0 0 -6px
}

.pod__list-text span {
    color: #B0275F
}

.pod__table-wrap {
    margin-bottom: 6px !important
}

.fig-draw {
    background: #fff;
    color: #1d1d1d;
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.fig-draw__opener {
    position: relative;
    padding: 180px 40px 140px;
    background: linear-gradient(127deg, #fff 0%, #fff 45%, #CDD9DF 45%, #CDD9DF 100%);
    overflow: hidden
}

.fig-draw__opener::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid #b0275f0a;
    top: 80px;
    left: -120px;
    pointer-events: none
}

.fig-draw__opener::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid #c5d2b40f;
    bottom: 60px;
    right: 100px;
    pointer-events: none
}

.fig-draw__opener-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto
}

.fig-draw__opener-title {
    font-size: 68px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0;
    color: #1d1d1d;
    animation: elastic-in .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@keyframes elastic-in {
    0% {
        opacity: 0;
        transform: scale(0.92)
    }

    60% {
        opacity: 1;
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

.fig-draw__opener-shapes {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    width: 160px;
    height: 160px;
    pointer-events: none
}

.fig-draw__opener-shapes svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.fig-draw__story {
    position: relative;
    padding: 120px 40px;
    background: #fff
}

.fig-draw__story-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.fig-draw__story-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.fig-draw__story-col.tall {
    padding-top: 80px
}

.fig-draw__story-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 6px 25px -1px #b0275f1a;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.fig-draw__story-card:hover {
    box-shadow: 1px 8px 36px -1px #b0275f1a 0 0 0 1px #b0275f14;
    transform: translateY(-6px)
}

.fig-draw__story-img-wrap {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f5f5f5
}

.fig-draw__story-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease
}

.fig-draw__story-card:hover .fig-draw__story-img {
    transform: scale(1.05)
}

.fig-draw__story-txt {
    padding: 40px
}

.fig-draw__story-label {
    font-size: 15px;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #B0275F;
    margin: 0 0 12px
}

.fig-draw__story-head {
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #1d1d1d
}

.fig-draw__story-desc {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 24px;
    color: #3d3d3d
}

.fig-draw__story-desc.wide {
    max-width: 100%
}

.fig-draw__story-desc.narrow {
    max-width: 85%
}

.fig-draw__story-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.fig-draw__story-list-item {
    font-size: 18px;
    line-height: 1.55;
    color: #3d3d3d;
    padding-left: 40px;
    position: relative
}

.fig-draw__story-list-item::before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #B0275F
}

.fig-draw__story-list {
    counter-reset: item
}

.fig-draw__story-card.text-only {
    background: linear-gradient(94deg, #c5d2b41f 0%, #cdd9df1f 100%);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.fig-draw__story-card.text-only .fig-draw__story-txt {
    padding: 60px 40px
}

.fig-draw__story-accent {
    color: #B0275F
}

.fig-draw__divider {
    position: relative;
    height: 100px;
    background: #fff;
    overflow: hidden
}

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

.fig-draw__divider-path {
    fill: #C5D2B4;
    opacity: .15
}

@media (max-width: 1280px) {
    .fig-draw__opener {
        padding: 140px 40px 100px
    }

    .fig-draw__opener-title {
        font-size: 52px
    }

    .fig-draw__opener-shapes {
        width: 120px;
        height: 120px;
        right: 40px
    }

    .fig-draw__story-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }

    .fig-draw__story-col.tall {
        padding-top: 0
    }

    .fig-draw__story {
        padding: 100px 40px
    }
}

@media (max-width: 768px) {
    .fig-draw__opener {
        padding: 100px 24px 80px;
        background: linear-gradient(147deg, #fff 0%, #fff 40%, #CDD9DF 40%, #CDD9DF 100%)
    }

    .fig-draw__opener-title {
        font-size: 38px
    }

    .fig-draw__opener::before {
        width: 280px;
        height: 280px;
        top: 40px;
        left: -80px
    }

    .fig-draw__opener::after {
        width: 220px;
        height: 220px;
        bottom: 40px;
        right: 40px
    }

    .fig-draw__opener-shapes {
        display: none
    }

    .fig-draw__story {
        padding: 80px 24px
    }

    .fig-draw__story-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .fig-draw__story-img-wrap {
        height: 240px
    }

    .fig-draw__story-txt {
        padding: 24px
    }

    .fig-draw__story-head {
        font-size: 22px
    }

    .fig-draw__story-desc {
        font-size: 15px
    }

    .fig-draw__story-list-item {
        font-size: 15px;
        padding-left: 32px
    }

    .fig-draw__story-list-item::before {
        font-size: 18px
    }

    .fig-draw__story-card.text-only .fig-draw__story-txt {
        padding: 40px 24px
    }

    .fig-draw__divider {
        height: 60px
    }
}

@media (max-width: 390px) {
    .fig-draw__opener {
        padding: 80px 12px 60px
    }

    .fig-draw__opener-title {
        font-size: 32px
    }

    .fig-draw__story {
        padding: 60px 12px
    }

    .fig-draw__story-grid {
        gap: 24px
    }

    .fig-draw__story-txt {
        padding: 24px 12px
    }

    .fig-draw__story-card.text-only .fig-draw__story-txt {
        padding: 40px 12px
    }
}

.contact-pg {
    background: #fff;
    overflow-x: clip
}

.contact-pg .intro-zone {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.contact-pg .img-clip {
    position: relative;
    width: 100%;
    height: 520px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    overflow: hidden
}

.contact-pg .img-clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.4) brightness(0.95);
    mix-blend-mode: multiply
}

.contact-pg .img-clip::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #b0275f4d 0%, transparent 60%);
    pointer-events: none
}

.contact-pg .text-zone {
    position: relative;
    z-index: 1
}

.contact-pg .text-zone h1 {
    font-size: 68px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #1a1a2e;
    text-transform: uppercase;
    letter-spacing: -.02em
}

.contact-pg .text-zone h2 {
    font-size: 22px;
    line-height: 1.55;
    margin: 0 0 40px;
    color: #4a4a5e
}

.contact-pg .text-zone a {
    display: inline-block;
    padding: 16px 40px;
    background: #B0275F;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background .6s ease, box-shadow .6s ease;
    box-shadow: 1px 2px 6px -1px #b0275f0f
}

.contact-pg .text-zone a:hover {
    background: #8e1f4d;
    box-shadow: 1px 6px 25px -1px #b0275f1a
}

.contact-pg .text-zone a:active {
    background: #6f1839;
    box-shadow: 1px 2px 6px -1px #b0275f0f
}

.contact-pg .curve-decor {
    position: absolute;
    top: 12%;
    right: 8%;
    width: 280px;
    height: 280px;
    pointer-events: none;
    z-index: 0
}

.contact-pg .curve-decor svg {
    width: 100%;
    height: 100%;
    opacity: .12
}

.contact-pg .form-wrap {
    position: relative;
    background: linear-gradient(180deg, #c5d2b414 0%, #fff 40%);
    padding: 80px 40px
}

.contact-pg .form-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 6px;
    background: #B0275F;
    border-radius: 40px
}

.contact-pg .form-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px
}

.contact-pg .detail-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.contact-pg .detail-item {
    position: relative;
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 6px -1px #b0275f0f;
    transition: box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-pg .detail-item:hover {
    box-shadow: 1px 8px 36px -1px #b0275f1a;
    transform: translateY(-4px)
}

.contact-pg .detail-item h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #B0275F;
    text-transform: uppercase;
    letter-spacing: .08em
}

.contact-pg .detail-item p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #2a2a3e
}

.contact-pg .detail-item a {
    color: #B0275F;
    text-decoration: none;
    transition: color .5s ease;
    position: relative
}

.contact-pg .detail-item a:hover {
    color: #8e1f4d
}

.contact-pg .detail-item a:hover::after {
    content: '';
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 2px solid #B0275F;
    border-radius: 5px;
    pointer-events: none
}

.contact-pg .stat-visual {
    position: relative;
    padding: 40px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 1px 6px 25px -1px #b0275f1a;
    text-align: center
}

.contact-pg .ring-wrap {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 24px
}

.contact-pg .ring-bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 12px solid #CDD9DF
}

.contact-pg .ring-fill {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 12px solid #B0275F;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-45deg)
}

.contact-pg .ring-num {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #B0275F
}

.contact-pg .stat-visual p {
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    color: #4a4a5e
}

.contact-pg .form-col {
    grid-column: span 2
}

.contact-pg .form-col h2 {
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #1a1a2e
}

.contact-pg .form-col .subline {
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 40px;
    color: #4a4a5e;
    max-width: 620px
}

.contact-pg .form-col form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contact-pg .field-group {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.contact-pg .field-group label {
    font-size: 15px;
    line-height: 1.2;
    color: #2a2a3e;
    font-weight: 600
}

.contact-pg .field-group input[type="email"] {
    width: 100%;
    padding: 16px 24px;
    font-size: 15px;
    line-height: 1.55;
    color: #1a1a2e;
    background: #fff;
    border: 2px solid #CDD9DF;
    border-radius: 10px;
    transition: border-color .6s ease, box-shadow .6s ease;
    outline: none
}

.contact-pg .field-group input[type="email"]:focus {
    border-color: #B0275F;
    box-shadow: 0 0 0 4px #b0275f14
}

.contact-pg .field-group input[type="email"]::placeholder {
    color: #b0275f4d
}

.contact-pg .field-group input[type="email"]::selection {
    background: #B0275F;
    color: #fff
}

.contact-pg .radio-set {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.contact-pg .radio-set legend {
    font-size: 15px;
    line-height: 1.2;
    color: #2a2a3e;
    font-weight: 600;
    margin: 0 0 12px
}

.contact-pg .radio-opt {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: #fff;
    border: 2px solid #CDD9DF;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .5s ease, background .5s ease, box-shadow .5s ease
}

.contact-pg .radio-opt:hover {
    border-color: #C5D2B4;
    background: #c5d2b40d
}

.contact-pg .radio-opt input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #CDD9DF;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: border-color .5s ease;
    flex-shrink: 0
}

.contact-pg .radio-opt input[type="radio"]:checked {
    border-color: #B0275F
}

.contact-pg .radio-opt input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    inset: 4px;
    background: #B0275F;
    border-radius: 50%
}

.contact-pg .radio-opt input[type="radio"]:focus {
    outline: 2px solid #B0275F;
    outline-offset: 2px
}

.contact-pg .radio-opt label {
    font-size: 15px;
    line-height: 1.55;
    color: #2a2a3e;
    cursor: pointer;
    flex: 1;
    font-weight: 400
}

.contact-pg .radio-opt input[type="radio"]:checked~label {
    color: #B0275F;
    font-weight: 600
}

.contact-pg .privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
    background: #cdd9df1a;
    border-radius: 10px
}

.contact-pg .privacy-check input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #CDD9DF;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: border-color .5s ease, background .5s ease;
    flex-shrink: 0;
    margin-top: 2px
}

.contact-pg .privacy-check input[type="checkbox"]:checked {
    border-color: #B0275F;
    background: #B0275F
}

.contact-pg .privacy-check input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.contact-pg .privacy-check input[type="checkbox"]:focus {
    outline: 2px solid #B0275F;
    outline-offset: 2px
}

.contact-pg .privacy-check label {
    font-size: 15px;
    line-height: 1.8;
    color: #2a2a3e;
    cursor: pointer
}

.contact-pg .privacy-check label a {
    color: #B0275F;
    text-decoration: none;
    transition: color .5s ease;
    position: relative
}

.contact-pg .privacy-check label a:hover {
    color: #8e1f4d
}

.contact-pg .privacy-check label a:hover::after {
    content: '';
    position: absolute;
    left: -4px;
    right: -4px;
    top: -2px;
    bottom: -2px;
    border: 2px solid #B0275F;
    border-radius: 5px;
    pointer-events: none
}

.contact-pg .submit-btn {
    padding: 18px 80px;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    background: #B0275F;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 1px 6px 25px -1px #b0275f1a;
    align-self: flex-start
}

.contact-pg .submit-btn:hover {
    background: #8e1f4d;
    box-shadow: 1px 8px 36px -1px #b0275f1a;
    transform: translateY(-2px)
}

.contact-pg .submit-btn:active {
    background: #6f1839;
    box-shadow: 1px 2px 6px -1px #b0275f0f;
    transform: translateY(0)
}

.contact-pg .submit-btn:focus {
    outline: 3px solid #b0275f66;
    outline-offset: 4px
}

.contact-pg .dashed-path {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    opacity: .06
}

.contact-pg .dashed-path svg {
    width: 100%;
    height: 100%
}

.contact-pg .cascade-card {
    animation: flip-reveal .8s ease forwards;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.contact-pg .cascade-card:nth-child(1) {
    animation-delay: .1s
}

.contact-pg .cascade-card:nth-child(2) {
    animation-delay: .2s
}

.contact-pg .cascade-card:nth-child(3) {
    animation-delay: .3s
}

.contact-pg .cascade-card:nth-child(4) {
    animation-delay: .4s
}

@keyframes flip-reveal {
    0% {
        opacity: 0;
        transform: perspective(800px) rotateY(-90deg)
    }

    100% {
        opacity: 1;
        transform: perspective(800px) rotateY(0deg)
    }
}

.contact-pg .tooltip-trigger {
    position: relative;
    display: inline-block
}

.contact-pg .tooltip-trigger:focus .tooltip-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(-8px)
}

.contact-pg .tooltip-box {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    padding: 12px 24px;
    background: #1a1a2e;
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    border-radius: 10px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, transform .6s ease, visibility .6s ease;
    pointer-events: none;
    z-index: 10;
    box-shadow: 1px 6px 25px -1px #b0275f1a
}

.contact-pg .tooltip-box::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #1a1a2e
}

@media (max-width: 1280px) {
    .contact-pg .intro-zone {
        padding: 80px 24px;
        gap: 40px
    }

    .contact-pg .form-wrap {
        padding: 80px 24px
    }

    .contact-pg .form-container {
        gap: 40px
    }

    .contact-pg .text-zone h1 {
        font-size: 52px
    }

    .contact-pg .curve-decor {
        width: 220px;
        height: 220px
    }
}

@media (max-width: 768px) {
    .contact-pg .intro-zone {
        grid-template-columns: 1fr;
        padding: 40px 24px;
        gap: 40px
    }

    .contact-pg .img-clip {
        height: 360px;
        clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
        order: -1
    }

    .contact-pg .text-zone h1 {
        font-size: 38px
    }

    .contact-pg .text-zone h2 {
        font-size: 18px
    }

    .contact-pg .curve-decor {
        width: 180px;
        height: 180px;
        top: 20%;
        right: 5%
    }

    .contact-pg .form-wrap {
        padding: 40px 24px
    }

    .contact-pg .form-container {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .contact-pg .form-col {
        grid-column: span 1
    }

    .contact-pg .form-col h2 {
        font-size: 22px
    }

    .contact-pg .form-col .subline {
        font-size: 15px
    }

    .contact-pg .submit-btn {
        width: 100%;
        padding: 18px 24px
    }

    .contact-pg .dashed-path {
        width: 400px;
        height: 400px
    }
}

@media (max-width: 390px) {
    .contact-pg .intro-zone {
        padding: 24px 12px;
        gap: 24px
    }

    .contact-pg .img-clip {
        height: 280px
    }

    .contact-pg .text-zone h1 {
        font-size: 22px
    }

    .contact-pg .text-zone h2 {
        font-size: 15px;
        margin: 0 0 24px
    }

    .contact-pg .text-zone a {
        padding: 12px 24px;
        font-size: 15px
    }

    .contact-pg .curve-decor {
        width: 140px;
        height: 140px
    }

    .contact-pg .form-wrap {
        padding: 24px 12px
    }

    .contact-pg .detail-col {
        gap: 24px
    }

    .contact-pg .detail-item {
        padding: 12px
    }

    .contact-pg .stat-visual {
        padding: 24px 12px
    }

    .contact-pg .ring-wrap {
        width: 100px;
        height: 100px
    }

    .contact-pg .ring-bg,
    .contact-pg .ring-fill {
        border-width: 8px
    }

    .contact-pg .ring-num {
        font-size: 22px
    }

    .contact-pg .form-col h2 {
        font-size: 18px
    }

    .contact-pg .field-group input[type="email"],
    .contact-pg .radio-opt {
        padding: 12px
    }

    .contact-pg .privacy-check {
        padding: 12px
    }

    .contact-pg .dashed-path {
        width: 300px;
        height: 300px
    }
}

.front {
    max-width: 1600px;
    margin: 0 auto;
    background: #fff
}

.front .split-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    position: relative;
    overflow: hidden
}

.front .split-intro__left {
    background: #B0275F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    position: relative
}

.front .split-intro__right {
    background: #C5D2B4;
    position: relative;
    overflow: hidden
}

.front .split-intro__text {
    max-width: 560px;
    color: #fff;
    position: relative;
    z-index: 2
}

.front .split-intro__title {
    font-size: 68px;
    line-height: 1.2;
    margin: 0 0 24px;
    font-weight: 700
}

.front .split-intro__subtitle {
    font-size: 22px;
    line-height: 1.55;
    margin: 0 0 40px;
    color: #ffffffeb
}

.front .split-intro__link {
    display: inline-block;
    padding: 16px 40px;
    background: #fff;
    color: #B0275F;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.front .split-intro__link:hover {
    background: #CDD9DF;
    color: #1a1a2e;
    box-shadow: 1px 6px 25px -1px #b0275f1a
}

.front .split-intro__circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.front .split-intro__circle {
    position: absolute;
    border-radius: 50%;
    background: #ffffff0d
}

.front .split-intro__circle:nth-child(1) {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -80px
}

.front .split-intro__circle:nth-child(2) {
    width: 280px;
    height: 280px;
    bottom: -60px;
    left: -40px
}

.front .split-intro__circle:nth-child(3) {
    width: 180px;
    height: 180px;
    top: 50%;
    left: 20%
}

.front .split-intro__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(0.15) saturate(1.2) brightness(1.05)
}

.front .conditions {
    padding: 80px 40px;
    background: #fff;
    position: relative
}

.front .conditions::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 2px;
    background: #B0275F
}

.front .conditions__inner {
    max-width: 1200px;
    margin: 0 auto
}

.front .conditions__heading {
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
    color: #1a1a2e
}

.front .conditions__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 0 40px
}

.front .conditions__card {
    background: #fff;
    padding: 40px 24px;
    border-radius: 16px;
    box-shadow: 1px 2px 6px -1px #b0275f0f;
    transition: box-shadow .7s ease, transform .7s ease;
    position: relative
}

.front .conditions__card:hover {
    box-shadow: 1px 8px 36px -1px #b0275f1a;
    transform: translateY(-6px)
}

.front .conditions__card-number {
    font-size: 68px;
    line-height: 1;
    color: #B0275F;
    font-weight: 700;
    margin: 0 0 24px;
    display: block
}

.front .conditions__card-title {
    font-size: 22px;
    line-height: 1.55;
    margin: 0 0 12px;
    color: #1a1a2e;
    font-weight: 600
}

.front .conditions__card-text {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #4a4a5e
}

.front .conditions__note {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a5e;
    text-align: center
}

.front .experience {
    padding: 80px 40px;
    background: linear-gradient(135deg, transparent 0%, transparent 40%, #c5d2b426 100%);
    position: relative
}

.front .experience__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.front .experience__content {
    padding: 0 0 0 40px
}

.front .experience__heading {
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #1a1a2e;
    text-transform: uppercase;
    letter-spacing: .02em
}

.front .experience__subheading {
    font-size: 22px;
    line-height: 1.55;
    margin: 0 0 40px;
    color: #B0275F;
    font-weight: 600
}

.front .experience__text {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 24px;
    color: #4a4a5e;
    max-width: 520px
}

.front .experience__text:nth-of-type(odd) {
    max-width: 480px
}

.front .experience__text:nth-of-type(even) {
    max-width: 560px
}

.front .experience__image-wrap {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 1px 8px 36px -1px #b0275f1a
}

.front .experience__image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    filter: brightness(0.85) contrast(1.15)
}

.front .experience__decorative {
    position: absolute;
    bottom: 24px;
    right: 24px;
    pointer-events: none
}

.front .experience__rect {
    border: 1px solid #c5d2b466;
    border-radius: 5px;
    position: absolute
}

.front .experience__rect:nth-child(1) {
    width: 120px;
    height: 120px;
    bottom: 0;
    right: 0
}

.front .experience__rect:nth-child(2) {
    width: 140px;
    height: 140px;
    bottom: -6px;
    right: -6px
}

.front .experience__rect:nth-child(3) {
    width: 160px;
    height: 160px;
    bottom: -12px;
    right: -12px
}

.front .testimonial {
    padding: 80px 40px;
    background: #C5D2B4;
    position: relative
}

.front .testimonial::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 2px;
    background: #B0275F
}

.front .testimonial__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start
}

.front .testimonial__image-wrap {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 1px 6px 25px -1px #b0275f1a;
    margin-top: 80px
}

.front .testimonial__image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    filter: brightness(0.8) contrast(1.2) saturate(0.9)
}

.front .testimonial__content {
    padding: 40px 0 0
}

.front .testimonial__label {
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 12px;
    color: #B0275F;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em
}

.front .testimonial__heading {
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #1a1a2e
}

.front .testimonial__quote {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 24px;
    color: #2a2a3e;
    font-style: italic;
    padding: 0 0 0 24px;
    border-left: 3px solid #B0275F
}

.front .testimonial__text {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 24px;
    color: #4a4a5e
}

.front .testimonial__author {
    font-size: 18px;
    line-height: 1.55;
    margin: 40px 0 0;
    color: #1a1a2e;
    font-weight: 600
}

.front .testimonial__author-role {
    font-size: 15px;
    line-height: 1.55;
    margin: 6px 0 0;
    color: #4a4a5e
}

.front .lasting-value {
    padding: 80px 40px;
    background: #fff;
    position: relative
}

.front .lasting-value__pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    pointer-events: none;
    z-index: 0
}

.front .lasting-value__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #c5d2b433;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-expand 8s ease-in-out infinite
}

.front .lasting-value__ring:nth-child(1) {
    width: 200px;
    height: 200px;
    animation-delay: 0s
}

.front .lasting-value__ring:nth-child(2) {
    width: 200px;
    height: 200px;
    animation-delay: 2s
}

.front .lasting-value__ring:nth-child(3) {
    width: 200px;
    height: 200px;
    animation-delay: 4s
}

.front .lasting-value__ring:nth-child(4) {
    width: 200px;
    height: 200px;
    animation-delay: 6s
}

@keyframes pulse-expand {
    0% {
        width: 200px;
        height: 200px;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        width: 600px;
        height: 600px;
        opacity: 0
    }
}

.front .lasting-value__inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.front .lasting-value__heading {
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 40px;
    color: #1a1a2e
}

.front .lasting-value__intro {
    font-size: 22px;
    line-height: 1.55;
    margin: 0 0 80px;
    color: #4a4a5e;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

.front .lasting-value__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    text-align: right
}

.front .lasting-value__item {
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 1px 2px 6px -1px #c5d2b40f;
    transition: box-shadow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.front .lasting-value__item:hover {
    box-shadow: 1px 8px 36px -1px #c5d2b41a
}

.front .lasting-value__item-title {
    font-size: 22px;
    line-height: 1.55;
    margin: 0 0 12px;
    color: #B0275F;
    font-weight: 600
}

.front .lasting-value__item-text {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #4a4a5e
}

.front .team {
    padding: 80px 40px;
    background: linear-gradient(270deg, transparent 0%, transparent 60%, #cdd9df33 100%);
    position: relative
}

.front .team__inner {
    max-width: 1200px;
    margin: 0 auto
}

.front .team__heading {
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #1a1a2e;
    text-transform: uppercase;
    letter-spacing: .02em
}

.front .team__subheading {
    font-size: 22px;
    line-height: 1.55;
    margin: 0 0 40px;
    color: #B0275F
}

.front .team__intro {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 80px;
    color: #4a4a5e;
    max-width: 820px
}

.front .team__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0
}

.front .team__member {
    background: #fff;
    padding: 40px 24px;
    border-radius: 10px;
    box-shadow: 1px 2px 6px -1px #cdd9df0f;
    transition: box-shadow .7s ease, transform .7s ease;
    position: relative
}

.front .team__member:hover {
    box-shadow: 1px 6px 25px -1px #cdd9df1a;
    transform: translateY(-8px)
}

.front .team__member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #B0275F;
    border-radius: 10px 0 0 10px;
    opacity: 0;
    transition: opacity .6s ease
}

.front .team__member:hover::before {
    opacity: 1
}

.front .team__member-name {
    font-size: 22px;
    line-height: 1.55;
    margin: 0 0 6px;
    color: #1a1a2e;
    font-weight: 600
}

.front .team__member-role {
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 24px;
    color: #B0275F;
    font-weight: 600
}

.front .team__member-bio {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #4a4a5e
}

@media (max-width: 1280px) {
    .front .split-intro__title {
        font-size: 52px
    }

    .front .conditions__heading,
    .front .experience__heading,
    .front .lasting-value__heading,
    .front .team__heading {
        font-size: 38px
    }

    .front .conditions__grid,
    .front .team__list {
        grid-template-columns: repeat(2, 1fr)
    }

    .front .experience__inner {
        gap: 40px
    }

    .front .experience__content {
        padding: 0
    }
}

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

    .front .split-intro__left {
        padding: 80px 24px
    }

    .front .split-intro__right {
        min-height: 400px
    }

    .front .split-intro__title {
        font-size: 38px
    }

    .front .split-intro__subtitle {
        font-size: 18px
    }

    .front .conditions {
        padding: 80px 24px
    }

    .front .conditions__heading,
    .front .experience__heading,
    .front .lasting-value__heading,
    .front .team__heading {
        font-size: 38px
    }

    .front .conditions__grid,
    .front .lasting-value__grid,
    .front .team__list {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .front .experience {
        padding: 80px 24px
    }

    .front .experience__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .front .testimonial {
        padding: 80px 24px
    }

    .front .testimonial__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .front .testimonial__image-wrap {
        margin-top: 0
    }

    .front .lasting-value {
        padding: 80px 24px
    }

    .front .lasting-value__grid {
        text-align: left
    }

    .front .team {
        padding: 80px 24px
    }
}

@media (max-width: 390px) {
    .front .split-intro__title {
        font-size: 38px
    }

    .front .split-intro__subtitle {
        font-size: 15px
    }

    .front .conditions__heading,
    .front .experience__heading,
    .front .lasting-value__heading,
    .front .team__heading {
        font-size: 22px
    }

    .front .conditions__card-number {
        font-size: 52px
    }

    .front .conditions {
        padding: 40px 12px
    }

    .front .experience {
        padding: 40px 12px
    }

    .front .testimonial {
        padding: 40px 12px
    }

    .front .lasting-value {
        padding: 40px 12px
    }

    .front .team {
        padding: 40px 12px
    }
}

.front a:not(.split-intro__link) {
    color: #B0275F;
    text-decoration: none;
    transition: color .5s ease;
    position: relative;
    display: inline
}

.front a:not(.split-intro__link):hover {
    color: #8a1e48
}

.front a:not(.split-intro__link):hover::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid #B0275F;
    border-radius: 5px;
    pointer-events: none
}

.front ::placeholder {
    color: #b0275f66
}

.lrn-prg {
    background: #fff;
    color: #1a1a1a;
    overflow-x: clip
}

.lrn-prg * {
    box-sizing: border-box
}

.lrn-prg .opener {
    position: relative;
    background: linear-gradient(155deg, #f4f4f4 0%, #fff 50%, #f4f4f4 100%);
    padding: 40px 24px;
    overflow: hidden
}

.lrn-prg .opener::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #b0275f0a;
    top: -200px;
    right: 10%;
    pointer-events: none
}

.lrn-prg .opener::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #c5d2b40d;
    bottom: -150px;
    left: 5%;
    pointer-events: none
}

.lrn-prg .opener__inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.lrn-prg .opener__label {
    font-size: 15px;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #B0275F;
    margin: 0 0 12px
}

.lrn-prg .opener__heading {
    font-size: 52px;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .02em
}

.lrn-prg .structure {
    position: relative;
    padding: 80px 24px;
    background: #fff
}

.lrn-prg .structure__container {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px
}

.lrn-prg .structure__visual-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.lrn-prg .structure__img-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 6px 25px -1px #b0275f1a;
    transform: translateY(0);
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prg .structure__img-frame:hover {
    transform: translateY(-8px)
}

.lrn-prg .structure__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lrn-prg .structure__txt-block {
    position: relative
}

.lrn-prg .structure__badge {
    position: absolute;
    top: -12px;
    right: 24px;
    width: 50px;
    height: 50px;
    background: #B0275F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    box-shadow: 1px 6px 25px -1px #b0275f1a
}

.lrn-prg .structure__subhead {
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #1a1a1a
}

.lrn-prg .structure__desc {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 24px;
    max-width: 520px
}

.lrn-prg .structure__desc:last-child {
    margin-bottom: 0
}

.lrn-prg .structure__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lrn-prg .structure__list-item {
    font-size: 18px;
    line-height: 1.55;
    padding-left: 40px;
    position: relative
}

.lrn-prg .structure__list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 24px;
    height: 24px;
    background: #B0275F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.lrn-prg .structure__list-item::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 14px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg)
}

.lrn-prg .structure__diagonal-line {
    position: absolute;
    width: 2px;
    height: 180%;
    background: linear-gradient(to bottom, transparent 0%, #CDD9DF 50%, transparent 100%);
    top: -40%;
    right: 15%;
    transform: rotate(25deg);
    pointer-events: none;
    opacity: .5
}

.lrn-prg .structure__txt-block-right {
    text-align: right
}

.lrn-prg .structure__txt-block-right .structure__desc {
    margin-left: auto
}

.lrn-prg .pathway {
    position: relative;
    padding: 80px 24px;
    background-image: url(./brand_assets/nav12-copy.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden
}

.lrn-prg .pathway::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0a0a1ed9;
    pointer-events: none
}

.lrn-prg .pathway__container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.lrn-prg .pathway__intro {
    margin-bottom: 80px
}

.lrn-prg .pathway__heading {
    font-size: 52px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px
}

.lrn-prg .pathway__lead {
    font-size: 22px;
    line-height: 1.55;
    color: #CDD9DF;
    margin: 0;
    max-width: 680px
}

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

.lrn-prg .phase-card {
    background: #fffffff2;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 1px 8px 36px -1px #b0275f1a;
    position: relative;
    transition: transform .7s ease, box-shadow .7s ease;
    transform-origin: center
}

.lrn-prg .phase-card:hover {
    transform: scale(1.03);
    box-shadow: 1px 8px 36px -1px #b0275f2e
}

.lrn-prg .phase-card:active {
    transform: scale(0.98)
}

.lrn-prg .phase-card__num {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 60px;
    height: 60px;
    background: #B0275F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 1px 6px 25px -1px #b0275f1a
}

.lrn-prg .phase-card__title {
    font-size: 22px;
    line-height: 1.2;
    margin: 24px 0 12px;
    color: #1a1a1a
}

.lrn-prg .phase-card__txt {
    font-size: 18px;
    line-height: 1.8;
    color: #2a2a2a;
    margin: 0 0 24px
}

.lrn-prg .phase-card__progress {
    margin-top: 24px
}

.lrn-prg .progress-track {
    background: #f4f4f4;
    border-radius: 40px;
    height: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 1px 2px 6px -1px #b0275f0f
}

.lrn-prg .progress-track__fill {
    height: 100%;
    background: linear-gradient(90deg, #B0275F 0%, #C5D2B4 100%);
    border-radius: 40px;
    transition: width .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prg .progress-track__label {
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a;
    margin-top: 6px;
    display: block
}

.lrn-prg .phase-card:nth-child(1) .progress-track__fill {
    width: 100%
}

.lrn-prg .phase-card:nth-child(2) .progress-track__fill {
    width: 65%
}

.lrn-prg .phase-card:nth-child(3) .progress-track__fill {
    width: 30%
}

.lrn-prg .pathway__divider {
    margin-top: 80px;
    text-align: center
}

.lrn-prg .pathway__divider svg {
    width: 100%;
    height: 60px;
    max-width: 800px
}

@media (max-width: 1280px) {
    .lrn-prg .opener__heading {
        font-size: 38px
    }

    .lrn-prg .structure__visual-row {
        gap: 24px
    }

    .lrn-prg .structure__subhead {
        font-size: 32px
    }

    .lrn-prg .pathway__grid {
        grid-template-columns: 1fr;
        gap: 60px
    }

    .lrn-prg .pathway__heading {
        font-size: 38px
    }
}

@media (max-width: 768px) {
    .lrn-prg .opener {
        padding: 40px 12px
    }

    .lrn-prg .opener__heading {
        font-size: 32px
    }

    .lrn-prg .structure {
        padding: 40px 12px
    }

    .lrn-prg .structure__container {
        gap: 40px
    }

    .lrn-prg .structure__visual-row {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .lrn-prg .structure__subhead {
        font-size: 28px
    }

    .lrn-prg .structure__desc {
        font-size: 16px;
        max-width: 100%
    }

    .lrn-prg .structure__badge {
        top: -12px;
        right: 12px;
        width: 44px;
        height: 44px;
        font-size: 18px
    }

    .lrn-prg .structure__txt-block-right {
        text-align: left
    }

    .lrn-prg .structure__txt-block-right .structure__desc {
        margin-left: 0
    }

    .lrn-prg .pathway {
        padding: 40px 12px;
        background-attachment: scroll
    }

    .lrn-prg .pathway__intro {
        margin-bottom: 40px
    }

    .lrn-prg .pathway__heading {
        font-size: 32px
    }

    .lrn-prg .pathway__lead {
        font-size: 18px
    }

    .lrn-prg .phase-card {
        padding: 24px
    }

    .lrn-prg .phase-card__num {
        width: 50px;
        height: 50px;
        font-size: 28px;
        left: 24px
    }

    .lrn-prg .phase-card__title {
        font-size: 20px
    }

    .lrn-prg .phase-card__txt {
        font-size: 16px
    }
}

@media (max-width: 390px) {
    .lrn-prg .opener__heading {
        font-size: 28px
    }

    .lrn-prg .structure__subhead {
        font-size: 24px
    }

    .lrn-prg .pathway__heading {
        font-size: 28px
    }

    .lrn-prg .phase-card__title {
        font-size: 18px
    }
}

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

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

.lrn-prg .opener__inner {
    animation: split-reveal .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.lrn-prg .structure__visual-row:nth-child(1) {
    animation: split-reveal .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s backwards
}

.lrn-prg .structure__visual-row:nth-child(2) {
    animation: split-reveal .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s backwards
}

.lrn-prg .pathway__intro {
    animation: split-reveal .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s backwards
}

.lrn-prg a {
    color: #B0275F;
    text-decoration: none !important;
    transition: color .6s ease;
    position: relative
}

.lrn-prg a:hover {
    color: #8a1e49
}

.lrn-prg a:hover::after {
    content: '';
    position: absolute;
    left: -4px;
    right: -4px;
    top: -2px;
    bottom: -2px;
    border: 2px solid #B0275F;
    border-radius: 5px;
    pointer-events: none
}

.lrn-prg ::selection {
    background: #b0275f40;
    color: #1a1a1a
}

.lrn-prg ::-moz-selection {
    background: #b0275f40;
    color: #1a1a1a
}

.lrn-prg input::placeholder,
.lrn-prg textarea::placeholder {
    color: #b0275f66
}

.success-state {
    background: linear-gradient(118deg, #fff 0%, #fff 45%, #CDD9DF 45%, #fff 55%, #fff 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px
}

.success-state .confirm-wrap {
    max-width: 680px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 80px 40px;
    text-align: center;
    box-shadow: 1px 6px 25px -1px #b0275f1a
}

.success-state .icon-check {
    width: 96px;
    height: 96px;
    margin: 0 auto 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #B0275F 0%, #C5D2B4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.success-state .icon-check svg {
    width: 52px;
    height: 52px;
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round
}

.success-state .confirm-title {
    font-size: 52px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 24px;
    font-weight: 700
}

.success-state .confirm-message {
    font-size: 18px;
    line-height: 1.55;
    color: #4a4a5e;
    margin: 0 0 40px
}

.success-state .confirm-detail {
    font-size: 15px;
    line-height: 1.55;
    color: #6a6a7e;
    margin: 0 0 40px;
    padding: 24px;
    background: #f5f7fa;
    border-radius: 10px
}

.success-state .action-group {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.success-state .btn-primary {
    background: #B0275F;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background .6s ease
}

.success-state .btn-primary:hover {
    background: #8a1e4a
}

.success-state .btn-secondary {
    background: transparent;
    color: #B0275F;
    border: 2px solid #B0275F;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.success-state .btn-secondary:hover {
    background: #B0275F;
    color: #fff
}

.success-state .reference-info {
    margin: 40px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #e0e4e8
}

.success-state .reference-label {
    font-size: 15px;
    line-height: 1.55;
    color: #8a8a9e;
    margin: 0 0 6px
}

.success-state .reference-code {
    font-size: 22px;
    line-height: 1.2;
    color: #B0275F;
    margin: 0;
    font-weight: 600;
    letter-spacing: .05em
}

@media (max-width: 768px) {
    .success-state .confirm-wrap {
        padding: 40px 24px
    }

    .success-state .confirm-title {
        font-size: 38px
    }

    .success-state .action-group {
        flex-direction: column
    }

    .success-state .btn-primary,
    .success-state .btn-secondary {
        width: 100%
    }
}

@media (max-width: 390px) {
    .success-state {
        padding: 24px 12px
    }

    .success-state .confirm-title {
        font-size: 22px
    }

    .success-state .icon-check {
        width: 72px;
        height: 72px;
        margin-bottom: 24px
    }

    .success-state .icon-check svg {
        width: 38px;
        height: 38px
    }
}