.swing-265-body .swing-265-page {
    --s265-navy: #26354a;
    --s265-blue: #2d7185;
    --s265-blue-dark: #1d5363;
    --s265-red: #c84b58;
    --s265-red-dark: #96333e;
    --s265-green: #5d7a6b;
    --s265-gold: #a77b36;
    --s265-ink: #2b3a45;
    --s265-muted: #5b6a75;
    --s265-line: #d9e2e7;
    --s265-soft: #f6f8fa;
    --s265-sky: #eef4f7;
    color: var(--s265-ink);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.swing-265-body .swing-265-page *,
.swing-265-body .swing-265-page *::before,
.swing-265-body .swing-265-page *::after {
    box-sizing: border-box;
}

.swing-265-body .swing-265-page a {
    color: var(--s265-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.swing-265-body .swing-265-page a:hover,
.swing-265-body .swing-265-page a:focus-visible {
    color: var(--s265-red-dark);
}

.swing-265-body .swing-265-header {
    display: block;
    height: auto;
    padding: 10px 0 24px;
    background: transparent;
    font-family: inherit;
    font-weight: 400;
}

.swing-265-body .swing-265-eyebrow {
    margin: 0 0 8px;
    color: var(--s265-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
}

.swing-265-body .swing-265-title {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--s265-navy);
    font-size: clamp(28px, 4.3vw, 44px);
    line-height: 1.35;
    letter-spacing: .02em;
    word-break: keep-all;
    overflow-wrap: normal;
}

.swing-265-body .swing-265-lead {
    margin: 18px 0 0;
    color: #445563;
    font-size: 17px;
}

.swing-265-body .swing-265-hero {
    margin: 0 0 28px;
    overflow: hidden;
    border-radius: 18px;
    background: #f4f1eb;
    box-shadow: 0 14px 35px rgba(27, 48, 65, .14);
}

.swing-265-body .swing-265-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.swing-265-body .swing-265-conclusion {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    margin: 0 0 32px;
    padding: 23px 25px;
    border: 1px solid #c7dbe4;
    border-left: 6px solid var(--s265-blue);
    border-radius: 14px;
    background: linear-gradient(135deg, #eef6fa 0%, #fff 100%);
}

.swing-265-body .swing-265-conclusion__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: var(--s265-blue);
    color: #fff;
    font-size: 24px;
}

.swing-265-body .swing-265-conclusion__label {
    margin: 0 0 4px;
    color: var(--s265-blue-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.swing-265-body .swing-265-conclusion p:last-child {
    margin: 0;
}

.swing-265-body .swing-265-section {
    margin: 0 0 58px;
}

.swing-265-body .swing-265-anchor {
    scroll-margin-top: 90px;
}

.swing-265-body .swing-265-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 22px;
    padding-bottom: 13px;
    border-bottom: 2px solid var(--s265-line);
}

.swing-265-body .swing-265-heading > span {
    flex: 0 0 auto;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    background: var(--s265-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.swing-265-body .swing-265-heading h2 {
    margin: 1px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--s265-navy);
    font-size: clamp(23px, 3.3vw, 31px);
    line-height: 1.45;
}

.swing-265-body .swing-265-section > p {
    margin: 0 0 18px;
}

.swing-265-body .swing-265-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.swing-265-body .swing-265-summary-grid article {
    padding: 25px 22px;
    border: 1px solid var(--s265-line);
    border-top: 5px solid var(--s265-blue);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(30, 52, 69, .06);
}

.swing-265-body .swing-265-summary-grid article:nth-child(2) {
    border-top-color: var(--s265-red);
}

.swing-265-body .swing-265-summary-grid article:nth-child(3) {
    border-top-color: var(--s265-green);
}

.swing-265-body .swing-265-summary-grid i {
    color: var(--s265-blue);
    font-size: 29px;
}

.swing-265-body .swing-265-summary-grid article:nth-child(2) i {
    color: var(--s265-red);
}

.swing-265-body .swing-265-summary-grid article:nth-child(3) i {
    color: var(--s265-green);
}

.swing-265-body .swing-265-summary-grid h3 {
    margin: 13px 0 10px;
    color: var(--s265-navy);
    font-size: 19px;
    line-height: 1.5;
}

.swing-265-body .swing-265-summary-grid p {
    margin: 0;
    color: var(--s265-muted);
}

.swing-265-body .swing-265-toc {
    margin: 0 0 46px;
    padding: 24px 26px;
    border: 1px solid var(--s265-line);
    border-radius: 14px;
    background: var(--s265-soft);
}

.swing-265-body .swing-265-toc__title {
    margin: 0 0 12px;
    color: var(--s265-navy);
    font-weight: 800;
}

.swing-265-body .swing-265-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 32px;
    margin: 0;
    padding-left: 22px;
}

.swing-265-body .swing-265-toc a {
    color: #34495b;
    font-weight: 600;
}

.swing-265-body .swing-265-file-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin: 28px 0;
}

.swing-265-body .swing-265-file-grid article {
    position: relative;
    min-height: 205px;
    padding: 26px 23px 22px;
    border: 1px solid var(--s265-line);
    border-radius: 15px;
    background: #fff;
}

.swing-265-body .swing-265-file-grid article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--s265-sky);
    color: var(--s265-blue-dark);
    font-size: 13px;
    font-weight: 800;
}

.swing-265-body .swing-265-file-grid h3 {
    margin: 15px 0 9px;
    color: var(--s265-navy);
    font-size: 19px;
    line-height: 1.5;
}

.swing-265-body .swing-265-file-grid p {
    margin: 0;
    color: var(--s265-muted);
}

.swing-265-body .swing-265-note {
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid #ead8b2;
    border-left: 6px solid var(--s265-gold);
    border-radius: 13px;
    background: #fffaf0;
}

.swing-265-body .swing-265-note h3 {
    margin: 0 0 8px;
    color: #6c4d13;
    font-size: 18px;
}

.swing-265-body .swing-265-note p {
    margin: 0;
    color: #5f5541;
}

.swing-265-body .swing-265-step-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.swing-265-body .swing-265-step-list li {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    position: relative;
    padding: 0 0 28px;
}

.swing-265-body .swing-265-step-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 51px;
    left: 27px;
    width: 2px;
    height: calc(100% - 44px);
    background: #cbdbe2;
}

