@font-face {
    font-family: "Caveat ST";
    src: url("../fonts/caveat-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Standalone legal documents */

.st-document-body {
    min-width: 320px;
    background: #f8fafc;
}

.st-document-page {
    min-height: 100svh;
    padding: clamp(40px, 7vw, 88px) 0;
    background:
        radial-gradient(circle at 90% 8%, rgba(37, 99, 235, .08), transparent 28%),
        #f8fafc;
}

.st-document-shell {
    width: min(920px, calc(100% - 40px));
    margin: 0 auto;
}

.st-document-title {
    position: relative;
    margin: 0 0 clamp(28px, 4vw, 44px);
    padding-bottom: 22px;
    color: #0f172a;
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.st-document-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 5px;
    border-radius: 999px;
    background: #2563eb;
}

.st-document-content {
    padding: clamp(26px, 5vw, 56px);
    border: 1px solid #dbe4f0;
    border-radius: 24px;
    background: #ffffff;
    color: #334155;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .07);
    font-size: 17px;
    line-height: 1.75;
}

.st-document-content > :first-child {
    margin-top: 0;
}

.st-document-content > :last-child {
    margin-bottom: 0;
}

.st-document-content h2,
.st-document-content h1,
.st-document-content h3,
.st-document-content h4 {
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.st-document-content h1 {
    margin: 0 0 32px !important;
    padding-bottom: 20px;
    border-bottom: 5px solid #2563eb;
    background: transparent !important;
    color: #0f172a;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.12 !important;
    text-align: left !important;
}

.st-document-content h2 {
    margin: 44px 0 18px;
    font-size: clamp(26px, 3.5vw, 34px);
}

.st-document-content h3 {
    margin: 34px 0 14px;
    font-size: clamp(21px, 3vw, 26px);
}

.st-document-content h4 {
    margin: 28px 0 12px;
    font-size: 19px;
}

.st-document-content p,
.st-document-content ul,
.st-document-content ol,
.st-document-content blockquote,
.st-document-content table {
    margin: 0 0 20px;
}

.st-document-content ul,
.st-document-content ol {
    padding-left: 24px;
}

.st-document-content li + li {
    margin-top: 8px;
}

.st-document-content a {
    color: #2563eb;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.st-document-content blockquote {
    padding: 18px 22px;
    border-left: 4px solid #2563eb;
    border-radius: 0 14px 14px 0;
    background: #eff6ff;
}

.st-document-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.st-document-content th,
.st-document-content td {
    padding: 12px 14px;
    border: 1px solid #dbe4f0;
    text-align: left;
    vertical-align: top;
}

.st-document-content th {
    background: #eff6ff;
    color: #0f172a;
}

@media (max-width: 640px) {
    .st-document-shell {
        width: min(100% - 24px, 920px);
    }

    .st-document-title {
        font-size: 36px;
    }

    .st-document-content {
        border-radius: 20px;
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .header.live-broadcast-header {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 12px 0;
    }

    .header.live-broadcast-header .logo {
        flex: 0 0 auto;
    }

    .header.live-broadcast-header .logo-mark {
        width: 34px;
        height: 34px;
    }

    .header.live-broadcast-header .header-actions {
        width: auto;
        margin-left: auto;
        flex-direction: row;
        align-items: center;
        gap: 0;
    }
}

@media (max-width: 520px) {
    .header.live-broadcast-header .logo {
        gap: 0;
    }

    .header.live-broadcast-header .logo > span {
        display: none;
    }

    .header.live-broadcast-header .header-btn {
        padding: 11px 16px;
        border-radius: 12px;
        font-size: 14px;
        white-space: nowrap;
    }
}

/* Live broadcast landing page */

.st-live-page {
    background: #f8fafc;
}

.site-footer.site-footer--flush {
    margin-top: 0;
}

.st-live-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    min-height: calc(100svh - 81px);
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 18%, rgba(37, 99, 235, .15), transparent 28%),
        radial-gradient(circle at 12% 88%, rgba(59, 130, 246, .10), transparent 30%),
        linear-gradient(145deg, #ffffff 0%, #f5f9ff 58%, #eaf2ff 100%);
}

.st-live-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: clamp(-240px, -10vw, -90px);
    width: clamp(360px, 44vw, 660px);
    aspect-ratio: 1;
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 50%;
    box-shadow:
        0 0 0 64px rgba(37, 99, 235, .035),
        0 0 0 128px rgba(37, 99, 235, .025);
    transform: translateY(-50%);
}

.st-live-hero__inner {
    display: flex;
    align-items: center;
    padding-top: clamp(88px, 12vh, 148px);
    padding-bottom: clamp(104px, 15vh, 180px);
}

.st-live-hero__content {
    position: relative;
    max-width: 980px;
}

.st-live-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding: 10px 16px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #1d4ed8;
    box-shadow: 0 12px 32px rgba(37, 99, 235, .09);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.st-live-hero__eyebrow span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, .12);
}

