html {
    box-sizing: border-box;
    font-size: 100%;
    scroll-behavior: auto;
}

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

html,
body {
    margin: 0;
}

body {
    font-family: 'Bitter', Georgia, serif;
}

*:focus {
    outline: 2px solid #17926A;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(23, 146, 106, 0.22);
}

.site-header {
    position: relative;
    background: rgba(33, 33, 54, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(23, 146, 106, 0.18);
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
    z-index: 100;
}

.header-bar {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: stretch;
    min-height: 80px;
}

.header-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #17926A 40%, #17926A 60%, transparent 100%);
}

.brand-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    flex-shrink: 0;
}

.brand-hex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #EDF0F3;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    padding: 6px;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
    text-decoration: none;
}

.brand-hex img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
}

.brand-name {
    display: flex;
    align-items: center;
    margin-left: 14px;
    text-decoration: none;
    color: #EDF0F3;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.brand-name span {
    color: #17926A;
}

.nav-col {
    display: flex;
    align-items: center;
    flex: 1;
}

.nav-col.left {
    justify-content: flex-end;
    padding-right: 28px;
}

.nav-col.right {
    justify-content: flex-start;
    padding-left: 28px;
    border-left: 1px solid rgba(237, 240, 243, 0.08);
}

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

.nav-list a {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    color: rgba(237, 240, 243, 0.78);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.6;
    border-radius: 2px;
    transition: color 0.6s ease, background 0.5s ease;
    white-space: nowrap;
    min-height: 44px;
}

.nav-list a:hover {
    color: #EDF0F3;
    background: rgba(23, 146, 106, 0.14);
}

.nav-list a[aria-current="page"] {
    color: #17926A;
}

.nav-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    color: #17926A;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.6;
    border-radius: 2px;
    transition: color 0.7s ease, background 0.6s ease;
    white-space: nowrap;
    min-height: 44px;
}

.nav-action:hover {
    color: #EDF0F3;
    background: rgba(23, 146, 106, 0.2);
}

.site-footer {
    background: #212136;
    color: rgba(237, 240, 243, 0.65);
}

.footer-top {
    max-width: 1600px;
    margin: 0 auto;
    padding: 56px 28px 28px;
    display: flex;
    align-items: flex-start;
    gap: 56px;
    flex-wrap: wrap;
}

.footer-brand-box {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.footer-hex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #EDF0F3;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    padding: 6px;
}

.footer-hex img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

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

.footer-brand-name {
    font-size: 21px;
    font-weight: 700;
    color: #EDF0F3;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.footer-brand-name span {
    color: #17926A;
}

.footer-since {
    font-size: 14px;
    color: rgba(237, 240, 243, 0.45);
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.footer-contact-box {
    flex: 1;
    min-width: 200px;
}

.footer-contact-label {
    font-size: 14px;
    font-weight: 700;
    color: #17926A;
    letter-spacing: 0.06em;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 14px;
}

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

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(237, 240, 243, 0.65);
}

.footer-contact-list li i {
    color: #17926A;
    font-size: 17px;
    flex-shrink: 0;
}

.footer-contact-list a {
    color: rgba(237, 240, 243, 0.65);
    text-decoration: none;
    transition: color 0.5s ease;
}

.footer-contact-list a:hover {
    color: #17926A;
}

.footer-bottom {
    border-top: 1px solid rgba(237, 240, 243, 0.08);
    max-width: 1600px;
    margin: 0 auto;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-legal-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.footer-legal-nav li {
    display: flex;
    align-items: center;
}

.footer-legal-nav li+li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(237, 240, 243, 0.2);
    margin: 0 14px;
}

.footer-legal-nav a {
    color: rgba(237, 240, 243, 0.45);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    transition: color 0.6s ease;
}

.footer-legal-nav a:hover {
    color: rgba(237, 240, 243, 0.85);
}

.footer-copy {
    font-size: 14px;
    color: rgba(237, 240, 243, 0.35);
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.ck-popup {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 340px;
    max-width: calc(100vw - 56px);
    background: #212136;
    border: 1px solid rgba(23, 146, 106, 0.3);
    border-radius: 9px;
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
    z-index: 2000;
    padding: 28px;
    display: none;
    transform: translateY(-16px);
    opacity: 0;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.38s ease;
}

.ck-popup.ck-visible {
    transform: translateY(0);
    opacity: 1;
}

.ck-popup-title {
    font-size: 17px;
    font-weight: 700;
    color: #EDF0F3;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

.ck-popup-desc {
    font-size: 14px;
    color: rgba(237, 240, 243, 0.65);
    line-height: 1.6;
    margin-bottom: 6px;
}

.ck-data-list {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ck-data-list li {
    font-size: 14px;
    color: rgba(237, 240, 243, 0.55);
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.ck-data-list li i {
    color: #17926A;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.ck-popup-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 14px;
}

.ck-btn-accept {
    font-family: 'Bitter', Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    color: #17926A;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 6px 0;
    line-height: 1.6;
    transition: color 0.5s ease;
    min-height: 44px;
}

.ck-btn-accept:hover {
    color: #EDF0F3;
}

.ck-btn-reject {
    font-family: 'Bitter', Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(237, 240, 243, 0.45);
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 6px 0;
    line-height: 1.6;
    transition: color 0.5s ease;
    min-height: 44px;
}

.ck-btn-reject:hover {
    color: rgba(237, 240, 243, 0.85);
}

@media (max-width: 992px) {
    .header-bar {
        flex-wrap: wrap;
        min-height: auto;
        padding: 14px 28px;
        justify-content: center;
        gap: 14px;
    }

    .nav-col.left {
        order: 2;
        justify-content: center;
        padding-right: 0;
        flex: 0 0 auto;
    }

    .brand-col {
        order: 1;
        flex: 0 0 100%;
        justify-content: center;
        padding: 14px 0 6px;
    }

    .nav-col.right {
        order: 3;
        justify-content: center;
        padding-left: 0;
        border-left: none;
        flex: 0 0 auto;
    }

    .nav-list {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-top {
        flex-direction: column;
        gap: 28px;
        padding: 28px 14px 14px;
    }

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

    .ck-popup {
        bottom: 14px;
        right: 14px;
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
    }
}

.terms-r-wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 56px 28px;
}

.terms-r-wrapper h1 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #212136;
    margin-bottom: 28px;
    margin-top: 0;
}

.terms-r-wrapper h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #212136;
    margin-top: 56px;
    margin-bottom: 14px;
}

.terms-r-wrapper h3 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #212136;
    margin-top: 28px;
    margin-bottom: 14px;
}

.terms-r-wrapper h4 {
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: -0.005em;
    color: #212136;
    margin-top: 28px;
    margin-bottom: 6px;
}

.terms-r-wrapper h5 {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #212136;
    margin-top: 14px;
    margin-bottom: 6px;
}

.terms-r-wrapper h6 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #17926A;
    margin-top: 14px;
    margin-bottom: 6px;
}

.terms-r-wrapper p {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a50;
    margin-top: 0;
    margin-bottom: 14px;
}

.terms-r-wrapper ul,
.terms-r-wrapper ol {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a50;
    margin-top: 0;
    margin-bottom: 14px;
    padding-left: 28px;
}

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

.terms-r-wrapper ul li {
    position: relative;
    padding-left: 28px;
}

.terms-r-wrapper ul li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0.75em;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #17926A;
}

.terms-r-wrapper ol {
    list-style: decimal;
}

.terms-r-wrapper ol li {
    padding-left: 6px;
}

.terms-r-wrapper li {
    margin-bottom: 6px;
}

.terms-r-wrapper li:last-child {
    margin-bottom: 0;
}

.terms-r-wrapper ul ul,
.terms-r-wrapper ol ol,
.terms-r-wrapper ul ol,
.terms-r-wrapper ol ul {
    margin-top: 6px;
    margin-bottom: 6px;
}

.terms-r-wrapper em,
.terms-r-wrapper i {
    font-style: italic;
    color: inherit;
}

.terms-r-wrapper a {
    color: #17926A;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.6s ease, text-decoration-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.terms-r-wrapper a:hover {
    color: #212136;
    text-decoration-color: #212136;
}

.terms-r-wrapper a:visited {
    color: #17926A;
}

.terms-r-wrapper hr {
    border: none;
    border-top: 1px solid #EDF0F3;
    margin: 56px 0;
    box-shadow: 0 1px 0 0 rgba(23, 146, 106, 0.06);
}

@media (max-width: 992px) {
    .terms-r-wrapper {
        padding: 56px 28px;
    }

    .terms-r-wrapper h1 {
        font-size: 38px;
    }

    .terms-r-wrapper h2 {
        font-size: 28px;
        margin-top: 28px;
    }

    .terms-r-wrapper h3 {
        font-size: 21px;
    }
}

@media (max-width: 576px) {
    .terms-r-wrapper {
        padding: 28px 14px;
    }

    .terms-r-wrapper h1 {
        font-size: 28px;
    }

    .terms-r-wrapper h2 {
        font-size: 21px;
        margin-top: 28px;
    }

    .terms-r-wrapper h3 {
        font-size: 17px;
    }

    .terms-r-wrapper h4 {
        font-size: 17px;
    }

    .terms-r-wrapper hr {
        margin: 28px 0;
    }
}

.upd {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 28px;
    overflow: hidden;
}

.upd .prog-hero {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    padding: 56px 0 96px;
    position: relative;
}

.upd .prog-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #17926A 0%, #212136 100%);
    border-radius: 2px;
}

.upd .hero-img-col {
    flex: 0 0 520px;
    position: relative;
}

.upd .hero-img-frame {
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    box-shadow: -1px 10px 36px 0 rgba(23, 146, 106, 0.12);
}

.upd .hero-img-frame img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 9px;
    filter: contrast(1.05) saturate(1.1);
    transition: opacity 0.6s ease;
}

.upd .hero-img-frame .img-skeleton {
    position: absolute;
    inset: 0;
    background: #EDF0F3;
    border-radius: 9px;
    z-index: 1;
    transition: opacity 0.5s ease;
}

.upd .hero-img-frame img.loaded+.img-skeleton,
.upd .hero-img-frame img.loaded~.img-skeleton {
    opacity: 0;
    pointer-events: none;
}

.upd .hero-meta-strip {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
}

.upd .meta-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: #212136;
    background: #EDF0F3;
    padding: 6px 14px;
    border-radius: 2px;
}