.swing-265-body .swing-265-step-list__number {
    position: relative;
    z-index: 1;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 5px solid #fff;
    border-radius: 50%;
    background: var(--s265-blue);
    box-shadow: 0 0 0 1px #c7d8df;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.swing-265-body .swing-265-step-list li > div {
    padding: 19px 22px;
    border: 1px solid var(--s265-line);
    border-radius: 14px;
    background: #fff;
}

.swing-265-body .swing-265-step-list h3 {
    margin: 0 0 8px;
    color: var(--s265-navy);
    font-size: 20px;
}

.swing-265-body .swing-265-step-list p {
    margin: 0;
}

.swing-265-body .swing-265-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.swing-265-body .swing-265-check-grid article {
    position: relative;
    padding: 24px 23px 22px 74px;
    border: 1px solid var(--s265-line);
    border-radius: 14px;
    background: #fff;
}

.swing-265-body .swing-265-check-grid i {
    position: absolute;
    top: 24px;
    left: 22px;
    color: var(--s265-red);
    font-size: 30px;
}

.swing-265-body .swing-265-check-grid h3 {
    margin: 0 0 7px;
    color: var(--s265-navy);
    font-size: 19px;
}

.swing-265-body .swing-265-check-grid p {
    margin: 0;
    color: var(--s265-muted);
}

.swing-265-body .swing-265-inline-guide {
    padding: 18px 21px;
    border-radius: 11px;
    background: var(--s265-sky);
}