.st-live-hero__content h1 {
    max-width: 980px;
    margin-bottom: 38px;
    color: #0f172a;
    font-size: clamp(48px, 6.2vw, 82px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.st-live-hero__button {
    min-width: 178px;
    padding: 17px 30px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 720px) {
    .st-live-hero {
        min-height: calc(100svh - 73px);
    }

    .st-live-hero::before {
        top: 72%;
        right: -250px;
    }

    .st-live-hero__inner {
        padding-top: 72px;
        padding-bottom: 96px;
    }

    .st-live-hero__eyebrow {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .st-live-hero__content h1 {
        margin-bottom: 32px;
        font-size: clamp(40px, 12vw, 58px);
    }

    .st-live-hero__button {
        width: 100%;
    }
}

.st-live-intro {
    padding: clamp(88px, 10vw, 132px) 0 clamp(104px, 12vw, 156px);
    background:
        radial-gradient(circle at 92% 16%, rgba(37, 99, 235, .08), transparent 24%),
        #f8fafc;
}

.st-live-intro__head {
    max-width: 820px;
    margin-bottom: clamp(56px, 7vw, 84px);
}

.st-live-intro__eyebrow {
    margin-bottom: 18px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.st-live-intro__head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(40px, 4.5vw, 60px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.st-live-intro__flow {
    position: relative;
    display: grid;
    gap: 34px;
    max-width: 1120px;
}

.st-live-intro__step {
    position: relative;
    width: 61%;
}

.st-live-intro__step:nth-child(2) {
    width: 64%;
    justify-self: end;
}

.st-live-intro__step::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 170px;
    height: 74px;
    pointer-events: none;
}

.st-live-intro__step:nth-child(1)::after {
    right: -174px;
    bottom: -66px;
    border-top: 2px dashed #7da6ff;
    border-right: 2px dashed #7da6ff;
    border-radius: 0 72px 0 0;
    transform: rotate(8deg);
}

.st-live-intro__step:nth-child(2)::after {
    left: -174px;
    bottom: -66px;
    border-top: 2px dashed #7da6ff;
    border-left: 2px dashed #7da6ff;
    border-radius: 72px 0 0 0;
    transform: rotate(-8deg);
}

.st-live-intro__step:last-child::after {
    display: none;
}

.st-live-intro__marker {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    border: 1px solid #dbeafe;
    border-radius: 50%;
    background: linear-gradient(145deg, #f5f9ff, #e5efff);
    color: #2563eb;
    font-size: 18px;
    font-weight: 800;
}

.st-live-intro__card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 78px;
    gap: 24px;
    align-items: center;
    min-height: 190px;
    padding: 30px 32px;
    border: 1px solid #dbe4f0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
}

.st-live-intro__card h3 {
    margin: 0 0 12px;
    color: #2563eb;
    font-size: 18px;
    line-height: 1.3;
}

.st-live-intro__card p {
    margin: 0;
    color: #1e293b;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.45;
    letter-spacing: -.015em;
}

.st-live-intro__icon {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border: 1px solid #e5edfa;
    border-radius: 18px;
    background: linear-gradient(145deg, #f8fbff, #edf4ff);
    color: #2563eb;
}

.st-live-intro__icon svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.st-live-intro__step--accent .st-live-intro__marker {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
}

.st-live-intro__step--accent .st-live-intro__card {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
    box-shadow: 0 22px 54px rgba(37, 99, 235, .13);
}

.st-live-intro__step--accent .st-live-intro__card p {
    color: #1e293b;
    font-weight: 400;
}

@media (max-width: 900px) {
    .st-live-intro__step,
    .st-live-intro__step:nth-child(2) {
        width: 82%;
    }

    .st-live-intro__step:nth-child(2) {
        justify-self: end;
    }

    .st-live-intro__step::after {
        width: 96px;
    }

    .st-live-intro__step:nth-child(1)::after {
        right: -100px;
    }

    .st-live-intro__step:nth-child(2)::after {
        left: -100px;
    }
}

@media (max-width: 720px) {
    .st-live-intro {
        padding: 76px 0 88px;
    }

    .st-live-intro__head {
        margin-bottom: 48px;
    }

    .st-live-intro__head h2 {
        font-size: 34px;
        line-height: 1.16;
    }

    .st-live-intro__flow {
        gap: 20px;
    }

    .st-live-intro__step,
    .st-live-intro__step:nth-child(2) {
        width: 100%;
    }

    .st-live-intro__step::after {
        display: none;
    }

    .st-live-intro__card {
        grid-template-columns: 48px minmax(0, 1fr) 54px;
        gap: 14px;
        min-height: 0;
        padding: 22px 18px;
        border-radius: 18px;
    }

    .st-live-intro__marker {
        width: 48px;
        height: 48px;
        font-size: 14px;
    }

    .st-live-intro__card h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .st-live-intro__card p {
        font-size: 17px;
        line-height: 1.4;
    }

    .st-live-intro__icon {
        width: 54px;
        height: 54px;
        border-radius: 14px;
    }

    .st-live-intro__icon svg {
        width: 34px;
        height: 34px;
    }
}

.st-live-reviews {
    padding: clamp(88px, 10vw, 132px) 0;
    overflow: hidden;
    background: #ffffff;
}

.st-live-reviews__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: clamp(44px, 6vw, 68px);
}

.st-live-reviews__eyebrow {
    margin-bottom: 16px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.st-live-reviews__head h2 {
    max-width: 760px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(40px, 4.5vw, 60px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.st-live-reviews__controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.st-live-reviews__controls button {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    background: #ffffff;
    color: #0f172a;
    cursor: pointer;
    transition: .2s ease;
}

.st-live-reviews__controls button:hover:not(:disabled) {
    border-color: #2563eb;
    background: #eff6ff;
    color: #2563eb;
}

.st-live-reviews__controls button:disabled {
    opacity: .35;
    cursor: default;
}

.st-live-reviews__controls button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.st-live-reviews__viewport {
    overflow-x: auto;
    padding: 4px 2px 28px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.st-live-reviews__viewport::-webkit-scrollbar {
    display: none;
}

.st-live-reviews__track {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.st-live-review-card {
    display: flex;
    flex: 0 0 calc((100% - 24px) / 2);
    flex-direction: column;
    min-width: 0;
    padding: clamp(28px, 3.5vw, 42px);
    border: 1px solid #dbe4f0;
    border-radius: 24px;
    background: #f8fafc;
    scroll-snap-align: start;
}

.st-live-review-card__author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.st-live-review-card__avatar {
    position: relative;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    background: #dbeafe;
    color: #2563eb;
    overflow: hidden;
}

.st-live-review-card__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.st-live-review-card__avatar--raised img {
    height: calc(100% + 25px);
    align-self: start;
    object-position: center bottom;
    transform: translateY(-25px);
}

.st-live-review-card__avatar--raised-more img {
    height: calc(100% + 45px);
    transform: translateY(-45px);
}

.st-live-review-card__avatar--zoomed-out > img:not(.st-live-review-card__avatar-backdrop) {
    position: relative;
    z-index: 1;
    transform: translateY(-45px) scale(.85);
}

.st-live-review-card__avatar--zoomed-out .st-live-review-card__avatar-backdrop {
    position: absolute;
    inset: -5px;
    z-index: 0;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    object-fit: cover;
    object-position: center;
    filter: blur(4px);
    transform: scale(1.08);
}

.st-live-review-card__avatar--enlarged img {
    height: calc(100% + 40px);
    align-self: start;
    transform: translateY(-40px) scale(1.4);
}

.st-live-review-card__avatar svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.st-live-review-card__author strong,
.st-live-review-card__author span {
    display: block;
}

.st-live-review-card__author strong {
    margin-bottom: 4px;
    color: #0f172a;
    font-size: 18px;
}

.st-live-review-card__author strong a {
    color: inherit;
    text-decoration: none;
}

.st-live-review-card__author strong a:hover {
    color: #2563eb;
}

.st-live-review-card__author span {
    color: #64748b;
    font-size: 14px;
}

.st-live-review-card blockquote {
    position: relative;
    margin: 32px 0 30px;
    padding-top: 24px;
    color: #334155;
    font-size: 18px;
    line-height: 1.62;
}

.st-live-review-card blockquote::before {
    content: "“";
    position: absolute;
    top: -16px;
    right: 0;
    color: #bfdbfe;
    font-family: Georgia, serif;
    font-size: 78px;
    line-height: 1;
}

.st-live-review-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: auto;
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.st-live-review-card > a:hover {
    color: #1d4ed8;
}

.st-live-review-card > a svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.st-live-reviews__more {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    padding: 26px 30px;
    border: 1px solid #bfdbfe;
    border-radius: 20px;
    background: #eff6ff;
    color: #1e3a8a;
    font-size: clamp(18px, 2vw, 24px);
    text-decoration: none;
    transition: .2s ease;
}

.st-live-reviews__more:hover {
    border-color: #93c5fd;
    background: #dbeafe;
    transform: translateY(-1px);
}

.st-live-reviews__more-mark {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 14px;
    background: #2563eb;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.st-live-reviews__more > span:nth-child(2) {
    flex: 1;
}

.st-live-reviews__more strong {
    color: #2563eb;
}

.st-live-reviews__more > svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    fill: none;
    stroke: #2563eb;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 900px) {
    .st-live-review-card {
        flex-basis: calc(92% - 12px);
    }
}

@media (max-width: 720px) {
    .st-live-reviews {
        padding: 76px 0 88px;
    }

    .st-live-reviews__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .st-live-reviews__head h2 {
        font-size: 34px;
        line-height: 1.16;
    }

    .st-live-reviews__controls {
        width: 100%;
        justify-content: flex-end;
    }

    .st-live-review-card {
        flex-basis: 92%;
        padding: 26px 22px;
        border-radius: 20px;
    }

    .st-live-review-card blockquote {
        font-size: 17px;
        line-height: 1.58;
    }

    .st-live-reviews__more {
        align-items: flex-start;
        gap: 12px;
        margin-top: 22px;
        padding: 22px 20px;
        font-size: 18px;
        line-height: 1.4;
    }

    .st-live-reviews__more-mark {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 12px;
    }

    .st-live-reviews__more > svg {
        display: none;
    }
}

.st-live-bonus {
    padding: clamp(88px, 10vw, 132px) 0;
    background: #f8fafc;
}

.st-live-bonus__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(54px, 8vw, 104px);
    align-items: center;
    min-height: 620px;
    padding: clamp(48px, 7vw, 86px);
    overflow: hidden;
    border: 1px solid #bfdbfe;
    border-radius: 32px;
    background:
        radial-gradient(circle at 92% 15%, rgba(37, 99, 235, .14), transparent 27%),
        linear-gradient(135deg, #ffffff 0%, #ffffff 48%, #eff6ff 100%);
    box-shadow: 0 28px 80px rgba(37, 99, 235, .10);
}

.st-live-bonus__panel::before {
    content: "";
    position: absolute;
    right: -190px;
    bottom: -250px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(37, 99, 235, .10);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(37, 99, 235, .025),
        0 0 0 140px rgba(37, 99, 235, .018);
}

.st-live-bonus__content,
.st-live-bonus__visual {
    position: relative;
    z-index: 1;
}

.st-live-bonus__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.st-live-bonus__eyebrow span {
    font-size: 22px;
    line-height: 1;
}

.st-live-bonus__content h2 {
    max-width: 650px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(40px, 4.6vw, 60px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.st-live-bonus__name {
    display: grid;
    gap: 8px;
    max-width: 620px;
    margin-top: 38px;
    padding: 24px 28px;
    border-left: 4px solid #2563eb;
    border-radius: 0 18px 18px 0;
    background: #eff6ff;
}

.st-live-bonus__name span {
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.st-live-bonus__name strong {
    color: #1e3a8a;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.3;
}

.st-live-bonus__content > p {
    max-width: 640px;
    margin: 32px 0 0;
    color: #475569;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.52;
    letter-spacing: -.015em;
}

.st-live-bonus__visual {
    display: grid;
    place-items: center;
    min-height: 470px;
}

.st-live-bonus__document {
    position: relative;
    width: min(100%, 390px);
    padding: 34px 32px 30px;
    border: 1px solid #bfdbfe;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(30, 64, 175, .18);
    transform: rotate(2deg);
}

.st-live-bonus__document::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 96px;
    height: 25px;
    border-radius: 8px;
    background: #2563eb;
    box-shadow: 0 8px 18px rgba(37, 99, 235, .22);
    transform: translateX(-50%);
}

.st-live-bonus__document-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dbeafe;
}

.st-live-bonus__document-head > span {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 14px;
    background: #dbeafe;
}

.st-live-bonus__document-head > div {
    display: grid;
    gap: 9px;
    width: 100%;
}

.st-live-bonus__document-head i,
.st-live-bonus__checklist i,
.st-live-bonus__offer i {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: #dbeafe;
}

.st-live-bonus__document-head i:first-child {
    width: 72%;
    background: #93c5fd;
}

.st-live-bonus__document-head i:last-child {
    width: 48%;
}

.st-live-bonus__checklist {
    display: grid;
    gap: 17px;
    padding: 28px 0;
}

.st-live-bonus__checklist > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.st-live-bonus__checklist span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 2px solid #93c5fd;
    border-radius: 8px;
    color: #ffffff;
    background: #2563eb;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
}

.st-live-bonus__checklist > div:last-child span {
    background: #ffffff;
}

.st-live-bonus__checklist i {
    width: 78%;
}

.st-live-bonus__checklist > div:nth-child(2) i {
    width: 66%;
}

.st-live-bonus__checklist > div:nth-child(3) i {
    width: 84%;
}

.st-live-bonus__checklist > div:nth-child(4) i {
    width: 58%;
}

.st-live-bonus__progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid #dbeafe;
}

.st-live-bonus__progress > div {
    width: 62%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #dbeafe;
}

.st-live-bonus__progress > div span {
    display: block;
    width: 76%;
    height: 100%;
    border-radius: inherit;
    background: #2563eb;
}

.st-live-bonus__progress strong {
    color: #2563eb;
    font-size: 14px;
}

.st-live-bonus__offer {
    position: absolute;
    right: -22px;
    bottom: 44px;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 190px;
    padding: 16px 18px;
    border: 1px solid #bbf7d0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 22px 48px rgba(15, 23, 42, .16);
    transform: rotate(-3deg);
}

.st-live-bonus__offer > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    font-size: 20px;
    font-weight: 900;
}

.st-live-bonus__offer > div {
    display: grid;
    gap: 6px;
    flex: 1;
}

.st-live-bonus__offer strong {
    color: #166534;
    font-size: 17px;
}

.st-live-bonus__offer i {
    width: 72%;
    height: 6px;
    background: #bbf7d0;
}

@media (max-width: 960px) {
    .st-live-bonus__panel {
        grid-template-columns: 1fr;
    }

    .st-live-bonus__content h2,
    .st-live-bonus__name,
    .st-live-bonus__content > p {
        max-width: 760px;
    }

    .st-live-bonus__visual {
        min-height: 430px;
    }
}

@media (max-width: 720px) {
    .st-live-bonus {
        padding: 76px 0 88px;
    }

    .st-live-bonus__panel {
        gap: 44px;
        min-height: 0;
        padding: 36px 24px 42px;
        border-radius: 24px;
    }

    .st-live-bonus__content h2 {
        font-size: 34px;
        line-height: 1.16;
    }

    .st-live-bonus__name {
        margin-top: 30px;
        padding: 20px;
    }

    .st-live-bonus__name strong {
        font-size: 22px;
    }

    .st-live-bonus__content > p {
        margin-top: 26px;
        font-size: 19px;
    }

    .st-live-bonus__visual {
        min-height: 380px;
    }

    .st-live-bonus__document {
        width: calc(100% - 18px);
        padding: 30px 24px 26px;
    }

    .st-live-bonus__offer {
        right: 0;
        bottom: 20px;
        min-width: 168px;
    }
}

.st-live-agenda {
    padding: clamp(88px, 10vw, 132px) 0;
    background: #f4f7fb;
}

.st-live-agenda__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(42px, 6vw, 78px);
    align-items: center;
    min-height: 680px;
    padding: clamp(46px, 5.5vw, 72px);
    overflow: hidden;
    border: 1px solid #dbe4f0;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .08);
}

.st-live-agenda__head {
    margin-bottom: 24px;
}

.st-live-agenda__eyebrow {
    margin-bottom: 16px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.st-live-agenda__head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(42px, 4.2vw, 56px);
    line-height: 1.08;
    letter-spacing: -.045em;
    white-space: nowrap;
}

.st-live-agenda__list {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-live-agenda__list li {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 19px 0;
    border-bottom: 1px solid #e2e8f0;
}

.st-live-agenda__list li:last-child {
    border-bottom: 0;
}

.st-live-agenda__list li > span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: linear-gradient(145deg, #eff6ff, #dbeafe);
    color: #2563eb;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .08);
    font-size: 16px;
    font-weight: 800;
}

.st-live-agenda__list p {
    margin: 0;
    color: #1e293b;
    font-size: clamp(18px, 1.75vw, 22px);
    line-height: 1.4;
    letter-spacing: -.012em;
}

.st-live-agenda__list strong {
    color: #0f172a;
    font-weight: 750;
}

.st-live-agenda__visual {
    display: grid;
    place-items: center;
    min-width: 0;
}

.st-live-agenda__visual img {
    display: block;
    width: min(125%, 610px);
    max-width: none;
    height: auto;
    transform: translateX(3%);
}

@media (max-width: 1020px) {
    .st-live-agenda__panel {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .st-live-agenda__visual img {
        width: min(100%, 600px);
        transform: none;
    }

    .st-live-agenda__head h2 {
        white-space: normal;
    }
}

@media (max-width: 720px) {
    .st-live-agenda {
        padding: 76px 0 88px;
    }

    .st-live-agenda__panel {
        min-height: 0;
        padding: 34px 22px 28px;
        border-radius: 24px;
    }

    .st-live-agenda__head h2 {
        font-size: 38px;
        line-height: 1.12;
    }

    .st-live-agenda__list li {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 0;
    }

    .st-live-agenda__list li > span {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        font-size: 13px;
    }

    .st-live-agenda__list p {
        font-size: 18px;
        line-height: 1.42;
    }

    .st-live-agenda__visual {
        margin: 0 -8px;
    }
}

.st-live-event {
    padding: clamp(94px, 11vw, 148px) 0;
    background: #ffffff;
}

.st-live-event__head {
    max-width: 980px;
    margin-bottom: clamp(52px, 7vw, 82px);
}

.st-live-event__eyebrow {
    margin-bottom: 18px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.st-live-event__head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(44px, 5.4vw, 72px);
    line-height: 1.05;
    letter-spacing: -.055em;
}

.st-live-event__head h2 span {
    color: #2563eb;
}

.st-live-event__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.st-live-event__facts article {
    position: relative;
    min-height: 190px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #dbe4f0;
    border-radius: 22px;
    background: #f8fafc;
}

.st-live-event__facts article::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -50px;
    width: 120px;
    height: 120px;
    border: 18px solid rgba(37, 99, 235, .06);
    border-radius: 50%;
}

.st-live-event__facts span,
.st-live-event__facts strong {
    position: relative;
    z-index: 1;
    display: block;
}

.st-live-event__facts span {
    margin-bottom: 32px;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.st-live-event__facts strong {
    max-width: 280px;
    color: #0f172a;
    font-size: clamp(26px, 2.8vw, 36px);
    line-height: 1.18;
    letter-spacing: -.035em;
}

.st-live-event__facts article:last-child {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.st-live-event__facts article:last-child strong {
    color: #2563eb;
}

.st-live-event__platform {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid #dbe4f0;
    border-radius: 20px;
    background: #ffffff;
}

.st-live-event__vk-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 15px;
    background: #2563eb;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.st-live-event__platform p {
    margin: 0;
    color: #334155;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.4;
}

.st-live-event__signup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    margin-top: 28px;
    padding: clamp(36px, 5vw, 58px);
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 15%, rgba(255, 255, 255, .16), transparent 25%),
        linear-gradient(135deg, #1d4ed8 0%, #2563eb 62%, #3b82f6 100%);
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(37, 99, 235, .22);
    scroll-margin-top: 110px;
}

.st-live-event__signup::before {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -170px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(255, 255, 255, .035);
}

.st-live-event__signup-copy,
.st-live-event__signup-button {
    position: relative;
    z-index: 1;
}

.st-live-event__signup-label {
    margin-bottom: 12px;
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.st-live-event__signup h3 {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 3.5vw, 46px);
    line-height: 1.16;
    letter-spacing: -.04em;
}

.st-live-event__signup h3 span {
    color: #dbeafe;
    white-space: nowrap;
}

.st-live-event__signup-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 224px;
    padding: 18px 24px;
    border-radius: 14px;
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .16);
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: .2s ease;
}

.st-live-event__signup-button:hover {
    background: #eff6ff;
    transform: translateY(-2px);
}

.st-live-event__signup-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 900px) {
    .st-live-event__facts {
        grid-template-columns: 1fr;
    }

    .st-live-event__facts article {
        min-height: 0;
    }

    .st-live-event__facts span {
        margin-bottom: 18px;
    }

    .st-live-event__signup {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .st-live-event {
        padding: 82px 0 94px;
    }

    .st-live-event__head {
        margin-bottom: 44px;
    }

    .st-live-event__head h2 {
        font-size: 42px;
        line-height: 1.1;
    }

    .st-live-event__facts article {
        padding: 24px;
        border-radius: 18px;
    }

    .st-live-event__facts strong {
        font-size: 28px;
    }

    .st-live-event__platform {
        align-items: flex-start;
        padding: 22px 20px;
    }

    .st-live-event__platform p {
        font-size: 18px;
    }

    .st-live-event__signup {
        gap: 28px;
        padding: 32px 24px;
        border-radius: 22px;
    }

    .st-live-event__signup h3 {
        font-size: 30px;
        line-height: 1.2;
    }

    .st-live-event__signup-button {
        width: 100%;
        min-width: 0;
    }
}

@font-face {
    font-family: "Caveat ST";
    src: url("../fonts/caveat-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

/* предотвращает перекрытие секций фиксированным верхним меню */
#services,
#process,
#formats,
#reviews,
#faq,
#contact {
    scroll-margin-top: 80px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    background: #f8fafc;
    color: #1e293b;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.header-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    backdrop-filter: blur(10px);
    background: rgba(248, 250, 252, 0.88);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.logo-mark {
    width: 34px;
    height: 34px;
    display: inline-block;
    object-fit: contain;
    flex-shrink: 0;
}

.logo>span {
    color: #0f172a;
}

.logo>span>span {
    color: #2563eb;
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav a {
    text-decoration: none;
    color: #334155;
    font-size: 15px;
    transition: 0.2s ease;
}

.nav a:hover {
    color: #2563eb;
}

.header-btn,
.btn-primary,
.btn-secondary {
    border: none;
    border-radius: 14px;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.header-btn,
.btn-primary {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.20);
}

.header-btn:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    background: #1d4ed8;
}

.btn-secondary {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #dbe4f0;
}

.btn-secondary:hover {
    transform: translateY(-1px);
    border-color: #bfd1ea;
}

.hero-wrap {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.10), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
}

.hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 52px;
    align-items: start;
    padding: 40px 0 72px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 999px;
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

h1 {
    margin: 0 0 20px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #0f172a;
    max-width: 700px;
}

.accent {
    color: #2563eb;
}

.subtitle {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 1.6;
    color: #334155;
    max-width: 650px;
}

.hero-insight {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    max-width: 720px;
}

.hero-insight strong {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
}

.trust-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 11px 16px;
    font-size: 14px;
    color: #334155;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.visual-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe4f0;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.10);
    overflow: hidden;
}

.visual-card::before {
    content: "";
    position: absolute;
    inset: auto -40px -60px auto;
    width: 200px;
    height: 200px;
    background: rgba(37, 99, 235, 0.08);
    filter: blur(10px);
    border-radius: 50%;
}

.visual-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    gap: 12px;
}

.visual-title {
    font-size: 14px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.status {
    background: #ecfdf3;
    color: #15803d;
    border: 1px solid #bbf7d0;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.flow {
    display: grid;
    gap: 14px;
    margin-bottom: 20px;
}

.flow-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.flow-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.step-number {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 800;
    font-size: 15px;
    flex-shrink: 0;
}

.step-text {
    font-size: 15px;
    color: #0f172a;
    font-weight: 600;
}

.step-meta {
    font-size: 13px;
    color: #64748b;
    white-space: nowrap;
}

.metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.metric-dark {
    background: #0f172a;
    color: #ffffff;
    border-radius: 16px;
    padding: 14px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.metric-dark strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
    color: #ffffff;
}

.use-cases-intro {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 18px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.use-cases-title {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0f172a;
    max-width: 620px;
}

.use-cases-sub {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    max-width: 620px;
}

.insight-standalone {
    margin: 88px 0;
    padding: 36px 40px 34px;
    border-radius: 28px;
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.16);
    position: relative;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.insight-label {
    display: block;
    margin-bottom: 16px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
}

.insight-highlight {
    color: #60a5fa;
    font-weight: 700;
}

.insight-standalone::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 22px;
    width: 24px;
    height: 24px;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M12 2a7 7 0 0 0-4 12.74c.6.42 1 1.08 1 1.8V17h6v-.46c0-.72.4-1.38 1-1.8A7 7 0 0 0 12 2Z'/%3E%3C/svg%3E");
}



/* ВАРИАНТ 2 — эффект маркера (как будто выделили фломастером)
       Чтобы попробовать его, закомментируй ::after выше и раскомментируй код ниже */

/*
    .insight-standalone {
      background: linear-gradient(
        180deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 35%,
        rgba(37,99,235,0.18) 36%,
        rgba(37,99,235,0.18) 70%,
        rgba(255,255,255,0) 71%
      );
      border: none;
      box-shadow: none;
    }
    */

/* ВАРИАНТ 3 — двойной «карандашный» контур (как будто обвели два раза)
       Тоже можно включить вместо первого варианта */

/*
    .insight-standalone::before {
      content: "";
      position: absolute;
      inset: -14px -18px -16px -18px;
      border: 3px solid rgba(37,99,235,0.35);
      border-radius: 58% 42% 52% 48% / 52% 48% 58% 42%;
      transform: rotate(1deg);
      pointer-events: none;
    }

    .insight-standalone::after {
      content: "";
      position: absolute;
      inset: -8px -14px -10px -14px;
      border: 3px solid rgba(37,99,235,0.35);
      border-radius: 62% 38% 55% 45% / 55% 45% 60% 40%;
      transform: rotate(-2deg);
      pointer-events: none;
    }
    */

.use-cases {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.use-case-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 18px 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: 0.2s ease;
    min-height: 100%;
    width: 100%;
}

.use-case-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.use-case-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
    margin-top: 2px;

}

.use-case-icon svg {
    width: 18px;
    height: 18px;
    stroke: #2563eb;
    stroke-width: 1.8;
    fill: none;
}

.use-case-text {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
}

.use-case-text strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

.section {
    padding: 104px 0;
    /* больше вертикального воздуха между экранами */
}

/* дополнительный ритм между секциями убран, чтобы не появлялись утолщенные границы */

.section-light {
    background: #ffffff;
}

/* аккуратно разделяем одинаковые светлые секции, чтобы они не сливались */
.section-light+.section-light {
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.section-soft {
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6fd 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.section-head {
    max-width: 760px;
    margin-bottom: 40px;
}

.section-kicker {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(37, 99, 235, .12);
}

.section-kicker::after {
    content: "";
    width: 74px;
    height: 1px;
    background: #bfdbfe;
}

.open-lessons-screens-head {
    max-width: 760px;
}

.section-kicker-large {
    gap: 12px;
    margin-bottom: 18px;
    font-size: 15px;
}

.section-kicker-large::before {
    width: 12px;
    height: 12px;
}

.section-kicker-large::after {
    width: 92px;
}

h2 {
    margin: 0 0 14px;
    font-size: clamp(42px, 6vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.section-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #475569;
    max-width: 700px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
    transition: 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 800;
    font-size: 18px;
}

.service-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.service-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.process-card {
    background: #ffffff;
    border: 1px solid #dbe4f0;
    border-radius: 24px;
    padding: 28px 22px 24px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.process-number {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #2563eb;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.process-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.3;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.process-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
}

.process-note {
    margin-top: 24px;
    padding: 18px 22px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
}

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

.benefit-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;

    border-radius: 24px;
    padding: 34px 30px;
    /* больше воздуха внутри */
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
}

.benefit-badge {
    float: right;
    font-size: 64px;
    font-weight: 800;
    color: rgba(37, 99, 235, 0.08);
    line-height: 1;
    pointer-events: none;
    letter-spacing: -0.02em;
    margin-left: 16px;
    margin-top: -6px;
}

.benefit-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    font-size: 24px;
    /* заголовок стал крупнее */
    line-height: 1.3;
    color: #0f172a;
    letter-spacing: -0.02em;
    font-weight: 600;
}



.benefit-card h3 {
    margin: 0 0 14px;
    font-size: 24px;
    /* заголовок стал крупнее */
    line-height: 1.3;
    color: #0f172a;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.benefit-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
}

.approach-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.approach-panel {
    position: relative;
    padding: 34px 30px;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.approach-problem {
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
    border-color: #e7ebf2;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.approach-solution {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.10), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
    border-color: #cfe0fb;
    box-shadow: 0 24px 60px rgba(37, 99, 235, 0.10);
}

.approach-panel-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.approach-problem .approach-panel-label {
    background: rgba(100, 116, 139, 0.08);
    border: 1px solid rgba(100, 116, 139, 0.12);
    color: #475569;
}

.approach-solution .approach-panel-label {
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

.approach-panel h3 {
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.approach-list {
    display: grid;
    gap: 16px;
}

.approach-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.approach-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.approach-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #0f172a;
    box-shadow: none;
}

.approach-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.approach-problem .approach-icon {
    background: #e2e8f0;
    color: #475569;
}

.approach-solution .approach-icon {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}

.approach-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.45;
    color: #0f172a;
}

.approach-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.68;
    color: #475569;
}



.usecase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 48px;
    align-items: stretch;
}

.usecase-grid>div {
    display: grid;
    grid-template-rows: minmax(56px, auto) repeat(3, minmax(120px, auto));
    align-self: stretch;
}

.usecase-grid h3 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #0f172a;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
    align-self: end;
}

.usecase-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    /* фиксируем колонку под иконку */
    align-items: start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e2e8f0;
    min-height: 120px;
    /* выравнивает высоту строк, чтобы линии совпадали между колонками */
}



.usecase-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #fbfdff;
    border: 1px solid #e8eef6;
    flex-shrink: 0;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.usecase-icon svg {
    width: 20px;
    height: 20px;
    stroke: #2563eb;
    stroke-width: 1.8;
    fill: none;
    transition: stroke 0.2s ease;
}

.usecase-item {
    transition: background 0.2s ease;
}

.usecase-item:hover {
    background: rgba(37, 99, 235, 0.025);
}

.usecase-item:hover .usecase-icon {
    background: #ffffff;
    border-color: #dbe4f0;
    transform: translateY(-1px);
}

.usecase-item:hover .usecase-icon svg {
    stroke: #2563eb;
}

.usecase-content strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.usecase-content p {
    margin: 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
}

.report-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.report-slider {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe4f0;
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.report-slider-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.report-slider-label {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.report-slider-count {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 700;
}

.report-slider-stage {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #dbe4f0;
    background: #e2e8f0;
    aspect-ratio: 16 / 10;
    min-height: 320px;
    margin-bottom: 16px;
}

.browser-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    background: #f7f3ee;
    border-bottom: 1px solid #e2e8f0;
    z-index: 3;
}

.browser-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.browser-dot.red {
    background: #ef4444;
}

.browser-dot.yellow {
    background: #f59e0b;
}

.browser-dot.green {
    background: #22c55e;
}

.report-slide {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
}

.report-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.report-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    flex: 1 1 auto;
}

.report-slide-caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.74);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    backdrop-filter: blur(10px);
}

.report-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.report-slider-nav {
    display: flex;
    gap: 10px;
}

.report-slider-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #dbe4f0;
    background: #ffffff;
    color: #0f172a;
    border-radius: 14px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: 0.2s ease;
}

.report-slider-btn:hover {
    transform: translateY(-1px);
    border-color: #bfd1ea;
    background: #f8fbff;
}

.report-slider-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.report-thumb {
    width: 72px;
    height: 52px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #ffffff;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease;
}

.report-thumb.active {
    border-color: #2563eb;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
}

.report-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.report-slide img {
    cursor: zoom-in;
}

.lightbox {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 2000;
}

.lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lightbox-dialog {
    position: relative;
    width: min(1200px, 100%);
    max-height: 92vh;
    border-radius: 24px;
    padding: 60px 70px 90px;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 2100;
    transition: background 0.2s ease, transform 0.2s ease;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.lightbox-prev {
    left: calc(-1 * 70px);
}

.lightbox-next {
    right: calc(-1 * 70px);
}

.lightbox-image {
    border-radius: 18px;
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
    background: transparent;
    opacity: 1;
    transition: opacity 0.22s ease;
}

.lightbox-image.is-changing {
    opacity: 0.18;
}

.lightbox-thumbs {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    background: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    z-index: 2100;
}

.lightbox-thumb {
    width: 80px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
}

.lightbox-thumb.active {
    border-color: #2563eb;
}

.lightbox-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.22);
}