.upd .meta-badge .mdi {
    font-size: 16px;
    color: #17926A;
}

.upd .cat-tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: #17926A;
    padding: 6px 14px;
    border-radius: 2px;
}

.upd .hero-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-left: 28px;
}

.upd .prog-heading {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #212136;
    margin: 0;
}

.upd .prog-heading span.accent-word {
    color: #17926A;
}

.upd .hero-summary {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin: 0;
    max-width: 580px;
}

.upd .enroll-card {
    background: #212136;
    border-radius: 9px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
}

.upd .price-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 14px;
}

.upd .price-val {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 700;
}

.upd .price-label {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
}

.upd .seats-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

.upd .seats-row .mdi {
    color: #17926A;
    font-size: 16px;
}

.upd .seats-count {
    color: #fff;
    font-weight: 600;
}

.upd .enroll-btn {
    display: block;
    width: 100%;
    padding: 14px 28px;
    background: #17926A;
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    box-shadow: -1px 3px 5px 0 rgba(23, 146, 106, 0.08);
}

.upd .enroll-btn:hover {
    background: #12755a;
    box-shadow: -1px 6px 28px 0 rgba(23, 146, 106, 0.12);
}

.upd .enroll-btn:focus {
    outline: 2px solid #17926A;
    outline-offset: 3px;
}

.upd .stats-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
}

.upd .stat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
}

.upd .stat-item .mdi {
    font-size: 15px;
    color: #17926A;
}

.upd .divider-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 0 0 56px;
}

.upd .divider-line::before,
.upd .divider-line::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #EDF0F3;
}

.upd .divider-ornament {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: conic-gradient(from 97deg, #212136, #17926A);
    transform: rotate(45deg);
    flex-shrink: 0;
}

.upd .detail-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    padding-bottom: 96px;
    position: relative;
}

.upd .detail-body::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg,
            transparent,
            transparent 38px,
            rgba(237, 240, 243, 0.45) 38px,
            rgba(237, 240, 243, 0.45) 39px);
    pointer-events: none;
    z-index: 0;
    border-radius: 9px;
}

.upd .desc-col {
    flex: 1;
    position: relative;
    z-index: 1;
}

.upd .desc-lede {
    font-size: 21px;
    line-height: 1.6;
    color: #212136;
    margin: 0 0 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #EDF0F3;
}

.upd .desc-body {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
}

.upd .desc-body h2 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #212136;
    margin: 28px 0 14px;
}

.upd .desc-body h3 {
    font-size: 21px;
    line-height: 1.6;
    color: #212136;
    margin: 28px 0 14px;
}

.upd .desc-body p {
    margin: 0 0 14px;
}

.upd .desc-body strong {
    color: #212136;
    font-weight: 600;
}

.upd .desc-body ul,
.upd .desc-body ol {
    padding-left: 28px;
    margin: 0 0 14px;
}

.upd .desc-body li {
    margin-bottom: 6px;
    line-height: 1.9;
}

.upd .desc-body dl {
    margin: 0 0 14px;
}

.upd .desc-body dt {
    font-weight: 600;
    color: #212136;
}

.upd .desc-body dd {
    margin: 0 0 14px 28px;
}

.upd .desc-body cite {
    font-style: italic;
    color: #17926A;
}

.upd .prog-col {
    flex: 0 0 420px;
    position: relative;
    z-index: 1;
}

.upd .prog-col-head {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #17926A;
    margin: 0 0 14px;
}

.upd .prog-card {
    background: #fff;
    border-radius: 9px;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
    padding: 28px;
    overflow: hidden;
}

.upd .prog-card h2 {
    font-size: 21px;
    line-height: 1.6;
    color: #212136;
    margin: 0 0 14px;
}

.upd .prog-card h2:not(:first-child) {
    margin-top: 28px;
}

.upd .prog-card p {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin: 0 0 14px;
}

.upd .prog-card mark {
    background: rgba(23, 146, 106, 0.12);
    color: #12755a;
    padding: 2px 6px;
    border-radius: 2px;
}

.upd .prog-card ol {
    padding-left: 28px;
    margin: 0 0 14px;
}

.upd .prog-card li {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin-bottom: 6px;
}

.upd .prog-card blockquote {
    border-left: 3px solid #17926A;
    margin: 14px 0;
    padding: 14px 14px 14px 28px;
    background: #EDF0F3;
    border-radius: 0 9px 9px 0;
    font-size: 17px;
    line-height: 1.9;
    color: #212136;
    font-style: italic;
}

.upd .prog-card figure {
    margin: 14px 0;
}

.upd .prog-card figcaption {
    font-size: 14px;
    line-height: 1.6;
    color: #17926A;
    margin-top: 6px;
}

.upd .prog-card details {
    border: 1px solid #EDF0F3;
    border-radius: 9px;
    margin-bottom: 6px;
    overflow: hidden;
}

.upd .prog-card summary {
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
    padding: 14px;
    cursor: pointer;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: background 0.5s ease;
}

.upd .prog-card summary:hover {
    background: #EDF0F3;
}

.upd .prog-card details[open] summary {
    background: #EDF0F3;
}

.upd .prog-card details>*:not(summary) {
    padding: 0 14px 14px;
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
}

.upd .num-accent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #EDF0F3;
}

.upd .num-big {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #212136;
    font-weight: 700;
}

.upd .num-label {
    font-size: 14px;
    line-height: 1.6;
    color: #888;
    letter-spacing: 0.04em;
}

.upd .pulse-rings {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    height: 320px;
    pointer-events: none;
    z-index: 0;
}

.upd .pulse-rings span {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(23, 146, 106, 0.15);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    animation: ring-expand 3.5s ease-out infinite;
}

.upd .pulse-rings span:nth-child(1) {
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.upd .pulse-rings span:nth-child(2) {
    width: 160px;
    height: 160px;
    animation-delay: 0.8s;
}

.upd .pulse-rings span:nth-child(3) {
    width: 240px;
    height: 240px;
    animation-delay: 1.6s;
}

.upd .pulse-rings span:nth-child(4) {
    width: 320px;
    height: 320px;
    animation-delay: 2.4s;
}

@keyframes ring-expand {
    0% {
        transform: translate(-50%, -50%) scale(0.3);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .upd .prog-hero {
        gap: 28px;
    }

    .upd .hero-img-col {
        flex: 0 0 400px;
    }

    .upd .prog-heading {
        font-size: 38px;
    }

    .upd .prog-col {
        flex: 0 0 340px;
    }
}

@media (max-width: 992px) {
    .upd .prog-hero {
        flex-direction: column;
        gap: 28px;
        padding: 28px 0 56px;
    }

    .upd .hero-img-col {
        flex: none;
        width: 100%;
    }

    .upd .hero-text-col {
        padding-left: 0;
    }

    .upd .prog-heading {
        font-size: 38px;
    }

    .upd .detail-body {
        flex-direction: column-reverse;
        gap: 28px;
    }

    .upd .prog-col {
        flex: none;
        width: 100%;
    }

    .upd .pulse-rings {
        display: none;
    }
}

@media (max-width: 576px) {
    .upd {
        padding: 0 14px;
    }

    .upd .prog-heading {
        font-size: 28px;
    }

    .upd .price-val {
        font-size: 28px;
    }

    .upd .hero-meta-strip {
        gap: 6px;
    }

    .upd .stats-row {
        flex-wrap: wrap;
        gap: 14px;
    }

    .upd .num-big {
        font-size: 54px;
    }
}

.uprog {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip;
}

.uprog .hero-row {
    position: relative;
    background: linear-gradient(97deg, #212136 0%, #17926A 100%);
    padding: 96px 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
    overflow: hidden;
}

.uprog .hero-row::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    top: -120px;
    right: 180px;
    pointer-events: none;
}

.uprog .hero-row::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    bottom: -60px;
    right: 60px;
    pointer-events: none;
}

.uprog .hero-text {
    flex: 1 1 0;
    min-width: 0;
    z-index: 1;
}

.uprog .hero-label {
    display: inline-block;
    background: rgba(237, 240, 243, 0.15);
    color: #EDF0F3;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 24px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.uprog .hero-text h1 {
    font-size: 54px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 28px;
    letter-spacing: -0.02em;
}

.uprog .hero-text h1 span {
    text-transform: uppercase;
}

.uprog .hero-desc {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(237, 240, 243, 0.85);
    max-width: 520px;
    margin: 0;
}

.uprog .hero-img-col {
    flex: 0 0 420px;
    z-index: 1;
}

.uprog .hero-img-wrap {
    border-radius: 9px;
    overflow: hidden;
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
}

.uprog .hero-img-wrap img {
    width: 420px;
    height: 300px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.9);
    transition: filter 0.6s ease;
}

.uprog .hero-img-wrap img:hover {
    filter: saturate(1) brightness(1);
}

.uprog .programs-strip {
    background: #EDF0F3;
    padding: 28px 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
}

.uprog .stat-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.uprog .stat-num {
    font-size: 38px;
    line-height: 1.2;
    color: #212136;
    letter-spacing: -0.02em;
}

.uprog .stat-lbl {
    font-size: 14px;
    line-height: 1.6;
    color: #17926A;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.uprog .stat-div {
    width: 1px;
    height: 48px;
    background: rgba(33, 33, 54, 0.15);
}

.uprog .cards-area {
    padding: 96px 56px;
    background: #ffffff;
}

.uprog .cards-area-head {
    margin-bottom: 56px;
}

.uprog .cards-area-head h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #212136;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}

.uprog .cards-area-head h2 span {
    text-transform: uppercase;
}

.uprog .cards-area-head p {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    max-width: 560px;
    margin: 0;
}

