:root {
    --ys-ink: #101114;
    --ys-ink-soft: #1a1c20;
    --ys-paper: #f7f5f0;
    --ys-white: #ffffff;
    --ys-line: #d9d5cc;
    --ys-muted: #666a70;
    --ys-red: #d3342b;
    --ys-gold: #d8b44a;
    --ys-teal: #247c72;
    --ys-blue: #315e8a;
    --ys-width: 1200px;
}

#nav.ysov-legacy-nav-hook {
    display: none !important;
}

.ysov-page,
.ysov-page * {
    box-sizing: border-box;
}

.ysov-page {
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
    color: var(--ys-ink);
    background: var(--ys-paper);
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    letter-spacing: 0;
}

.ysov-page img {
    display: block;
    max-width: 100%;
}

.ysov-page a {
    color: inherit;
    text-decoration: none;
}

.ysov-shell {
    width: min(calc(100% - 48px), var(--ys-width));
    margin: 0 auto;
}

.ysov-kicker {
    display: block;
    margin: 0 0 14px;
    color: var(--ys-red);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.ysov-title {
    max-width: 880px;
    margin: 0;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
}

.ysov-intro {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--ys-muted);
    font-size: 17px;
    line-height: 1.9;
}

.ysov-section-head {
    margin-bottom: 48px;
}

.ysov-section-dark .ysov-title,
.ysov-section-dark .ysov-intro {
    color: var(--ys-white);
}

.ysov-section-dark .ysov-intro {
    color: #c9cbd0;
}

.ysov-section-dark .ysov-kicker {
    color: var(--ys-gold);
}

.ysov-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    color: var(--ys-white);
    background-image: url("/templets/xin/images/juzu02.jpg");
    background-size: cover;
    background-position: center;
}

.ysov-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(10, 10, 12, 0.79);
}

.ysov-hero-inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 48px), var(--ys-width));
    margin: 0 auto;
    padding: 78px 0 52px;
}

.ysov-hero-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border: 1px solid rgba(216, 180, 74, 0.7);
    color: var(--ys-gold);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.ysov-hero h1 {
    margin: 26px 0 0;
    color: var(--ys-white);
    font-size: 76px;
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: 0;
}

.ysov-hero h1 span {
    display: block;
    margin-top: 13px;
    color: var(--ys-red);
    font-size: 42px;
    line-height: 1.2;
}

.ysov-hero-copy {
    max-width: 720px;
    margin: 25px 0 0;
    color: #e4e4e6;
    font-size: 18px;
    line-height: 1.9;
}

.ysov-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ysov-action {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border: 1px solid var(--ys-white);
    border-radius: 4px;
    color: var(--ys-white);
    font-size: 15px;
    font-weight: 800;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ysov-action-primary {
    border-color: var(--ys-red);
    background: var(--ys-red);
}

.ysov-action:hover,
.ysov-action:focus-visible {
    border-color: var(--ys-gold);
    background: var(--ys-gold);
    color: var(--ys-ink);
    outline: 0;
}

.ysov-hero-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 850px;
    margin: 52px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.ysov-hero-fact {
    min-height: 104px;
    padding: 20px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.ysov-hero-fact:first-child {
    padding-left: 0;
}

.ysov-hero-fact:last-child {
    border-right: 0;
}

.ysov-hero-fact strong {
    display: block;
    color: var(--ys-gold);
    font-size: 31px;
    font-weight: 900;
    line-height: 1.1;
}

.ysov-hero-fact span {
    display: block;
    margin-top: 8px;
    color: #d7d7da;
    font-size: 13px;
    line-height: 1.55;
}

.ysov-anchor-nav {
    position: sticky;
    top: 70px;
    z-index: 50;
    border-bottom: 1px solid var(--ys-line);
    background: rgba(255, 255, 255, 0.96);
}

.ysov-anchor-track {
    display: flex;
    width: min(calc(100% - 48px), var(--ys-width));
    margin: 0 auto;
    overflow-x: auto;
    scrollbar-width: none;
}

.ysov-anchor-track::-webkit-scrollbar {
    display: none;
}

.ysov-anchor-track a {
    flex: 0 0 auto;
    padding: 18px 17px;
    border-bottom: 2px solid transparent;
    color: #404348;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.ysov-anchor-track a:hover,
.ysov-anchor-track a:focus-visible,
.ysov-anchor-track a.is-active {
    border-bottom-color: var(--ys-red);
    color: var(--ys-red);
    outline: 0;
}

.ysov-section {
    position: relative;
    scroll-margin-top: 132px;
    padding: 104px 0;
}

.ysov-section-white {
    background: var(--ys-white);
}

.ysov-section-paper {
    background: var(--ys-paper);
}

.ysov-section-dark {
    color: var(--ys-white);
    background: var(--ys-ink);
}

.ysov-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    gap: 76px;
    align-items: center;
}

.ysov-about-copy p {
    margin: 0 0 20px;
    color: #3e4248;
    font-size: 17px;
    line-height: 1.95;
}

.ysov-about-copy strong {
    color: var(--ys-ink);
}

.ysov-about-media {
    position: relative;
    min-height: 420px;
}

.ysov-about-media img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    border-radius: 6px;
    filter: contrast(1.03);
}

.ysov-about-note {
    position: absolute;
    right: -18px;
    bottom: -22px;
    width: min(300px, 76%);
    padding: 24px;
    border-radius: 4px;
    color: var(--ys-white);
    background: var(--ys-teal);
}

.ysov-about-note strong {
    display: block;
    font-size: 21px;
    line-height: 1.35;
}

.ysov-about-note span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
}