.lightbox-prev {
    left: -110px;
}

.lightbox-next {
    right: -110px;
}

.lightbox-nav span {
    display: block;
    transform: translateY(-1px);
    pointer-events: none;
}

.report-info {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.report-info h3 {
    margin: 0 0 14px;
    font-size: 24px;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.report-info p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
}

.report-list {
    display: grid;
    gap: 12px;
}

.report-list-item {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
}

.report-note-box {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.report-note-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.report-note-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.trial-offer {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: stretch;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(135deg, #0f172a 0%, #162338 55%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
}



.trial-offer::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -70px;
    bottom: -90px;
    border-radius: 50%;
    background: rgba(96, 165, 250, 0.16);
    filter: blur(10px);
}

.trial-main,
.trial-side {
    position: relative;
    z-index: 1;
}

.trial-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.trial-main h2 {
    margin: 0 0 16px;
    color: #ffffff;
    max-width: 640px;
}

.trial-text {
    margin: 0 0 22px;
    max-width: 620px;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}

.trial-points {
    display: grid;
    gap: 12px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.trial-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.trial-points li::before {
    content: "✓";
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    margin-top: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.trial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
}

.btn-light {
    border: none;
    border-radius: 14px;
    padding: 17px 28px;
    background: #ffffff;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
}

.btn-light:hover {
    transform: translateY(-1px);
    background: #eff6ff;
}

.trial-actions .btn-light {
    min-width: 320px;
    justify-content: center;
}

.trial-cta-note {
    margin: 14px 0 0;
    max-width: 520px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.76);
}

.btn-ghost-light {
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 14px;
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn-ghost-light:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.12);
}

.trial-note {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

.trial-side {
    display: grid;
    gap: 16px;
    align-content: start;
}

.trial-side-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(8px);
}

.trial-side-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.trial-side-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

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

.trial-metric {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.trial-metric strong {
    display: block;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
}

.trial-metric span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.74);
}

.formats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.format-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.format-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #0f172a;
}

.format-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
    padding: 26px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}



.review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.review-company {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.review-context {
    font-size: 13px;
    color: #64748b;
    margin-top: 2px;
}



.review-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
    position: relative;
    z-index: 1;
}

.review-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.review-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.review-meta {
    display: grid;
    gap: 3px;
}

.review-author {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.review-role {
    font-size: 14px;
    color: #64748b;
    line-height: 1.4;
}

.faq {
    max-width: 900px;
    display: grid;
    gap: 14px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 18px 20px;
}

.faq-item strong {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
}

.cta-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #172554 55%, #2563eb 100%);
    color: #ffffff;
    border-radius: 32px;
    padding: 0;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
}

.cta-box::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    top: -110px;
    right: -70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    filter: blur(10px);
}

.cta-box::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -60px;
    bottom: -90px;
    border-radius: 50%;
    background: rgba(96, 165, 250, 0.18);
    filter: blur(10px);
}

.cta-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: stretch;
    padding: 40px;
}

.cta-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.cta-content h2 {
    color: #ffffff;
    margin-bottom: 14px;
    max-width: 620px;
}

.cta-content p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    font-size: 17px;
}

.cta-points {
    display: grid;
    gap: 12px;
    margin-top: 0;
}

.cta-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.cta-point::before {
    content: "✓";
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    margin-top: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.cta-panel {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    padding: 34px 30px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.cta-panel::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 320px;
    height: 320px;
    opacity: 0.06;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 5C29 7 34 8.5 38 10v10c0 9-5.5 16-14 22C15.5 36 10 29 10 20V10c4-1.5 9-3 14-5z' fill='white'/%3E%3C/svg%3E");
    pointer-events: none;
}

.cta-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    padding: 26px;
    backdrop-filter: blur(10px);
    display: grid;
    gap: 18px;
    align-content: start;
}

.cta-brand-text strong {
    display: block;
    margin-bottom: 6px;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-weight: 800;
}

.cta-panel-head strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.cta-panel-head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.76);
}

.cta-mini-list {
    display: grid;
    gap: 12px;
}

.cta-mini-item {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.cta-mini-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #ffffff;
}

.cta-mini-item span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

.cta-actions {
    display: grid;
    gap: 12px;
    margin-top: 4px;
}

.cta-actions .btn-light {
    width: 100%;
    justify-content: center;
}

.cta-note {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

.contact-form {
    display: none;
}

.form-grid {
    display: grid;
    gap: 14px;
}

.form-field {
    display: grid;
    gap: 8px;
}

.form-field label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.form-field input,
.form-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    font: inherit;
    padding: 14px 16px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #64748b;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: #93c5fd;
    box-shadow: 0 0 0 4px rgba(147, 197, 253, 0.18);
}

.form-field textarea {
    min-height: 132px;
    resize: vertical;
}

.form-submit {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
}

.form-note {
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

.contact-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1900;
}

.contact-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.contact-modal-dialog {
    position: relative;
    width: min(760px, 100%);
    max-height: 90vh;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 32px 90px rgba(15, 23, 42, 0.22);
}

.contact-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s ease;
}

.contact-modal-close:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.contact-modal-head {
    margin-bottom: 22px;
    padding-right: 40px;
}

.contact-modal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
}

.contact-modal-title {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.contact-modal-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
}

.contact-form-embed {
    margin-bottom: 20px;
}

.contact-form-embed-frame {
    width: 100%;
    min-height: 500px;
    height: min(52vh, 600px);
    display: block;
    border: none;
    background: #ffffff;
}

.contact-form-legal {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
}

.contact-form-legal a {
    color: #1d4ed8;
    text-decoration: none;
}

.contact-form-legal a:hover {
    text-decoration: underline;
}

.contact-form-modal {
    background: #f8fbff;
    border: 1px solid #dbe4f0;
    border-radius: 24px;
    padding: 22px;
}

.contact-form-modal .form-field label {
    color: #0f172a;
}

.contact-form-modal .form-field input,
.contact-form-modal .form-field textarea {
    border: 1px solid #dbe4f0;
    background: #ffffff;
}

.contact-form-modal .form-note {
    color: #64748b;
}

.contact-modal-points {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.contact-modal-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
}

.contact-modal-points li::before {
    content: "•";
    color: #2563eb;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 980px) {

    .cta-layout {
        grid-template-columns: 1fr;
    }

    .trial-offer {
        grid-template-columns: 1fr;
    }

    .trial-metrics {
        grid-template-columns: 1fr 1fr;
    }

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

    .nav {
        justify-content: flex-start;
        gap: 16px;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 20px;
    }

    .use-cases,
    .services-grid,
    .process-grid,
    .benefits-grid,
    .report-layout,
    .formats-grid,
    .reviews-grid {
        grid-template-columns: 1fr 1fr;
    }

    .report-layout {
        gap: 20px;
    }
}

@media (max-width: 980px) {
    .usecase-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1180px);
    }

    .header {
        padding: 18px 0;
    }

    h1 {
        font-size: 36px;
    }

    .subtitle,
    .section-text {
        font-size: 18px;
    }

    .visual-card,
    .service-card,
    .process-card,
    .benefit-card,
    .report-card,
    .report-info,
    .format-card {
        padding: 22px;
        border-radius: 20px;
    }

    .flow-step {
        align-items: flex-start;
        flex-direction: column;
    }

    .metrics,
    .use-cases,
    .services-grid,
    .process-grid,
    .benefits-grid,
    .report-layout,
    .formats-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 64px 0;
    }

    .report-title {
        font-size: 24px;
    }

    .cta-box {
        padding: 32px 24px;
    }

    .contact-modal-dialog {
        padding: 24px 18px 18px;
        border-radius: 22px;
    }

    .contact-modal-title {
        font-size: 28px;
    }

    .contact-form-modal {
        padding: 18px;
    }
}


/* FAQ accordion */
.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
}

.faq-item+.faq-item {
    margin-top: 14px;
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    position: relative;
    padding: 20px 56px 20px 22px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    color: #0f172a;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #2563eb;
    background: #eff6ff;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    margin: 0;
    padding: 0 22px 20px;
    color: #475569;
    line-height: 1.7;
    font-size: 15px;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .32s ease;
}

.faq-answer-inner {
    min-height: 0;
    overflow: hidden;
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}

.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    padding-top: 40px;
    background: #0f172a;
    color: #cbd5f5;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 32px;
}

.footer-brand strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 12px;
}

.footer-brand p {
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
    color: #cbd5f5;
    max-width: 340px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.footer-links a {
    color: #cbd5f5;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.01em;
    transition: color .2s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-contact span {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    opacity: 0.7;
}

.footer-contact a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: 500;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    opacity: 0.7;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 0;
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width:900px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}


/* BLOG LIST PAGE */

:root {
    --bg: #f8fafc;
    --surface: #ffffff;
    --surface-soft: #f8fbff;
    --text: #1e293b;
    --muted: #64748b;
    --line: #e2e8f0;
    --line-strong: #dbe6f3;
    --accent: #2563eb;
    --accent-dark: #1d4ed8;
    --shadow: 0 18px 44px rgba(15, 23, 42, .06);
    --radius: 24px;
    --container: min(1180px, calc(100% - 40px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.header-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    backdrop-filter: blur(10px);
    background: rgba(248, 250, 252, .88);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -.03em;
    white-space: nowrap;
    text-decoration: none;
}

.logo-mark {
    width: 34px;
    height: 34px;
    display: inline-block;
    flex-shrink: 0;
}

.logo>span {
    color: #0f172a;
}

.logo>span>span {
    color: var(--accent);
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav a {
    text-decoration: none;
    color: #334155;
    font-size: 15px;
    transition: .2s ease;
}

.nav a:hover,
.nav a.active {
    color: var(--accent);
}

.header-btn,
.btn-primary,
.btn-secondary {
    border: none;
    border-radius: 14px;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-btn,
.btn-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 10px 30px rgba(37, 99, 235, .20);
}

.header-btn:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    background: var(--accent-dark);
}

.btn-secondary {
    background: #fff;
    color: #0f172a;
    border: 1px solid var(--line-strong);
}

.btn-secondary:hover {
    transform: translateY(-1px);
    border-color: #bfd1ea;
}

.blog-list-hero {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, .10), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.blog-list-hero-inner {
    padding: 56px 0 42px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 14px;
    color: var(--muted);
}

.breadcrumbs a {
    color: var(--muted);
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--accent);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .12);
    color: var(--accent-dark);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.blog-list-hero h1 {
    margin: 0 0 16px;
    max-width: 860px;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.05;
    letter-spacing: -.04em;
    color: #0f172a;
}

.blog-list-lead {
    margin: 0;
    max-width: 760px;
    font-size: 20px;
    line-height: 1.7;
    color: #334155;
}

.blog-list-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
    padding: 36px 0 80px;
    align-items: start;
}

.blog-list-main {
    min-width: 0;
}

.filters-card,
.featured-post,
.post-card,
.sidebar-card,
.cta-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.filters-card {
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: #fff;
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .2s ease;
}

.filter-chip:hover,
.filter-chip.active {
    border-color: rgba(37, 99, 235, .18);
    background: rgba(37, 99, 235, .08);
    color: var(--accent-dark);
}

.featured-post {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    margin-bottom: 22px;
}

.featured-media {
    min-height: 100%;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, .14), rgba(37, 99, 235, .04)),
        linear-gradient(180deg, #eaf2ff 0%, #dce9ff 100%);
    position: relative;
}

.featured-media .hero-image {
    height: 100%;
    aspect-ratio: auto;
}

.featured-media .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 28%, rgba(255, 255, 255, .76), transparent 22%),
        radial-gradient(circle at 80% 20%, rgba(37, 99, 235, .16), transparent 22%),
        linear-gradient(rgba(15, 23, 42, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, .05) 1px, transparent 1px);
    background-size: auto, auto, 32px 32px, 32px 32px;
}

.featured-label {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .72);
    color: #fff;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 700;
}

.featured-content {
    padding: 32px;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    color: var(--muted);
    font-weight: 600;
}

.post-category {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    color: var(--accent-dark);
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .12);
    padding: 7px 11px;
    border-radius: 999px;
    text-decoration: none;
}

.post-category:hover {
    text-decoration: none;
}

.featured-content h2,
.post-content h3 {
    margin: 0 0 14px;
    color: #0f172a;
    letter-spacing: -.03em;
}

.post-title-link {
    color: inherit;
    text-decoration: none;
}

.post-title-link:hover {
    color: var(--accent);
    text-decoration: none;
}

.featured-content h2 {
    font-size: 34px;
    line-height: 1.14;
}

.post-content h3 {
    font-size: 28px;
    line-height: 1.2;
}

.featured-content p,
.post-content p {
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.post-list {
    display: grid;
    gap: 18px;
}

.post-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
}

.post-content {
    padding: 26px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.post-excerpt {
    max-width: 58ch;
}

.post-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 6px;
}

.post-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    background: var(--accent);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .25);
    transition: .2s ease;
}

.post-link:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(37, 99, 235, .28);
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.page-link,
.page-numbers {
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--line);
    color: #475569;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .2s ease;
}

.page-link:hover,
.page-link.active,
.page-numbers:hover,
.page-numbers.current {
    background: rgba(37, 99, 235, .08);
    border-color: rgba(37, 99, 235, .18);
    color: var(--accent-dark);
}

.page-numbers.dots {
    min-width: auto;
    padding: 0 4px;
    border-color: transparent;
    background: transparent;
    color: #94a3b8;
}

.page-numbers.next,
.page-numbers.prev {
    padding: 0 18px;
}

.sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 94px;
}

.sidebar-card,
.cta-card {
    padding: 24px;
}

.events-card {
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, .10), transparent 34%),
        #ffffff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.events-card-head {
    margin-bottom: 16px;
}

.events-card-head span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .12);
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.events-card-head h3 {
    margin: 0;
}

.events-list {
    display: grid;
    gap: 12px;
}

.event-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: rgba(248, 250, 252, .72);
    color: inherit;
    text-decoration: none;
    transition: .2s ease;
}

.event-item:hover {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, .20);
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
}

.event-date {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 16px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: var(--accent-dark);
    text-align: center;
}

.event-date strong {
    font-size: 20px;
    line-height: 1;
}

.event-date em {
    margin-top: 2px;
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.event-content {
    display: grid;
    gap: 6px;
}

.event-content strong {
    font-size: 15px;
    line-height: 1.35;
    color: #0f172a;
}

.event-content small {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.events-card p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.sidebar h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -.02em;
    color: #0f172a;
}

.sidebar-card p,
.cta-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.simple-list {
    display: grid;
    gap: 12px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.simple-list a {
    text-decoration: none;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.simple-list a:hover {
    color: var(--accent);
}

.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.topic-chip {
    padding: 9px 13px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid var(--line);
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.topic-chip:hover {
    color: var(--accent);
    border-color: #bfd1ea;
}

.cta-card {
    background: linear-gradient(135deg, #0f172a 0%, #172554 55%, #2563eb 100%);
    color: #fff;
    border: none;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .18);
}

.cta-card h3,
.cta-card p {
    color: #fff;
}

.open-lessons-header-bar {
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid #dbe6f3;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.open-lessons-header-bar .container,
.open-lessons-page .container {
    max-width: 1460px;
}

.header.open-lessons-header {
    min-height: 96px;
    padding: 18px 0;
}

.header.open-lessons-header .logo {
    font-size: 20px;
    line-height: 1.02;
}

.header.open-lessons-header .logo-mark {
    width: 30px;
    height: 30px;
}

.header.open-lessons-header .nav {
    gap: 44px;
}

.header.open-lessons-header .nav a {
    color: #0f172a;
    font-size: 18px;
    font-weight: 500;
}

.header.open-lessons-header .header-btn {
    padding: 18px 28px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 1100px) {
    .open-lessons-sales-hero {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .open-lessons-sales-video-card {
        max-width: 820px;
    }

    .header.open-lessons-header .nav {
        gap: 24px;
    }
}

@media (max-width: 760px) {
    .open-lessons-header-bar .container,
    .open-lessons-page .container {
        width: min(100% - 32px, 1460px);
    }

    .header.open-lessons-header {
        min-height: auto;
    }

    .header.open-lessons-header .header-actions {
        align-items: stretch;
        width: 100%;
    }

    .header.open-lessons-header .nav {
        justify-content: flex-start;
        gap: 16px;
    }

    .header.open-lessons-header .nav a {
        font-size: 15px;
    }

    .header.open-lessons-header .header-btn {
        align-self: flex-start;
        padding: 14px 18px;
        font-size: 15px;
    }

    .open-lessons-sales-hero {
        padding: 34px 0 54px;
    }

    .open-lessons-sales-badge {
        padding: 10px 12px;
        font-size: 14px;
    }

    .open-lessons-sales-content h1 {
        font-size: 38px;
        letter-spacing: -.04em;
    }

    .open-lessons-sales-content > p {
        font-size: 18px;
    }

    .open-lessons-buy-btn {
        width: 100%;
        min-width: 0;
        padding: 18px 22px;
        font-size: 18px;
    }

    .open-lessons-sales-features {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .open-lessons-sales-features div {
        padding: 0;
        border-right: 0;
    }

    .open-lessons-sales-video-card {
        padding: 22px;
        border-radius: 24px;
    }

    .open-lessons-sales-video-title {
        flex-wrap: wrap;
    }

    .open-lessons-sales-video-title strong {
        font-size: 20px;
    }

    .open-lessons-sales-video-title em {
        font-size: 18px;
    }

    .open-lessons-sales-video-placeholder button {
        width: 72px;
        height: 72px;
    }

    .open-lessons-sales-video-placeholder button svg {
        width: 34px;
        height: 34px;
    }

    .open-lessons-sales-video-controls {
        display: none;
    }

    .open-lessons-sales-video-list li {
        font-size: 16px;
    }
}

/* OPEN LESSONS PAGE */

.open-lessons-header {
    min-height: 88px;
}

.open-lessons-header .logo {
    font-size: 20px;
    line-height: 1.05;
}

.open-lessons-header .logo-mark {
    width: 30px;
    height: 30px;
}

.open-lessons-header .nav {
    gap: 42px;
}

.open-lessons-header .nav a {
    color: #0f172a;
    font-size: 18px;
    font-weight: 500;
}

.open-lessons-header .header-btn {
    padding: 18px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.open-lessons-hero-wrap {
    min-height: auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 4%, rgba(37, 99, 235, .12) 0, transparent 26%),
        radial-gradient(circle at 8% 92%, rgba(37, 99, 235, .10) 0, transparent 24%),
        linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f7fbff 100%);
}

.open-lessons-hero-wrap > * {
    position: relative;
    z-index: 1;
}

.open-lessons-hero-wrap::before,
.open-lessons-hero-wrap::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background:
        repeating-radial-gradient(
            circle,
            transparent 0,
            transparent 28px,
            rgba(255, 255, 255, .72) 29px,
            rgba(255, 255, 255, .72) 30px
        );
    opacity: .45;
    pointer-events: none;
}

.open-lessons-hero-wrap::before {
    right: -130px;
    top: -230px;
}

.open-lessons-hero-wrap::after {
    left: -220px;
    bottom: -250px;
}

.open-lessons-sales-hero {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 660px 720px;
    gap: 80px;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 88px);
    margin-top: -80px;
    padding: 32px 0 64px;
}

.open-lessons-page > .section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 760px;
}

.open-lessons-sales-content {
    display: flex;
    flex-direction: column;
    min-height: 690px;
}

.open-lessons-sales-badge {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 26px;
    padding: 14px 24px 14px 18px;
    color: #2563eb;
    background: rgba(239, 246, 255, .78);
    border-radius: 999px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .75),
        0 14px 34px rgba(37, 99, 235, .13);
    font-size: 18px;
    font-weight: 800;
}

.open-lessons-sales-badge[data-block-id]::after {
    content: attr(data-block-id);
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    padding: 3px 9px;
    color: #2563eb;
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .04em;
}

.section-kicker .block-id {
    display: inline-flex;
    align-items: center;
    order: 2;
    margin-left: 0;
    padding: 3px 9px;
    color: #2563eb;
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.open-lessons-sales-badge img {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    object-fit: contain;
}

.open-lessons-sales-content h1 {
    max-width: 660px;
    margin: 0 0 24px;
    color: #07142f;
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.open-lessons-sales-content h1 span {
    color: #2563eb;
}

.open-lessons-sales-content > p {
    max-width: 620px;
    margin: 0 0 30px;
    color: #334155;
    font-size: 22px;
    line-height: 1.55;
}

.open-lessons-sales-actions {
    margin-bottom: 38px;
}

.open-lessons-buy-btn {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    height: 74px;
    min-width: 345px;
    padding: 0 42px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 21px;
    box-shadow: 0 18px 42px rgba(37, 99, 235, .26);
}

.open-lessons-buy-btn svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.open-lessons-sales-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
    margin-top: auto;
}

.open-lessons-sales-features div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 0 20px;
}

.open-lessons-sales-features div:first-child {
    padding-left: 0;
}

.open-lessons-sales-features div:last-child {
    padding-right: 0;
    border-right: 0;
}

.open-lessons-sales-features span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #2563eb;
    background: #eaf2ff;
    border-radius: 50%;
}

.open-lessons-sales-features svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.open-lessons-sales-features p {
    margin: 0;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.55;
}

.open-lessons-sales-video-card {
    width: 720px;
    padding: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, .90);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(37, 99, 235, .14);
}