.uprog .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.uprog .prog-card {
    border-radius: 9px;
    background: #ffffff;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.6s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(0.8);
    animation: cardAppear 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes cardAppear {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

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

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

.uprog .card-grid .prog-card:nth-child(1) {
    animation-delay: 0.05s;
}

.uprog .card-grid .prog-card:nth-child(2) {
    animation-delay: 0.15s;
}

.uprog .card-grid .prog-card:nth-child(3) {
    animation-delay: 0.25s;
}

.uprog .card-grid .prog-card:nth-child(4) {
    animation-delay: 0.35s;
}

.uprog .prog-card:hover {
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
}

.uprog .card-top {
    padding: 28px 28px 14px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.uprog .card-tag {
    display: inline-block;
    background: #212136;
    color: #EDF0F3;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding: 6px 14px;
    border-radius: 2px;
    text-transform: uppercase;
}

.uprog .card-price {
    font-size: 21px;
    line-height: 1.2;
    color: #17926A;
    letter-spacing: -0.01em;
}

.uprog .card-body {
    padding: 0 28px 14px;
    flex: 1 1 auto;
}

.uprog .card-body h3 {
    font-size: 21px;
    line-height: 1.6;
    color: #212136;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}

.uprog .card-body p {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin: 0;
}

.uprog .card-meta {
    padding: 14px 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    border-top: 1px solid #EDF0F3;
}

.uprog .meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a72;
}

.uprog .meta-item .mdi {
    font-size: 17px;
    color: #17926A;
}

.uprog .seats-bar {
    padding: 0 28px 14px;
}

.uprog .seats-label {
    font-size: 14px;
    color: #5a5a72;
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.uprog .seats-label span {
    color: #212136;
}

.uprog .progress {
    height: 6px;
    border-radius: 2px;
    background: #EDF0F3;
    overflow: hidden;
}

.uprog .progress-bar {
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(97deg, #212136, #17926A);
    transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.uprog .card-foot {
    padding: 14px 28px 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.uprog .likes-views {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.uprog .lv-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #5a5a72;
}

.uprog .lv-item .mdi {
    font-size: 17px;
    color: #212136;
}

.uprog .card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #17926A;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.5s ease, color 0.5s ease;
}

.uprog .card-link:hover {
    border-color: #17926A;
}

.uprog .card-link .mdi {
    font-size: 17px;
    transition: transform 0.5s ease;
}

.uprog .card-link:hover .mdi {
    transform: translateX(4px);
}

.uprog .steps-section {
    background: #212136;
    padding: 96px 56px;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
}

.uprog .steps-left {
    flex: 0 0 33.333%;
    min-width: 0;
}

.uprog .steps-left h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 28px;
    letter-spacing: -0.01em;
}

.uprog .steps-left h2 span {
    text-transform: uppercase;
}

.uprog .steps-left p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(237, 240, 243, 0.8);
    margin: 0 0 28px;
}

.uprog .steps-left .dashed-box {
    border: 2px dashed rgba(23, 146, 106, 0.5);
    border-radius: 9px;
    padding: 28px;
}

.uprog .dashed-box p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(237, 240, 243, 0.7);
    margin: 0;
}

.uprog .steps-right {
    flex: 1 1 0;
    min-width: 0;
}

.uprog .step-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.uprog .step-list::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #17926A, rgba(23, 146, 106, 0.1));
}

.uprog .step-item {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
    margin-bottom: 56px;
    position: relative;
}

.uprog .step-item:last-child {
    margin-bottom: 0;
}

.uprog .step-num {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #17926A;
    color: #ffffff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: -1px 3px 5px 0 rgba(23, 146, 106, 0.08);
}

.uprog .step-content h4 {
    font-size: 21px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 6px;
}

.uprog .step-content p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(237, 240, 243, 0.75);
    margin: 0;
}

.uprog .progress-section {
    padding: 96px 56px;
    background: #EDF0F3;
}

.uprog .progress-section h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #212136;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}

.uprog .progress-section h2 span {
    text-transform: uppercase;
}

.uprog .progress-section>p {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    max-width: 560px;
    margin: 0 0 56px;
}

.uprog .prog-metrics {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: stretch;
}

.uprog .metric-card {
    flex: 1 1 0;
    background: #ffffff;
    border-radius: 9px;
    padding: 28px;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
}

.uprog .metric-card h5 {
    font-size: 14px;
    line-height: 1.6;
    color: #17926A;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0 0 14px;
}

.uprog .metric-text {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin: 0 0 14px;
}

.uprog .metric-text strong {
    color: #212136;
}

.uprog .metric-bar-wrap {
    margin-bottom: 6px;
}

.uprog .metric-bar-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #5a5a72;
    margin-bottom: 6px;
}

.uprog .metric-progress {
    height: 8px;
    border-radius: 2px;
    background: #EDF0F3;
    overflow: hidden;
}

.uprog .metric-fill {
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(97deg, #212136, #17926A);
    transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.uprog .faq-section {
    padding: 96px 56px;
    background: #ffffff;
}

.uprog .faq-section h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #212136;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}

.uprog .faq-section h2 span {
    text-transform: uppercase;
}

.uprog .faq-section>p {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    max-width: 560px;
    margin: 0 0 56px;
}

.uprog .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.uprog .faq-item {
    border-radius: 9px;
    border: 1px solid #EDF0F3;
    padding: 28px;
    transition: border-color 0.6s ease, box-shadow 0.6s ease;
}

.uprog .faq-item:hover {
    border-color: #17926A;
    box-shadow: -1px 6px 28px 0 rgba(23, 146, 106, 0.08);
}

.uprog .faq-item h5 {
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
    margin: 0 0 14px;
}

.uprog .faq-item p {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin: 0;
}

@media (max-width: 1200px) {
    .uprog .hero-row {
        padding: 56px 28px;
    }

    .uprog .hero-img-col {
        flex: 0 0 320px;
    }

    .uprog .hero-img-wrap img {
        width: 320px;
        height: 230px;
    }

    .uprog .cards-area {
        padding: 56px 28px;
    }

    .uprog .steps-section {
        padding: 56px 28px;
    }

    .uprog .progress-section {
        padding: 56px 28px;
    }

    .uprog .faq-section {
        padding: 56px 28px;
    }

    .uprog .programs-strip {
        padding: 28px;
    }
}

@media (max-width: 992px) {
    .uprog .hero-row {
        flex-direction: column;
        padding: 56px 28px;
    }

    .uprog .hero-img-col {
        flex: 0 0 auto;
        width: 100%;
    }

    .uprog .hero-img-wrap img {
        width: 100%;
        height: 260px;
    }

    .uprog .hero-text h1 {
        font-size: 38px;
    }

    .uprog .card-grid {
        grid-template-columns: 1fr;
    }

    .uprog .steps-section {
        flex-direction: column;
    }

    .uprog .steps-left {
        flex: 0 0 auto;
        width: 100%;
    }

    .uprog .prog-metrics {
        flex-direction: column;
    }

    .uprog .faq-grid {
        grid-template-columns: 1fr;
    }

    .uprog .programs-strip {
        flex-wrap: wrap;
        gap: 28px;
    }
}

@media (max-width: 576px) {
    .uprog .hero-row {
        padding: 56px 14px;
    }

    .uprog .hero-text h1 {
        font-size: 28px;
    }

    .uprog .cards-area {
        padding: 56px 14px;
    }

    .uprog .steps-section {
        padding: 56px 14px;
    }

    .uprog .progress-section {
        padding: 56px 14px;
    }

    .uprog .faq-section {
        padding: 56px 14px;
    }

    .uprog .programs-strip {
        padding: 28px 14px;
    }

    .uprog .card-foot {
        flex-direction: column;
        align-items: flex-start;
    }
}

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

.afl .pg-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
}

@media (max-width: 992px) {
    .afl .pg-container {
        padding: 0 28px;
    }
}

@media (max-width: 576px) {
    .afl .pg-container {
        padding: 0 14px;
    }
}

.afl .div-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(97deg, #212136, #17926A);
    border: none;
    margin: 0;
}

.afl .title-block {
    background: #fff;
    padding: 96px 0 56px;
    position: relative;
}

.afl .title-block .pg-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: center;
}

.afl .tb-img-col {
    position: relative;
}

.afl .tb-img-wrap {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: -1px 6px 28px 0 rgba(23, 146, 106, 0.08);
}

.afl .tb-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    filter: saturate(0.45) contrast(1.05);
    transition: filter 0.6s ease;
}

.afl .tb-img-wrap:hover img {
    filter: saturate(0.45) contrast(1.05) hue-rotate(0deg) brightness(0.88);
}

.afl .tb-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(23, 146, 106, 0);
    transition: background 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

.afl .tb-img-wrap:hover::after {
    background: rgba(23, 146, 106, 0.22);
}

.afl .tb-bg-num {
    position: absolute;
    right: -14px;
    bottom: -28px;
    font-size: 160px;
    font-weight: 900;
    color: #EDF0F3;
    line-height: 1.2;
    pointer-events: none;
    z-index: 0;
    letter-spacing: -8px;
}

.afl .tb-text-col {
    position: relative;
    z-index: 1;
}

.afl .tb-pill {
    display: inline-block;
    background: #212136;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    padding: 6px 14px;
    border-radius: 24px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.afl .tb-h1 {
    font-size: 54px;
    line-height: 1.2;
    color: #212136;
    letter-spacing: -0.02em;
    margin: 0 0 28px;
}

.afl .tb-h1 .word-accent {
    text-transform: uppercase;
    color: #17926A;
}

.afl .tb-lead {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin: 0 0 14px;
    max-width: 560px;
}

.afl .tb-thesis {
    font-size: 17px;
    line-height: 1.6;
    color: #3a3a52;
    margin: 0 0 28px;
    max-width: 560px;
}

.afl .tb-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #17926A;
    font-size: 17px;
    line-height: 1.6;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: color 0.5s ease;
}

.afl .tb-link:hover {
    color: #212136;
}

@media (max-width: 992px) {
    .afl .title-block .pg-container {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .afl .tb-h1 {
        font-size: 38px;
    }

    .afl .tb-bg-num {
        font-size: 100px;
    }
}

@media (max-width: 576px) {
    .afl .tb-h1 {
        font-size: 28px;
    }

    .afl .title-block {
        padding: 56px 0 28px;
    }
}

.afl .prog-section {
    background: #EDF0F3;
    padding: 96px 0;
    position: relative;
}

.afl .prog-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(33, 33, 54, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
}

.afl .prog-section .pg-container {
    position: relative;
    z-index: 1;
}

.afl .prog-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.afl .prog-label {
    display: inline-block;
    background: #17926A;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 2px;
    margin-bottom: 28px;
}

.afl .prog-h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #212136;
    letter-spacing: -0.015em;
    margin: 0 0 28px;
}

.afl .prog-h2 .big-word {
    font-size: 54px;
    display: block;
    line-height: 1.2;
}

.afl .prog-body {
    font-size: 17px;
    line-height: 1.9;
    color: #2e2e48;
    margin: 0 0 28px;
}

