.meta-grid {
    flex-wrap: wrap;
    row-gap: 2rem;
}
.meta-item {
    min-width: 140px;
}
.article-body {
    overflow-x: hidden;
}
body.article-body {
    background: #f9f9f9;
}
.article-main p,
.article-main li {
    font-size: 18px;
    line-height: 1.7;
}
.article-main h2,
.article-main h3 {
    overflow-wrap: anywhere;
}

/* Editorial layout inspired by the approved reference. */
.article-page {
    max-width: 1040px;
    margin: 0 auto;
    background: #fff;
}
.article-context,
.article-page,
.related-articles {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: normal;
}
.article-context {
    height: 88px;
    padding-top: 20px;
    background: #f9f9f9;
}
.article-breadcrumb {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: 1360px;
    margin: 0 auto;
    min-height: 24px;
    gap: 0.8rem;
    padding-inline: 50px;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
}
.article-breadcrumb a,
.article-breadcrumb span {
    display: inline-flex;
    align-items: center;
}
.article-breadcrumb .breadcrumb-home {
    width: 20px;
    height: 20px;
    color: #17213f;
    text-decoration: none;
}
.article-breadcrumb .breadcrumb-home svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.article-breadcrumb .breadcrumb-separator {
    color: #94a3b8;
    font-size: 17px;
    line-height: 1;
}
.article-breadcrumb .breadcrumb-category {
    color: #17213f;
    font-weight: 700;
}
.article-breadcrumb .breadcrumb-title {
    color: #64748b;
    overflow-wrap: anywhere;
}
.hero {
    background: #fff !important;
    background-image: none !important;
    background-attachment: scroll !important;
    padding: 80px 0 4rem !important;
    color: var(--color-brand-dark) !important;
}
.hero-inner {
    max-width: none !important;
    padding: 0 7.75rem !important;
}
.hero-label {
    margin-bottom: 1.75rem !important;
    color: #0f766e !important;
    border-left-width: 4px !important;
}
.hero-title-group {
    margin-bottom: 1.5rem !important;
    color: #17213f !important;
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}
.hero-title-main {
    display: block !important;
    max-width: none;
    color: #17213f !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
.hero-title-sub {
    display: block !important;
    color: #17213f !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
.hero-desc {
    max-width: 792px !important;
    margin-bottom: 2rem !important;
    color: #5f6675 !important;
    font-size: 1rem !important;
    line-height: 1.9 !important;
    text-align: left !important;
}
.article-lead {
    max-width: 760px;
    margin: 2rem 0 0;
    color: #5f6675;
    font-size: 18px;
    line-height: 1.7;
}
.article-meta-line {
    display: flex;
    gap: 1.6rem;
    margin: 1.75rem 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}
.article-meta-line span + span {
    padding-left: 1.6rem;
    border-left: 1px solid #d9dee7;
}
.article-author {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    margin-top: 1.75rem;
    color: #17213f;
}
.article-author-avatar {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
}
.article-author-name {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}
.article-author-company {
    display: block;
    margin-top: 0.15rem;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}
.meta-grid {
    display: grid !important;
    grid-template-areas:
        "published updated reading"
        "author author reviewed";
    grid-template-columns: 8rem 8rem minmax(0, 1fr);
    column-gap: 1.5rem !important;
    row-gap: 1.25rem !important;
    padding: 1.5rem 0 0 !important;
    border-top: 1px solid #d9dee7 !important;
}
.meta-item:nth-child(1) {
    grid-area: published;
}
.meta-item:nth-child(2) {
    grid-area: updated;
}
.meta-item:nth-child(3) {
    grid-area: author;
}
.meta-item:nth-child(4) {
    grid-area: reviewed;
}
.meta-item:nth-child(5) {
    grid-area: reading;
}
.meta-item {
    min-width: 0 !important;
}
.meta-item label {
    color: #64748b !important;
    letter-spacing: 0.05em !important;
}
.meta-item span {
    color: #17213f !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
}
.article-image-slot {
    display: block;
    width: 100%;
    aspect-ratio: 1734 / 907;
    margin: 3rem 0 0;
    border: 1px solid #d9dee7;
    background: #fafafa;
    position: relative;
    overflow: hidden;
}
.article-image-slot > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content-wrapper {
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 7.75rem !important;
    background: transparent;
}
.article-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 4.5rem 0 110px !important;
    border-right: 0 !important;
}
.article-shell .article-main p {
    margin-bottom: 1.75rem;
    color: #5f6675;
    text-align: left;
    font-size: 18px;
    line-height: 1.7;
}
.insight-box {
    margin: 0 0 4rem !important;
    padding: 0 0 2.5rem !important;
    border-bottom: 0;
    background: transparent !important;
    background-image: none !important;
    color: #17213f !important;
}
.insight-box::after {
    display: none !important;
}
.insight-label {
    margin-bottom: 1rem !important;
    color: #0f766e !important;
}
.insight-quote {
    margin-bottom: 1.25rem !important;
    color: #17213f !important;
    font-size: 1.45rem !important;
    line-height: 1.65 !important;
}
.decision-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 1.5rem 0 0;
    padding: 0;
    border-top: 1px solid #d9dee7;
    list-style: none;
}
.decision-summary > li {
    display: contents;
}
.decision-summary > li.decision-summary-group {
    display: block;
    grid-column: 1 / -1;
    padding: 1rem 0 0.55rem;
}
.decision-summary > li.decision-summary-group-integration {
    margin-top: 0.6rem;
    padding-top: 0.8rem;
}
.decision-summary > li.decision-summary-group .decision-summary-group-label {
    display: block;
    margin: 0;
    padding: 0;
    color: #0f766e;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
}
.decision-summary > li:not(.decision-summary-group) > * {
    margin: 0;
    padding: 0.9rem 0;
    border-bottom: 1px solid #d9dee7;
    color: #475569;
}
.decision-summary strong {
    color: #17213f;
    font-weight: 700;
}
.decision-summary > li:not(.decision-summary-group) > span {
    color: #334155;
    font-weight: 500;
}
.decision-summary strong::after {
    margin-left: 0.35rem;
    color: #0f766e;
    content: "→";
}
.decision-summary .decision-summary-service-row > span {
    color: #0f766e;
    font-weight: 700;
}
.insight-box p {
    color: #5f6675 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
}
.article-toc {
    margin: 0 0 5.5rem;
    padding: 2.5rem;
    background: #f9f9f9;
}
.article-toc-title {
    display: block;
    margin-bottom: 1rem;
    color: #17213f;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.75;
}
.article-toc .toc-list {
    margin: 0;
}
.article-toc .toc-list li {
    margin: 0;
    border-bottom: 1px solid #d9dee7;
}
.article-toc .toc-list li:last-child {
    border-bottom: 0;
}
.article-toc .toc-sublist {
    margin: -0.2rem 0 0.55rem 1.6rem;
    padding: 0;
    list-style: none;
}
.article-toc .toc-sublist li {
    border-bottom: 0;
}
.article-toc .toc-list a {
    display: flex;
    min-height: 32px;
    align-items: center;
    padding: 0;
    border-left: 0;
    color: #26324d;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-decoration: none !important;
}
.article-toc .toc-list a::before {
    margin-right: 0.65rem;
    color: #0f766e;
    content: "—";
}
.article-toc .toc-list a:hover,
.article-toc .toc-list a:focus-visible {
    color: #0f766e;
    background: transparent;
}
.article-toc .toc-list a.active,
.article-toc .toc-list a.is-active,
.article-toc .toc-list li.active > a {
    border-left: 0 !important;
    background: transparent !important;
    color: #26324d !important;
    font-weight: 500 !important;
    padding-left: 0 !important;
}
.article-toc .toc-list a.active:hover,
.article-toc .toc-list a.is-active:hover,
.article-toc .toc-list li.active > a:hover {
    color: #0f766e !important;
}
.article-shell .article-main h2 {
    display: block;
    margin: 6rem 0 2rem;
    padding-bottom: 0;
    border-bottom: 0;
    color: #17213f;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: normal;
}
.article-shell .article-main h2::before {
    display: none !important;
}
.article-shell .article-main h3 {
    display: block;
    margin: 3.75rem 0 1.25rem;
    padding-bottom: 0;
    border-bottom: 0;
    color: #17213f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.75;
}
.article-main strong {
    background: none !important;
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.insight-box h2.insight-quote {
    display: block !important;
    margin: 0 0 1.25rem !important;
    padding: 0 !important;
    border: 0 !important;
    color: #17213f !important;
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    line-height: 1.65 !important;
}
.decision-table {
    width: 100%;
    margin: 1.75rem 0 0;
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 16px;
}
.decision-table th,
.decision-table td {
    padding: 1rem 1.1rem;
    border: 1px solid #e6e6e6;
    color: #5f6675;
    line-height: 1.65;
    text-align: left;
    vertical-align: top;
}
.decision-table thead th {
    color: #17213f;
    font-size: 14px;
    font-weight: 700;
}
.decision-table tbody th {
    width: 35%;
    color: #5f6675;
    font-weight: 400;
}
.decision-table tbody td:nth-child(2) {
    width: 36%;
}
.decision-table tbody td:last-child {
    width: 29%;
}
.decision-table-example {
    display: block;
    color: #17213f;
    font-weight: 600;
    line-height: 1.7;
}
.decision-table-logic {
    display: block;
    color: #17213f;
    font-weight: 500;
    line-height: 1.7;
}
.decision-table-method {
    display: block;
    color: #17213f;
    font-weight: 700;
    line-height: 1.7;
}
.decision-table-detail {
    display: block;
    margin-top: 0.3rem;
    color: #64748b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}
.insight-box .decision-note {
    margin: 1.25rem 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}
.comparison-container {
    margin: 2rem 0 3rem !important;
    border-color: #cbd5e1 !important;
}
.comparison-table th,
.comparison-table td {
    border-color: #cbd5e1 !important;
}
.article-note {
    background: #f8fafc !important;
    border-left-width: 3px !important;
}
.related-card,
.article-cta-inline {
    box-shadow: none !important;
}
.article-main a:not(.cta-btn):not(.trial-offer-btn):not(.related-card) {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}
.article-main a:focus-visible {
    outline: 3px solid #0f766e;
    outline-offset: 3px;
}
.article-note {
    margin: 2.5rem 0;
    padding: 1.5rem;
    border: 0 !important;
    border-left: 0 !important;
    background: #f7f8fa !important;
    color: #5f6675;
    font-size: 0.95rem;
    line-height: 1.78;
}
.article-note strong {
    display: block;
    margin-bottom: 0.55rem;
    color: #17213f;
    font-size: 1.08em;
    font-weight: 700;
}
.article-note-label {
    display: block;
    margin-bottom: 0.45rem;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.article-visual-slot {
    display: block;
    width: 100%;
    margin: 2rem 0 2.5rem;
}
.article-visual-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 1px solid #d9dee7;
    background: #fafafa;
    position: relative;
}
.article-visual-frame > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.choice-example {
    margin: 2.5rem 0 0;
    padding: 2rem 0;
    border: 0;
}
.choice-example h3 {
    margin: 0 0 0.75rem;
}
.choice-example-question {
    margin: 0 0 1.5rem !important;
    color: #475569;
}
.choice-example-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}
.choice-example-item {
    padding: 0.25rem 2rem 0.25rem 0;
}
.choice-example-item + .choice-example-item {
    padding-right: 0;
    padding-left: 2rem;
    border-left: 1px solid #d9dee7;
}
.choice-example-label {
    display: block;
    margin-bottom: 0.6rem;
    color: #0f766e;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.choice-example-item strong {
    display: block;
    margin-bottom: 0.6rem;
    color: #17213f;
}
.choice-example-item p {
    margin: 0;
    color: #475569;
}
.related-card-media {
    position: relative;
}
.image-slot-guide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    color: #a3acba;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.02em;
    pointer-events: none;
}
.article-list {
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.3rem;
}
.article-list li {
    margin-bottom: 0.75rem;
}
.source-links .source-publisher {
    margin-left: 0.35rem;
    color: #64748b;
    font-size: 0.9em;
}
#answer > * + * {
    margin-top: 2.5rem;
}
#answer .answer-lead {
    margin-top: 1.25rem;
}
#answer .decision-table {
    margin-top: 1.5rem;
}
#answer h2::before {
    display: none;
}
.decision-boundaries {
    margin: 1.25rem 0 0;
    padding: 0;
    border-top: 1px solid #94a3b8;
    list-style: none;
}
.decision-boundaries li {
    padding: 1rem 0;
    border-bottom: 1px solid #cbd5e1;
}
.decision-boundaries strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #0f766e;
}
.decision-note {
    margin: 1rem 0 0;
    color: #475569;
}
.source-note {
    margin: 0.75rem 0 0;
    color: #64748b;
    font-size: 0.86em;
}
.table-intro {
    margin-bottom: 0.75rem;
    color: #475569;
}
.comparison-container {
    overflow: visible;
}
.comparison-table {
    width: 100%;
    min-width: 0 !important;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.comparison-table caption {
    padding: 0 0 0.8rem;
    color: #475569;
    text-align: left;
}
.comparison-table th,
.comparison-table td {
    padding: 0.9rem 0.75rem;
    border: 1px solid #94a3b8;
    vertical-align: top;
    line-height: 1.65;
    overflow-wrap: anywhere;
}
.comparison-table th {
    background: #f8fafc;
    color: #1e293b;
}
.comparison-table .external-col,
.comparison-table thead th:last-child {
    border-top-color: #0f766e;
}
.section-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}
.question-examples,
.boundary-detail-list,
.usecase-list,
.prep-steps {
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.5rem;
}
.question-examples li,
.boundary-detail-list li,
.usecase-list li,
.prep-steps li {
    margin-bottom: 1rem;
    padding-left: 0.25rem;
}
.boundary-detail-list strong,
.prep-steps strong {
    display: block;
    margin-bottom: 0.2rem;
}
.article-cta-inline {
    margin: 2.5rem 0 3.5rem;
    padding: 1.4rem 0;
    border: 0 !important;
}
.article-cta-inline p {
    margin: 0 0 1rem;
}
.article-cta-inline a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.1rem;
    border: 1px solid var(--color-primary);
    background: transparent;
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
}
.article-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.article-cta-actions a.article-cta-primary {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}
.article-cta-actions a.article-cta-secondary {
    border-color: #94a3b8;
    color: #475569;
}
.article-main .article-cta-actions a {
    border-radius: 4px;
    text-decoration: none !important;
}