.ysov-advantage-list {
    border-top: 1px solid #393b40;
}

.ysov-advantage-row {
    display: grid;
    grid-template-columns: 90px minmax(230px, 0.7fr) minmax(0, 1.3fr);
    gap: 30px;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid #393b40;
}

.ysov-advantage-no {
    color: var(--ys-gold);
    font-size: 14px;
    font-weight: 900;
}

.ysov-advantage-row h3 {
    margin: 0;
    color: var(--ys-white);
    font-size: 24px;
    line-height: 1.35;
}

.ysov-advantage-row p {
    margin: 0;
    color: #bfc1c6;
    font-size: 16px;
    line-height: 1.85;
}

.ysov-pricing {
    border-top: 1px solid var(--ys-line);
    border-bottom: 1px solid var(--ys-line);
}

.ysov-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ysov-price-item {
    min-height: 260px;
    padding: 36px 34px;
    border-right: 1px solid var(--ys-line);
}

.ysov-price-item:last-child {
    border-right: 0;
}

.ysov-price-item span {
    display: block;
    color: var(--ys-red);
    font-size: 13px;
    font-weight: 900;
}

.ysov-price-item strong {
    display: block;
    margin-top: 15px;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.ysov-price-item h3 {
    margin: 18px 0 0;
    font-size: 22px;
    line-height: 1.35;
}

.ysov-price-item p {
    margin: 10px 0 0;
    color: var(--ys-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ysov-price-check {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 56px;
    align-items: start;
    margin-top: 48px;
}

.ysov-price-check h3 {
    margin: 0;
    font-size: 27px;
    line-height: 1.45;
}

.ysov-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    border-top: 1px solid var(--ys-line);
}

.ysov-check-list span {
    padding: 15px 0;
    border-bottom: 1px solid var(--ys-line);
    color: #3d4147;
    font-size: 15px;
    line-height: 1.6;
}

.ysov-learning {
    color: var(--ys-white);
    background-image: url("/templets/xin/images/730-2_02.jpg");
    background-size: cover;
    background-position: center;
}

.ysov-learning::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(12, 13, 16, 0.88);
}

.ysov-learning .ysov-shell {
    position: relative;
    z-index: 1;
}

.ysov-method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.ysov-method {
    min-height: 290px;
    padding: 38px 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.ysov-method:last-child {
    border-right: 0;
}

.ysov-method strong {
    color: var(--ys-gold);
    font-size: 58px;
    line-height: 1;
}

.ysov-method h3 {
    margin: 21px 0 0;
    font-size: 22px;
    line-height: 1.4;
}

.ysov-method p {
    margin: 12px 0 0;
    color: #d1d2d5;
    font-size: 15px;
    line-height: 1.8;
}

.ysov-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 245px;
    gap: 14px;
}

.ysov-proof {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 4px;
    color: var(--ys-white);
    background: #24262b;
    cursor: zoom-in;
    text-align: left;
}

.ysov-proof-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.ysov-proof-wide {
    grid-column: span 2;
}

.ysov-proof img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease, opacity 260ms ease;
}