.afl .prog-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.afl .prog-items li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 17px;
    line-height: 1.6;
    color: #2e2e48;
}

.afl .prog-items li .mdi {
    color: #17926A;
    font-size: 21px;
    flex-shrink: 0;
    margin-top: 2px;
}

.afl .stat-card {
    background: #fff;
    border-radius: 9px;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
    overflow: hidden;
}

.afl .stat-card .stat-top {
    padding: 28px;
    border-bottom: 1px solid #EDF0F3;
}

.afl .stat-card .stat-bottom {
    padding: 28px;
}

.afl .stat-num {
    font-size: 54px;
    line-height: 1.2;
    color: #212136;
    letter-spacing: -0.03em;
    font-weight: 700;
    display: block;
}

.afl .stat-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a78;
    letter-spacing: 0.03em;
    margin-top: 6px;
}

.afl .prog-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #212136;
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    padding: 14px 28px;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.afl .prog-cta:hover {
    background: #17926A;
}

.afl .prog-side {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.afl .side-card {
    background: #fff;
    border-radius: 9px;
    padding: 28px;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
}

.afl .side-card-icon {
    width: 40px;
    height: 40px;
    background: #EDF0F3;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.afl .side-card-icon .mdi {
    font-size: 21px;
    color: #17926A;
}

.afl .side-card h4 {
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
    margin: 0 0 6px;
}

.afl .side-card p {
    font-size: 14px;
    line-height: 1.9;
    color: #5a5a78;
    margin: 0;
}

@media (max-width: 992px) {
    .afl .prog-grid {
        grid-template-columns: 1fr 1fr;
    }

    .afl .prog-main-col {
        grid-column: 1 / -1;
    }
}

@media (max-width: 576px) {
    .afl .prog-grid {
        grid-template-columns: 1fr;
    }

    .afl .prog-h2 .big-word {
        font-size: 38px;
    }
}

.afl .how-section {
    background: #212136;
    padding: 96px 0;
    position: relative;
}

.afl .how-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: conic-gradient(from 97deg at 30% 70%, rgba(33, 33, 54, 0.9) 0%, rgba(23, 146, 106, 0.15) 60%, rgba(33, 33, 54, 0.9) 100%);
    pointer-events: none;
}

.afl .how-section .pg-container {
    position: relative;
    z-index: 1;
}

.afl .how-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    margin-bottom: 56px;
    align-items: end;
}

.afl .how-h2 {
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0;
}

.afl .how-h2 .accent-up {
    text-transform: uppercase;
    color: #17926A;
}

.afl .how-desc {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

.afl .how-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.afl .step-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 9px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.5s ease;
}

.afl .step-item:hover {
    background: rgba(23, 146, 106, 0.12);
    border-color: rgba(23, 146, 106, 0.35);
}

.afl .step-num {
    font-size: 38px;
    line-height: 1.2;
    color: #17926A;
    font-weight: 700;
    letter-spacing: -0.02em;
    display: block;
    margin-bottom: 14px;
}

.afl .step-item h4 {
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    margin: 0 0 6px;
}

.afl .step-item p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.afl .how-bottom {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
}

.afl .comm-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 9px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.afl .comm-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.afl .comm-avatar {
    width: 44px;
    height: 44px;
    border-radius: 24px;
    background: #17926A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.afl .comm-avatar span {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.afl .comm-name {
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    display: block;
}

.afl .comm-role {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.afl .comm-text {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

@keyframes rowReveal {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

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

.afl .step-item {
    animation: rowReveal 0.7s ease both;
}

.afl .step-item:nth-child(1) {
    animation-delay: 0.05s;
}

.afl .step-item:nth-child(2) {
    animation-delay: 0.18s;
}

.afl .step-item:nth-child(3) {
    animation-delay: 0.31s;
}

.afl .step-item:nth-child(4) {
    animation-delay: 0.44s;
}

.afl .comm-card {
    animation: rowReveal 0.7s ease both;
}

.afl .comm-card:nth-child(1) {
    animation-delay: 0.1s;
}

.afl .comm-card:nth-child(2) {
    animation-delay: 0.25s;
}

.afl .comm-card:nth-child(3) {
    animation-delay: 0.4s;
}

@media (max-width: 992px) {
    .afl .how-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .afl .how-steps {
        grid-template-columns: 1fr 1fr;
    }

    .afl .how-bottom {
        grid-template-columns: 1fr 1fr;
    }

    .afl .how-h2 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .afl .how-steps {
        grid-template-columns: 1fr;
    }

    .afl .how-bottom {
        grid-template-columns: 1fr;
    }

    .afl .how-section {
        padding: 56px 0;
    }
}

.afl .prog-bar-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
}

.afl .prog-bar-label {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a78;
    margin-bottom: 6px;
}

.afl .progress {
    height: 6px !important;
    border-radius: 2px !important;
    background: #EDF0F3 !important;
}

.afl .progress .progress-bar {
    background: #17926A !important;
    border-radius: 2px !important;
}

.lrn-prog {
    background: #fff;
    overflow-x: clip;
}

.lrn-prog .pg-band {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
}

.lrn-prog .tb {
    padding: 96px 0 0;
    background: #fff;
    position: relative;
}

.lrn-prog .tb-noise {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.lrn-prog .tb-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 56px;
    position: relative;
    z-index: 1;
}

.lrn-prog .tb-text-zone {
    flex: 1 1 52%;
    padding: 56px 28px 56px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

.lrn-prog .tb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #17926A;
    font-weight: 600;
}

.lrn-prog .tb-eyebrow span {
    display: block;
    width: 32px;
    height: 2px;
    background: #17926A;
}

.lrn-prog .tb-h1 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #212136;
    margin: 0;
}

.lrn-prog .tb-h1 em {
    font-style: normal;
    font-size: 70px;
    display: block;
    line-height: 1.2;
}

.lrn-prog .tb-lead {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin: 0;
    max-width: 520px;
}

.lrn-prog .tb-meta {
    display: flex;
    flex-direction: row;
    gap: 28px;
    flex-wrap: wrap;
}

.lrn-prog .tb-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lrn-prog .tb-stat strong {
    font-size: 28px;
    line-height: 1.2;
    color: #212136;
    letter-spacing: -0.02em;
}

.lrn-prog .tb-stat small {
    font-size: 14px;
    color: #5a5a72;
    letter-spacing: 0.04em;
}

.lrn-prog .tb-actions {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
}

.lrn-prog .btn-primary {
    display: inline-block;
    padding: 14px 28px;
    background: #212136;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
    transition: background 0.6s ease, box-shadow 0.5s ease;
}

.lrn-prog .btn-primary:hover {
    background: #17926A;
    box-shadow: -1px 10px 36px 0 rgba(23, 146, 106, 0.12);
}

.lrn-prog .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #17926A;
    text-decoration: underline;
    text-underline-offset: 5px;
    letter-spacing: 0.04em;
    transition: color 0.5s ease;
}

.lrn-prog .btn-secondary:hover {
    color: #212136;
}

.lrn-prog .tb-image-zone {
    flex: 1 1 44%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.lrn-prog .tb-img-wrap {
    width: 100%;
    border-radius: 9px 9px 0 0;
    overflow: hidden;
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
    position: relative;
}

.lrn-prog .tb-img-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    filter: blur(0px);
    transition: filter 0.8s ease;
}

.lrn-prog .tb-img-blur {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%, transparent 100%);
    pointer-events: none;
}

.lrn-prog .tb-badge {
    position: absolute;
    top: 28px;
    left: -28px;
    background: #17926A;
    color: #fff;
    border-radius: 2px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: -1px 6px 28px 0 rgba(23, 146, 106, 0.08);
}

.lrn-prog .tb-badge strong {
    font-size: 21px;
    line-height: 1.2;
}

.lrn-prog .tb-badge span {
    font-size: 14px;
    opacity: 0.85;
}

.lrn-prog .diag-down {
    width: 100%;
    height: 56px;
    background: #EDF0F3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
}

.lrn-prog .prog-struct {
    background: #EDF0F3;
    padding: 96px 0 0;
    position: relative;
}

.lrn-prog .prog-struct-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
}

.lrn-prog .sec-label {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #17926A;
    font-weight: 600;
    margin: 0 0 28px;
}

.lrn-prog .prog-struct-top {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-end;
    margin-bottom: 56px;
}

.lrn-prog .prog-struct-top h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #212136;
    margin: 0;
    flex: 1 1 55%;
    letter-spacing: -0.02em;
}

.lrn-prog .prog-struct-top h2 strong {
    font-size: 54px;
    display: block;
}

.lrn-prog .prog-struct-desc {
    flex: 1 1 40%;
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin: 0;
}

.lrn-prog .modules-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0;
}

.lrn-prog .module-item {
    background: #fff;
    border-radius: 9px;
    padding: 28px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 28px;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
    transition: box-shadow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s ease;
}

.lrn-prog .module-item:hover {
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
    transform: translateX(6px);
}

.lrn-prog .module-num {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #EDF0F3;
    min-width: 56px;
    text-align: right;
    letter-spacing: -0.03em;
    flex-shrink: 0;
}

.lrn-prog .module-body {
    flex: 1;
}

.lrn-prog .module-body h4 {
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
    margin: 0 0 6px;
    font-weight: 600;
}

.lrn-prog .module-body p {
    font-size: 14px;
    line-height: 1.9;
    color: #5a5a72;
    margin: 0;
}

.lrn-prog .module-tag {
    font-size: 14px;
    background: #212136;
    color: #EDF0F3;
    padding: 6px 14px;
    border-radius: 2px;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: center;
}

.lrn-prog .diag-down-white {
    width: 100%;
    height: 56px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
    margin-top: 56px;
}

.lrn-prog .outcomes {
    background: #fff;
    padding: 96px 0;
}

.lrn-prog .outcomes-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
    display: flex;
    flex-direction: row;
    gap: 56px;
}

.lrn-prog .outcomes-left {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.lrn-prog .outcomes-left h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #212136;
    margin: 0;
    letter-spacing: -0.02em;
}

.lrn-prog .outcomes-left h2 strong {
    font-size: 54px;
    display: block;
    letter-spacing: -0.03em;
}

.lrn-prog .outcomes-left p {
    font-size: 17px;
    line-height: 1.9;
    color: #3a3a52;
    margin: 0;
}