.related-articles {
    width: 100%;
    margin: 0;
    padding: 4.5rem 0 4rem;
    background: #f9f9f9;
}

.related-inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.article-shell .related-articles .related-inner > h2 {
    display: block;
    margin: 0 0 3.5rem;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
}

.article-shell .related-articles .related-inner > h2::before {
    display: none !important;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.related-card {
    display: block;
    min-width: 0;
    color: var(--color-text-body);
    text-decoration: none !important;
}

.related-card-media {
    display: block;
    width: 100%;
    aspect-ratio: 1.9 / 1;
    margin-bottom: 1rem;
    border: 1px solid #d9dee7;
    background: #fafafa;
    overflow: hidden;
}

.related-card-meta {
    display: flex;
    min-height: 1.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
    color: var(--color-text-body);
}

.related-card:hover {
    transform: none;
    box-shadow: none;
}

.related-card:hover .related-card-media {
    border-color: #0f766e;
}

.related-category {
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
}
.related-date {
    color: #64748b;
    font-size: 12px;
    line-height: 1.75;
    white-space: nowrap;
}

.article-shell .related-articles .related-card h3 {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--color-brand-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}

/* Keep exact comparison data, but lower the visual density of the tables. */
.comparison-table caption {
    font-size: 0.82rem;
    line-height: 1.6;
}
.comparison-table th,
.comparison-table td {
    border-color: #d9dee7 !important;
    padding: 1rem 0.85rem;
}
.comparison-table th {
    background: #f7f8fa;
    font-size: 0.84rem;
    letter-spacing: 0;
}
.comparison-table td {
    color: #475569;
}
.comparison-table .external-col {
    background: #f7fbfa;
}
.feature-comparison-table tbody tr:nth-child(5) th,
.feature-comparison-table tbody tr:nth-child(5) td {
    border-top: 0 !important;
}

/* Comparison treatment: the caption is a label, not a framed row. */
#comparison .comparison-container {
    margin: 2.75rem 0 3.5rem !important;
    border: 0 !important;
    overflow: visible !important;
    background: transparent !important;
}