.swing-265-body .swing-265-table-wrap {
    width: 100%;
    margin: 26px 0 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--s265-line);
    border-radius: 14px;
}

.swing-265-body .swing-265-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
}

.swing-265-body .swing-265-table th,
.swing-265-body .swing-265-table td {
    padding: 16px 17px;
    border-right: 1px solid var(--s265-line);
    border-bottom: 1px solid var(--s265-line);
    vertical-align: top;
    text-align: left;
}

.swing-265-body .swing-265-table tr > *:last-child {
    border-right: 0;
}

.swing-265-body .swing-265-table tbody tr:last-child > * {
    border-bottom: 0;
}

.swing-265-body .swing-265-table thead th {
    background: var(--s265-navy);
    color: #fff;
    font-weight: 800;
}

.swing-265-body .swing-265-table tbody th {
    width: 24%;
    background: #f3f7f9;
    color: var(--s265-navy);
    font-weight: 800;
}

.swing-265-body .swing-265-tip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.swing-265-body .swing-265-tip-grid article {
    padding: 24px 22px;
    border: 1px solid var(--s265-line);
    border-radius: 14px;
    background: var(--s265-soft);
}

.swing-265-body .swing-265-tip-grid i {
    color: var(--s265-green);
    font-size: 27px;
}

.swing-265-body .swing-265-tip-grid h3 {
    margin: 12px 0 8px;
    color: var(--s265-navy);
    font-size: 18px;
}

.swing-265-body .swing-265-tip-grid p {
    margin: 0;
}

.swing-265-body .swing-265-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 16px;
    margin: 26px 0 20px;
    padding: 0;
    list-style: none;
}

.swing-265-body .swing-265-checklist li {
    position: relative;
    min-height: 58px;
    padding: 15px 16px 15px 52px;
    border: 1px solid var(--s265-line);
    border-radius: 11px;
    background: #fff;
}

.swing-265-body .swing-265-checklist li span {
    position: absolute;
    top: 15px;
    left: 17px;
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    background: #e8f2ee;
    color: var(--s265-green);
    font-weight: 900;
    line-height: 1;
}

.swing-265-body .swing-265-resource-grid,
.swing-265-body .swing-265-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.swing-265-body .swing-265-resource-grid a,
.swing-265-body .swing-265-related-grid a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 3px;
    min-height: 120px;
    padding: 22px;
    border: 1px solid var(--s265-line);
    border-radius: 14px;
    background: #fff;
    color: var(--s265-ink);
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(30, 52, 69, .045);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.swing-265-body .swing-265-resource-grid a:hover,
.swing-265-body .swing-265-resource-grid a:focus-visible,
.swing-265-body .swing-265-related-grid a:hover,
.swing-265-body .swing-265-related-grid a:focus-visible {
    transform: translateY(-2px);
    border-color: #a9c4d0;
    color: var(--s265-ink);
    box-shadow: 0 13px 27px rgba(30, 52, 69, .09);
}

.swing-265-body .swing-265-resource-grid i {
    grid-row: 1 / 3;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 11px;
    background: var(--s265-sky);
    color: var(--s265-blue);
    font-size: 20px;
}

.swing-265-body .swing-265-resource-grid strong,
.swing-265-body .swing-265-related-grid strong {
    color: var(--s265-navy);
    font-size: 17px;
    line-height: 1.55;
}

.swing-265-body .swing-265-resource-grid span,
.swing-265-body .swing-265-related-grid span {
    color: var(--s265-muted);
    font-size: 14px;
    line-height: 1.7;
}

.swing-265-body .swing-265-related {
    margin: 0 0 54px;
}

.swing-265-body .swing-265-related-grid a {
    display: block;
    min-height: 105px;
}

.swing-265-body .swing-265-related-grid span {
    display: block;
    margin-top: 6px;
}