.lrn-prog .skills-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.lrn-prog .skill-chip {
    background: #EDF0F3;
    border-radius: 9px;
    padding: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #212136;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    transition: background 0.5s ease;
}

.lrn-prog .skill-chip:hover {
    background: #212136;
    color: #EDF0F3;
}

.lrn-prog .skill-chip .mdi {
    color: #17926A;
    font-size: 17px;
    flex-shrink: 0;
    transition: color 0.5s ease;
}

.lrn-prog .skill-chip:hover .mdi {
    color: #EDF0F3;
}

.lrn-prog .outcomes-right {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.lrn-prog .instructors-label {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #17926A;
    font-weight: 600;
}

.lrn-prog .instructor-card {
    background: #EDF0F3;
    border-radius: 9px;
    padding: 28px;
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
    transition: box-shadow 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lrn-prog .instructor-card:hover {
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
}

.lrn-prog .instr-avatar {
    width: 56px;
    height: 56px;
    border-radius: 24px;
    background: conic-gradient(from 97deg, #212136, #17926A);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.lrn-prog .instr-info h5 {
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
    margin: 0 0 6px;
    font-weight: 600;
}

.lrn-prog .instr-info p {
    font-size: 14px;
    line-height: 1.9;
    color: #5a5a72;
    margin: 0;
}

.lrn-prog .instr-role {
    font-size: 14px;
    color: #17926A;
    font-weight: 600;
    margin: 0 0 6px;
}

.lrn-prog .rating-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 28px;
    background: #212136;
    border-radius: 9px;
    color: #EDF0F3;
}

.lrn-prog .rating-stars {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.lrn-prog .rating-stars .mdi {
    color: #17926A;
    font-size: 21px;
}

.lrn-prog .rating-num {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.03em;
}

.lrn-prog .rating-meta {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(237, 240, 243, 0.75);
}

.lrn-prog .enroll {
    background: #212136;
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}

.lrn-prog .enroll-geo {
    position: absolute;
    top: -56px;
    right: -56px;
    width: 400px;
    height: 400px;
    pointer-events: none;
    opacity: 0.06;
}

.lrn-prog .enroll-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
}

.lrn-prog .enroll-text {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.lrn-prog .enroll-label {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #17926A;
    font-weight: 600;
}

.lrn-prog .enroll-text h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #EDF0F3;
    margin: 0;
    letter-spacing: -0.02em;
}

.lrn-prog .enroll-text h2 strong {
    font-size: 54px;
    display: block;
    color: #fff;
    letter-spacing: -0.03em;
}

.lrn-prog .enroll-text p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(237, 240, 243, 0.8);
    margin: 0;
}

.lrn-prog .enroll-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #17926A;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: color 0.5s ease;
}

.lrn-prog .enroll-link:hover {
    color: #EDF0F3;
}

.lrn-prog .enroll-cards {
    flex: 1 1 46%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lrn-prog .offer-card {
    background: rgba(237, 240, 243, 0.06);
    border-radius: 9px;
    padding: 28px;
    border: 1px solid rgba(237, 240, 243, 0.12);
    transition: background 0.6s ease, border-color 0.6s ease;
}

.lrn-prog .offer-card:hover {
    background: rgba(237, 240, 243, 0.1);
    border-color: rgba(23, 146, 106, 0.4);
}

.lrn-prog .offer-card h5 {
    font-size: 17px;
    line-height: 1.6;
    color: #EDF0F3;
    margin: 0 0 6px;
    font-weight: 600;
}

.lrn-prog .offer-card p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(237, 240, 243, 0.65);
    margin: 0 0 14px;
}

.lrn-prog .offer-price {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.lrn-prog .offer-price span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(237, 240, 243, 0.5);
    margin-left: 6px;
}

.lrn-prog .offer-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 14px 28px;
    background: #17926A;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: -1px 6px 28px 0 rgba(23, 146, 106, 0.08);
    transition: background 0.5s ease, box-shadow 0.6s ease;
}

.lrn-prog .offer-btn:hover {
    background: #EDF0F3;
    color: #212136;
    box-shadow: -1px 10px 36px 0 rgba(23, 146, 106, 0.12);
}

.lrn-prog .offer-card.featured {
    background: #17926A;
    border-color: #17926A;
}

.lrn-prog .offer-card.featured h5 {
    color: #fff;
}

.lrn-prog .offer-card.featured p {
    color: rgba(255, 255, 255, 0.8);
}

.lrn-prog .offer-card.featured .offer-price {
    color: #fff;
}

.lrn-prog .offer-card.featured .offer-price span {
    color: rgba(255, 255, 255, 0.6);
}

.lrn-prog .offer-card.featured .offer-btn {
    background: #212136;
    color: #EDF0F3;
}

.lrn-prog .offer-card.featured .offer-btn:hover {
    background: #EDF0F3;
    color: #212136;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

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

.lrn-prog .anim-child>* {
    opacity: 0;
    animation: fadeUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.lrn-prog .anim-child>*:nth-child(1) {
    animation-delay: 0.1s;
}

.lrn-prog .anim-child>*:nth-child(2) {
    animation-delay: 0.25s;
}

.lrn-prog .anim-child>*:nth-child(3) {
    animation-delay: 0.4s;
}

.lrn-prog .anim-child>*:nth-child(4) {
    animation-delay: 0.55s;
}

.lrn-prog .anim-child>*:nth-child(5) {
    animation-delay: 0.7s;
}

@keyframes geoOutline {

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

    50% {
        opacity: 0.08;
        transform: scale(1.04);
    }
}

.lrn-prog .geo-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    pointer-events: none;
    z-index: 0;
    animation: geoOutline 5s ease infinite;
}

.lrn-prog .hover-hl {
    display: inline;
    background-image: linear-gradient(to right, #EDF0F3 0%, #EDF0F3 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center;
    padding: 0 6px;
    border-radius: 2px;
    transition: background-size 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: default;
}

.lrn-prog .hover-hl:hover {
    background-size: 100% 100%;
}

@media (max-width: 992px) {
    .lrn-prog .tb-inner {
        flex-direction: column;
        padding: 0 28px;
    }

    .lrn-prog .tb-text-zone {
        padding: 56px 0 28px;
    }

    .lrn-prog .tb-image-zone {
        flex: none;
    }

    .lrn-prog .tb-badge {
        left: 14px;
        top: -28px;
    }

    .lrn-prog .tb-h1 em {
        font-size: 54px;
    }

    .lrn-prog .prog-struct-inner {
        padding: 0 28px;
    }

    .lrn-prog .prog-struct-top {
        flex-direction: column;
        gap: 28px;
    }

    .lrn-prog .outcomes-inner {
        flex-direction: column;
        padding: 0 28px;
    }

    .lrn-prog .enroll-inner {
        flex-direction: column;
        padding: 0 28px;
    }

    .lrn-prog .skills-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .lrn-prog .tb-inner {
        padding: 0 14px;
    }

    .lrn-prog .tb-h1 {
        font-size: 38px;
    }

    .lrn-prog .tb-h1 em {
        font-size: 38px;
    }

    .lrn-prog .prog-struct-inner,
    .lrn-prog .outcomes-inner,
    .lrn-prog .enroll-inner {
        padding: 0 14px;
    }

    .lrn-prog .tb-meta {
        gap: 14px;
    }

    .lrn-prog .enroll-text h2 strong {
        font-size: 38px;
    }

    .lrn-prog .prog-struct-top h2 strong {
        font-size: 38px;
    }
}

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

.abt ::selection {
    background: #212136;
    color: #EDF0F3;
}

.abt .pg-frame {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
}

.abt .lead {
    padding: 96px 0 56px;
    position: relative;
}

.abt .lead-frame {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
}

.abt .lead-curves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.abt .lead-curves svg {
    position: absolute;
    top: -28px;
    left: -56px;
    opacity: 0.06;
    width: 640px;
    height: 420px;
}

.abt .lead-text {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.abt .lead-eyebrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}

.abt .lead-eyebrow span {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #17926A;
    font-weight: 600;
}

.abt .lead-eyebrow-line {
    width: 40px;
    height: 2px;
    background: #17926A;
    border-radius: 2px;
}

.abt .lead-h1 {
    font-size: 54px;
    line-height: 1.2;
    color: #212136;
    letter-spacing: -0.02em;
    margin: 0;
}

.abt .lead-h1 em {
    font-style: normal;
    color: #17926A;
}

.abt .lead-pts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.abt .lead-pts li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
}

.abt .lead-pts li .pt-dot {
    width: 8px;
    height: 8px;
    border-radius: 24px;
    background: #17926A;
    flex-shrink: 0;
    margin-top: 8px;
}

.abt .lead-card {
    flex: 0 0 340px;
    position: relative;
}

.abt .lead-card-img-wrap {
    border-radius: 9px;
    overflow: hidden;
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
    position: relative;
}

.abt .lead-card-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 9px;
    filter: blur(0px);
    transition: filter 0.6s ease;
}

.abt .lead-card-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    box-shadow: inset 0 -60px 80px rgba(33, 33, 54, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.abt .lead-card-badge {
    position: absolute;
    bottom: -14px;
    left: -14px;
    background: #212136;
    color: #EDF0F3;
    border-radius: 9px;
    padding: 14px 28px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.12);
}

.abt .lead-card-badge strong {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
}

.abt .lead-strokes {
    position: absolute;
    top: 28px;
    right: -28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
}

.abt .lead-strokes span {
    display: block;
    height: 2px;
    background: #17926A;
    border-radius: 2px;
    opacity: 0.35;
}

.abt .lead-strokes span:nth-child(1) {
    width: 32px;
}

.abt .lead-strokes span:nth-child(2) {
    width: 22px;
}

.abt .lead-strokes span:nth-child(3) {
    width: 28px;
}

.abt .lead-strokes span:nth-child(4) {
    width: 18px;
}

.abt .lead-strokes span:nth-child(5) {
    width: 26px;
}

.abt .sec-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 0 56px;
    max-width: 1600px;
    margin: 0 auto;
}

.abt .sec-div-line {
    flex: 1;
    height: 1px;
    background: #EDF0F3;
}

.abt .sec-div-num {
    font-size: 14px;
    color: #17926A;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.abt .detail {
    padding: 96px 0;
    background: #EDF0F3;
    position: relative;
}

.abt .detail-frame {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
}

.abt .detail-top {
    display: flex;
    flex-direction: row;
    gap: 56px;
    margin-bottom: 56px;
    align-items: flex-start;
}