.ysov-proof::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(7, 8, 10, 0.44);
    transition: background-color 200ms ease;
}

.ysov-proof-copy {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px;
}

.ysov-proof-copy span {
    display: block;
    color: var(--ys-gold);
    font-size: 12px;
    font-weight: 900;
}

.ysov-proof-copy strong {
    display: block;
    margin-top: 7px;
    font-size: 19px;
    line-height: 1.4;
}

.ysov-proof-copy em {
    display: block;
    margin-top: 7px;
    color: #e1e2e4;
    font-size: 13px;
    font-style: normal;
    line-height: 1.5;
}

.ysov-proof:hover img,
.ysov-proof:focus-visible img {
    transform: scale(1.035);
}

.ysov-proof:hover::after,
.ysov-proof:focus-visible::after {
    background: rgba(7, 8, 10, 0.23);
}

.ysov-proof:focus-visible {
    outline: 2px solid var(--ys-gold);
    outline-offset: 2px;
}

.ysov-evidence-note {
    margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid #37393f;
    color: #adafb4;
    font-size: 13px;
    line-height: 1.8;
}

.ysov-course-list {
    border-top: 1px solid var(--ys-line);
}

.ysov-course {
    display: grid;
    grid-template-columns: 110px 220px minmax(0, 1fr) 120px;
    gap: 26px;
    align-items: center;
    min-height: 120px;
    border-bottom: 1px solid var(--ys-line);
    transition: color 160ms ease, background-color 160ms ease;
}

.ysov-course:hover,
.ysov-course:focus-visible {
    color: var(--ys-white);
    background: var(--ys-red);
    outline: 0;
}

.ysov-course-no {
    color: var(--ys-red);
    font-size: 14px;
    font-weight: 900;
    transition: color 160ms ease;
}

.ysov-course:hover .ysov-course-no,
.ysov-course:focus-visible .ysov-course-no {
    color: var(--ys-gold);
}

.ysov-course strong {
    font-size: 27px;
    line-height: 1.3;
}

.ysov-course span {
    color: var(--ys-muted);
    font-size: 15px;
    line-height: 1.75;
    transition: color 160ms ease;
}

.ysov-course:hover span,
.ysov-course:focus-visible span {
    color: #f3f3f4;
}

.ysov-course em {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    text-align: right;
}

.ysov-teacher-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.ysov-teacher {
    border-top: 3px solid var(--ys-ink);
}

.ysov-teacher img {
    width: 100%;
    aspect-ratio: 7 / 8;
    object-fit: cover;
    object-position: center top;
    filter: saturate(0.82);
}

.ysov-teacher-copy {
    padding: 22px 0 0;
}

.ysov-teacher-copy span {
    color: var(--ys-red);
    font-size: 12px;
    font-weight: 900;
}

.ysov-teacher-copy h3 {
    margin: 8px 0 0;
    font-size: 22px;
    line-height: 1.4;
}

.ysov-teacher-copy p {
    margin: 9px 0 0;
    color: var(--ys-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ysov-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--ys-line);
    border-bottom: 1px solid var(--ys-line);
}

.ysov-step {
    min-height: 235px;
    padding: 30px 24px;
    border-right: 1px solid var(--ys-line);
}

.ysov-step:last-child {
    border-right: 0;
}

.ysov-step span {
    color: var(--ys-blue);
    font-size: 13px;
    font-weight: 900;
}

.ysov-step strong {
    display: block;
    margin-top: 17px;
    font-size: 21px;
    line-height: 1.4;
}