.open-lessons-sales-video-title {
    margin: 28px 0 12px;
    color: #0f172a;
}

.open-lessons-sales-video-title span {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #2563eb;
}

.open-lessons-sales-video-title svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.open-lessons-sales-video-title strong {
    font-size: 22px;
    line-height: 1.25;
}

.open-lessons-sales-video-title em {
    color: #2563eb;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
}

.open-lessons-sales-video-placeholder {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    border-radius: 16px;
}

.open-lessons-sales-video-placeholder img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    opacity: .72;
    filter: saturate(.92);
}

.open-lessons-sales-video-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(37, 99, 235, .28), transparent 22%),
        linear-gradient(180deg, rgba(15, 23, 42, .06), rgba(15, 23, 42, .38));
}

.open-lessons-sales-video-placeholder button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    padding: 0;
    color: #fff;
    background: #2563eb;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 22px 44px rgba(37, 99, 235, .32);
    transform: translate(-50%, -50%);
}

.open-lessons-sales-video-placeholder button svg {
    width: 44px;
    height: 44px;
    fill: currentColor;
    transform: translateX(3px);
}

.open-lessons-sales-video-controls {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 16px;
    z-index: 2;
    display: grid;
    grid-template-columns: 22px auto 1fr auto;
    gap: 14px;
    align-items: center;
    color: #fff;
}

.open-lessons-sales-video-controls i {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
}

.open-lessons-sales-video-controls span {
    font-size: 15px;
    white-space: nowrap;
}

.open-lessons-sales-video-controls::after {
    content: "";
    height: 4px;
    background: rgba(255, 255, 255, .34);
    border-radius: 999px;
}

.open-lessons-sales-video-controls div {
    display: flex;
    gap: 13px;
}

.open-lessons-sales-video-controls b {
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: .9;
}

.open-lessons-sales-video-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.open-lessons-sales-video-list li {
    position: relative;
    padding: 0 0 0 32px;
    color: #0f172a;
    border-bottom: 0;
    font-size: 17px;
    line-height: 1.45;
}

.open-lessons-sales-video-list li:last-child {
    border-bottom: 0;
}

.open-lessons-sales-video-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: #2563eb;
    border-radius: 50%;
}

.open-lessons-sales-video-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    width: 6px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.open-lessons-sales-video-author {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 24px -28px -28px;
    padding: 20px 28px;
    background: rgba(239, 246, 255, .82);
}

.open-lessons-sales-video-author img {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    object-fit: cover;
    object-position: center 24%;
    border-radius: 50%;
}

.open-lessons-sales-video-author strong,
.open-lessons-sales-video-author span {
    display: block;
}

.open-lessons-sales-video-author strong {
    color: #0f172a;
    font-size: 20px;
    line-height: 1.2;
}

.open-lessons-sales-video-author span {
    margin-top: 5px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.35;
}

.open-lessons-hero {
    padding: 24px 0 64px;
}

.open-lessons-hero .breadcrumbs {
    margin-bottom: 28px;
}

.open-lessons-hero .subtitle {
    max-width: 690px;
}

.open-lessons-vk-btn {
    gap: 10px;
}

.open-lessons-vk-btn span {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.open-lessons-why {
    padding-top: 90px;
    background:
        radial-gradient(circle at 14% 12%, rgba(37, 99, 235, .08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.open-lessons-why-head {
    margin-bottom: 34px;
}

.open-lessons-why-head h2 {
    max-width: 760px;
}

.open-lessons-why-layout {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    gap: 28px;
    align-items: stretch;
}

.open-lessons-why-main {
    position: relative;
    overflow: hidden;
    padding: 36px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 12%, rgba(147, 197, 253, .30), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #172554 54%, #2563eb 100%);
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .16);
}

.open-lessons-why-main h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -.03em;
}

.open-lessons-why-main > p {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.65;
}

.open-lessons-why-income {
    margin-top: 42px;
    padding: 26px;
    background: rgba(255, 255, 255, .12);
    border-radius: 24px;
}

.open-lessons-why-income span,
.open-lessons-why-income p {
    color: rgba(255, 255, 255, .74);
}

.open-lessons-why-income span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.open-lessons-why-income strong {
    display: block;
    color: #fff;
    font-size: 46px;
    line-height: 1;
    letter-spacing: -.04em;
}

.open-lessons-why-income p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.45;
}

.open-lessons-why-path {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
}

.open-lessons-why-path span {
    padding: 10px 12px;
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .11);
    border-radius: 999px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
}

.open-lessons-why-panel {
    display: grid;
    gap: 0;
    padding: 8px 28px;
    background: rgba(255, 255, 255, .88);
    border-radius: 34px;
    box-shadow: 0 20px 54px rgba(15, 23, 42, .07);
}

.open-lessons-why-panel article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid #e2e8f0;
}

.open-lessons-why-panel article:last-child {
    border-bottom: 0;
}

.open-lessons-why-panel span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #2563eb;
    background: #eaf2ff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.open-lessons-why-panel h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.open-lessons-why-panel p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
}

.open-lessons-why-alt {
    padding-top: 86px;
    background: #fff;
}

.open-lessons-why-alt-head {
    max-width: 860px;
}

.open-lessons-why-alt-board {
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 6%, rgba(37, 99, 235, .10), transparent 25%),
        linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.open-lessons-why-alt-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(37, 99, 235, .10);
}

.open-lessons-why-alt-stats article {
    padding: 30px;
    background: rgba(255, 255, 255, .76);
}

.open-lessons-why-alt-stats span {
    display: block;
    margin-bottom: 12px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.open-lessons-why-alt-stats strong {
    display: block;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.open-lessons-why-alt-stats p {
    margin: 12px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
}

.open-lessons-why-alt-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 30px;
}

.open-lessons-why-alt-flow article {
    position: relative;
    padding: 6px 22px 6px 0;
}

.open-lessons-why-alt-flow article:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
    width: calc(100% - 70px);
    height: 2px;
    background: #bfdbfe;
    transform: translateX(50%);
}

.open-lessons-why-alt-flow span {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    color: #fff;
    background: #2563eb;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.open-lessons-why-alt-flow h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.open-lessons-why-alt-flow p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.open-lessons-why-editorial {
    padding-top: 86px;
    background:
        linear-gradient(90deg, rgba(239, 246, 255, .72) 0%, rgba(255, 255, 255, 0) 36%),
        #fff;
}

.open-lessons-why-editorial-grid {
    display: grid;
    grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
    gap: 64px;
    align-items: start;
}

.open-lessons-why-editorial-lead {
    position: sticky;
    top: 120px;
}

.open-lessons-why-editorial-lead h2 {
    max-width: 620px;
    margin: 0 0 22px;
    color: #0f172a;
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.open-lessons-why-editorial-lead > p {
    max-width: 560px;
    margin: 0;
    color: #475569;
    font-size: 19px;
    line-height: 1.7;
}

.open-lessons-why-editorial-metric {
    margin-top: 36px;
    padding-top: 26px;
    border-top: 1px solid #dbe6f3;
}

.open-lessons-why-editorial-metric strong,
.open-lessons-why-editorial-metric span {
    display: block;
}

.open-lessons-why-editorial-metric strong {
    color: #2563eb;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -.05em;
}

.open-lessons-why-editorial-metric span {
    max-width: 390px;
    margin-top: 12px;
    color: #475569;
    font-size: 16px;
    line-height: 1.55;
}

.open-lessons-why-editorial-list {
    position: relative;
    display: grid;
    gap: 0;
}

.open-lessons-why-editorial-list article {
    position: relative;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 24px;
    padding: 0 0 34px;
}

.open-lessons-why-editorial-list article:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 29px;
    top: 60px;
    bottom: 0;
    width: 2px;
    background: #dbeafe;
}

.open-lessons-why-editorial-list article:last-child {
    padding-bottom: 0;
}

.open-lessons-why-editorial-list span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    color: #2563eb;
    background: #fff;
    border: 10px solid #eff6ff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    transition: color .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.open-lessons-why-editorial-list div {
    padding: 26px 28px;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
    transition: box-shadow .28s ease, transform .28s ease, background .28s ease;
}

.open-lessons-why-editorial-list article:hover span {
    color: #fff;
    background: #2563eb;
    border-color: #dbeafe;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .22);
    transform: scale(1.04);
}

.open-lessons-why-editorial-list article:hover div {
    background: #fbfdff;
    box-shadow: 0 24px 58px rgba(15, 23, 42, .10);
    transform: translateY(-4px);
}

.open-lessons-why-editorial-list h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.open-lessons-why-editorial-list p {
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.65;
}

.st-job-barriers {
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.st-job-barriers-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
    gap: 30px;
    align-items: center;
}

.st-job-barriers-lead {
    max-width: 700px;
}

.st-job-barriers-lead h2 {
    max-width: 620px;
    margin: 0 0 22px;
    color: #0f172a;
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.st-job-barriers-lead p {
    max-width: 560px;
    margin: 0;
    color: #475569;
    font-size: 19px;
    line-height: 1.7;
}

.st-job-barriers-visual {
    width: 100%;
    max-width: 560px;
    margin: 0;
    padding: 12px;
    justify-self: end;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(219, 230, 243, .94);
    border-radius: 28px;
    box-shadow: 0 22px 58px rgba(15, 23, 42, .08);
}

.st-job-barriers-visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.st-job-barriers-list {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.st-job-barriers-list article {
    position: relative;
    min-height: 258px;
    padding: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(219, 230, 243, .92);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .055);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.st-job-barriers-list article::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -40px;
    width: 120px;
    height: 120px;
    background: #eaf2ff;
    border-radius: 50%;
    opacity: .72;
}

.st-job-barriers-list article:hover {
    border-color: rgba(37, 99, 235, .22);
    box-shadow: 0 24px 58px rgba(15, 23, 42, .09);
    transform: translateY(-4px);
}

.st-job-barriers-list span {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    color: #2563eb;
    background: #eaf2ff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.st-job-barriers-list h3,
.st-job-barriers-list p {
    position: relative;
    z-index: 1;
}

.st-job-barriers-list h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -.02em;
}

.st-job-barriers-list p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.62;
}

.st-job-barriers-warning {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    margin-top: 42px;
    padding: 34px 38px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 18%, rgba(255, 255, 255, .20), transparent 26%),
        linear-gradient(135deg, #1d4ed8 0%, #2563eb 52%, #0f3fae 100%);
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(37, 99, 235, .22);
}

.st-job-barriers-warning strong {
    display: block;
    max-width: 520px;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -.03em;
}

.st-job-barriers-warning p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.65;
}

.st-job-barriers-route {
    background: #fff;
}

.st-job-barriers-route-head {
    max-width: 930px;
    margin-bottom: 38px;
}

.st-job-barriers-route-board {
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(37, 99, 235, .10) 0 1px, transparent 1px) 0 0 / 74px 74px,
        linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
    border: 1px solid #dbe6f3;
    border-radius: 32px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .07);
}

.st-job-barriers-route-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(37, 99, 235, .10);
}

.st-job-barriers-route-track article {
    position: relative;
    min-height: 230px;
    padding: 28px 24px 26px;
    background: rgba(255, 255, 255, .86);
}

.st-job-barriers-route-track article::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 49px;
    height: 2px;
    background: #bfdbfe;
}

.st-job-barriers-route-track span {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 26px;
    color: #fff;
    background: #2563eb;
    border: 8px solid #eaf2ff;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .18);
    font-size: 12px;
    font-weight: 900;
}

.st-job-barriers-route-track h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.st-job-barriers-route-track p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.st-job-barriers-route-summary {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 30px 34px;
    background: #0f172a;
}

.st-job-barriers-route-summary strong {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 1.16;
    letter-spacing: -.03em;
}

.st-job-barriers-route-summary p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.65;
}

.st-job-barriers-diagnostic {
    background: #f7f9fc;
}

.st-job-barriers-diagnostic-shell {
    padding: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 12%, rgba(96, 165, 250, .26), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #12366f 54%, #1d4ed8 100%);
    border-radius: 34px;
    box-shadow: 0 30px 86px rgba(15, 23, 42, .18);
}

.st-job-barriers-diagnostic-intro {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
    gap: 42px;
    align-items: end;
    margin-bottom: 34px;
}

.st-job-barriers-diagnostic-intro .section-kicker {
    color: #bfdbfe;
}

.st-job-barriers-diagnostic-intro h2 {
    margin: 0;
    color: #fff;
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.st-job-barriers-diagnostic-intro p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 19px;
    line-height: 1.7;
}

.st-job-barriers-diagnostic-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.st-job-barriers-diagnostic-grid article {
    min-height: 220px;
    padding: 22px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    backdrop-filter: blur(12px);
}

.st-job-barriers-diagnostic-grid span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #93c5fd;
    font-size: 13px;
    font-weight: 900;
}

.st-job-barriers-diagnostic-grid h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.16;
    letter-spacing: -.02em;
}

.st-job-barriers-diagnostic-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.58;
}

.st-job-barriers-diagnostic-footer {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 18px;
    padding: 24px 28px;
    background: rgba(255, 255, 255, .92);
    border-radius: 24px;
}

.st-job-barriers-diagnostic-footer span {
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.st-job-barriers-diagnostic-footer p {
    margin: 0;
    color: #334155;
    font-size: 18px;
    line-height: 1.6;
}

.st-learning-system {
    background:
        linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.st-learning-system-head {
    max-width: 900px;
}

.st-learning-system-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.st-learning-system-grid article {
    position: relative;
    min-height: 250px;
    padding: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .055);
}

.st-learning-system-grid article::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #2563eb 100%);
}

.st-learning-system-grid span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    color: #15803d;
    background: #dcfce7;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.st-learning-system-grid h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -.02em;
}

.st-learning-system-grid p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.62;
}

.st-offer-support {
    color: #fff;
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 255, 255, .18), transparent 25%),
        linear-gradient(135deg, #0f172a 0%, #12366f 48%, #2563eb 100%);
}

.st-offer-support-shell {
    display: grid;
    grid-template-columns: minmax(320px, .86fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.st-offer-support-lead .section-kicker {
    color: #bfdbfe;
}

.st-offer-support-lead h2 {
    max-width: 700px;
    margin: 0 0 24px;
    color: #fff;
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.st-offer-support-lead p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .80);
    font-size: 20px;
    line-height: 1.7;
}

.st-offer-support-panel {
    padding: 34px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
    backdrop-filter: blur(14px);
}

.st-offer-support-panel strong {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.st-offer-support-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.65;
}

.st-offer-support-panel p + p {
    margin-top: 18px;
}

.st-offer-support-result {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    margin-top: 12px;
    padding: 28px 32px;
    background: rgba(255, 255, 255, .94);
    border-radius: 28px;
}

.st-offer-support-result span {
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.st-offer-support-result p {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: -.015em;
}

.st-learning-path {
    background:
        linear-gradient(90deg, rgba(239, 246, 255, .76) 0%, rgba(255, 255, 255, 0) 42%),
        #fff;
}

.st-learning-path-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr);
    gap: 54px;
    align-items: start;
}

.st-learning-path-main h2 {
    max-width: 760px;
    margin: 0 0 20px;
    color: #0f172a;
    font-size: 48px;
    line-height: 1.07;
    letter-spacing: -.04em;
}

.st-learning-path-main > p {
    max-width: 680px;
    margin: 0;
    color: #475569;
    font-size: 19px;
    line-height: 1.7;
}

.st-learning-path-steps {
    position: relative;
    display: grid;
    gap: 0;
    margin-top: 40px;
}

.st-learning-path-steps article {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
    padding-bottom: 28px;
}

.st-learning-path-steps article:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 58px;
    bottom: 0;
    width: 2px;
    background: #bfdbfe;
}

.st-learning-path-steps article:last-child {
    padding-bottom: 0;
}

.st-learning-path-steps span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #fff;
    background: #2563eb;
    border: 9px solid #eaf2ff;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .20);
    font-size: 13px;
    font-weight: 900;
}

.st-learning-path-steps div {
    padding: 24px 28px;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .055);
}

.st-learning-path-steps h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -.02em;
}

.st-learning-path-steps p {
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.62;
}

.st-learning-path-support {
    position: sticky;
    top: 120px;
    padding: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 14%, rgba(255, 255, 255, .20), transparent 26%),
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    border-radius: 30px;
    box-shadow: 0 26px 76px rgba(37, 99, 235, .22);
}

.st-learning-path-support span {
    display: block;
    margin-bottom: 16px;
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.st-learning-path-support h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.st-learning-path-support p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.65;
}

.st-learning-path-support strong {
    display: block;
    margin-top: 28px;
    padding-top: 24px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .20);
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.015em;
}