.abt .detail-left {
    flex: 0 0 520px;
    min-width: 0;
}

.abt .detail-right {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.abt .detail-h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #212136;
    letter-spacing: -0.015em;
    margin: 0 0 28px;
}

.abt .detail-h2 strong {
    font-size: 54px;
    display: block;
    line-height: 1.1;
}

.abt .detail-para {
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
    margin: 0;
}

.abt .detail-img-pair {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 28px;
}

.abt .detail-img-wrap {
    border-radius: 9px;
    overflow: hidden;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
    flex: 1;
}

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

.abt .detail-img-wrap:hover img {
    transform: scale(1.04);
}

.abt .detail-img-wrap.tall img {
    height: 300px;
}

.abt .metrics-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    margin-bottom: 56px;
}

.abt .metric-card {
    flex: 1;
    background: #fff;
    border-radius: 9px;
    padding: 28px;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: box-shadow 0.6s ease;
}

.abt .metric-card:hover {
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
}

.abt .metric-ring-row {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.abt .ring-wrap {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.abt .ring-wrap svg {
    width: 64px;
    height: 64px;
    transform: rotate(-90deg);
}

.abt .ring-track {
    fill: none;
    stroke: #EDF0F3;
    stroke-width: 5;
}

.abt .ring-fill {
    fill: none;
    stroke: #17926A;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 163;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt .ring-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #212136;
    line-height: 1.2;
}

.abt .metric-val {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #212136;
}

.abt .metric-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #212136;
    opacity: 0.75;
}

.abt .team-strip {
    background: #fff;
    border-radius: 9px;
    padding: 56px;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
}

.abt .team-intro {
    flex: 0 0 280px;
    min-width: 0;
}

.abt .team-h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #212136;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}

.abt .team-sub {
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
    opacity: 0.75;
    margin: 0;
}

.abt .team-members {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 28px;
}

.abt .member {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.abt .member-img-wrap {
    border-radius: 9px;
    overflow: hidden;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
}

.abt .member-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.65s ease;
}

.abt .member:hover .member-img-wrap img {
    transform: scale(1.05);
}

.abt .member-name {
    font-size: 17px;
    font-weight: 700;
    color: #212136;
    line-height: 1.2;
    margin: 0;
}

.abt .member-role {
    font-size: 14px;
    color: #17926A;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.04em;
}

.abt .member-bio {
    font-size: 14px;
    line-height: 1.9;
    color: #212136;
    opacity: 0.8;
    margin: 0;
}

.abt .hl-text {
    display: inline;
    background-image: linear-gradient(conic-gradient(at 97deg, #212136, #17926A) 0% 100%);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding-bottom: 2px;
}

.abt .hl-text:hover {
    background-size: 100% 2px;
}

.abt .atm-block {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    margin-top: 56px;
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
}

.abt .atm-block img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7);
}

.abt .atm-overlay {
    position: absolute;
    inset: 0;
    background: #212136;
    mix-blend-mode: multiply;
    opacity: 0.45;
    border-radius: 9px;
}

.abt .atm-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 56px;
    pointer-events: none;
}

.abt .atm-quote {
    font-size: 21px;
    line-height: 1.6;
    color: #fff;
    max-width: 640px;
    margin: 0 0 14px;
    font-weight: 400;
}

.abt .atm-attr {
    font-size: 14px;
    color: rgba(237, 240, 243, 0.8);
    letter-spacing: 0.06em;
}

.abt .metric-card {
    opacity: 0;
    transform: translateY(24px);
    animation: cardIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.abt .metric-card:nth-child(1) {
    animation-delay: 0.1s;
}

.abt .metric-card:nth-child(2) {
    animation-delay: 0.25s;
}

.abt .metric-card:nth-child(3) {
    animation-delay: 0.4s;
}

.abt .metric-card:nth-child(4) {
    animation-delay: 0.55s;
}

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

.abt .lead-pts li {
    opacity: 0;
    transform: translateX(-16px);
    animation: ptIn 0.65s ease forwards;
}

.abt .lead-pts li:nth-child(1) {
    animation-delay: 0.2s;
}

.abt .lead-pts li:nth-child(2) {
    animation-delay: 0.38s;
}

.abt .lead-pts li:nth-child(3) {
    animation-delay: 0.56s;
}

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

@media (max-width: 1200px) {
    .abt .lead-frame {
        padding: 0 28px;
        gap: 28px;
    }

    .abt .lead-card {
        flex: 0 0 280px;
    }

    .abt .lead-h1 {
        font-size: 38px;
    }

    .abt .detail-frame {
        padding: 0 28px;
    }

    .abt .detail-left {
        flex: 0 0 380px;
    }

    .abt .team-strip {
        padding: 28px;
        gap: 28px;
    }

    .abt .team-intro {
        flex: 0 0 220px;
    }

    .abt .sec-div {
        padding: 0 28px;
    }

    .abt .atm-text {
        padding: 28px;
    }
}

@media (max-width: 992px) {
    .abt .lead-frame {
        flex-direction: column;
    }

    .abt .lead-card {
        flex: none;
        width: 100%;
        max-width: 400px;
    }

    .abt .lead-card-img-wrap img {
        height: 300px;
    }

    .abt .lead-strokes {
        display: none;
    }

    .abt .detail-top {
        flex-direction: column;
    }

    .abt .detail-left {
        flex: none;
        width: 100%;
    }

    .abt .metrics-row {
        flex-wrap: wrap;
    }

    .abt .metrics-row .metric-card {
        flex: 1 1 calc(50% - 14px);
    }

    .abt .team-strip {
        flex-direction: column;
    }

    .abt .team-intro {
        flex: none;
        width: 100%;
    }

    .abt .team-members {
        flex-wrap: wrap;
    }

    .abt .member {
        flex: 1 1 calc(50% - 14px);
    }

    .abt .detail-h2 strong {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .abt .lead {
        padding: 56px 0 28px;
    }

    .abt .lead-frame {
        padding: 0 14px;
    }

    .abt .lead-h1 {
        font-size: 28px;
    }

    .abt .detail {
        padding: 56px 0;
    }

    .abt .detail-frame {
        padding: 0 14px;
    }

    .abt .metrics-row {
        flex-direction: column;
    }

    .abt .team-members {
        flex-direction: column;
    }

    .abt .member {
        flex: none;
        width: 100%;
    }

    .abt .team-strip {
        padding: 14px;
    }

    .abt .detail-img-pair {
        flex-direction: column;
    }

    .abt .sec-div {
        padding: 0 14px;
    }

    .abt .atm-text {
        padding: 14px;
    }

    .abt .atm-quote {
        font-size: 17px;
    }

    .abt .detail-h2 strong {
        font-size: 28px;
    }
}

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

.ctus .pg-top {
    position: relative;
    padding: 96px 56px 56px;
    background: linear-gradient(to bottom, transparent 0%, #212136 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}

.ctus .pg-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(97deg,
            rgba(23, 146, 106, 0.06) 0px,
            rgba(23, 146, 106, 0.06) 1px,
            transparent 1px,
            transparent 28px);
    pointer-events: none;
    animation: stripe-drift 12s linear infinite;
    overflow: hidden;
}

@keyframes stripe-drift {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 56px 56px;
    }
}

.ctus .pg-top-label {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #17926A;
    margin-bottom: 14px;
    font-weight: 600;
}

.ctus .pg-top h1 {
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 28px;
    max-width: 700px;
    letter-spacing: -0.02em;
}

.ctus .pg-top h1 em {
    font-style: normal;
    background: conic-gradient(from 97deg, #212136, #17926A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ctus .pg-top p {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(237, 240, 243, 0.82);
    max-width: 520px;
    margin: 0;
}

.ctus .split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1600px;
    margin: 0 auto;
}

.ctus .form-col {
    padding: 56px;
    background: #fff;
}

.ctus .form-col h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #212136;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}

.ctus .form-col>p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a6a;
    margin: 0 0 28px;
}

.ctus .form-col form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ctus .field-grp {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ctus .field-grp label {
    font-size: 14px;
    font-weight: 600;
    color: #212136;
    letter-spacing: 0.04em;
}

.ctus .field-grp input[type="email"],
.ctus .field-grp select {
    padding: 14px;
    border: 1.5px solid #EDF0F3;
    border-radius: 9px;
    font-size: 17px;
    color: #212136;
    background: #fff;
    outline: none;
    transition: border-color 0.5s ease, box-shadow 0.6s ease;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
    width: 100%;
    box-sizing: border-box;
}

.ctus .field-grp input[type="email"]:focus,
.ctus .field-grp select:focus {
    border-color: #17926A;
    box-shadow: -1px 6px 28px 0 rgba(23, 146, 106, 0.08);
}

.ctus .field-grp input::placeholder {
    color: #a0a0b8;
    font-size: 14px;
}

.ctus .field-grp select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23212136' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}

.ctus .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    background: #EDF0F3;
    border-radius: 9px;
}

.ctus .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #17926A;
    cursor: pointer;
}

.ctus .privacy-row span {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a6a;
}

.ctus .privacy-row span a {
    color: #17926A;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.5s ease;
}

.ctus .privacy-row span a:hover {
    color: #212136;
}

.ctus .submit-btn {
    padding: 14px 28px;
    background: #212136;
    color: #fff;
    border: none;
    border-radius: 9px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: background 0.6s ease, box-shadow 0.5s ease;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
    align-self: flex-start;
}

.ctus .submit-btn:hover {
    background: #17926A;
    box-shadow: -1px 10px 36px 0 rgba(23, 146, 106, 0.12);
}

.ctus .submit-btn:focus {
    outline: 2px solid #17926A;
    outline-offset: 3px;
}

.ctus .info-col {
    padding: 56px;
    background: #212136;
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative;
    overflow: hidden;
}

.ctus .info-col::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: conic-gradient(from 97deg, rgba(33, 33, 54, 0.0), rgba(23, 146, 106, 0.18));
    pointer-events: none;
}

.ctus .info-col h3 {
    font-size: 21px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
}

.ctus .contact-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border-radius: 9px;
    background: rgba(237, 240, 243, 0.06);
    border: 1.5px solid rgba(237, 240, 243, 0.1);
    transition: background 0.6s ease, border-color 0.5s ease;
}