.ysov-step p {
    margin: 10px 0 0;
    color: var(--ys-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ysov-faq {
    border-top: 1px solid var(--ys-line);
}

.ysov-faq details {
    border-bottom: 1px solid var(--ys-line);
}

.ysov-faq summary {
    position: relative;
    padding: 24px 52px 24px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    list-style: none;
}

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

.ysov-faq summary::after {
    position: absolute;
    top: 22px;
    right: 3px;
    content: "+";
    color: var(--ys-red);
    font-size: 28px;
    font-weight: 400;
}

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

.ysov-faq p {
    max-width: 840px;
    margin: -5px 0 24px;
    color: var(--ys-muted);
    font-size: 15px;
    line-height: 1.85;
}

.ysov-final {
    padding: 76px 0;
    color: var(--ys-white);
    background: var(--ys-red);
}

.ysov-final .ysov-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.ysov-final h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.25;
}

.ysov-final p {
    max-width: 700px;
    margin: 13px 0 0;
    color: #ffe8e6;
    font-size: 16px;
    line-height: 1.8;
}

.ysov-final .ysov-action {
    min-width: 170px;
    background: var(--ys-white);
    color: var(--ys-red);
}

.ysov-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background: rgba(5, 5, 7, 0.92);
}

.ysov-lightbox.is-open {
    display: flex;
}

.ysov-lightbox img {
    max-width: min(1100px, 94vw);
    max-height: 88vh;
    object-fit: contain;
    background: var(--ys-white);
}

.ysov-lightbox-close {
    position: absolute;
    top: 18px;
    right: 24px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    color: var(--ys-white);
    background: transparent;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
}

.ysov-lightbox-close:focus-visible {
    outline: 2px solid var(--ys-gold);
    outline-offset: 2px;
}

.ysov-mobile-header,
.ysov-mobile-menu {
    display: none;
}

@media (max-width: 980px) {
    .ysov-page {
        padding-top: 0;
    }

    .ysov-mobile-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        display: flex;
        height: 56px;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        border-bottom: 1px solid #292b30;
        background: #090a0c;
    }

    #jesong_panel.jesong_pan_icon {
        top: 68px !important;
        right: 4px !important;
        left: auto !important;
    }

    .ysov-mobile-brand img {
        width: auto;
        height: 35px;
        object-fit: contain;
    }

    .ysov-menu-toggle {
        position: relative;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        color: var(--ys-white);
        background: transparent;
        cursor: pointer;
    }

    .ysov-menu-toggle span,
    .ysov-menu-toggle::before,
    .ysov-menu-toggle::after {
        position: absolute;
        right: 8px;
        left: 8px;
        height: 2px;
        content: "";
        background: currentColor;
        transition: transform 180ms ease, top 180ms ease, opacity 180ms ease;
    }

    .ysov-menu-toggle::before {
        top: 12px;
    }

    .ysov-menu-toggle span {
        top: 20px;
    }

    .ysov-menu-toggle::after {
        top: 28px;
    }

    .ysov-menu-toggle[aria-expanded="true"]::before {
        top: 20px;
        transform: rotate(45deg);
    }

    .ysov-menu-toggle[aria-expanded="true"] span {
        opacity: 0;
    }

    .ysov-menu-toggle[aria-expanded="true"]::after {
        top: 20px;
        transform: rotate(-45deg);
    }

    .ysov-mobile-menu {
        position: fixed;
        top: 56px;
        right: 0;
        left: 0;
        z-index: 999;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-bottom: 1px solid #2f3136;
        background: #111216;
    }

    .ysov-mobile-menu.is-open {
        display: grid;
    }

    .ysov-mobile-menu a {
        padding: 16px;
        border-right: 1px solid #2f3136;
        border-bottom: 1px solid #2f3136;
        color: #f4f4f5;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
    }

    .ysov-shell,
    .ysov-hero-inner,
    .ysov-anchor-track {
        width: min(calc(100% - 32px), var(--ys-width));
    }

    .ysov-hero {
        min-height: 788px;
        margin-top: 56px;
        background-position: 38% center;
    }

    .ysov-hero-inner {
        padding: 58px 0 38px;
    }

    .ysov-hero h1 {
        font-size: 50px;
    }

    .ysov-hero h1 span {
        font-size: 31px;
    }

    .ysov-hero-copy {
        font-size: 16px;
        line-height: 1.8;
    }

    .ysov-hero-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 560px;
    }

    .ysov-hero-fact:nth-child(2) {
        border-right: 0;
    }

    .ysov-hero-fact:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .ysov-hero-fact:nth-child(3) {
        padding-left: 0;
    }

    .ysov-anchor-nav {
        top: 56px;
    }

    .ysov-about-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ysov-about-media {
        min-height: 0;
    }

    .ysov-advantage-row {
        grid-template-columns: 55px 220px minmax(0, 1fr);
        gap: 20px;
    }

    .ysov-price-check {
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

    .ysov-course {
        grid-template-columns: 70px 180px minmax(0, 1fr);
    }

    .ysov-course em {
        display: none;
    }

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

    .ysov-step:nth-child(2),
    .ysov-step:nth-child(4) {
        border-right: 0;
    }

    .ysov-step:nth-child(-n+4) {
        border-bottom: 1px solid var(--ys-line);
    }
}