.st-offer-orbit {
    color: #fff;
    background:
        radial-gradient(circle at 50% 42%, rgba(96, 165, 250, .28), transparent 28%),
        radial-gradient(circle at 12% 18%, rgba(34, 197, 94, .18), transparent 24%),
        linear-gradient(135deg, #08111f 0%, #0f2e63 52%, #1d4ed8 100%);
}

.st-offer-orbit-head {
    max-width: 920px;
    margin-bottom: 40px;
}

.st-offer-orbit-head .section-kicker {
    color: #bfdbfe;
}

.st-offer-orbit-head h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 50px;
    line-height: 1.06;
    letter-spacing: -.04em;
}

.st-offer-orbit-head p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 20px;
    line-height: 1.7;
}

.st-offer-orbit-board {
    display: grid;
    grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.st-offer-orbit-core {
    display: flex;
    min-height: 430px;
    padding: 34px;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 68% 12%, rgba(255, 255, 255, .22), transparent 28%),
        rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 34px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 28px 80px rgba(0, 0, 0, .20);
}

.st-offer-orbit-core span {
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.st-offer-orbit-core strong {
    display: block;
    margin-top: 18px;
    color: #fff;
    font-size: 62px;
    line-height: .95;
    letter-spacing: -.055em;
}

.st-offer-orbit-core p {
    max-width: 360px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.6;
}

.st-offer-orbit-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.st-offer-orbit-items article {
    min-height: 208px;
    padding: 22px;
    background: rgba(255, 255, 255, .92);
    border-radius: 24px;
}

.st-offer-orbit-items span {
    display: inline-flex;
    margin-bottom: 16px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
}

.st-offer-orbit-items h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.st-offer-orbit-items p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.58;
}

.st-offer-orbit-finish {
    display: grid;
    grid-template-columns: minmax(260px, .74fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    margin-top: 18px;
    padding: 28px 32px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
}

.st-offer-orbit-finish strong {
    color: #fff;
    font-size: 28px;
    line-height: 1.16;
    letter-spacing: -.03em;
}

.st-offer-orbit-finish p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.65;
}

.st-system-story {
    background: #f6f9ff;
}

.st-system-story-shell {
    display: grid;
    gap: 10px;
}

.st-system-story-panel,
.st-system-story-dark,
.st-system-story-result {
    overflow: hidden;
    border-radius: 28px;
}

.st-system-story-top {
    padding: 34px 38px;
    background:
        radial-gradient(circle at 86% 20%, rgba(37, 99, 235, .11), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border: 1px solid #dbe6f3;
}

.st-system-story-head h2 {
    max-width: 760px;
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 46px;
    line-height: 1.06;
    letter-spacing: -.04em;
}

.st-system-story-head p {
    margin: 0;
    color: #64748b;
    font-size: 18px;
    line-height: 1.5;
}

.st-system-story-list {
    display: grid;
    margin-top: 28px;
}

.st-system-story-list article {
    display: grid;
    grid-template-columns: 42px 46px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 0 0 18px;
}

.st-system-story-list article:not(:last-child) div {
    padding-bottom: 18px;
    border-bottom: 1px solid #dbe6f3;
}

.st-system-story-num {
    color: #2563eb;
    font-size: 20px;
    font-weight: 900;
    line-height: 44px;
}

.st-system-story-list i {
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background: #2563eb;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .22);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
}

.st-system-story-list h3 {
    margin: 0 0 6px;
    color: #0f172a;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -.015em;
}

.st-system-story-list p {
    margin: 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.55;
}

.st-system-story-dark {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.05fr);
    gap: 44px;
    padding: 34px 32px;
    color: #fff;
    background:
        radial-gradient(circle at 76% 22%, rgba(124, 92, 255, .34), transparent 25%),
        radial-gradient(circle at 12% 78%, rgba(37, 99, 235, .18), transparent 30%),
        linear-gradient(135deg, #06101f 0%, #071225 48%, #0b1832 100%);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .22);
}

.st-system-story-dark-copy span,
.st-system-story-result-head span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 10px;
    color: #2563eb;
    background: #dbeafe;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
}

.st-system-story-dark-copy h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 38px;
    line-height: 1.04;
    letter-spacing: -.04em;
}

.st-system-story-dark-copy strong {
    display: block;
    width: fit-content;
    margin: 6px 0 24px;
    color: #a78bfa;
    font-family: "Caveat ST", "Segoe Script", "Bradley Hand", cursive;
    font-size: 44px;
    font-weight: 600;
    line-height: .95;
    letter-spacing: 0;
    transform: rotate(-6deg);
    transform-origin: left center;
}

.st-system-story-dark-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.7;
}

.st-system-story-dark-copy ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.st-system-story-dark-copy li {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.55;
}

.st-system-story-dark-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 12px;
    height: 12px;
    background: #8b5cf6;
    border-radius: 4px;
    box-shadow: 0 0 0 5px rgba(139, 92, 246, .16);
}

.st-system-story-dark-copy .st-system-story-dark-accent {
    margin-top: 24px;
    color: #fff;
    font-weight: 800;
}

.st-system-story-route {
    align-self: center;
    padding: 6px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.st-system-story-route h3 {
    margin: 0 0 26px;
    color: #a78bfa;
    font-family: "Caveat ST", "Segoe Script", "Bradley Hand", cursive;
    font-size: 55px;
    font-weight: 600;
    line-height: .95;
    letter-spacing: 0;
    transform: translateY(-8px) rotate(-3deg);
    text-align: center;
}

.st-system-story-route-map {
    position: relative;
    display: grid;
    grid-template-columns: 96px minmax(126px, 1fr) 96px minmax(126px, 1fr) 96px;
    gap: 68px 0;
    justify-content: center;
    max-width: 620px;
    margin: 0 auto;
}

.st-system-story-route-node,
.st-system-story-route-offer {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.st-route-line {
    position: relative;
    align-self: start;
    z-index: 0;
    height: 77px;
    margin: 0 -10px;
    pointer-events: none;
}

.st-route-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='18' viewBox='0 0 180 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10 C25 7 37 12 58 9 C80 6 95 13 116 9 C139 5 155 12 177 8' stroke='%23A78BFA' stroke-width='2.4' stroke-linecap='round' stroke-dasharray='10 11'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .95;
}

.st-route-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 21px;
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 6.8 C14.6 10.1 20.7 14.3 27.3 18.6' stroke='%23A78BFA' stroke-width='3.1' stroke-linecap='round'/%3E%3Cpath d='M8.7 29.3 C14.7 24.7 20.8 21 27.3 18.6' stroke='%23A78BFA' stroke-width='3.1' stroke-linecap='round'/%3E%3C/svg%3E");
    opacity: .95;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
}

.st-route-line:nth-child(8)::after,
.st-route-line:nth-child(10)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.8 6.8 C21.4 10.1 15.3 14.3 8.7 18.6' stroke='%23A78BFA' stroke-width='3.1' stroke-linecap='round'/%3E%3Cpath d='M27.3 29.3 C21.3 24.7 15.2 21 8.7 18.6' stroke='%23A78BFA' stroke-width='3.1' stroke-linecap='round'/%3E%3C/svg%3E");
}

.st-route-line:nth-child(8)::before {
    left: 30px;
}

.st-route-line-down {
    position: absolute;
    z-index: 0;
    top: 82px;
    right: 30px;
    width: 36px;
    height: 74px;
    pointer-events: none;
}

.st-route-line-down::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='74' viewBox='0 0 36 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3 C15.5 15 20.8 25.7 17.4 37 C14.6 46.2 19.8 58.7 17.2 71' stroke='%23A78BFA' stroke-width='2.4' stroke-linecap='round' stroke-dasharray='10 11'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .95;
}

.st-route-line-down::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.8 9.2 C10.1 14.6 14.3 20.7 18.6 27.3' stroke='%23A78BFA' stroke-width='3.1' stroke-linecap='round'/%3E%3Cpath d='M29.3 8.7 C24.7 14.7 21 20.8 18.6 27.3' stroke='%23A78BFA' stroke-width='3.1' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .95;
}

.st-system-story-route-node span,
.st-system-story-route-offer span {
    display: grid;
    place-items: center;
    width: 77px;
    height: 77px;
    color: #fff;
    background: rgba(255, 255, 255, .11);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
    font-size: 13px;
    font-weight: 900;
}

.st-system-story-route-node:nth-child(1),
.st-system-story-route-node:nth-child(3),
.st-system-story-route-node:nth-child(5),
.st-system-story-route-node:nth-child(6),
.st-system-story-route-node:nth-child(8),
.st-system-story-route-offer {
    justify-self: center;
}

.st-system-story-route-node strong,
.st-system-story-route-offer strong {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

.st-system-story-route-offer span {
    width: 100px;
    height: 100px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, .95), rgba(139, 92, 246, .95));
    box-shadow: 0 0 44px rgba(139, 92, 246, .55);
}

.st-system-story-route-offer {
    transform: translateY(-12px);
}

.st-route-icon {
    position: relative;
}

.st-route-icon img {
    display: block;
    width: 47px;
    height: 47px;
    object-fit: contain;
}

.st-system-story-route-offer .st-route-icon img {
    width: 61px;
    height: 61px;
}

.st-system-story-route-compare {
    display: grid;
    gap: 18px;
    margin-top: 34px;
    padding: 24px 28px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
}

.st-system-story-route-compare div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 170px;
    gap: 16px;
    align-items: center;
}

.st-system-story-route-compare span,
.st-system-story-route-compare strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.st-system-story-route-compare strong {
    color: #f87171;
    font-weight: 900;
}

.st-system-story-route-compare i {
    position: relative;
    height: 7px;
    background: rgba(255, 255, 255, .34);
    border-radius: 999px;
}

.st-system-story-route-compare div:last-child i {
    background: linear-gradient(90deg, #a78bfa, #7c3aed);
}

.st-system-story-route-compare div:last-child strong {
    color: #c4b5fd;
}

.st-system-story-route-compare div:last-child i::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 3px solid #c4b5fd;
    border-right: 3px solid #c4b5fd;
    transform: translateY(-50%) rotate(45deg);
}

.st-system-story-result {
    padding: 34px 38px;
    background:
        radial-gradient(circle at 92% 18%, rgba(99, 102, 241, .14), transparent 22%),
        linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border: 1px solid #dbe6f3;
}

.st-system-story-result-head h2 {
    max-width: 900px;
    margin: 0;
    color: #0f172a;
    font-size: 36px;
    line-height: 1.14;
    letter-spacing: -.035em;
}

.st-system-story-cards {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.st-system-story-cards article {
    min-height: 190px;
    padding: 22px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(219, 230, 243, .94);
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .055);
}

.st-system-story-cards span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    color: #2563eb;
    background: #eaf2ff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.st-system-story-cards h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.18;
    letter-spacing: -.02em;
}

.st-system-story-cards p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.45;
}

.st-system-story-final {
    color: #fff;
    background: linear-gradient(135deg, #2563eb 0%, #7c8cff 100%) !important;
    border-color: rgba(255, 255, 255, .32) !important;
}

.st-system-story-final span {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.st-system-story-final h3,
.st-system-story-final p {
    color: #fff;
}

.open-lessons-hero-info {
    max-width: 690px;
    margin: 28px 0;
    padding: 22px 24px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid #dbe6f3;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .055);
}

.open-lessons-hero-info h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -.015em;
}

.open-lessons-hero-info ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.open-lessons-hero-info li {
    position: relative;
    padding-left: 28px;
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
}

.open-lessons-hero-info li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, .10);
}

.open-lessons-visual {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.open-lessons-stack {
    display: grid;
    gap: 16px;
}

.open-lesson-item {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(255, 255, 255, .88)),
        #fff;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .055);
}

.open-lesson-item>span {
    width: 62px;
    height: 62px;
    display: inline-grid;
    place-items: center;
    border-radius: 20px;
    background: #2563eb;
    color: #fff;
    box-shadow: 0 12px 26px rgba(37, 99, 235, .22);
}

.open-lesson-item>span svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.open-lesson-item em {
    display: inline-flex;
    margin-bottom: 7px;
    color: #2563eb;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.open-lesson-item strong {
    display: block;
    margin-bottom: 7px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.015em;
}

.open-lesson-item p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.open-lessons-note {
    margin-top: 18px;
    padding: 18px 20px;
    color: #fff;
    background: linear-gradient(135deg, #0f172a 0%, #172554 58%, #2563eb 100%);
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .14);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.open-lessons-stats {
    padding-top: 76px;
    background: #f3f5f9;
}

.open-lessons-stats-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.open-lessons-stat-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 28px;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.open-lessons-stat-card::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -48px;
    width: 140px;
    height: 140px;
    background: rgba(37, 99, 235, .08);
    border-radius: 50%;
}

.open-lessons-stat-card span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-bottom: 20px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.open-lessons-stat-card strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 18px;
    color: #0f172a;
    font-size: clamp(46px, 5.6vw, 76px);
    line-height: .9;
    letter-spacing: -.055em;
    white-space: nowrap;
}

.open-lessons-stat-card p {
    position: relative;
    z-index: 1;
    max-width: 320px;
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
}

.open-lessons-stat-card-main {
    color: #fff;
    background:
        radial-gradient(circle at 88% 14%, rgba(96, 165, 250, .34), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #172554 58%, #2563eb 100%);
    border: 0;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .16);
}

.open-lessons-stat-card-main::after {
    background: rgba(255, 255, 255, .10);
}

.open-lessons-stat-card-main span,
.open-lessons-stat-card-main strong {
    color: #fff;
}

.open-lessons-stat-card-main p {
    color: rgba(255, 255, 255, .78);
}

.open-lessons-video-showcase-section {
    background: #fff;
}

.open-lessons-video-showcase {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: 34px;
    align-items: center;
    padding: 34px;
    background:
        radial-gradient(circle at 86% 18%, rgba(37, 99, 235, .10), transparent 28%),
        #fff;
    border: 1px solid #dbe6f3;
    border-radius: 32px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .07);
}

.open-lessons-video-copy span,
.open-lessons-video-cards span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.open-lessons-video-copy h3 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.open-lessons-video-copy p {
    margin: 0 0 24px;
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
}

.open-lessons-video-copy ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.open-lessons-video-copy li {
    position: relative;
    padding-left: 28px;
    color: #334155;
    font-size: 16px;
    line-height: 1.55;
}

.open-lessons-video-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 10px;
    height: 10px;
    background: #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, .10);
}

.open-lessons-video-frame,
.open-lessons-video-cards video,
.open-lessons-video-focus-player {
    overflow: hidden;
    background: #0f172a;
    border-radius: 26px;
    box-shadow: 0 24px 54px rgba(15, 23, 42, .18);
}

.open-lessons-video-frame video,
.open-lessons-video-cards video,
.open-lessons-video-focus-player video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #0f172a;
}

.open-lessons-video-cards-section {
    background: #f3f5f9;
}

.open-lessons-video-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.open-lessons-video-cards article {
    padding: 18px 18px 26px;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.open-lessons-video-cards video {
    margin-bottom: 22px;
    box-shadow: none;
}

.open-lessons-video-cards h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -.015em;
}

.open-lessons-video-cards p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

.open-lessons-video-focus-section {
    background: #fff;
}

.open-lessons-video-focus {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(320px, .86fr);
    gap: 38px;
    align-items: center;
    padding: 42px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 14%, rgba(96, 165, 250, .28), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #172554 58%, #2563eb 100%);
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
}

.open-lessons-video-focus-player {
    border: 10px solid rgba(255, 255, 255, .12);
}

.open-lessons-video-focus-copy .section-kicker,
.open-lessons-video-focus-copy h2,
.open-lessons-video-focus-copy p {
    color: #fff;
}

.open-lessons-video-focus-copy .section-kicker::before {
    background: #bfdbfe;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .12);
}

.open-lessons-video-focus-copy .section-kicker::after {
    background: rgba(255, 255, 255, .28);
}

.open-lessons-video-focus-copy p {
    max-width: 560px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.7;
}

.open-lessons-video-focus-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.open-lessons-video-focus-points div {
    padding: 18px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 20px;
}

.open-lessons-video-focus-points strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.open-lessons-video-focus-points span {
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.45;
}

@media (max-width: 1000px) {
    .open-lessons-video-showcase,
    .open-lessons-video-cards,
    .open-lessons-video-focus,
    .open-lessons-video-focus-points {
        grid-template-columns: 1fr;
    }
}

.open-lessons-stats-illustrated-section {
    background: #fff;
}

.open-lessons-stat-illustrated::after {
    display: none;
}

.open-lessons-stat-illustrated {
    padding-top: 28px;
    padding-bottom: 104px;
}

.stat-illustration {
    position: absolute;
    right: 22px;
    top: auto;
    bottom: 22px;
    width: 86px;
    height: 64px;
    z-index: 1;
}

.stat-illustration i {
    position: absolute;
    display: block;
}

.stat-illustration-people i {
    width: 34px;
    height: 34px;
    background: #60a5fa;
    border-radius: 50%;
}

.stat-illustration-people i:nth-child(1) {
    left: 0;
    top: 22px;
    background: #f59e0b;
}

.stat-illustration-people i:nth-child(2) {
    left: 26px;
    top: 0;
    width: 42px;
    height: 42px;
    background: #22c55e;
}

.stat-illustration-people i:nth-child(3) {
    right: 0;
    top: 22px;
    background: #3b82f6;
}

.stat-illustration-live {
    width: 96px;
    height: 68px;
    background: linear-gradient(180deg, #172554, #0f172a);
    border: 7px solid #dbeafe;
    border-radius: 18px;
}

.stat-illustration-live i:nth-child(1) {
    left: 34px;
    top: 18px;
    width: 28px;
    height: 28px;
    background: #2563eb;
    border-radius: 50%;
}

.stat-illustration-live i:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
}

.stat-illustration-live i:nth-child(2) {
    left: 28px;
    right: 28px;
    bottom: -16px;
    height: 8px;
    background: #cbd5e1;
    border-radius: 999px;
}

.stat-illustration-reviews i {
    height: 28px;
    background: #dbeafe;
    border-radius: 999px 999px 999px 8px;
}

.stat-illustration-reviews i:nth-child(1) {
    right: 0;
    top: 0;
    width: 74px;
    background: #60a5fa;
}

.stat-illustration-reviews i:nth-child(2) {
    left: 0;
    top: 24px;
    width: 62px;
    background: #22c55e;
}

.stat-illustration-reviews i:nth-child(3) {
    right: 10px;
    top: 48px;
    width: 52px;
    background: #f59e0b;
}