.ctus .contact-item:hover {
    background: rgba(23, 146, 106, 0.12);
    border-color: rgba(23, 146, 106, 0.3);
}

.ctus .contact-item .ci-icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: #17926A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ctus .contact-item .ci-icon i {
    font-size: 21px;
    color: #fff;
}

.ctus .contact-item .ci-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ctus .contact-item .ci-text strong {
    font-size: 14px;
    color: rgba(237, 240, 243, 0.6);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ctus .contact-item .ci-text a,
.ctus .contact-item .ci-text span {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.5s ease;
}

.ctus .contact-item .ci-text a:hover {
    color: #17926A;
}

.ctus .info-col .affiliate-note {
    margin-top: 14px;
    padding: 14px;
    border-radius: 9px;
    background: rgba(23, 146, 106, 0.1);
    border: 1.5px solid rgba(23, 146, 106, 0.25);
}

.ctus .info-col .affiliate-note p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(237, 240, 243, 0.8);
    margin: 0 0 6px;
}

.ctus .info-col .affiliate-note a {
    font-size: 14px;
    color: #17926A;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.5s ease;
}

.ctus .info-col .affiliate-note a:hover {
    color: #fff;
}

.ctus .img-strip {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 0;
    background: #EDF0F3;
}

.ctus .img-strip .img-primary {
    position: relative;
    overflow: hidden;
}

.ctus .img-strip .img-primary img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
}

.ctus .img-strip .img-primary:hover img {
    transform: scale(1.04);
    filter: brightness(0.7);
}

.ctus .img-strip .img-primary .img-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    background: linear-gradient(to top, rgba(33, 33, 54, 0.7) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.ctus .img-strip .img-primary:hover .img-caption {
    opacity: 1;
}

.ctus .img-strip .img-caption p {
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

.ctus .img-strip .side-info {
    padding: 56px 28px;
    background: #EDF0F3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    position: relative;
}

.ctus .img-strip .side-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #17926A;
    border-radius: 2px;
}

.ctus .img-strip .side-info h4 {
    font-size: 21px;
    line-height: 1.2;
    color: #212136;
    margin: 0;
    letter-spacing: -0.01em;
}

.ctus .img-strip .side-info p {
    font-size: 14px;
    line-height: 1.9;
    color: #4a4a6a;
    margin: 0;
}

.ctus .img-strip .side-info .hours-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ctus .img-strip .side-info .hours-list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #212136;
    padding: 6px 0;
    border-bottom: 1px solid rgba(33, 33, 54, 0.1);
}

.ctus .img-strip .side-info .hours-list li span {
    color: #17926A;
    font-weight: 600;
}

.ctus .img-secondary-wrap {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #fff;
    border-top: 1.5px solid #EDF0F3;
}

.ctus .metric-card {
    padding: 56px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-right: 1.5px solid #EDF0F3;
    transition: background 0.7s ease;
}

.ctus .metric-card:last-child {
    border-right: none;
}

.ctus .metric-card:hover {
    background: #EDF0F3;
}

.ctus .metric-card .mc-num {
    font-size: 54px;
    line-height: 1.2;
    color: #212136;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.ctus .metric-card .mc-num em {
    font-style: normal;
    color: #17926A;
}

.ctus .metric-card h5 {
    font-size: 17px;
    line-height: 1.2;
    color: #212136;
    margin: 0;
    font-weight: 600;
}

.ctus .metric-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a6a;
    margin: 0;
}

.ctus .img-secondary-wrap .img-sec-col {
    position: relative;
    overflow: hidden;
    grid-column: span 1;
}

@media (max-width: 992px) {
    .ctus .split-row {
        grid-template-columns: 1fr;
    }

    .ctus .info-col {
        order: -1;
    }

    .ctus .img-strip {
        grid-template-columns: 1fr;
    }

    .ctus .img-strip .img-primary img {
        height: 280px;
    }

    .ctus .img-secondary-wrap {
        grid-template-columns: 1fr;
    }

    .ctus .metric-card {
        border-right: none;
        border-bottom: 1.5px solid #EDF0F3;
    }

    .ctus .pg-top {
        padding: 56px 28px 28px;
    }

    .ctus .pg-top h1 {
        font-size: 38px;
    }

    .ctus .form-col,
    .ctus .info-col {
        padding: 28px;
    }
}

@media (max-width: 576px) {
    .ctus .pg-top h1 {
        font-size: 28px;
    }

    .ctus .img-strip .side-info {
        padding: 28px 14px 28px 28px;
    }

    .ctus .metric-card {
        padding: 28px 14px;
    }

    .ctus .metric-card .mc-num {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .ctus .split-row {
        grid-template-columns: 55fr 45fr;
    }
}

.ctus .dim-group .contact-item {
    transition: opacity 0.6s ease, background 0.6s ease, border-color 0.5s ease;
}

.ctus .dim-group:hover .contact-item:not(:hover) {
    opacity: 0.45;
}

.frnt {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip;
}

.frnt .ttl-blk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 56px;
    padding-bottom: 96px;
    padding-left: 56px;
    padding-right: 56px;
    gap: 56px;
    position: relative;
}

.frnt .ttl-blk::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    width: 48px;
    height: 1px;
    background: #17926A;
}

.frnt .ttl-blk::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    width: 1px;
    height: 48px;
    background: #17926A;
}

.frnt .ttl-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 28px;
    padding-top: 56px;
}

.frnt .ttl-corner-br {
    position: absolute;
    bottom: 56px;
    right: 56px;
    width: 1px;
    height: 40px;
    background: #212136;
    opacity: 0.25;
}

.frnt .ttl-corner-br::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #212136;
    opacity: 1;
}

.frnt .ttl-tag {
    display: inline-block;
    background: #212136;
    color: #EDF0F3;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 2px;
    width: fit-content;
}

.frnt .ttl-h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #212136;
    margin: 0;
}

.frnt .ttl-h1 em {
    font-style: normal;
    color: #17926A;
}

.frnt .ttl-tagline {
    font-size: 17px;
    line-height: 1.9;
    color: #212136;
    opacity: 0.72;
    margin: 0;
    max-width: 420px;
}

.frnt .ttl-links {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center;
}

.frnt .ttl-links a {
    font-size: 17px;
    color: #212136;
    text-decoration: underline;
    text-underline-offset: 6px;
    transition: color 0.6s ease;
}

.frnt .ttl-links a:hover {
    color: #17926A;
}

.frnt .ttl-links a.primary {
    background: #17926A;
    color: #EDF0F3;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 9px;
    font-size: 17px;
    transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.frnt .ttl-links a.primary:hover {
    background: #212136;
}

.frnt .ttl-right {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    min-height: 520px;
}

.frnt .ttl-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.frnt .ttl-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to bottom, rgba(33, 33, 54, 0.55), transparent);
    pointer-events: none;
}

.frnt .circ-deco {
    position: absolute;
    border-radius: 24px;
    pointer-events: none;
    z-index: 0;
}

.frnt .ttl-circles {
    position: absolute;
    top: 28px;
    right: -28px;
    width: 220px;
    height: 220px;
    pointer-events: none;
    z-index: 0;
}

.frnt .ttl-circles span {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(23, 146, 106, 0.18);
}

.frnt .ttl-circles span:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 50px;
    left: 50px;
}

.frnt .ttl-circles span:nth-child(2) {
    width: 170px;
    height: 170px;
    top: 25px;
    left: 25px;
}

.frnt .ttl-circles span:nth-child(3) {
    width: 220px;
    height: 220px;
    top: 0;
    left: 0;
}

.frnt .geo-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 14px 56px;
    overflow: hidden;
}

.frnt .geo-divider span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EDF0F3;
    flex-shrink: 0;
}

.frnt .geo-divider span.sq {
    border-radius: 2px;
    background: #17926A;
    opacity: 0.4;
}

.frnt .geo-divider span.lg {
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: #212136;
    opacity: 0.12;
}

.frnt .exp-sec {
    padding: 96px 56px;
    background: #212136;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.frnt .exp-label {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #17926A;
    text-transform: uppercase;
    margin: 0 0 14px 0;
}

.frnt .exp-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #EDF0F3;
    margin: 0 0 28px 0;
}

.frnt .exp-h2 strong {
    font-size: 54px;
    display: block;
    line-height: 1.2;
}

.frnt .exp-text {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(237, 240, 243, 0.75);
    margin: 0 0 28px 0;
}

.frnt .exp-profiles {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.frnt .exp-card {
    background: rgba(237, 240, 243, 0.06);
    border-radius: 9px;
    padding: 28px;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    align-items: start;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
    transition: background 0.7s ease;
}

.frnt .exp-card:hover {
    background: rgba(237, 240, 243, 0.1);
}

.frnt .exp-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.frnt .exp-card-name {
    font-size: 17px;
    color: #EDF0F3;
    margin: 0 0 6px 0;
}

.frnt .exp-card-role {
    font-size: 14px;
    color: #17926A;
    margin: 0 0 14px 0;
}

.frnt .exp-card-quote {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(237, 240, 243, 0.72);
    margin: 0;
}

.frnt .exp-img-col {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
}

.frnt .exp-img-col img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    border-radius: 9px;
    filter: saturate(0.85) brightness(0.92);
}

.frnt .geo-divider2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 56px;
    gap: 6px;
    overflow: hidden;
}

.frnt .geo-divider2 i {
    font-size: 8px;
    color: #212136;
    opacity: 0.2;
}

.frnt .geo-divider2 span {
    width: 28px;
    height: 1px;
    background: #17926A;
    opacity: 0.35;
    flex-shrink: 0;
}

.frnt .scale-sec {
    padding: 96px 56px;
    background: #EDF0F3;
}

.frnt .scale-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    margin-bottom: 56px;
    align-items: end;
}

.frnt .scale-h2 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #212136;
    margin: 0;
}

.frnt .scale-h2 span {
    font-size: 38px;
    display: block;
    font-weight: 400;
}

.frnt .scale-intro {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(33, 33, 54, 0.72);
    margin: 0;
}

.frnt .scale-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.frnt .metric {
    background: #fff;
    border-radius: 9px;
    padding: 28px;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
    transition: box-shadow 0.6s ease;
}

.frnt .metric:hover {
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
}

.frnt .metric-num {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #17926A;
    display: block;
    margin-bottom: 6px;
}

.frnt .metric-label {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(33, 33, 54, 0.65);
    margin: 0;
}