@media (max-width: 640px) {
    .ysov-title {
        font-size: 32px;
        line-height: 1.25;
    }

    .ysov-intro {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.8;
    }

    .ysov-section-head {
        margin-bottom: 34px;
    }

    .ysov-section {
        scroll-margin-top: 112px;
        padding: 70px 0;
    }

    .ysov-hero {
        min-height: 780px;
    }

    .ysov-hero-label {
        font-size: 12px;
    }

    .ysov-hero h1 {
        margin-top: 22px;
        font-size: 43px;
    }

    .ysov-hero h1 span {
        margin-top: 10px;
        font-size: 27px;
        line-height: 1.35;
    }

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

    .ysov-action {
        min-width: 0;
        padding: 10px 12px;
        font-size: 14px;
    }

    .ysov-hero-facts {
        margin-top: 38px;
    }

    .ysov-hero-fact {
        min-height: 93px;
        padding: 17px 12px;
    }

    .ysov-hero-fact strong {
        font-size: 25px;
    }

    .ysov-anchor-track {
        width: 100%;
        padding: 0 8px;
    }

    .ysov-anchor-track a {
        padding: 15px 12px;
        font-size: 13px;
    }

    .ysov-about-copy p {
        font-size: 15px;
        line-height: 1.85;
    }

    .ysov-about-media img {
        min-height: 250px;
    }

    .ysov-about-note {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 0;
        border-radius: 0 0 4px 4px;
    }

    .ysov-advantage-row {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 25px 0;
    }

    .ysov-advantage-row p {
        grid-column: 2;
        font-size: 14px;
    }

    .ysov-advantage-row h3 {
        font-size: 20px;
    }

    .ysov-price-grid,
    .ysov-method-grid,
    .ysov-teacher-layout,
    .ysov-steps {
        grid-template-columns: 1fr;
    }

    .ysov-price-item,
    .ysov-method,
    .ysov-step {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--ys-line);
    }

    .ysov-price-item:last-child,
    .ysov-method:last-child,
    .ysov-step:last-child {
        border-bottom: 0;
    }

    .ysov-price-item strong {
        font-size: 38px;
    }

    .ysov-check-list {
        grid-template-columns: 1fr;
    }

    .ysov-learning {
        background-position: 38% center;
    }

    .ysov-method {
        padding: 29px 0;
        border-color: rgba(255, 255, 255, 0.24);
    }

    .ysov-method strong {
        font-size: 48px;
    }

    .ysov-proof-grid {
        grid-auto-rows: 215px;
        gap: 9px;
    }

    .ysov-proof-featured {
        grid-column: span 2;
        grid-row: span 2;
    }

    .ysov-proof-wide {
        grid-column: span 2;
    }

    .ysov-proof-copy {
        padding: 14px;
    }

    .ysov-proof-copy strong {
        font-size: 16px;
    }

    .ysov-proof-copy em {
        font-size: 12px;
    }

    .ysov-course {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 10px;
        min-height: 0;
        padding: 22px 0;
    }

    .ysov-course strong {
        font-size: 21px;
    }

    .ysov-course span {
        grid-column: 2;
        font-size: 14px;
    }

    .ysov-teacher-layout {
        gap: 38px;
    }

    .ysov-teacher img {
        aspect-ratio: 4 / 4.6;
    }

    .ysov-step:nth-child(n) {
        border-right: 0;
    }

    .ysov-faq summary {
        padding: 20px 42px 20px 0;
        font-size: 17px;
    }

    .ysov-faq summary::after {
        top: 18px;
    }

    .ysov-final {
        padding: 58px 0;
    }

    .ysov-final .ysov-shell {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .ysov-final h2 {
        font-size: 30px;
    }

    .ysov-lightbox {
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ysov-page *,
    .ysov-page *::before,
    .ysov-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