#comparison .comparison-table {
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff;
}

#comparison .comparison-table caption {
    display: table-caption !important;
    width: auto;
    margin: 0 0 1rem;
    padding: 0;
    border: 0 !important;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
}

#comparison .comparison-table thead th {
    padding: 1rem 1.15rem !important;
    border: 0 !important;
    border-bottom: 1px solid #d9dee7 !important;
    background: #f4f6f8 !important;
    color: #17213f !important;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0 !important;
    line-height: 1.6;
}

#comparison .comparison-table thead th:first-child {
    color: #64748b !important;
    font-size: 0.8rem;
    font-weight: 700;
}

#comparison .comparison-table thead th:last-child {
    background: #eef7f4 !important;
    color: #0f766e !important;
    border-top: 0 !important;
}

#comparison .comparison-table tbody th,
#comparison .comparison-table tbody td {
    padding: 1.15rem 1.15rem !important;
    border: 0 !important;
    border-bottom: 1px solid #e6e9ee !important;
    background: #fff !important;
    color: #475569;
    line-height: 1.7;
}

#comparison .comparison-table tbody th {
    background: #f8fafb !important;
    color: #17213f !important;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0 !important;
}

#comparison .comparison-table tbody td.external-col {
    background: #f7fbfa !important;
    color: #36544f;
}