.frnt .metric-bar {
    margin-top: 14px;
}

.frnt .scale-img-row {
    margin-top: 56px;
    border-radius: 9px;
    overflow: hidden;
    position: relative;
}

.frnt .scale-img-row img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: saturate(0.8) brightness(0.95);
}

.frnt .geo-divider3 {
    padding: 14px 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    overflow: hidden;
}

.frnt .geo-divider3 span {
    height: 1px;
    flex: 1;
    background: linear-gradient(97deg, #212136, #17926A);
    opacity: 0.15;
}

.frnt .geo-divider3 i {
    font-size: 10px;
    color: #17926A;
    opacity: 0.5;
}

.frnt .longval-sec {
    padding: 96px 56px;
    background: #fff;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 56px;
    align-items: start;
}

.frnt .longval-sidebar {
    background: #212136;
    border-radius: 9px;
    padding: 28px;
    position: sticky;
    top: 28px;
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
}

.frnt .longval-sidebar-label {
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #17926A;
    text-transform: uppercase;
    margin: 0 0 14px 0;
}

.frnt .longval-sidebar-h {
    font-size: 28px;
    line-height: 1.2;
    color: #EDF0F3;
    margin: 0 0 14px 0;
}

.frnt .longval-sidebar-p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(237, 240, 243, 0.65);
    margin: 0 0 28px 0;
}

.frnt .longval-sidebar img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 9px;
    display: block;
    filter: saturate(0.8);
}

.frnt .longval-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.frnt .longval-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #212136;
    margin: 0;
}

.frnt .longval-h2 em {
    font-style: normal;
    font-size: 54px;
    display: block;
    line-height: 1.2;
}

.frnt .longval-lead {
    font-size: 21px;
    line-height: 1.6;
    color: rgba(33, 33, 54, 0.8);
    margin: 0;
}

.frnt .longval-items {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.frnt .lv-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(33, 33, 54, 0.08);
}

.frnt .lv-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.frnt .lv-icon {
    width: 48px;
    height: 48px;
    border-radius: 9px;
    background: #EDF0F3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.frnt .lv-icon i {
    font-size: 21px;
    color: #17926A;
}

.frnt .lv-icon.active i {
    color: #212136;
}

.frnt .lv-text-h {
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
    margin: 0 0 6px 0;
}

.frnt .lv-text-p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(33, 33, 54, 0.65);
    margin: 0;
}

.frnt .icon-cycle .lv-icon {
    animation: icon-seq 3.2s ease infinite;
}

.frnt .icon-cycle .lv-item:nth-child(2) .lv-icon {
    animation-delay: 0.8s;
}

.frnt .icon-cycle .lv-item:nth-child(3) .lv-icon {
    animation-delay: 1.6s;
}

.frnt .icon-cycle .lv-item:nth-child(4) .lv-icon {
    animation-delay: 2.4s;
}

@keyframes icon-seq {

    0%,
    100% {
        background: #EDF0F3;
    }

    15%,
    35% {
        background: #17926A;
    }

    15%,
    35% {}
}

.frnt .icon-cycle .lv-item:nth-child(1) .lv-icon i,
.frnt .icon-cycle .lv-item:nth-child(2) .lv-icon i,
.frnt .icon-cycle .lv-item:nth-child(3) .lv-icon i,
.frnt .icon-cycle .lv-item:nth-child(4) .lv-icon i {
    transition: color 0.5s ease;
}

.frnt .geo-divider4 {
    padding: 14px 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    overflow: hidden;
}

.frnt .geo-divider4 span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #EDF0F3;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.frnt .geo-divider4 span.alt {
    background: #17926A;
    opacity: 0.3;
    width: 6px;
    height: 6px;
}

.frnt .support-sec {
    padding: 96px 56px;
    background: conic-gradient(from 97deg at 30% 50%, rgba(33, 33, 54, 0.04), rgba(23, 146, 106, 0.07), rgba(237, 240, 243, 0.5));
    background-color: #EDF0F3;
}

.frnt .support-top {
    max-width: 680px;
    margin-bottom: 56px;
}

.frnt .support-label {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #17926A;
    text-transform: uppercase;
    margin: 0 0 14px 0;
}

.frnt .support-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #212136;
    margin: 0 0 14px 0;
}

.frnt .support-h2 strong {
    font-size: 54px;
    display: block;
}

.frnt .support-lead {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(33, 33, 54, 0.72);
    margin: 0;
}

.frnt .support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.frnt .sup-card {
    background: #fff;
    border-radius: 9px;
    padding: 28px;
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: box-shadow 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.frnt .sup-card:hover {
    box-shadow: -1px 10px 36px 0 rgba(33, 33, 54, 0.12);
}

.frnt .sup-icon {
    width: 48px;
    height: 48px;
    border-radius: 9px;
    background: #EDF0F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frnt .sup-icon i {
    font-size: 21px;
    color: #17926A;
}

.frnt .sup-card-h {
    font-size: 21px;
    line-height: 1.2;
    color: #212136;
    margin: 0;
}

.frnt .sup-card-p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(33, 33, 54, 0.65);
    margin: 0;
}

.frnt .sup-card-note {
    font-size: 14px;
    color: #17926A;
    margin: 0;
    padding-top: 6px;
    border-top: 1px solid rgba(33, 33, 54, 0.08);
}

.frnt .faq-strip {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.frnt .faq-item {
    background: #fff;
    border-radius: 9px;
    padding: 28px;
    box-shadow: -1px 3px 5px 0 rgba(33, 33, 54, 0.08);
}

.frnt .faq-q {
    font-size: 17px;
    line-height: 1.6;
    color: #212136;
    margin: 0 0 14px 0;
}

.frnt .faq-a {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(33, 33, 54, 0.68);
    margin: 0;
}

.frnt .clip-appear {
    animation: clip-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

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

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

@keyframes icon-bg-pulse {

    0%,
    100% {
        background: #EDF0F3;
    }

    50% {
        background: #17926A;
    }
}

.frnt .lv-icon {
    animation: icon-bg-pulse 3.2s ease infinite;
}

.frnt .lv-item:nth-child(2) .lv-icon {
    animation-delay: 0.8s;
}

.frnt .lv-item:nth-child(3) .lv-icon {
    animation-delay: 1.6s;
}

.frnt .lv-item:nth-child(4) .lv-icon {
    animation-delay: 2.4s;
}

@media (max-width: 1200px) {
    .frnt .ttl-blk {
        grid-template-columns: 1fr 1fr;
        padding: 28px;
        gap: 28px;
    }

    .frnt .ttl-h1 {
        font-size: 54px;
    }

    .frnt .scale-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .frnt .longval-sec {
        grid-template-columns: 300px 1fr;
    }

    .frnt .support-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .frnt .ttl-blk {
        grid-template-columns: 1fr;
    }

    .frnt .ttl-right {
        min-height: 340px;
    }

    .frnt .exp-sec {
        grid-template-columns: 1fr;
        padding: 56px 28px;
    }

    .frnt .exp-img-col {
        display: none;
    }

    .frnt .scale-sec {
        padding: 56px 28px;
    }

    .frnt .scale-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .frnt .scale-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .frnt .longval-sec {
        grid-template-columns: 1fr;
        padding: 56px 28px;
    }

    .frnt .longval-sidebar {
        position: static;
    }

    .frnt .support-sec {
        padding: 56px 28px;
    }

    .frnt .support-grid {
        grid-template-columns: 1fr;
    }

    .frnt .geo-divider,
    .frnt .geo-divider2,
    .frnt .geo-divider3,
    .frnt .geo-divider4 {
        padding: 14px 28px;
    }
}

@media (max-width: 576px) {
    .frnt .ttl-blk {
        padding: 28px 14px;
        padding-bottom: 56px;
    }

    .frnt .ttl-h1 {
        font-size: 38px;
    }

    .frnt .ttl-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .frnt .scale-metrics {
        grid-template-columns: 1fr;
    }

    .frnt .metric-num {
        font-size: 38px;
    }

    .frnt .exp-sec {
        padding: 56px 14px;
    }

    .frnt .scale-sec {
        padding: 56px 14px;
    }

    .frnt .longval-sec {
        padding: 56px 14px;
    }

    .frnt .support-sec {
        padding: 56px 14px;
    }

    .frnt .support-h2 strong {
        font-size: 38px;
    }

    .frnt .longval-h2 em {
        font-size: 38px;
    }

    .frnt .exp-h2 strong {
        font-size: 38px;
    }
}

.success-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 28px;
    background-color: #fff;
}

.success-pg .success-wrap {
    max-width: 560px;
    width: 100%;
    text-align: center;
}

.success-pg .success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 28px;
    border-radius: 24px;
    background: #EDF0F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-pg .success-icon svg {
    width: 36px;
    height: 36px;
}

.success-pg .success-heading {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #212136;
    margin: 0 0 14px;
    font-weight: 700;
}

.success-pg .success-heading span {
    color: #17926A;
    text-transform: uppercase;
}

.success-pg .success-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #4a4a62;
    margin: 0 0 56px;
}

.success-pg .success-divider {
    width: 48px;
    height: 2px;
    background: #17926A;
    margin: 0 auto 56px;
    border-radius: 2px;
}

.success-pg .success-actions {
    display: flex;
    flex-direction: row;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.success-pg .btn-primary {
    display: inline-block;
    padding: 14px 28px;
    background: #212136;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 9px;
    border: 2px solid #212136;
    transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: -1px 6px 28px 0 rgba(33, 33, 54, 0.08);
}

.success-pg .btn-primary:hover {
    background: #17926A;
    border-color: #17926A;
}

.success-pg .btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    background: transparent;
    color: #212136;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 9px;
    border: 2px solid #EDF0F3;
    transition: border-color 0.5s ease, color 0.5s ease;
}

.success-pg .btn-secondary:hover {
    border-color: #212136;
}

.success-pg .success-note {
    margin-top: 56px;
    font-size: 14px;
    line-height: 1.6;
    color: #888899;
}

.success-pg .success-note a {
    color: #17926A;
    text-decoration-offset: 4px;
    text-underline-offset: 4px;
}

@media (max-width: 576px) {
    .success-pg {
        padding: 56px 14px;
    }

    .success-pg .success-heading {
        font-size: 28px;
    }

    .success-pg .success-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .success-pg .btn-primary,
    .success-pg .btn-secondary {
        text-align: center;
    }
}