.swing-265-body .swing-265-backlink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    font-weight: 700;
}

.swing-265-body .swing-265-faq details {
    overflow: hidden;
    border: 1px solid var(--s265-line);
    border-radius: 12px;
    background: #fff;
}

.swing-265-body .swing-265-faq details + details {
    margin-top: 13px;
}

.swing-265-body .swing-265-faq summary {
    position: relative;
    padding: 19px 54px 19px 23px;
    color: var(--s265-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.swing-265-body .swing-265-faq summary::-webkit-details-marker {
    display: none;
}

.swing-265-body .swing-265-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--s265-blue);
    font-size: 25px;
    font-weight: 400;
}

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

.swing-265-body .swing-265-faq details > div {
    padding: 0 23px 20px;
    border-top: 1px solid var(--s265-line);
    background: #fbfcfd;
}

.swing-265-body .swing-265-faq details > div p {
    margin: 16px 0 0;
}

.swing-265-body .swing-265-final-cta {
    position: relative;
    padding: 38px 36px;
    overflow: hidden;
    border-radius: 19px;
    background: linear-gradient(135deg, #243f50 0%, #315f71 100%);
    color: #fff;
    text-align: center;
}

.swing-265-body .swing-265-final-cta::before,
.swing-265-body .swing-265-final-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
}

.swing-265-body .swing-265-final-cta::before {
    top: -80px;
    right: -55px;
    width: 220px;
    height: 220px;
}

.swing-265-body .swing-265-final-cta::after {
    bottom: -85px;
    left: -55px;
    width: 180px;
    height: 180px;
}

.swing-265-body .swing-265-final-cta > * {
    position: relative;
    z-index: 1;
}

.swing-265-body .swing-265-final-cta__icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin: 0 auto 13px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
    color: #fff;
    font-size: 26px;
}

.swing-265-body .swing-265-final-cta__eyebrow {
    margin: 0 0 8px;
    color: #d9e8ee;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.swing-265-body .swing-265-final-cta h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: clamp(23px, 3.4vw, 31px);
    line-height: 1.5;
}

.swing-265-body .swing-265-final-cta > p:not(.swing-265-final-cta__eyebrow) {
    max-width: 760px;
    margin: 17px auto 0;
    color: #edf4f6;
}

.swing-265-body .swing-265-final-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 25px;
}