.stat-illustration-experience {
    width: 92px;
    height: 72px;
    background: linear-gradient(180deg, #fff, #dbeafe);
    border-radius: 18px;
    box-shadow: 0 14px 26px rgba(15, 23, 42, .10);
    transform: rotate(5deg);
}

.stat-illustration-experience i:nth-child(1) {
    left: 18px;
    top: 18px;
    width: 56px;
    height: 8px;
    background: #1d4ed8;
    border-radius: 999px;
}

.stat-illustration-experience i:nth-child(2) {
    left: 18px;
    top: 36px;
    width: 38px;
    height: 8px;
    background: #94a3b8;
    border-radius: 999px;
}

.open-lessons-stat-card-main .stat-illustration-live,
.open-lessons-stat-card-main .stat-illustration-experience {
    box-shadow: none;
}

@media (max-width: 1100px) {
    .open-lessons-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .open-lessons-stats-grid {
        grid-template-columns: 1fr;
    }

    .open-lessons-stat-card {
        min-height: 0;
    }
}

.open-lessons-stats-strip-section {
    background: #fff;
}

.open-lessons-stats-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.open-lessons-stats-strip article {
    min-height: 180px;
    padding: 30px;
    border-right: 1px solid #e2e8f0;
}

.open-lessons-stats-strip article:last-child {
    border-right: 0;
}

.open-lessons-stats-strip strong {
    display: block;
    margin-bottom: 18px;
    color: #0f172a;
    font-size: clamp(38px, 4.6vw, 62px);
    line-height: .9;
    letter-spacing: -.05em;
    white-space: nowrap;
}

.open-lessons-stats-strip span {
    display: block;
    max-width: 170px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.45;
}

.open-lessons-stats-impact-section {
    background: #f3f5f9;
}

.open-lessons-stats-impact {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 42px;
    align-items: center;
    padding: 46px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 18%, rgba(96, 165, 250, .32), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #172554 58%, #2563eb 100%);
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
}

.open-lessons-stats-impact .section-kicker,
.open-lessons-stats-impact h2,
.open-lessons-stats-impact p {
    color: #fff;
}

.open-lessons-stats-impact .section-kicker::before {
    background: #bfdbfe;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .12);
}

.open-lessons-stats-impact .section-kicker::after {
    background: rgba(255, 255, 255, .28);
}

.open-lessons-stats-impact-copy p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.7;
}

.open-lessons-stats-impact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.open-lessons-stats-impact-grid article {
    min-height: 210px;
    padding: 26px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 26px;
    backdrop-filter: blur(10px);
}

.open-lessons-stats-impact-grid strong {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: .9;
    letter-spacing: -.055em;
    white-space: nowrap;
}

.open-lessons-stats-impact-grid span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.45;
}

@media (max-width: 1000px) {
    .open-lessons-stats-strip,
    .open-lessons-stats-impact,
    .open-lessons-stats-impact-grid {
        grid-template-columns: 1fr;
    }

    .open-lessons-stats-strip article {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .open-lessons-stats-strip article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 900px) {
    .open-lessons-hero-wrap {
        min-height: auto;
    }
}

.open-lessons-program {
    padding-top: 82px;
    background: #f3f5f9;
}

.open-lessons-program-head {
    max-width: 760px;
}

.open-lessons-program-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.open-lessons-cta-section {
    padding-top: 76px;
    background: #ffffff;
}

.open-lessons-program-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: center;
    padding: 34px 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.open-lessons-program-cta-content {
    max-width: 720px;
}

.open-lessons-program-cta h3 {
    max-width: 680px;
    margin: 0 0 20px;
    color: #0f172a;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.open-lessons-program-cta ul {
    display: grid;
    gap: 14px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.open-lessons-program-cta li {
    position: relative;
    padding-left: 18px;
    color: #334155;
    font-size: 17px;
    line-height: 1.55;
}

.open-lessons-program-cta li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 6px;
    height: 6px;
    background: #0f172a;
    border-radius: 50%;
}

.open-lessons-program-cta-visual {
    position: relative;
    min-height: 230px;
}

.cta-webinar-screen,
.cta-vk-message,
.cta-calendar-check {
    position: absolute;
    box-shadow: 0 24px 38px rgba(15, 23, 42, .18);
}

.cta-webinar-screen {
    right: 54px;
    top: 36px;
    width: 210px;
    height: 136px;
    padding: 22px;
    background: linear-gradient(180deg, #172554, #0f172a);
    border: 8px solid #e2e8f0;
    border-radius: 26px;
    transform: rotate(-4deg);
}

.cta-webinar-screen::after {
    content: "";
    position: absolute;
    left: 72px;
    right: 72px;
    bottom: -24px;
    height: 12px;
    background: #cbd5e1;
    border-radius: 999px;
}

.cta-webinar-play {
    position: absolute;
    left: 50%;
    top: 42%;
    width: 54px;
    height: 54px;
    background: #2563eb;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.cta-webinar-play::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #fff;
}

.cta-webinar-screen span {
    position: absolute;
    left: 28px;
    height: 7px;
    background: rgba(255, 255, 255, .42);
    border-radius: 999px;
}

.cta-webinar-screen span:nth-child(2) {
    bottom: 32px;
    width: 118px;
}

.cta-webinar-screen span:nth-child(3) {
    bottom: 18px;
    width: 82px;
}

.cta-vk-message {
    right: 18px;
    top: 122px;
    width: 130px;
    height: 88px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff, #dbeafe);
    border: 1px solid #bfdbfe;
    border-radius: 22px 22px 8px 22px;
    transform: rotate(7deg);
}

.cta-vk-message strong {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 30px;
    margin-bottom: 12px;
    color: #fff;
    background: #2563eb;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
}

.cta-vk-message span {
    display: block;
    height: 7px;
    margin-top: 7px;
    background: #1e40af;
    border-radius: 999px;
}

.cta-vk-message span:last-child {
    width: 64%;
}

.cta-calendar-check {
    right: 190px;
    top: 116px;
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    background: linear-gradient(180deg, #ffffff, #e0f2fe);
    border: 1px solid #bfdbfe;
    border-radius: 22px;
    transform: rotate(-10deg);
}

.cta-calendar-check em {
    color: #0f172a;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
}

.cta-calendar-check i {
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 32px;
    height: 32px;
    background: #22c55e;
    border-radius: 50%;
}

.cta-calendar-check i::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 8px;
    width: 13px;
    height: 8px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(-45deg);
}

@media (max-width: 900px) {
    .open-lessons-program-cta {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .open-lessons-program-cta-visual {
        min-height: 190px;
    }
}

.open-lessons-program-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    padding: 32px;
    background: #fff;
    border: 0;
    border-radius: 28px;
}

.open-lessons-program-copy {
    position: relative;
    z-index: 2;
    max-width: none;
}

.open-lessons-program-card:not(.open-lessons-practice-card) .open-lessons-program-copy {
    padding-bottom: 160px;
}

.open-lessons-program-label {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .12);
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.open-lessons-program-card ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.open-lessons-program-card li {
    position: relative;
    padding-left: 32px;
    color: #334155;
    font-size: 17px;
    line-height: 1.6;
}

.open-lessons-program-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 6px rgba(37, 99, 235, .10);
}

.open-lessons-program-card h3 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -.02em;
}

.open-lessons-program-card ul + p,
.open-lessons-program-card h3 + ul {
    margin-top: 0;
}

.open-lessons-practice-card p {
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
}

.program-card-visual {
    position: absolute;
    right: 0;
    bottom: 18px;
    pointer-events: none;
}

.program-card-visual-map {
    width: 210px;
    height: 210px;
    right: -4px;
    bottom: 8px;
}

.program-roadmap {
    position: absolute;
    right: -6px;
    bottom: -22px;
    width: 150px;
    height: 150px;
    padding: 26px 20px;
    background: linear-gradient(180deg, #f8fafc, #e2e8f0);
    border-radius: 26px;
    box-shadow: 0 24px 34px rgba(15, 23, 42, .18);
    transform: rotate(-8deg);
}

.program-roadmap span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    color: #fff;
    background: linear-gradient(180deg, #3b82f6, #1d4ed8);
    border-radius: 20px;
    font-size: 24px;
    font-weight: 900;
}

.program-roadmap i {
    display: block;
    height: 9px;
    margin-top: 10px;
    background: #334155;
    border-radius: 999px;
}

.program-roadmap i:nth-child(3) {
    width: 82%;
}

.program-roadmap i:nth-child(4) {
    width: 58%;
}

.program-map-card {
    position: absolute;
    right: 104px;
    bottom: 78px;
    width: 112px;
    height: 98px;
    padding: 18px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 20px 32px rgba(15, 23, 42, .16);
    transform: rotate(7deg);
}

.program-map-card strong {
    display: block;
    margin-bottom: 12px;
    color: #2563eb;
    font-size: 18px;
    font-weight: 900;
}

.program-map-card em {
    display: block;
    height: 7px;
    margin-top: 8px;
    background: #cbd5e1;
    border-radius: 999px;
}

.program-card-visual-docs {
    width: 250px;
    height: 235px;
    right: -6px;
    bottom: 8px;
}

.program-doc {
    position: absolute;
    background: linear-gradient(180deg, #ffffff, #eef2f7);
    border-radius: 24px;
    box-shadow: 0 24px 34px rgba(15, 23, 42, .18);
}

.program-doc-back {
    right: 48px;
    bottom: 24px;
    width: 152px;
    height: 148px;
    transform: rotate(-12deg);
    opacity: .86;
}

.program-doc-front {
    right: 0;
    bottom: -8px;
    width: 174px;
    height: 178px;
    padding: 24px 20px;
    transform: rotate(5deg);
}

.program-doc-front strong {
    display: block;
    margin-bottom: 18px;
    color: #0f172a;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.program-doc-front span {
    display: block;
    height: 8px;
    margin-top: 10px;
    background: #334155;
    border-radius: 999px;
}

.program-doc-front span:nth-child(3) {
    width: 84%;
}

.program-doc-front span:nth-child(4) {
    width: 58%;
}

.program-doc-front i {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    background: linear-gradient(180deg, #ef4444, #b91c1c);
    border-radius: 50%;
    box-shadow: 0 12px 22px rgba(185, 28, 28, .22);
}

.program-doc-front i::before,
.program-doc-front i::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 19px;
    width: 16px;
    height: 4px;
    background: #fff;
    border-radius: 999px;
}

.program-doc-front i::before {
    transform: rotate(45deg);
}

.program-doc-front i::after {
    transform: rotate(-45deg);
}

.open-lessons-screens {
    padding-top: 76px;
    background: #f3f5f9;
}

.open-lessons-screens-showcase {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
    gap: 34px;
    align-items: center;
    padding: 34px;
    background:
        radial-gradient(circle at 86% 18%, rgba(37, 99, 235, .10), transparent 28%),
        #fff;
    border: 1px solid #dbe6f3;
    border-radius: 32px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .07);
}

.open-lessons-screens-copy span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.open-lessons-screens-copy h3 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.open-lessons-screens-copy p {
    margin: 0 0 24px;
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
}

.open-lessons-screens-copy ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.open-lessons-screens-copy li {
    position: relative;
    padding-left: 30px;
    color: #334155;
    font-size: 16px;
    line-height: 1.55;
}

.open-lessons-screens-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 10px;
    height: 10px;
    background: #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, .10);
}

.open-lessons-screen-stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.open-lessons-screen-stage figure {
    margin: 0;
}

.open-lessons-screen-stage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #e2e8f0;
}

.open-lessons-screen-stage .open-lessons-screen-main {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0f172a;
    border: 10px solid #0f172a;
    border-radius: 28px;
    box-shadow: 0 24px 54px rgba(15, 23, 42, .18);
}

.open-lessons-screen-thumb {
    overflow: hidden;
    background: #fff;
    border: 8px solid #fff;
    border-radius: 22px;
    aspect-ratio: 16 / 9;
    box-shadow: 0 18px 34px rgba(15, 23, 42, .12);
}

.open-lessons-screen-thumb-one {
    transform: rotate(-1.5deg);
}

.open-lessons-screen-thumb-two {
    transform: rotate(1.5deg);
}

.open-lessons-screens-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: 22px;
    align-items: stretch;
}

.open-lessons-screens figure {
    margin: 0;
}

.open-lessons-screen-main,
.open-lessons-screen-side figure {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.open-lessons-screen-main img,
.open-lessons-screen-side img {
    display: block;
    width: 100%;
    object-fit: cover;
    background: #e2e8f0;
}

.open-lessons-screen-main img {
    aspect-ratio: 16 / 9;
}

.open-lessons-screen-side {
    display: grid;
    gap: 22px;
}

.open-lessons-screen-side img {
    aspect-ratio: 16 / 9;
}

.open-lessons-screens figcaption {
    padding: 16px 18px 18px;
    color: #475569;
    font-size: 15px;
    line-height: 1.45;
}

.open-lessons-slider-section {
    background: #fff;
}

.open-lessons-slider-head {
    max-width: 1040px;
    margin-bottom: 44px;
}

.open-lessons-slider-head h2 {
    margin: 0;
    font-size: clamp(42px, 6vw, 64px);
}

.open-lessons-format-slider {
    position: relative;
    padding: 34px 40px 40px;
    background: #eef2f7;
    border-radius: 32px;
}

.open-lessons-format-viewport {
    overflow: hidden;
}

.open-lessons-format-slides {
    display: flex;
    scroll-behavior: smooth;
    transition: transform .42s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

.open-lessons-format-slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
    gap: 42px;
    align-items: center;
}

.open-lessons-format-slide.is-active {
    pointer-events: auto;
}

.open-lessons-format-slide figure {
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
}

.open-lessons-format-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.open-lessons-format-copy h3 {
    max-width: 560px;
    margin: 0 0 18px;
    color: #0f172a;
    font-size: clamp(30px, 3.3vw, 42px);
    line-height: 1.16;
    letter-spacing: -.02em;
}

.open-lessons-format-copy p {
    max-width: 560px;
    margin: 0;
    color: #334155;
    font-size: 18px;
    line-height: 1.65;
}

.open-lessons-format-controls {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 28px;
}

.open-lessons-format-counter {
    display: inline-flex;
    min-width: 78px;
    justify-content: center;
    padding: 12px 20px;
    color: #475569;
    background: #e2e8f0;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 800;
}

.open-lessons-format-buttons {
    display: flex;
    gap: 14px;
}

.open-lessons-format-buttons button {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    padding: 0;
    color: #fff;
    background: #111827;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.open-lessons-format-buttons button span {
    width: 13px;
    height: 13px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
}

.open-lessons-format-buttons [data-webinar-prev] span {
    transform: rotate(-45deg);
    margin-left: 4px;
}

.open-lessons-format-buttons [data-webinar-next] span {
    transform: rotate(135deg);
    margin-right: 4px;
}

.open-lessons-format-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    margin-top: 38px;
}

.open-lessons-format-benefits article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.open-lessons-format-benefits span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #0f172a;
    background: #f1f5f9;
    border-radius: 12px;
}

.open-lessons-format-benefits svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.open-lessons-format-benefits h3 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.01em;
}

.open-lessons-format-benefits p {
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.55;
}

.open-lessons-sync-section {
    background: #f3f5f9;
}

.open-lessons-sync {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 30px;
    align-items: stretch;
}

.open-lessons-sync-media,
.open-lessons-sync-copy {
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 30px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .07);
}

.open-lessons-sync-media {
    padding: 22px;
}

.open-lessons-sync-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
}