#comparison .comparison-table tbody tr:last-child th,
#comparison .comparison-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

#comparison .comparison-table th:first-child,
#comparison .comparison-table td:first-child {
    position: static !important;
    box-shadow: none !important;
}

.faq-block {
    margin: 0;
    padding: 0;
    border: 0;
}

.faq-block + .faq-block {
    margin-top: 2.25rem;
    padding-top: 2rem;
    border-top: 1px solid #e6e9ee;
}

#faq .faq-block h3 {
    margin: 0 0 0.75rem;
    color: #17213f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

#faq .faq-block p {
    margin: 0;
    color: #475569;
}

#faq > p {
    margin: 0 0 2rem;
    color: #475569;
}

@media (max-width: 1024px) {
    .article-breadcrumb {
        max-width: none;
        padding-inline: 25px;
    }
}

@media (max-width: 768px) {
    .choice-example {
        padding: 1.5rem 0;
    }
    .choice-example-grid {
        grid-template-columns: 1fr;
    }
    .choice-example-item {
        padding: 0;
    }
    .choice-example-item + .choice-example-item {
        margin-top: 1.25rem;
        padding: 1.25rem 0 0;
        border-top: 1px solid #d9dee7;
        border-left: 0;
    }
    .related-grid {
        grid-template-columns: 1fr;
    }
    .related-grid {
        gap: 2.5rem;
    }
    .related-articles {
        width: 100%;
        margin: 0;
        padding: 3.5rem 0 3rem;
    }
    .related-inner {
        padding: 0 1.5rem;
    }
    .article-shell .related-articles .related-inner > h2 {
        margin-bottom: 2.5rem;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
    }
    .article-context {
        display: none;
    }
    .article-page {
        margin: 0 auto;
    }
    .hero {
        padding: 104px 0 2.5rem !important;
    }
    .hero-inner {
        padding: 0 1.5rem !important;
    }
    .hero-label {
        margin-bottom: 1.5rem !important;
    }
    .hero-title-group {
        font-size: 24px !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
    }
    .hero-title-main,
    .hero-title-sub {
        font-size: inherit !important;
        line-height: inherit !important;
    }
    .hero-desc {
        margin-bottom: 2rem !important;
        font-size: 1rem !important;
    }
    .article-lead {
        margin-top: 1.25rem;
        font-size: 16px;
        line-height: 1.75;
    }
    .article-meta-line {
        margin-top: 1.5rem;
        font-size: 12px;
        line-height: 1.75;
    }
    .article-meta-line span + span {
        padding-left: 1rem;
    }
    .article-author {
        margin-top: 1.5rem;
    }
    .article-author-name {
        font-size: 16px;
        line-height: 1.75;
    }
    .article-author-company {
        font-size: 12px;
        line-height: 1.75;
    }
    .meta-grid {
        grid-template-areas:
            "published updated"
            "reading reading"
            "author author"
            "reviewed reviewed";
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem !important;
    }
    .article-image-slot {
        margin-top: 2.5rem;
    }
    .content-wrapper {
        margin: 0 !important;
        padding: 0 1.5rem !important;
    }
    .article-main {
        padding: 48px 0 80px !important;
    }
    .insight-box {
        margin-bottom: 3rem !important;
        padding-bottom: 2rem !important;
    }
    .insight-box p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
    .insight-box h2.insight-quote {
        margin: 0 0 1rem !important;
        font-size: 1.25rem !important;
        line-height: 1.6 !important;
    }
    .decision-table,
    .decision-table thead,
    .decision-table tbody,
    .decision-table tr,
    .decision-table th,
    .decision-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .decision-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }
    .decision-table tbody th,
    .decision-table tbody td {
        width: 100% !important;
        padding: 0 !important;
        border: 0;
        overflow-wrap: anywhere;
        word-break: normal;
    }
    #answer .decision-table {
        margin-top: 1.25rem;
        border: 0;
    }
    .decision-table tbody {
        border-top: 1px solid #e6e6e6;
    }
    .decision-table tbody tr {
        padding: 1.25rem 0;
        border-bottom-color: #e6e6e6;
    }
    .decision-table tbody th {
        margin-bottom: 0.8rem;
        font-size: 16px;
    }
    .decision-table tbody td + td {
        margin-top: 0.45rem;
    }
    .decision-table tbody th::before,
    .decision-table tbody td::before {
        display: block;
        margin-bottom: 0.15rem;
        color: #64748b;
        content: attr(data-label);
        font-size: 12px;
        font-weight: 700;
    }
    .decision-table-detail {
        margin-top: 0.2rem;
        font-size: 12px;
    }
    .insight-box .decision-note {
        font-size: 13px;
    }
    .decision-summary {
        display: block;
        margin-top: 1.25rem;
    }
    .decision-summary > li {
        display: block;
    }
    .decision-summary > li:not(.decision-summary-group) > * {
        display: block;
        padding: 0.65rem 0;
    }
    .decision-summary > li.decision-summary-group {
        padding: 0.85rem 0 0.45rem;
    }
    .decision-summary > li.decision-summary-group-integration {
        margin-top: 0.55rem;
        padding-top: 0.7rem;
    }
    .decision-summary
        > li.decision-summary-group
        .decision-summary-group-label {
        font-size: 0.9rem;
    }
    .decision-summary strong::after {
        margin-left: 0.25rem;
    }
    .article-toc {
        margin-bottom: 4.5rem;
        padding: 1.75rem 1.25rem;
    }
    .article-toc-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.75;
    }
    .article-toc .toc-list a {
        min-height: 18px;
        padding: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
    }
    .article-shell .article-main h2 {
        margin: 5rem 0 1.75rem;
        padding-bottom: 1.25rem;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
    }
    .article-shell .article-main h3 {
        margin-top: 3rem;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.75;
    }
    #answer > * + * {
        margin-top: 1.5rem;
    }
    #answer h2 {
        margin: 0 0 1rem;
        font-size: 20px;
        line-height: 1.5;
    }
    #answer .answer-lead {
        margin: 0;
    }
    #answer h3 {
        margin: 0 0 0.75rem;
        font-size: 16px;
        line-height: 1.75;
    }
    #answer p {
        margin-bottom: 0.75rem;
    }
    #answer .decision-boundaries li {
        padding: 0.65rem 0;
        line-height: 1.6;
    }
    #answer .decision-boundaries strong {
        display: inline;
        margin-right: 0.35rem;
    }
    #answer .article-note {
        margin-bottom: 1.5rem;
        padding: 1rem;
    }
    .article-main p,
    .article-main li {
        font-size: 16px;
        line-height: 1.7;
    }
    #faq > p {
        margin-bottom: 1.5rem;
    }
    #faq .faq-block + .faq-block {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }
    #faq .faq-block h3 {
        margin-bottom: 0.65rem;
        font-size: 18px;
        line-height: 1.6;
    }
    #faq .faq-block p {
        font-size: 16px;
        line-height: 1.7;
    }
    .article-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .article-cta-actions a {
        width: 100%;
        box-sizing: border-box;
    }
    .source-links .source-publisher {
        display: block;
        margin: 0.2rem 0 0;
        font-size: 12px;
    }
    .related-category,
    .related-date {
        font-size: 10px;
        line-height: 1.75;
    }
    .article-shell .related-articles .related-card h3 {
        font-size: 14px;
        line-height: 1.5;
    }
    .comparison-table {
        font-size: 0.875rem;
    }
    .method-table,
    .method-table thead,
    .method-table tbody {
        display: block;
        width: 100%;
    }
    .method-table caption {
        display: block;
        width: 100%;
    }
    .method-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }
    .method-table thead tr,
    .method-table thead th,
    .stack-table thead tr,
    .stack-table thead th {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: -1px !important;
        padding: 0 !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        clip-path: inset(50%) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }
    .method-table tbody {
        display: flex;
        flex-direction: column;
    }
    .method-table tbody tr {
        display: contents;
    }
    .method-table tbody th {
        display: none;
    }
    .method-table tbody td {
        display: block;
        padding: 0.45rem 0;
        border-width: 0 0 1px;
        line-height: 1.45;
    }
    .method-table tbody td::before {
        display: block;
        margin-bottom: 0.2rem;
        color: #475569;
        font-size: 0.78rem;
        font-weight: 700;
        content: attr(data-label);
    }
    .method-table tbody tr > td:nth-child(2) {
        order: 1;
    }
    .method-table tbody tr > td:nth-child(3) {
        order: 2;
    }
    .method-table tbody tr > td:nth-child(4) {
        order: 3;
    }
    .method-table tbody tr:first-child > td::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding-top: 0.75rem;
        border-top: 2px solid #334155;
        color: #1e293b;
        font-size: 1rem;
        font-weight: 800;
        content: attr(data-method);
    }
    .method-table tbody tr:first-child > td {
        position: relative;
        margin-top: 1.5rem;
        padding-top: 3.1rem;
    }
    .method-table tbody tr:first-child > td:nth-child(4)::after {
        border-top-color: #0f766e;
        color: #0f766e;
    }
    #comparison .comparison-container {
        margin: 2rem 0 2.5rem !important;
    }
    #comparison .comparison-table caption {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 0.9rem;
        font-size: 13px;
        line-height: 1.65;
    }
    #comparison .comparison-table tbody td {
        width: 100% !important;
        box-sizing: border-box;
        padding: 0.8rem 0 !important;
        border-bottom: 1px solid #e6e9ee !important;
    }
    #comparison .comparison-table tbody td::before {
        margin-bottom: 0.25rem;
        color: #64748b;
        font-size: 0.75rem;
        font-weight: 700;
    }
    #comparison .comparison-table tbody tr:first-child > td {
        margin-top: 0.8rem;
        padding-top: 2.5rem !important;
        border-top: 1px solid #d9dee7 !important;
    }
    #comparison .comparison-table tbody tr:first-child > td::after {
        top: 0.65rem;
        padding-top: 0;
        border-top: 0 !important;
        color: #17213f;
        font-size: 0.95rem;
        line-height: 1.4;
    }
    #comparison
        .comparison-table
        tbody
        tr:first-child
        > td:nth-child(4)::after {
        border-top: 0 !important;
        color: #0f766e;
    }
    #comparison .comparison-table tbody td.external-col {
        background: #f7fbfa !important;
    }
    .stack-table,
    .stack-table tbody,
    .stack-table tr,
    .stack-table th,
    .stack-table td {
        display: block;
        width: 100%;
    }
    .stack-table caption {
        display: block;
        width: 100%;
    }
    .stack-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }
    .stack-table tr {
        margin-bottom: 1rem;
        border-top: 1px solid #94a3b8;
    }
    .stack-table th,
    .stack-table td {
        border-width: 0 1px 1px;
    }
    .stack-table tbody th {
        background: #f8fafc;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
