.yth-article {
    --yth-ink: #102c2a;
    --yth-green: #0f6258;
    --yth-mint: #c9f36b;
    --yth-coral: #ff7456;
    --yth-paper: #f4f7f2;
    color: var(--yth-ink);
    font-size: 16px;
    margin-top: 32px;
}
.yth-article *, .yth-article *::before, .yth-article *::after { box-sizing: border-box; }
.yth-article a { color: inherit; }
.yth-kicker { margin: 0 0 12px !important; font-size: 14px !important; line-height: 1.4 !important; font-weight: 800; letter-spacing: .14em; }
.yth-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 15px 22px; background: var(--yth-mint); color: var(--yth-ink) !important; font-size: 15px; font-weight: 800; text-decoration: none !important; border: 1px solid var(--yth-mint); transition: transform .2s ease, background .2s ease; }
.yth-button:hover { transform: translateY(-2px); background: #dcff8d; }
.yth-button span { font-size: 20px; }
.yth-lead { margin: 0 0 88px; }
.yth-lead p { margin: 0 0 28px !important; color: #283a35; font-size: 16px; line-height: 2.1; }
.yth-lead p:last-child { margin-bottom: 0 !important; }
.yth-feature { margin: 0 0 128px; }
.yth-feature__head { display: grid; grid-template-columns: 116px 1fr; gap: 24px; align-items: end; margin-bottom: 34px; padding-bottom: 26px; border-bottom: 2px solid var(--yth-ink); }
.yth-feature__number { margin: 0 !important; color: var(--yth-coral); font-size: 68px !important; line-height: .8 !important; font-weight: 800; }
.yth-feature__head .yth-kicker { color: var(--yth-green); }
.post_content .yth-feature h2 { margin: 0 0 7px; padding: 0; border: 0; background: none; color: var(--yth-ink); font-size: 30px; line-height: 1.35; letter-spacing: 0; }
.post_content .yth-feature h2::after { display: none; }
.yth-feature__meta { margin: 0 !important; color: #65736d; font-size: 14px !important; line-height: 1.5 !important; }
.yth-compare { display: grid; grid-template-columns: 1fr 1fr; }
.yth-compare > div { min-width: 0; padding: 34px 36px 38px; }
.yth-compare__problem { background: #eff2ee; }
.yth-compare__solution { background: var(--yth-green); color: #fff; }
.yth-label { display: flex; align-items: center; gap: 12px; margin: 0 0 28px !important; font-size: 14px !important; line-height: 1.3 !important; font-weight: 800; letter-spacing: .1em; }
.yth-label span:not(.yth-emotion), .yth-label small { display: block; }
.yth-label small { margin-top: 3px; font-size: 14px; letter-spacing: 0; }
.yth-emotion { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; background: #fff; border-radius: 50%; font-size: 25px; line-height: 1; }
.yth-compare__problem .yth-label { color: #717e77; }
.yth-compare__solution .yth-label { color: var(--yth-mint); }
.post_content .yth-compare h3 { min-height: 3.1em; margin: 0 0 20px; padding: 0; border: 0; color: inherit; font-size: 21px; line-height: 1.55; letter-spacing: 0; }
.post_content .yth-compare h3::before { display: none; }
.yth-compare p:last-child { margin: 0 !important; color: inherit; font-size: 15px; line-height: 2.15; letter-spacing: .035em; }
.yth-screen { margin: 34px 0 0 !important; }
.yth-screen img { display: block; width: 100%; height: auto; border: 1px solid #cbd5cf; box-shadow: 0 18px 42px rgba(16, 44, 42, .12); }
.yth-screen figcaption { display: flex; align-items: baseline; gap: 16px; margin-top: 14px; color: #52635b; font-size: 14px; line-height: 1.7; }
.yth-screen figcaption span { flex: 0 0 auto; color: var(--yth-green); font-size: 14px; font-weight: 800; letter-spacing: .1em; }
.yth-screen--dashboard { margin: -64px 0 104px !important; }
.yth-flow { margin: 0 calc(50% - 50vw) 112px; padding: 82px max(32px, calc((100vw - 940px) / 2)); background: var(--yth-paper); }
.yth-flow__intro { display: grid; grid-template-columns: 190px 1fr; column-gap: 38px; align-items: start; margin-bottom: 48px; }
.yth-flow__intro .yth-kicker { grid-row: 1 / 3; color: var(--yth-green); font-size: 15px !important; }
.post_content .yth-flow h2 { margin: 0 0 16px; padding: 0; border: 0; background: none; color: var(--yth-ink); font-size: 31px; line-height: 1.4; letter-spacing: 0; }
.post_content .yth-flow h2::after { display: none; }
.yth-flow__intro > p:last-child { margin: 0 !important; font-size: 17px; line-height: 1.9; }
.yth-flow__list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0 !important; padding: 0 !important; list-style: none; border-top: 1px solid var(--yth-ink); border-bottom: 1px solid var(--yth-ink); }
.yth-flow__list li { position: relative; min-width: 0; min-height: 220px; margin: 0 !important; padding: 28px 18px !important; border-right: 1px solid #aab5ae; }
.yth-flow__list li:last-child { border-right: 0; }
.yth-flow__list li:not(:last-child)::after { content: '\2192'; position: absolute; right: -17px; top: 94px; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; background: var(--yth-paper); color: var(--yth-green); font-size: 21px; font-weight: 800; }
.yth-flow__list span, .yth-flow__list b, .yth-flow__list small { display: block; }
.yth-flow__list span { margin-bottom: 40px; color: var(--yth-coral); font-size: 16px; font-weight: 800; }
.yth-flow__list b { margin-bottom: 12px; font-size: 19px; line-height: 1.45; }
.yth-flow__list small { color: #52635b; font-size: 16px; line-height: 1.75; }
.yth-final { margin: 0 0 104px; padding: 72px 70px; background: var(--yth-ink); color: #fff; text-align: center; }
.yth-final .yth-kicker { color: var(--yth-mint); }
.post_content .yth-final h2 { margin: 0 0 24px; padding: 0; border: 0; background: none; color: #fff; font-size: 38px; line-height: 1.45; letter-spacing: 0; }
.post_content .yth-final h2::after { display: none; }
.yth-final > p:not(.yth-kicker) { max-width: 660px; margin: 0 auto 32px !important; color: #dce9e5; font-size: 15px; line-height: 2; }
.yth-final > small { display: block; margin-top: 15px; color: #a9bbb5; font-size: 14px; letter-spacing: .1em; }
@media (max-width: 900px) {
    .yth-flow__list { grid-template-columns: 1fr; }
    .yth-flow__list li { min-height: 0; padding: 26px 18px 26px 78px !important; border-right: 0; border-bottom: 1px solid #aab5ae; }
    .yth-flow__list li:last-child { border-bottom: 0; }
    .yth-flow__list li:not(:last-child)::after { content: '\2193'; top: auto; right: auto; bottom: -17px; left: 22px; }
    .yth-flow__list span { position: absolute; left: 20px; top: 29px; margin: 0; }
}
@media (max-width: 600px) {
    .yth-article { margin-top: 28px; }
    .yth-button { width: 100%; }
    .yth-flow__intro { grid-template-columns: 1fr; gap: 14px; }
    .yth-lead { margin-bottom: 68px; }
    .yth-lead p { font-size: 15px; }
    .yth-feature { margin-bottom: 86px; }
    .yth-feature__head { grid-template-columns: 66px 1fr; gap: 14px; }
    .yth-feature__number { font-size: 48px !important; }
    .post_content .yth-feature h2 { font-size: 22px; }
    .yth-compare { grid-template-columns: 1fr; }
    .yth-compare > div { padding: 28px 22px 31px; }
    .post_content .yth-compare h3 { min-height: 0; font-size: 19px; }
    .yth-screen { margin-top: 24px !important; }
    .yth-screen figcaption { display: block; font-size: 14px; }
    .yth-screen figcaption span { margin-bottom: 4px; }
    .yth-screen--dashboard { margin: -38px 0 72px !important; }
    .yth-flow { margin-bottom: 76px; padding: 56px 20px; }
    .yth-flow__intro .yth-kicker { grid-row: auto; }
    .post_content .yth-flow h2 { font-size: 25px; }
    .yth-final { margin-bottom: 72px; padding: 52px 20px; }
    .post_content .yth-final h2 { font-size: 29px; }
}
@media (prefers-reduced-motion: reduce) { .yth-button { transition: none; } }