.open-lessons-sync-head span {
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.open-lessons-sync-head strong {
    padding: 7px 11px;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    font-size: 13px;
}

.open-lessons-sync-head em {
    font-style: normal;
}

.open-lessons-sync-stage {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background: #e2e8f0;
    border: 1px solid #dbe4f0;
    border-radius: 24px;
}

.open-lessons-sync-stage figure {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.open-lessons-sync-stage figure.is-active {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.open-lessons-sync-stage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.open-lessons-sync-controls {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-top: 18px;
}

.open-lessons-sync-nav {
    display: flex;
    gap: 10px;
}

.open-lessons-sync-nav button {
    width: 42px;
    height: 42px;
    color: #fff;
    background: #111827;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.open-lessons-sync-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.open-lessons-sync-thumbs button {
    width: 74px;
    height: 52px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
}

.open-lessons-sync-thumbs button.is-active {
    border-color: #2563eb;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .16);
}

.open-lessons-sync-thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.open-lessons-sync-copy {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 42px;
}

.open-lessons-sync-copy article {
    position: absolute;
    inset: 42px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .28s ease, transform .28s ease;
    pointer-events: none;
}

.open-lessons-sync-copy article.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.open-lessons-sync-copy span {
    display: inline-flex;
    margin-bottom: 22px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.open-lessons-sync-copy h3 {
    margin: 0 0 18px;
    color: #0f172a;
    font-size: clamp(32px, 3.5vw, 46px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.open-lessons-sync-copy p {
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.7;
}

.open-lessons-story-section {
    background: #fff;
}

.open-lessons-story-list {
    display: grid;
    gap: 116px;
    padding-top: 18px;
}

.open-lessons-story-item {
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(320px, .9fr);
    gap: 58px;
    align-items: stretch;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.open-lessons-story-item.is-reversed {
    grid-template-columns: minmax(320px, .9fr) minmax(280px, .95fr);
}

.open-lessons-story-item.is-reversed .open-lessons-story-copy {
    order: 2;
}

.open-lessons-story-item.is-reversed .open-lessons-story-illustration {
    order: 1;
}

.open-lessons-story-copy {
    align-self: center;
    max-width: 560px;
    padding: 18px 0;
}

.open-lessons-story-copy span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.open-lessons-story-copy h3 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.14;
    letter-spacing: -.02em;
}

.open-lessons-story-copy p {
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.7;
}

.open-lessons-story-illustration {
    position: relative;
    justify-self: end;
    width: 100%;
    max-width: 520px;
    overflow: hidden;
    min-height: 360px;
    height: 100%;
    background:
        radial-gradient(circle at 82% 18%, rgba(96, 165, 250, .22), transparent 28%),
        linear-gradient(180deg, #f8fbff, #eef4ff);
    border: 1px solid #dbe6f3;
    border-radius: 24px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .12);
}

.open-lessons-story-item.is-reversed .open-lessons-story-illustration {
    justify-self: start;
}

.story-board {
    position: absolute;
    left: 12%;
    top: 15%;
    width: 58%;
    height: 58%;
    padding: 34px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 24px 44px rgba(15, 23, 42, .12);
}

.story-board span {
    display: block;
    height: 10px;
    margin-bottom: 16px;
    background: #1e40af;
    border-radius: 999px;
}

.story-board span:nth-child(2) {
    width: 72%;
    background: #60a5fa;
}

.story-board span:nth-child(3) {
    width: 48%;
    background: #93c5fd;
}

.story-route {
    position: absolute;
    right: 12%;
    bottom: 18%;
    display: flex;
    gap: 18px;
    align-items: center;
}

.story-route i {
    display: block;
    width: 44px;
    height: 44px;
    background: #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(37, 99, 235, .10);
}

.story-route i:nth-child(2) {
    background: #22c55e;
}

.story-route i:nth-child(3) {
    background: #f59e0b;
}

.story-person {
    position: absolute;
    right: 18%;
    top: 20%;
    width: 78px;
    height: 112px;
    background: linear-gradient(180deg, #3b82f6, #1d4ed8);
    border-radius: 40px 40px 24px 24px;
    box-shadow: 0 20px 34px rgba(37, 99, 235, .20);
}

.story-person::before {
    content: "";
    position: absolute;
    left: 19px;
    top: -42px;
    width: 40px;
    height: 40px;
    background: #fbbf24;
    border-radius: 50%;
}

.story-person span {
    position: absolute;
    left: -44px;
    top: 36px;
    width: 64px;
    height: 12px;
    background: #1d4ed8;
    border-radius: 999px;
    transform: rotate(-20deg);
}

.story-laptop {
    position: absolute;
    left: 12%;
    top: 17%;
    width: 62%;
    height: 58%;
    padding: 34px;
    background: linear-gradient(180deg, #111827, #020617);
    border: 12px solid #e2e8f0;
    border-radius: 28px;
    box-shadow: 0 24px 44px rgba(15, 23, 42, .18);
}

.story-laptop::after {
    content: "";
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: -28px;
    height: 14px;
    background: #cbd5e1;
    border-radius: 999px;
}

.story-laptop span {
    display: block;
    height: 10px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, .54);
    border-radius: 999px;
}

.story-laptop span:nth-child(2) {
    width: 76%;
}

.story-laptop span:nth-child(3) {
    width: 52%;
}

.story-bug {
    position: absolute;
    right: 16%;
    top: 19%;
    width: 86px;
    height: 86px;
    background: linear-gradient(180deg, #ef4444, #b91c1c);
    border-radius: 50%;
    box-shadow: 0 18px 30px rgba(185, 28, 28, .22);
}

.story-bug::before,
.story-bug::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 41px;
    width: 40px;
    height: 7px;
    background: #fff;
    border-radius: 999px;
}

.story-bug::before {
    transform: rotate(45deg);
}

.story-bug::after {
    transform: rotate(-45deg);
}

.story-bug i {
    position: absolute;
    inset: -10px;
    border: 3px solid rgba(239, 68, 68, .28);
    border-radius: 50%;
}

.story-check-card {
    position: absolute;
    right: 10%;
    bottom: 14%;
    width: 158px;
    height: 118px;
    padding: 28px 22px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 38px rgba(15, 23, 42, .14);
    transform: rotate(5deg);
}

.story-check-card span {
    display: block;
    height: 9px;
    margin-bottom: 14px;
    background: #22c55e;
    border-radius: 999px;
}

.story-check-card span:nth-child(2) {
    width: 68%;
    background: #94a3b8;
}

.story-folder {
    position: absolute;
    left: 14%;
    top: 22%;
    width: 240px;
    height: 172px;
    background: linear-gradient(180deg, #fbbf24, #f59e0b);
    border-radius: 24px;
    box-shadow: 0 24px 44px rgba(245, 158, 11, .22);
}

.story-folder::before {
    content: "";
    position: absolute;
    left: 24px;
    top: -24px;
    width: 106px;
    height: 46px;
    background: #fbbf24;
    border-radius: 22px 22px 0 0;
}

.story-material-card {
    position: absolute;
    right: 14%;
    top: 18%;
    width: 174px;
    height: 210px;
    padding: 28px 24px;
    background: linear-gradient(180deg, #fff, #dbeafe);
    border-radius: 26px;
    box-shadow: 0 24px 44px rgba(15, 23, 42, .14);
    transform: rotate(7deg);
}

.story-material-card strong {
    display: block;
    margin-bottom: 22px;
    color: #1d4ed8;
    font-size: 30px;
    font-weight: 900;
}

.story-material-card span {
    display: block;
    height: 9px;
    margin-bottom: 13px;
    background: #334155;
    border-radius: 999px;
}

.story-material-card span:nth-child(3) {
    width: 82%;
}

.story-material-card span:nth-child(4) {
    width: 58%;
}

.story-replay {
    position: absolute;
    left: 24%;
    bottom: 14%;
    width: 86px;
    height: 86px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 18px 30px rgba(34, 197, 94, .22);
}

.story-replay::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 25px;
    width: 26px;
    height: 26px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    border-radius: 8px 0 0 0;
    transform: rotate(-45deg);
}

.story-replay i {
    position: absolute;
    left: 32px;
    top: 31px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
}

.screen-lightbox {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: auto;
    padding: 28px;
    background: rgba(15, 23, 42, .86);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
    z-index: 2200;
}

.screen-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.screen-lightbox-dialog {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    max-width: none;
    padding: 0;
}

.screen-lightbox-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    padding: 0;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
}

.screen-lightbox-image {
    display: block;
    width: 80%;
    height: auto;
    max-width: none;
    max-height: none;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

@media (max-width: 900px) {
    .open-lessons-screens-showcase {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .open-lessons-screen-stage {
        min-height: 360px;
    }

    .open-lessons-screens-grid {
        grid-template-columns: 1fr;
    }

    .open-lessons-format-slider {
        padding: 24px;
    }

    .open-lessons-format-slides {
        min-height: 0;
    }

    .open-lessons-format-slide,
    .open-lessons-format-slide.is-active {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .open-lessons-format-benefits {
        grid-template-columns: 1fr;
    }

    .open-lessons-sync {
        grid-template-columns: 1fr;
    }

    .open-lessons-sync-stage {
        min-height: 260px;
    }

    .open-lessons-sync-copy {
        min-height: 360px;
        padding: 28px;
    }

    .open-lessons-sync-copy article {
        inset: 28px;
    }

    .open-lessons-story-item,
    .open-lessons-story-item.is-reversed {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .open-lessons-story-item.is-reversed .open-lessons-story-copy,
    .open-lessons-story-item.is-reversed .open-lessons-story-illustration {
        order: initial;
    }
}

@media (max-width: 900px) {
    .open-lessons-program-head {
        max-width: 760px;
    }

    .open-lessons-program-grid {
        grid-template-columns: 1fr;
    }
}

.open-lessons-results {
    padding-top: 76px;
}

.open-lessons-results-panel {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    gap: 22px;
    align-items: stretch;
}

.open-lessons-results-main {
    position: relative;
    overflow: hidden;
    padding: 32px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, .20), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #172554 56%, #2563eb 100%);
    border-radius: 30px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .12);
}

.open-lessons-results-main > span,
.open-lessons-results-main > strong,
.open-lessons-results-main > p {
    position: relative;
    z-index: 2;
}

.open-lessons-results-main span {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.open-lessons-results-main strong {
    display: block;
    max-width: 440px;
    color: #fff;
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.open-lessons-results-main p {
    max-width: 480px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.7;
}

.open-lessons-results-list {
    display: grid;
    gap: 0;
    padding: 30px 32px;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 30px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.open-lessons-results-visual {
    position: absolute;
    right: 20px;
    bottom: 18px;
    z-index: 1;
    width: 190px;
    height: 152px;
    pointer-events: none;
}

.results-plan-card,
.results-direction-card {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(219, 234, 254, .92));
    border: 1px solid rgba(191, 219, 254, .8);
    box-shadow: 0 22px 38px rgba(15, 23, 42, .22);
}

.results-plan-card {
    right: 50px;
    bottom: 14px;
    width: 116px;
    height: 126px;
    padding: 24px 18px;
    border-radius: 24px;
    transform: rotate(-8deg);
}

.results-plan-card span {
    display: block;
    height: 8px;
    margin-top: 13px;
    background: #1e40af;
    border-radius: 999px;
}

.results-plan-card span:first-child {
    width: 84%;
    margin-top: 0;
}

.results-plan-card span:nth-child(2) {
    width: 66%;
}

.results-plan-card span:nth-child(3) {
    width: 46%;
}

.results-direction-card {
    right: 0;
    bottom: 0;
    width: 94px;
    height: 82px;
    padding: 17px;
    border-radius: 22px;
    transform: rotate(8deg);
}

.results-direction-card strong {
    display: block;
    margin-bottom: 12px;
    color: #1d4ed8;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -.03em;
}

.results-direction-card i {
    position: relative;
    display: block;
    width: 48px;
    height: 9px;
    background: #60a5fa;
    border-radius: 999px;
}

.results-direction-card i::after {
    content: "";
    position: absolute;
    right: -2px;
    top: -6px;
    width: 18px;
    height: 18px;
    border-top: 9px solid #60a5fa;
    border-right: 9px solid #60a5fa;
    transform: rotate(45deg);
    border-radius: 3px;
}

.open-lessons-results-list h3 {
    margin: 0 0 24px;
    color: #0f172a;
    font-size: clamp(24px, 2.6vw, 32px);
    line-height: 1.12;
    letter-spacing: -.02em;
}

.open-lessons-results-list div {
    position: relative;
    padding: 0 0 20px 34px;
    color: #334155;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.open-lessons-results-list div+div {
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.open-lessons-results-list div:last-child {
    padding-bottom: 0;
}

.open-lessons-results-list strong {
    display: block;
    margin-bottom: 7px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -.01em;
}

.open-lessons-results-list p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
}

.open-lessons-results-list div::before {
    content: "";
    position: absolute;
    left: 0;
    top: .4em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, .10);
}

.open-lessons-results-list div+div::before {
    top: calc(20px + .4em);
}

@media (max-width: 900px) {
    .open-lessons-results-panel {
        grid-template-columns: 1fr;
    }
}

.open-lessons-author-card {
    display: grid;
    grid-template-columns: minmax(260px, 380px) 1fr;
    gap: 42px;
    align-items: stretch;
    padding: 36px;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 32px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .07);
}

.open-lessons-author-photo {
    position: relative;
    aspect-ratio: 4 / 5;
    min-height: 420px;
    overflow: hidden;
    border-radius: 28px;
    background: #e2e8f0;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .10);
}

.open-lessons-author-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 28px;
}

.open-lessons-author-photo p {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    margin: 0;
    padding: 14px 16px;
    color: #fff;
    background: rgba(15, 23, 42, .68);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.open-lessons-author-content {
    display: flex;
    align-items: center;
}

.open-lessons-author-list {
    display: grid;
    gap: 12px;
    padding: 0;
}

.open-lessons-author-list div {
    position: relative;
    padding-left: 32px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.6;
}

.open-lessons-author-list div::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 6px rgba(37, 99, 235, .10);
}

.open-lessons-author-alt-section {
    background: #fff;
}

.open-lessons-author-story {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: 42px;
    align-items: stretch;
    padding: 34px;
    background:
        radial-gradient(circle at 86% 16%, rgba(37, 99, 235, .10), transparent 28%),
        #fff;
    border: 1px solid #dbe6f3;
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .07);
}

.open-lessons-author-story-photo {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #e2e8f0;
    border-radius: 30px;
}

.open-lessons-author-story-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.open-lessons-author-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0;
}

.open-lessons-author-story-content > span,
.open-lessons-author-profile-head span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.open-lessons-author-story-content h3 {
    max-width: 720px;
    margin: 0 0 22px;
    color: #0f172a;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.open-lessons-author-story-content p {
    max-width: 660px;
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.75;
}

.open-lessons-author-story-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.open-lessons-author-story-stats div {
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
}

.open-lessons-author-story-stats strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.1;
}

.open-lessons-author-story-stats span {
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
}

.open-lessons-author-profile {
    padding: 34px;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .07);
}

.open-lessons-author-profile-head {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
}

.open-lessons-author-profile-head img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .12);
}

.open-lessons-author-profile-head h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
    letter-spacing: -.035em;
}

.open-lessons-author-profile-head p {
    max-width: 760px;
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.65;
}

.open-lessons-author-profile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.open-lessons-author-profile-grid article {
    padding: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
}

.open-lessons-author-profile-grid strong {
    display: block;
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.2;
}

.open-lessons-author-profile-grid p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 1000px) {
    .open-lessons-author-story,
    .open-lessons-author-profile-grid {
        grid-template-columns: 1fr;
    }

    .open-lessons-author-story-photo {
        min-height: 360px;
    }

    .open-lessons-author-story-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .open-lessons-author-profile-head {
        grid-template-columns: 1fr;
    }
}

.roadmap-page {
    background: #f3f5f9;
}

.roadmap-hero {
    padding: 48px 0 70px;
    background:
        linear-gradient(180deg, #ffffff 0%, #eef4ff 54%, #f3f5f9 100%);
}

.roadmap-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: center;
    min-height: 560px;
    padding: 54px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(96, 165, 250, .34), transparent 28%),
        radial-gradient(circle at 18% 88%, rgba(37, 99, 235, .22), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #172554 58%, #1d4ed8 100%);
    border-radius: 34px;
    box-shadow: 0 30px 70px rgba(15, 23, 42, .16);
}

.roadmap-hero-shell::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
}

.roadmap-rail,
.roadmap-summary-card,
.roadmap-checklist article,
.roadmap-steps article {
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.roadmap-rail {
    padding: 26px;
}

.roadmap-rail-label,
.roadmap-summary-card span,
.roadmap-steps article span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.roadmap-rail ol {
    display: grid;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.roadmap-rail li {
    position: relative;
    display: grid;
    gap: 8px;
    padding-left: 38px;
}

.roadmap-rail li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 26px;
    bottom: -24px;
    width: 2px;
    background: #bfdbfe;
}

.roadmap-rail li:last-child::before {
    display: none;
}

.roadmap-rail li span {
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #fff;
    background: #2563eb;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
}

.roadmap-rail li strong {
    color: #0f172a;
    font-size: 16px;
    line-height: 1.35;
}

.roadmap-hero-content {
    position: relative;
    z-index: 2;
    align-self: center;
    padding: 0;
}

.roadmap-hero-content h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(46px, 7vw, 82px);
    line-height: .96;
    letter-spacing: -.05em;
}

.roadmap-hero-content .subtitle {
    max-width: 620px;
    color: rgba(255, 255, 255, .78);
}

.roadmap-hero-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 9px 14px;
    color: #bfdbfe;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.roadmap-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 30px;
}

.roadmap-hero-note {
    max-width: 260px;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.5;
}

.roadmap-brief {
    position: relative;
    z-index: 2;
    padding: 30px;
    color: #0f172a;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(219, 234, 254, .86);
    border-radius: 28px;
    box-shadow: 0 24px 54px rgba(15, 23, 42, .20);
}

.roadmap-brief-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbe6f3;
}

.roadmap-brief-top span {
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.roadmap-brief-top strong {
    color: #0f172a;
    font-size: 18px;
}

.roadmap-brief ol {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.roadmap-brief li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.roadmap-brief li span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #1d4ed8;
    background: rgba(37, 99, 235, .08);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
}

.roadmap-brief p {
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.55;
}

.roadmap-hero-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: calc(100% - 88px);
    margin: -38px auto 0;
    position: relative;
    z-index: 3;
}

.roadmap-hero-strip div {
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.roadmap-hero-strip span {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.roadmap-hero-strip strong {
    color: #0f172a;
    font-size: 20px;
    line-height: 1.2;
}

.roadmap-section {
    padding-top: 72px;
    background: #f3f5f9;
}

.roadmap-two-column {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: start;
}

.roadmap-section-head {
    position: sticky;
    top: 96px;
}

.roadmap-checklist {
    display: grid;
    gap: 16px;
}

.roadmap-checklist article {
    position: relative;
    padding: 28px 30px 28px 82px;
}

.roadmap-checklist article span {
    position: absolute;
    left: 28px;
    top: 30px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #1d4ed8;
    background: rgba(37, 99, 235, .08);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
}

.roadmap-checklist h3,
.roadmap-steps h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.22;
    letter-spacing: -.015em;
}

.roadmap-checklist p,
.roadmap-steps p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.roadmap-program {
    padding-top: 76px;
}

.roadmap-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.roadmap-steps article {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 22px;
    min-height: 230px;
    padding: 30px;
}

.roadmap-step-icon {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    color: #fff;
    background: linear-gradient(180deg, #3b82f6, #1d4ed8);
    border-radius: 24px;
    box-shadow: 0 18px 32px rgba(37, 99, 235, .22);
    font-weight: 900;
}

.roadmap-step-icon-doc {
    color: #1d4ed8;
    background: linear-gradient(180deg, #fff, #dbeafe);
}

@media (max-width: 1060px) {
    .roadmap-hero-shell,
    .roadmap-two-column,
    .roadmap-steps {
        grid-template-columns: 1fr;
    }

    .roadmap-section-head {
        position: static;
    }
}

@media (max-width: 700px) {
    .roadmap-hero {
        padding-top: 34px;
    }

    .roadmap-hero-shell {
        min-height: auto;
        padding: 30px;
        border-radius: 28px;
    }

    .roadmap-hero-strip {
        grid-template-columns: 1fr;
        max-width: calc(100% - 28px);
        margin-top: -24px;
    }

    .roadmap-steps article {
        grid-template-columns: 1fr;
    }

    .roadmap-checklist article {
        padding-left: 28px;
    }

    .roadmap-checklist article span {
        position: static;
        margin-bottom: 14px;
    }
}

@media (max-width: 980px) {
    .open-lessons-author-card {
        grid-template-columns: 1fr;
    }

    .open-lessons-author-photo {
        min-height: 320px;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 640px) {
    .open-lessons-author-card {
        padding: 22px;
        border-radius: 24px;
    }

}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.btn-secondary-plain {
    background: #fff;
    color: #0f172a;
    border: none;
}

.usecase-group-title {
    margin: 0 0 18px;
    font-size: 22px;
    color: #0f172a;
}

.author-inline-spaced {
    margin-bottom: 12px;
}

@media (max-width: 900px) {
    .header-actions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .approach-compare {
        grid-template-columns: 1fr;
    }
}

.cta-card p {
    opacity: .84;
}

.cta-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    padding-top: 40px;
    background: #0f172a;
    color: #cbd5f5;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 32px;
}

.footer-brand strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 12px;
}

.footer-brand p {
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
    color: #cbd5f5;
    max-width: 340px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #cbd5f5;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .01em;
    transition: color .2s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-contact > span {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    opacity: .7;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .01em;
    font-weight: 500;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 16px 0;
    font-size: 13px;
    opacity: .7;
}

@media (max-width: 1080px) {
    .blog-list-shell {
        grid-template-columns: 1fr;
    }

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

    .cta-card {
        grid-column: span 2;
    }
}

@media (max-width: 900px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        justify-content: flex-start;
        gap: 16px;
    }

    .featured-post,
    .post-card {
        grid-template-columns: 1fr;
    }

    .featured-media {
        min-height: 240px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1180px);
    }

    .blog-list-hero-inner {
        padding: 36px 0 28px;
    }

    .blog-list-hero h1 {
        font-size: 34px;
    }

    .blog-list-lead {
        font-size: 18px;
    }

    .featured-content,
    .post-content,
    .sidebar-card,
    .cta-card {
        padding: 20px;
    }

    .featured-content h2 {
        font-size: 28px;
    }

    .post-content h3 {
        font-size: 24px;
    }

    .sidebar {
        grid-template-columns: 1fr;
    }

    .cta-card {
        grid-column: span 1;
    }

    .filters-card {
        padding: 14px;
    }
}



:root {
    --bg: #f8fafc;
    --surface: #ffffff;
    --surface-soft: #f8fbff;
    --text: #1e293b;
    --muted: #64748b;
    --line: #e2e8f0;
    --line-strong: #dbe6f3;
    --accent: #2563eb;
    --accent-dark: #1d4ed8;
    --shadow: 0 18px 44px rgba(15, 23, 42, .06);
    --radius: 24px;
    --container: min(1180px, calc(100% - 40px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.header-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    backdrop-filter: blur(10px);
    background: rgba(248, 250, 252, .88);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -.03em;
    white-space: nowrap;
    text-decoration: none;
}

.logo-mark {
    width: 34px;
    height: 34px;
    display: inline-block;
    flex-shrink: 0;
}

.logo>span {
    color: #0f172a;
}

.logo>span>span {
    color: var(--accent);
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav a {
    text-decoration: none;
    color: #334155;
    font-size: 15px;
    transition: .2s ease;
}

.nav a:hover {
    color: var(--accent);
}

.header-btn,
.btn-primary,
.btn-secondary {
    border: none;
    border-radius: 14px;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-btn,
.btn-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 10px 30px rgba(37, 99, 235, .20);
}

.header-btn:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    background: var(--accent-dark);
}

.btn-secondary {
    background: #fff;
    color: #0f172a;
    border: 1px solid var(--line-strong);
}

.btn-secondary:hover {
    transform: translateY(-1px);
    border-color: #bfd1ea;
}

.blog-hero-wrap {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, .10), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.blog-hero {
    padding: 54px 0 42px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 14px;
    color: var(--muted);
}

.breadcrumbs a {
    color: var(--muted);
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--accent);
}

.breadcrumbs span:last-child {
    color: #0f172a;
}

.blog-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.blog-badge,
.blog-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.blog-badge {
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .12);
    color: var(--accent-dark);
}

.blog-meta-chip {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(15, 23, 42, .06);
    color: #475569;
    text-decoration: none;
}

.blog-meta-chip:hover {
    text-decoration: none;
}

.blog-hero h1 {
    margin: 0 0 18px;
    max-width: 960px;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.06;
    letter-spacing: -.04em;
    color: #0f172a;
}

.blog-lead {
    margin: 0;
    max-width: 840px;
    font-size: 20px;
    line-height: 1.7;
    color: #334155;
}

.blog-shell {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(280px, 340px);
    gap: 34px;
    align-items: start;
    padding: 40px 0 80px;
}

.blog-main {
    min-width: 0;
}

.hero-image-card,
.article-card,
.author-card,
.toc-card,
.subscribe-card,
.related-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.hero-image-card {
    overflow: hidden;
    margin-bottom: 24px;
}

.hero-image {
    aspect-ratio: 16 / 8;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, .14), rgba(37, 99, 235, .04)),
        linear-gradient(180deg, #eaf2ff 0%, #dce9ff 100%);
    position: relative;
    overflow: hidden;
    /* width: 500px; */
}

.hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .7), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(37, 99, 235, .16), transparent 22%),
        linear-gradient(rgba(15, 23, 42, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, .05) 1px, transparent 1px);
    background-size: auto, auto, 32px 32px, 32px 32px;
    opacity: .9;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image-label {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .72);
    color: #fff;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 700;
    backdrop-filter: blur(8px);
}




.article-card {
    padding: 34px;
}

.article-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.author-inline {
    display: flex;
    align-items: center;
    gap: 14px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--accent) 0%, #60a5fa 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .18);
    flex-shrink: 0;
}

.author-inline strong,
.author-card strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.3;
}

.author-inline span,
.author-card span {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--muted);
}

.article-stats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.article-stat {
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    color: #475569;
    font-size: 13px;
    font-weight: 600;
}

.article-content {
    font-size: 18px;
    line-height: 1.85;
    color: #334155;
}

.article-content>*:first-child {
    margin-top: 0;
}

.article-content>*:last-child {
    margin-bottom: 0;
}

.article-content h2 {
    margin: 52px 0 18px;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #0f172a;
}

.article-content h3 {
    margin: 32px 0 14px;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #0f172a;
}

.article-content p {
    margin: 18px 0;
}

.article-content ul,
.article-content ol {
    margin: 20px 0;
    padding-left: 24px;
}

.article-content li+li {
    margin-top: 10px;
}

.article-content blockquote {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 4px solid var(--accent);
    border-radius: 0 20px 20px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6fd 100%);
    color: #0f172a;
    font-size: 20px;
    line-height: 1.75;
}

.article-content a {
    color: var(--accent-dark);
    text-decoration: none;
}

.article-content a:hover {
    text-decoration: underline;
}

.article-note,
.article-tip {
    margin: 28px 0;
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid var(--line-strong);
}

.article-note {
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .04);
}

.article-tip {
    background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
}

.article-note strong,
.article-tip strong {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 16px;
}

.article-table-wrap {
    margin: 26px 0;
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
}

.article-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
}

.article-table th,
.article-table td {
    padding: 16px 18px;
    text-align: left;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}

.article-table th {
    background: #f8fbff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
}

.article-table td {
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.article-tag {
    padding: 9px 14px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid var(--line);
    color: #475569;
    font-size: 14px;
    text-decoration: none;
}

.article-tag:hover {
    color: var(--accent);
    border-color: #bfd1ea;
}

.sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 94px;
}

.toc-card,
.author-card,
.subscribe-card,
.related-card {
    padding: 24px;
}

.sidebar h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -.02em;
    color: #0f172a;
}

.toc-list,
.related-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.toc-list a,
.related-list a {
    color: #475569;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.55;
}

.toc-list a:hover,
.related-list a:hover {
    color: var(--accent);
}

.author-card p,
.subscribe-card p,
.related-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.subscribe-card {
    background: linear-gradient(135deg, #0f172a 0%, #172554 55%, #2563eb 100%);
    color: #fff;
    border: none;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .18);
}

.subscribe-card h3,
.subscribe-card p {
    color: #fff;
}

.subscribe-card p {
    opacity: .82;
}

.subscribe-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.related-item {
    padding: 14px 0;
    border-top: 1px solid var(--line);
}

.related-item:first-child {
    padding-top: 0;
    border-top: none;
}

.related-meta {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.blog-bottom-cta {
    margin-top: 28px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a 0%, #172554 55%, #2563eb 100%);
    color: #fff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .18);
}

.blog-bottom-cta h3 {
    margin: 0 0 12px;
    font-size: 28px;
    color: #fff;
    letter-spacing: -.02em;
}

.blog-bottom-cta p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.75;
    max-width: 640px;
}

.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    padding-top: 40px;
    background: #0f172a;
    color: #cbd5f5;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 32px;
}

.footer-brand strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 12px;
}

.footer-brand p {
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
    color: #cbd5f5;
    max-width: 340px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #cbd5f5;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .01em;
    transition: color .2s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-contact span {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    opacity: .7;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .01em;
    font-weight: 500;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 16px 0;
    font-size: 13px;
    opacity: .7;
}

@media (max-width: 1080px) {
    .blog-shell {
        grid-template-columns: 1fr;
    }

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

    .related-card,
    .subscribe-card {
        grid-column: span 2;
    }
}

@media (max-width: 900px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        justify-content: flex-start;
        gap: 16px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1180px);
    }

    .blog-hero {
        padding: 36px 0 28px;
    }

    .blog-hero h1 {
        font-size: 34px;
    }

    .blog-lead {
        font-size: 18px;
    }

    .article-card,
    .toc-card,
    .author-card,
    .subscribe-card,
    .related-card {
        padding: 20px;
        border-radius: 22px;
    }

    .article-card {
        padding: 24px 20px;
    }

    .article-content {
        font-size: 17px;
    }

    .article-content h2 {
        font-size: 28px;
    }

    .article-content h3 {
        font-size: 22px;
    }

    .sidebar {
        grid-template-columns: 1fr;
    }

    .related-card,
    .subscribe-card {
        grid-column: span 1;
    }

    .article-topbar {
        align-items: flex-start;
    }
}



.cta-card h3,
.cta-card p {
    color: #fff;
}

.open-lessons-page .open-lessons-buy-btn.btn-primary {
    gap: 16px;
    height: 74px;
    min-width: 345px;
    padding: 0 42px;
    border-radius: 16px;
    font-size: 21px;
    font-weight: 700;
}

.open-lessons-page .open-lessons-buy-btn.btn-primary svg {
    width: 32px;
    height: 32px;
}

.open-lessons-header-bar > .container,
.open-lessons-page > .container {
    width: min(100% - 64px, 1460px);
    max-width: 1460px;
}

.header.open-lessons-header .logo-mark {
    width: 30px;
    height: 30px;
}

@media (max-width: 1420px) {
    .open-lessons-sales-hero {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
        gap: 48px;
    }
}

@media (max-width: 1100px) {
    .open-lessons-sales-hero {
        grid-template-columns: 1fr;
        gap: 36px;
        min-height: auto;
        margin-top: 0;
    }

    .open-lessons-sales-video-card {
        width: 100%;
        max-width: 820px;
    }

    .open-lessons-sales-content {
        min-height: 0;
    }

    .open-lessons-sales-features {
        margin-top: 0;
    }

    .open-lessons-why-layout {
        grid-template-columns: 1fr;
    }

    .open-lessons-why-alt-stats,
    .open-lessons-why-alt-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .open-lessons-why-alt-flow article:not(:last-child)::after {
        display: none;
    }

    .open-lessons-why-editorial-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .open-lessons-why-editorial-lead {
        position: static;
    }

    .st-job-barriers-grid,
    .st-job-barriers-warning {
        grid-template-columns: 1fr;
    }

    .st-job-barriers-visual {
        max-width: 720px;
        justify-self: start;
    }

    .st-job-barriers-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .st-job-barriers-route-track,
    .st-job-barriers-diagnostic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .st-job-barriers-route-summary,
    .st-job-barriers-diagnostic-intro {
        grid-template-columns: 1fr;
    }

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

    .st-offer-support-shell,
    .st-offer-support-result {
        grid-template-columns: 1fr;
    }

    .st-learning-path-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .st-learning-path-support {
        position: static;
    }

    .st-offer-orbit-board,
    .st-offer-orbit-finish {
        grid-template-columns: 1fr;
    }

    .st-offer-orbit-core {
        min-height: 0;
    }

    .st-offer-orbit-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .st-system-story-dark {
        grid-template-columns: 1fr;
    }

    .st-system-story-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 760px) {
    .open-lessons-sales-content h1 {
        font-size: 38px;
        line-height: 1.12;
        letter-spacing: -.04em;
    }

    .open-lessons-header-bar > .container,
    .open-lessons-page > .container {
        width: min(100% - 32px, 1460px);
    }

    .open-lessons-page .open-lessons-buy-btn.btn-primary {
        width: 100%;
        min-width: 0;
        height: 64px;
        padding: 0 22px;
        font-size: 18px;
    }

    .open-lessons-sales-video-card {
        padding: 22px;
        border-radius: 24px;
    }

    .open-lessons-sales-video-author {
        align-items: flex-start;
        margin: 22px -22px -22px;
        padding: 18px 22px;
    }

    .open-lessons-sales-video-author img {
        width: 56px;
        height: 56px;
    }

    .open-lessons-sales-video-author strong {
        font-size: 18px;
    }

    .open-lessons-sales-video-author span {
        font-size: 14px;
    }

    .open-lessons-why {
        padding-top: 64px;
    }

    .open-lessons-why-main {
        padding: 26px;
        border-radius: 26px;
    }

    .open-lessons-why-main h3 {
        font-size: 32px;
    }

    .open-lessons-why-income strong {
        font-size: 36px;
    }

    .open-lessons-why-panel {
        padding: 4px 20px;
        border-radius: 24px;
    }

    .open-lessons-why-panel article {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 14px;
    }

    .open-lessons-why-path {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .open-lessons-why-alt {
        padding-top: 64px;
    }

    .open-lessons-why-alt-board {
        border-radius: 26px;
    }

    .open-lessons-why-alt-stats,
    .open-lessons-why-alt-flow {
        grid-template-columns: 1fr;
    }

    .open-lessons-why-alt-stats article,
    .open-lessons-why-alt-flow {
        padding: 22px;
    }

    .open-lessons-why-alt-stats strong {
        font-size: 30px;
    }

    .open-lessons-why-editorial {
        padding-top: 64px;
    }

    .open-lessons-why-editorial-lead h2 {
        font-size: 34px;
    }

    .open-lessons-why-editorial-metric strong {
        font-size: 36px;
    }

    .open-lessons-why-editorial-list article {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
    }

    .open-lessons-why-editorial-list article:not(:last-child)::before {
        left: 22px;
        top: 46px;
    }

    .open-lessons-why-editorial-list span {
        width: 46px;
        height: 46px;
        border-width: 7px;
    }

    .open-lessons-why-editorial-list div {
        padding: 22px;
        border-radius: 22px;
    }

    .open-lessons-why-editorial-list h3 {
        font-size: 20px;
    }

    .st-job-barriers-grid {
        gap: 28px;
    }

    .st-job-barriers-lead h2 {
        font-size: 34px;
    }

    .st-job-barriers-lead p {
        font-size: 17px;
    }

    .st-job-barriers-visual {
        padding: 10px;
        border-radius: 24px;
    }

    .st-job-barriers-list {
        grid-template-columns: 1fr;
    }

    .st-job-barriers-list article {
        min-height: 0;
        padding: 22px;
        border-radius: 22px;
    }

    .st-job-barriers-list h3 {
        font-size: 20px;
    }

    .st-job-barriers-warning {
        gap: 18px;
        margin-top: 28px;
        padding: 26px;
        border-radius: 24px;
    }

    .st-job-barriers-warning strong {
        font-size: 26px;
    }

    .st-job-barriers-warning p {
        font-size: 16px;
    }

    .st-job-barriers-route-head {
        margin-bottom: 28px;
    }

    .st-job-barriers-route-board,
    .st-job-barriers-diagnostic-shell {
        border-radius: 24px;
    }

    .st-job-barriers-route-track,
    .st-job-barriers-diagnostic-grid {
        grid-template-columns: 1fr;
    }

    .st-job-barriers-route-track article {
        min-height: 0;
        padding: 24px 22px;
    }

    .st-job-barriers-route-track article::before {
        display: none;
    }

    .st-job-barriers-route-track span {
        margin-bottom: 18px;
    }

    .st-job-barriers-route-summary {
        gap: 16px;
        padding: 24px 22px;
    }

    .st-job-barriers-route-summary strong {
        font-size: 24px;
    }

    .st-job-barriers-route-summary p {
        font-size: 16px;
    }

    .st-job-barriers-diagnostic-shell {
        padding: 24px;
    }

    .st-job-barriers-diagnostic-intro {
        gap: 18px;
        margin-bottom: 24px;
    }

    .st-job-barriers-diagnostic-intro h2 {
        font-size: 32px;
    }

    .st-job-barriers-diagnostic-intro p {
        font-size: 17px;
    }

    .st-job-barriers-diagnostic-grid article {
        min-height: 0;
    }

    .st-job-barriers-diagnostic-footer {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 22px;
    }

    .st-job-barriers-diagnostic-footer p {
        font-size: 16px;
    }

    .st-learning-system-grid {
        grid-template-columns: 1fr;
    }

    .st-learning-system-grid article {
        min-height: 0;
        padding: 22px;
        border-radius: 22px;
    }

    .st-learning-system-grid h3 {
        font-size: 20px;
    }

    .st-offer-support-shell {
        gap: 24px;
    }

    .st-offer-support-lead h2 {
        font-size: 34px;
    }

    .st-offer-support-lead p {
        font-size: 17px;
    }

    .st-offer-support-panel {
        padding: 26px;
        border-radius: 24px;
    }

    .st-offer-support-panel strong {
        font-size: 26px;
    }

    .st-offer-support-panel p {
        font-size: 16px;
    }

    .st-offer-support-result {
        gap: 12px;
        padding: 24px;
        border-radius: 24px;
    }

    .st-offer-support-result p {
        font-size: 18px;
    }

    .st-learning-path-layout {
        gap: 28px;
    }

    .st-learning-path-main h2 {
        font-size: 34px;
    }

    .st-learning-path-main > p {
        font-size: 17px;
    }

    .st-learning-path-steps {
        margin-top: 28px;
    }

    .st-learning-path-steps article {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        padding-bottom: 22px;
    }

    .st-learning-path-steps article:not(:last-child)::before {
        left: 22px;
        top: 46px;
    }

    .st-learning-path-steps span {
        width: 46px;
        height: 46px;
        border-width: 7px;
    }

    .st-learning-path-steps div {
        padding: 22px;
        border-radius: 22px;
    }

    .st-learning-path-steps h3 {
        font-size: 20px;
    }

    .st-learning-path-support {
        padding: 26px;
        border-radius: 24px;
    }

    .st-learning-path-support h3 {
        font-size: 27px;
    }

    .st-learning-path-support p {
        font-size: 16px;
    }

    .st-learning-path-support strong {
        font-size: 18px;
    }

    .st-offer-orbit-head {
        margin-bottom: 28px;
    }

    .st-offer-orbit-head h2 {
        font-size: 34px;
    }

    .st-offer-orbit-head p {
        font-size: 17px;
    }

    .st-offer-orbit-core {
        padding: 26px;
        border-radius: 24px;
    }

    .st-offer-orbit-core strong {
        font-size: 44px;
    }

    .st-offer-orbit-core p {
        font-size: 16px;
    }

    .st-offer-orbit-items {
        grid-template-columns: 1fr;
    }

    .st-offer-orbit-items article {
        min-height: 0;
        padding: 22px;
        border-radius: 22px;
    }

    .st-offer-orbit-finish {
        gap: 16px;
        padding: 24px;
        border-radius: 24px;
    }

    .st-offer-orbit-finish strong {
        font-size: 23px;
    }

    .st-offer-orbit-finish p {
        font-size: 16px;
    }

    .st-system-story-panel,
    .st-system-story-dark,
    .st-system-story-result {
        border-radius: 22px;
    }

    .st-system-story-top,
    .st-system-story-dark,
    .st-system-story-result {
        padding: 24px;
    }

    .st-system-story-head h2,
    .st-system-story-dark-copy h2 {
        font-size: 32px;
    }

    .st-system-story-head p {
        font-size: 16px;
    }

    .st-system-story-list article {
        grid-template-columns: 34px 38px minmax(0, 1fr);
        gap: 10px;
        padding-bottom: 16px;
    }

    .st-system-story-num {
        font-size: 17px;
        line-height: 38px;
    }

    .st-system-story-list i {
        width: 38px;
        height: 38px;
    }

    .st-system-story-list h3 {
        font-size: 17px;
    }

    .st-system-story-list p {
        font-size: 14px;
    }

    .st-system-story-dark-copy strong {
        font-size: 25px;
    }

    .st-system-story-route {
        padding: 0;
    }

    .st-system-story-route h3 {
        font-size: 24px;
    }

    .st-system-story-route-map,
    .st-system-story-cards {
        grid-template-columns: 1fr;
    }

    .st-route-line {
        display: none;
    }

    .st-route-line-down {
        display: none;
    }

    .st-system-story-route-node,
    .st-system-story-route-offer {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }

    .st-system-story-route-offer {
        transform: none;
    }

    .st-system-story-route-node span,
    .st-system-story-route-offer span {
        width: 59px;
        height: 59px;
    }

    .st-system-story-route-offer span {
        width: 72px;
        height: 72px;
    }

    .st-system-story-route-compare {
        padding: 20px;
    }

    .st-system-story-route-compare div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .st-system-story-route-compare i {
        width: 100%;
    }

    .st-system-story-cards article {
        min-height: 0;
    }

    .st-system-story-result-head h2 {
        font-size: 28px;
    }
}