.swing-265-body .swing-265-btn {
    display: inline-flex;
    min-width: 250px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.swing-265-body .swing-265-btn--primary,
.swing-265-body .swing-265-btn--primary:link,
.swing-265-body .swing-265-btn--primary:visited {
    border-color: #fff;
    background-color: #fff;
    color: #244655;
}

.swing-265-body .swing-265-btn--primary:hover,
.swing-265-body .swing-265-btn--primary:focus-visible {
    border-color: #f1d9a7;
    background-color: #f1d9a7;
    color: #4d3510;
    transform: translateY(-2px);
}

.swing-265-body .swing-265-btn--secondary,
.swing-265-body .swing-265-btn--secondary:link,
.swing-265-body .swing-265-btn--secondary:visited {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.swing-265-body .swing-265-btn--secondary:hover,
.swing-265-body .swing-265-btn--secondary:focus-visible {
    border-color: #fff;
    background-color: #fff;
    color: #244655;
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .swing-265-body .swing-265-summary-grid,
    .swing-265-body .swing-265-file-grid,
    .swing-265-body .swing-265-tip-grid {
        grid-template-columns: 1fr;
    }

    .swing-265-body .swing-265-file-grid article {
        min-height: 0;
    }
}

@media (max-width: 650px) {
    .swing-265-body .swing-265-page {
        font-size: 15px;
        line-height: 1.85;
    }

    .swing-265-body .swing-265-header {
        padding-bottom: 18px;
    }

    .swing-265-body .swing-265-title {
        font-size: 29px;
        line-height: 1.38;
    }

    .swing-265-body .swing-265-lead {
        font-size: 16px;
    }

    .swing-265-body .swing-265-hero {
        border-radius: 12px;
    }

    .swing-265-body .swing-265-conclusion {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .swing-265-body .swing-265-conclusion__icon {
        width: 50px;
        height: 50px;
    }

    .swing-265-body .swing-265-section {
        margin-bottom: 46px;
    }

    .swing-265-body .swing-265-heading {
        gap: 11px;
    }

    .swing-265-body .swing-265-heading > span {
        width: 39px;
        height: 39px;
        border-radius: 10px;
        font-size: 12px;
    }

    .swing-265-body .swing-265-heading h2 {
        font-size: 23px;
    }

    .swing-265-body .swing-265-toc {
        padding: 20px;
    }

    .swing-265-body .swing-265-toc ol,
    .swing-265-body .swing-265-check-grid,
    .swing-265-body .swing-265-checklist,
    .swing-265-body .swing-265-resource-grid,
    .swing-265-body .swing-265-related-grid {
        grid-template-columns: 1fr;
    }

    .swing-265-body .swing-265-step-list li {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 11px;
    }

    .swing-265-body .swing-265-step-list__number {
        width: 46px;
        height: 46px;
        border-width: 4px;
        font-size: 15px;
    }

    .swing-265-body .swing-265-step-list li:not(:last-child)::before {
        top: 42px;
        left: 22px;
    }

    .swing-265-body .swing-265-step-list li > div {
        padding: 17px;
    }

    .swing-265-body .swing-265-check-grid article {
        padding: 20px 18px 19px 66px;
    }

    .swing-265-body .swing-265-check-grid i {
        top: 22px;
        left: 20px;
        font-size: 27px;
    }

    .swing-265-body .swing-265-resource-grid a,
    .swing-265-body .swing-265-related-grid a {
        min-height: 0;
        padding: 19px;
    }

    .swing-265-body .swing-265-final-cta {
        padding: 31px 20px;
        border-radius: 15px;
    }

    .swing-265-body .swing-265-final-cta__buttons {
        flex-direction: column;
    }

    .swing-265-body .swing-265-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .swing-265-body .swing-265-title {
        font-size: 26px;
    }

    .swing-265-body .swing-265-heading h2 {
        font-size: 21px;
    }

    .swing-265-body .swing-265-file-grid article,
    .swing-265-body .swing-265-summary-grid article,
    .swing-265-body .swing-265-tip-grid article {
        padding: 20px 18px;
    }

    .swing-265-body .swing-265-step-list {
        margin-top: 24px;
    }

    .swing-265-body .swing-265-step-list li {
        grid-template-columns: 1fr;
        padding-bottom: 18px;
    }

    .swing-265-body .swing-265-step-list li:not(:last-child)::before {
        display: none;
    }

    .swing-265-body .swing-265-step-list__number {
        width: 42px;
        height: 42px;
    }

    .swing-265-body .swing-265-table th,
    .swing-265-body .swing-265-table td {
        padding: 13px 14px;
    }
}

/* Long industry-page headings must wrap within narrow viewports. */
@media (max-width: 650px) {
    .swing-265-body .swing-265-title {
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .swing-265-body .swing-265-final-cta__eyebrow {
        letter-spacing: .08em;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .swing-265-body .swing-265-table-wrap {
        max-width: 100%;
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .swing-265-body .swing-265-final-cta h2 {
        font-size: 20px;
        line-height: 1.55;
        letter-spacing: 0;
    }
}


/* Page 251 category-hub components */
.swing-265-body .swing-265-child-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 26px 0 0;
}
.swing-265-body .swing-265-child-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    min-height: 145px;
    padding: 22px;
    border: 1px solid var(--s265-line);
    border-radius: 15px;
    background: #fff;
    color: var(--s265-ink);
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(35,53,74,.06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.swing-265-body .swing-265-child-card:hover,
.swing-265-body .swing-265-child-card:focus-visible {
    border-color: var(--s265-red);
    color: var(--s265-ink);
    transform: translateY(-3px);
    box-shadow: 0 13px 30px rgba(35,53,74,.12);
}
.swing-265-body .swing-265-child-card__number {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg,var(--s265-red),var(--s265-red-dark));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}
.swing-265-body .swing-265-child-card h3 {
    margin: 0 0 8px;
    color: var(--s265-navy);
    font-size: 19px;
    line-height: 1.5;
}
.swing-265-body .swing-265-child-card p {
    margin: 0;
    color: var(--s265-muted);
    font-size: 15px;
}
.swing-265-body .swing-265-purpose-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    margin: 25px 0;
}
.swing-265-body .swing-265-purpose-grid article {
    padding: 23px 21px;
    border: 1px solid var(--s265-line);
    border-radius: 15px;
    background: linear-gradient(180deg,#fff 0%,#f8fafb 100%);
}
.swing-265-body .swing-265-purpose-grid i {
    color: var(--s265-red);
    font-size: 28px;
}
.swing-265-body .swing-265-purpose-grid h3 {
    margin: 12px 0 8px;
    color: var(--s265-navy);
    font-size: 18px;
}
.swing-265-body .swing-265-purpose-grid p {margin:0;color:var(--s265-muted);}
.swing-265-body .swing-265-mini-links {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
}
.swing-265-body .swing-265-mini-links a {
    display:inline-flex;
    align-items:center;
    min-height:42px;
    padding:9px 14px;
    border:1px solid #ccd9df;
    border-radius:999px;
    background:#fff;
    color:var(--s265-blue-dark);
    font-weight:700;
    text-decoration:none;
}
.swing-265-body .swing-265-mini-links a:hover,
.swing-265-body .swing-265-mini-links a:focus-visible {border-color:var(--s265-red);color:var(--s265-red-dark);}
@media (max-width: 900px) {
    .swing-265-body .swing-265-purpose-grid {grid-template-columns:1fr;}
}
@media (max-width: 650px) {
    .swing-265-body .swing-265-child-grid {grid-template-columns:1fr;}
    .swing-265-body .swing-265-child-card {grid-template-columns:46px minmax(0,1fr);padding:18px;min-height:0;}
    .swing-265-body .swing-265-child-card__number {width:46px;height:46px;border-radius:12px;font-size:12px;}
    .swing-265-body .swing-265-child-card h3 {font-size:17px;}
}


/* Page 258 mechanism and use-case components */
.swing-265-body .swing-265-mechanism-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin:28px 0 22px;
}
.swing-265-body .swing-265-mechanism-card {
    position:relative;
    padding:25px 21px 23px;
    border:1px solid var(--s265-line);
    border-radius:16px;
    background:linear-gradient(180deg,#fff 0%,#f7fafb 100%);
    box-shadow:0 9px 24px rgba(30,52,69,.06);
}
.swing-265-body .swing-265-mechanism-card:not(:last-child)::after {
    content:"";
    position:absolute;
    top:48px;
    right:-14px;
    width:27px;
    height:2px;
    background:var(--s265-red);
    z-index:2;
}
.swing-265-body .swing-265-mechanism-card__icon {
    display:grid;
    width:52px;
    height:52px;
    place-items:center;
    border-radius:14px;
    background:var(--s265-blue);
    color:#fff;
    font-size:23px;
}
.swing-265-body .swing-265-mechanism-card:nth-child(2) .swing-265-mechanism-card__icon {background:var(--s265-red);}
.swing-265-body .swing-265-mechanism-card:nth-child(3) .swing-265-mechanism-card__icon {background:var(--s265-green);}
.swing-265-body .swing-265-mechanism-card h3 {margin:14px 0 8px;color:var(--s265-navy);font-size:19px;}
.swing-265-body .swing-265-mechanism-card p {margin:0;color:var(--s265-muted);}
.swing-265-body .swing-265-benefit-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin:24px 0;
}
.swing-265-body .swing-265-benefit-grid article {
    padding:22px 22px 21px 68px;
    border:1px solid var(--s265-line);
    border-radius:15px;
    background:#fff;
    position:relative;
}
.swing-265-body .swing-265-benefit-grid i {
    position:absolute;
    left:22px;
    top:25px;
    color:var(--s265-red);
    font-size:27px;
}
.swing-265-body .swing-265-benefit-grid h3 {margin:0 0 7px;color:var(--s265-navy);font-size:18px;}
.swing-265-body .swing-265-benefit-grid p {margin:0;color:var(--s265-muted);}
.swing-265-body .swing-265-use-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin:25px 0 0;
}
.swing-265-body .swing-265-use-grid article {
    padding:23px 21px;
    border:1px solid var(--s265-line);
    border-top:5px solid var(--s265-blue);
    border-radius:15px;
    background:#fff;
}
.swing-265-body .swing-265-use-grid article:nth-child(2) {border-top-color:var(--s265-red);}
.swing-265-body .swing-265-use-grid article:nth-child(3) {border-top-color:var(--s265-green);}
.swing-265-body .swing-265-use-grid h3 {margin:0 0 8px;color:var(--s265-navy);font-size:18px;}
.swing-265-body .swing-265-use-grid p {margin:0;color:var(--s265-muted);}
@media (max-width: 780px) {
    .swing-265-body .swing-265-mechanism-grid,
    .swing-265-body .swing-265-use-grid {grid-template-columns:1fr;}
    .swing-265-body .swing-265-mechanism-card:not(:last-child)::after {display:none;}
}
@media (max-width: 650px) {
    .swing-265-body .swing-265-benefit-grid {grid-template-columns:1fr;}
}


/* Page 265 comparison components */
.swing-265-body .swing-265-versus-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:stretch;margin:28px 0 22px}
.swing-265-body .swing-265-versus-card{padding:26px 23px;border:1px solid var(--s265-line);border-radius:17px;background:#fff;box-shadow:0 9px 24px rgba(30,52,69,.06)}
.swing-265-body .swing-265-versus-card--swing{border-top:6px solid var(--s265-blue)}
.swing-265-body .swing-265-versus-card--hanging{border-top:6px solid var(--s265-red)}
.swing-265-body .swing-265-versus-card h3{margin:0 0 10px;color:var(--s265-navy);font-size:21px}
.swing-265-body .swing-265-versus-card p{margin:0 0 14px;color:var(--s265-muted)}
.swing-265-body .swing-265-versus-card ul{margin:0;padding-left:1.25em}
.swing-265-body .swing-265-versus-card li{margin:.45em 0}
.swing-265-body .swing-265-versus-mark{align-self:center;display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:var(--s265-navy);color:#fff;font-weight:800;box-shadow:0 7px 16px rgba(31,50,67,.16)}
.swing-265-body .swing-265-basis-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:24px 0}
.swing-265-body .swing-265-basis-grid article{padding:23px 21px;border:1px solid var(--s265-line);border-radius:15px;background:linear-gradient(180deg,#fff 0%,#f7fafb 100%)}
.swing-265-body .swing-265-basis-grid i{font-size:27px;color:var(--s265-red)}
.swing-265-body .swing-265-basis-grid h3{margin:12px 0 8px;color:var(--s265-navy);font-size:18px}
.swing-265-body .swing-265-basis-grid p{margin:0;color:var(--s265-muted)}
@media(max-width:780px){.swing-265-body .swing-265-versus-grid{grid-template-columns:1fr}.swing-265-body .swing-265-versus-mark{margin:auto}.swing-265-body .swing-265-basis-grid{grid-template-columns:1fr}}
