.tk-page {
    color: var(--color-white);
    background: var(--color-black);
}

.tk-header {
    color: var(--color-white);
    background: var(--color-black);
}

.tk-hero {
    padding: 150px 0 79px;
    background: var(--color-black);
}

.tk-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 13px;
    font-weight: 700;
}

.tk-breadcrumb a:hover,
.tk-breadcrumb a:focus-visible {
    color: var(--color-white);
}

.tk-breadcrumb span:last-child {
    color: rgba(255, 255, 255, 0.7);
}

.tk-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
    align-items: start;
    gap: 91px;
}

.tk-title-row {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
}

.tk-title-row i {
    color: #35cfd0;
    font-size: 39px;
    line-height: 1;
}

.tk-title-row h1,
.tk-learning h2,
.daily-section h2,
.tk-facility h2,
.tk-cta h2 {
    margin: 0;
    font-size: 39px;
    font-weight: 800;
    line-height: 1;
}

.tk-age-badge {
    display: inline-flex;
    margin-top: 17px;
    padding: 8px 15px;
    color: var(--color-black);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    background: var(--color-white);
    border-radius: 6px;
}

.tk-lead {
    max-width: 560px;
    margin: 38px 0 35px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 22px;
    line-height: 1.47;
}

.tk-note {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 16px;
    line-height: 1.62;
}

.tk-hero-image {
    width: 100%;
    aspect-ratio: 540 / 400;
    object-fit: cover;
    border-radius: 14px;
}

.tk-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 59px;
}

.tk-stat {
    min-height: 105px;
    padding: 26px 28px 24px;
    background: #151515;
    border-radius: 8px;
    border-left: 3px solid #35cfd0;
}

.tk-stat span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.tk-stat strong {
    display: block;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.tk-learning {
    position: relative;
    padding: 126px 0 146px;
    background: var(--color-green);
    clip-path: polygon(0 0, var(--section-cut-edge) 0, var(--section-cut-width) var(--section-cut-height), 100% var(--section-cut-height), 100% 100%, var(--section-cut-width) 100%, var(--section-cut-edge) calc(100% - var(--section-cut-height)), 0 calc(100% - var(--section-cut-height)));
}

.learning-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}

.learning-card {
    min-height: 256px;
    padding: 32px 30px 28px;
    background: #101010;
    border-radius: 8px;
}

.learning-card i {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    margin-bottom: 28px;
    color: #35cfd0;
    font-size: 21px;
    background: rgba(53, 207, 208, 0.12);
    border: 1px solid rgba(53, 207, 208, 0.28);
    border-radius: 8px;
}

.learning-card h3 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.learning-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 14px;
    line-height: 1.5;
}

.daily-section {
    margin-top: calc(var(--section-cut-height) * -1);
    padding: calc(82px + var(--section-cut-height)) 0 136px;
    color: var(--color-black);
    background: var(--color-white);
    clip-path: polygon(0 0, var(--section-cut-edge) 0, var(--section-cut-width) var(--section-cut-height), 100% var(--section-cut-height), 100% 100%, 0 100%);
}

.daily-timeline {
    display: grid;
    gap: 55px;
    max-width: 520px;
    margin: 41px 0 0;
    padding: 0 0 0 36px;
    list-style: none;
}

.daily-timeline li {
    position: relative;
    padding-left: 32px;
}

.daily-timeline li::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -2px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background: var(--color-white);
    border: 3px solid #35cfd0;
    border-radius: 999px;
}

.daily-timeline li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 17px;
    bottom: -56px;
    left: 4px;
    width: 1px;
    background: rgba(53, 207, 208, 0.38);
}

.daily-timeline span {
    display: block;
    margin-bottom: 8px;
    color: #35cfd0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.daily-timeline strong {
    display: block;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.tk-facility {
    position: relative;
    margin-top: -2px;
    padding: calc(85px + var(--section-cut-height)) 0 127px;
    background: var(--color-black);
}

.tk-facility::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: calc(var(--section-cut-height) + 4px);
    background: var(--color-white);
    clip-path: polygon(0 0, var(--section-cut-edge) 0, var(--section-cut-width) 100%, 100% 100%, 100% 0);
}

.tk-facility .section-container,
.tk-cta .section-container {
    position: relative;
    z-index: 1;
}

.tk-facility-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-top: 75px;
}

.tk-facility-card {
    overflow: hidden;
    background: #151515;
    border-radius: 8px;
}

.tk-facility-card img {
    width: 100%;
    aspect-ratio: 417 / 240;
    object-fit: cover;
    border-bottom: 3px solid #35cfd0;
}

.tk-facility-card div {
    padding: 25px 25px 27px;
}

.tk-facility-card h3 {
    margin: 0 0 13px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.tk-facility-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 14px;
    line-height: 1.55;
}

.tk-cta {
    padding: 80px 0 116px;
    text-align: center;
    background: var(--color-black);
}

.tk-cta .section-container {
    display: grid;
    justify-items: center;
}

.tk-cta h2 {
    font-size: 47px;
}

.tk-cta p {
    max-width: 590px;
    margin: 18px 0 35px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 17px;
    line-height: 1.35;
}

.tk-cta-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.tk-solid-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 9px 30px;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    background: var(--color-green);
    border: 1px solid var(--color-green);
    border-radius: 4px;
    transition: background 180ms ease, border-color 180ms ease;
}

.tk-solid-button:hover,
.tk-solid-button:focus-visible {
    background: #3e824d;
    border-color: #3e824d;
}

@media (max-width: 1180px) {
    .tk-hero-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .tk-hero-image {
        max-width: 680px;
    }

    .learning-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .tk-hero {
        padding: 142px 0 72px;
    }

    .tk-breadcrumb {
        margin-bottom: 34px;
    }

    .tk-title-row {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 14px;
    }

    .tk-title-row i {
        font-size: 32px;
    }

    .tk-title-row h1,
    .tk-learning h2,
    .daily-section h2,
    .tk-facility h2 {
        font-size: 32px;
    }

    .tk-lead {
        margin-top: 30px;
        font-size: 18px;
    }

    .tk-stat-grid,
    .learning-grid,
    .tk-facility-grid {
        grid-template-columns: 1fr;
    }

    .tk-learning {
        padding: 106px 0 138px;
    }

    .learning-grid,
    .tk-facility-grid {
        margin-top: 48px;
    }

    .daily-section {
        padding-bottom: 112px;
    }

    .daily-timeline {
        gap: 42px;
    }

    .daily-timeline li:not(:last-child)::after {
        bottom: -43px;
    }

    .tk-cta h2 {
        font-size: 36px;
    }

    .tk-cta-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .tk-stat {
        padding: 22px;
    }

    .learning-card {
        min-height: 0;
        padding: 28px 24px;
    }

    .daily-timeline {
        padding-left: 18px;
    }

    .daily-timeline strong {
        font-size: 16px;
    }
}
