/* Article typography and reusable editorial components. Requires site.css. */
.article-page { background: white; }
.article-header { padding: 118px 0 46px; color: white; background: var(--navy-900); }.article-header__meta { margin-bottom: 18px; margin-inline-start: 4px; color: #a9badf; font-size: var(--font-small); font-weight: 600; }.article-header h1 { margin: 0 0 14px; font-size: clamp(40px, 4.7vw, 64px); line-height: 1.05; }
.article-header__meta a { color: inherit; text-underline-offset: 4px; }.article-header__meta a:hover, .article-header__meta a:focus-visible { color: #dce8ff; }
.article-hero-image { margin-top: 42px; margin-bottom: 0; }
.article-hero-image img { display: block; width: 100%; height: auto; max-height: 680px; border-radius: 22px; object-fit: cover; background: var(--paper); box-shadow: var(--shadow); }
.article-hero-image--compact { max-width: 860px; }
.article-layout, .article-after-layout { display: grid; grid-template-columns: minmax(0, 760px) 240px; justify-content: center; gap: 32px; }.article-layout { padding: var(--section-space) 0 0; }.article-after-layout { padding: 0 0 var(--section-space); }.article-content { grid-column: 1; min-width: 0; }.article-after-content { display: contents; }.article-after-content > :not(.cta_block) { grid-column: 1; min-width: 0; }
.article-hero-image + .article-layout { padding-top: var(--section-compact); }
.article_html { color: rgb(13, 13, 13); font-size: 1rem; line-height: 1.7; }.article_html > * + * { margin-top: 1rem; }.article_html h2 { margin: 2.1em 0 .7em; color: var(--ink); font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.12; }.article_html h3 { margin: 1.8em 0 .6em; color: var(--ink); font-size: clamp(1.35rem, 2.5vw, 1.85rem); }.article_html p, .article_html ul, .article_html ol { margin-bottom: 0; }.article_html ul, .article_html ol { padding-left: 1.25em; }.article_html li + li { margin-top: .3em; }.article_html a { color: var(--navy-700); font-weight: 650; text-decoration-thickness: 1px; text-underline-offset: 3px; }.article_html figure { margin-inline: 0; }.article_html figure figcaption { margin: -1rem 0 0 .75rem; color: #78859d; }.article_html img { display: block; max-width: 100%; height: auto; margin: 2rem auto; border-radius: 14px; background: #f1f4f9; }.article_html .img_bordered { border: 1px solid #e3e7ee; box-shadow: 0 10px 30px #071c580d; }
.article_html blockquote { position: relative; margin: 28px 0; padding: 26px 32px 26px 96px; border: 1px solid #d9e4f5; border-radius: 8px; background: white; color: #14224a; box-shadow: 0 8px 24px rgb(10 32 80 / 8%); }.article_html blockquote::before { content: '❝'; position: absolute; top: 18px; left: 30px; color: #1266f1; font: 400 72px/1 Georgia, "Times New Roman", serif; }.article_html blockquote::after { position: absolute; top: 22px; bottom: 22px; left: 72px; width: 3px; border-radius: 3px; background: #1266f1; content: ''; }.article_html blockquote p { margin: 0; font-size: 18px; line-height: 1.65; font-style: italic; }.article_html blockquote cite { display: block; margin-top: 10px; color: #1266f1; font-size: var(--font-small); font-style: normal; font-weight: 600; }
.article_html table { width: 100%; margin: 2rem 0; border: 1px solid #d9e4f5; border-radius: 14px; border-spacing: 0; overflow: hidden; font-size: 16px; }.article_html th, .article_html td { padding: 14px 16px; border-bottom: 1px solid #e8edf5; text-align: left; vertical-align: top; }.article_html th { color: var(--navy-800); background: #f1f6ff; font-weight: 800; }.article_html tr:last-child td { border-bottom: 0; }.article_html tbody tr:nth-child(even) { background: #fbfcff; }
.article_main_image, .article_illustration { margin: 0 0 32px; text-align: center; }.article_main_image img, .article_illustration img { width: 100%; height: auto; margin: 0; }.article_illustration_compact { max-width: 720px; margin-inline: auto; }.article_illustration figcaption { margin-top: 10px; color: var(--muted); font-size: var(--font-small); }.aspect_ratio_1x1 { aspect-ratio: 1; }.aspect_ratio_4x3 { aspect-ratio: 4 / 3; }.aspect_ratio_16x9 { aspect-ratio: 16 / 9; }.aspect_ratio_11x6 { aspect-ratio: 11 / 6; }.article_main_image_compact img { object-fit: cover; }
.article_inline_cta, .cta_block { margin: 2.2rem 0; border-radius: 18px; }.article_inline_cta { padding: 26px; border: 1px solid #dfe6f2; background: #f5f8fe; }.article_html .article_inline_cta_text { margin: 0 0 24px; color: var(--ink); font-weight: 750; }.article_html a.article_inline_cta_button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border: 1px solid var(--navy-700); border-radius: 9px; text-decoration: none; }.article_html a.article_inline_cta_button_primary { color: white; background: var(--navy-700); }.article_html a.article_inline_cta_button_secondary { color: var(--navy-700); background: white; }.article_inline_cta_hint { margin: 14px 0 0; color: var(--muted); font-size: var(--font-small); }.cta_block { display: grid; grid-column: 1 / -1; padding: 36px; overflow: hidden; color: white; background: url('/images/cta_block_overlay.webp') right center / contain no-repeat, linear-gradient(140deg, #1553c3, var(--navy-800)); }.cta_block__visual { display: none; }.cta_block__content { min-width: 0; }.cta_block .cta_header { margin-bottom: 12px; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.12; }.cta_block .cta_text { color: #dce8ff; }.cta_block .cta_button { display: inline-flex; padding: 12px 18px; border: 1px solid rgb(2 11 42 / 38%); border-radius: 9px; color: var(--navy-950); background: var(--lime); box-shadow: 0 6px 14px rgb(2 11 42 / 24%), inset 0 1px 0 rgb(255 255 255 / 32%); font-weight: 700; text-decoration: none; text-shadow: 0 1px 0 rgb(255 255 255 / 25%); transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }.cta_block .cta_button:hover, .cta_block .cta_button:focus-visible { background: #9be52c; box-shadow: 0 8px 18px rgb(2 11 42 / 30%), inset 0 1px 0 rgb(255 255 255 / 38%); transform: translateY(-1px); }
.article_author_block { display: grid; grid-template-columns: minmax(110px, 150px) minmax(0, 1fr); gap: 24px; align-items: start; margin: 48px 0 18px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: white; }.article_author_block .author_photo { text-align: center; }.article_author_block .author_photo img { width: min(150px, 100%); height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 50%; background: #f1f1f1; }.article_author_block .author_name { margin: 0 0 .5rem; color: #333; font-size: 1.5rem; font-weight: 700; line-height: 1.2; }.article_author_block .author_position { margin: 0 0 .6rem; color: var(--navy-700); font-size: 1rem; line-height: 1.4; }.article_author_block .author_description { margin: 0; color: #333; font-size: .9rem; line-height: 1.4rem; }.article_author_block .author_meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 18px; }.article_author_block .author_label { display: inline-flex; align-items: center; gap: 7px; padding: 5px 15px; border: 1px solid var(--navy-700); border-radius: 10px; color: #333; font-size: .9rem; line-height: 1.4; }.article_author_block .author_label svg, .article_author_block .homepage_link svg { width: 1em; height: 1em; flex: 0 0 auto; fill: currentColor; }.article_author_block .author_label svg { color: var(--navy-700); }.article_author_block .homepage_link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-700); font-size: .9rem; line-height: 1.4; text-decoration: none; }.article_author_block .homepage_link:hover { text-decoration: underline; text-underline-offset: 3px; }.article_author_block + .cta_block { margin-top: 3.3rem; }
.article_related { margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }.article_related h2 { margin-bottom: 12px; font-size: 28px; }.article_related ul { margin: 0; padding: 0; list-style: none; }.article_related li + li { border-top: 1px solid #e6ebf3; }.article_related a { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; color: var(--ink); font-size: 17px; font-weight: 400; text-decoration: none; transition: color .15s ease, transform .15s ease; }.article_related a:hover, .article_related a:focus-visible { color: #1769e0; transform: translateX(3px); }.article_related_arrow { flex: 0 0 auto; color: #1769e0; font-size: 20px; font-weight: 700; line-height: 1.2; }
.article-aside { position: sticky; top: 120px; align-self: start; padding: 0 0 0 1.5rem; border-left: 2px solid var(--lime); color: var(--muted); font-size: var(--font-small); }.article-aside b { display: block; color: var(--ink); font-size: 17px; }.article-aside p { margin: 10px 0 18px; }.article-aside a { display: block; margin-top: 10px; color: var(--navy-700); font-weight: 800; text-decoration: none; }.faq_html { margin-top: 48px; }.faq_html > h2 { margin: 0 0 1.2rem; color: var(--ink); font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.12; }.faq_item { border-bottom: 1px solid var(--line); }.faq_item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 4px 17px 0; color: var(--ink); font-size: 17px; font-weight: 400; line-height: 1.5; cursor: pointer; list-style: none; transition: color .15s ease; }.faq_item summary::-webkit-details-marker { display: none; }.faq_item summary > span { transition: transform .15s ease; }.faq_item summary:hover, .faq_item summary:focus-visible { color: #1769e0; }.faq_item summary:hover > span, .faq_item summary:focus-visible > span { transform: translateX(3px); }.faq_item summary::after { width: 9px; height: 9px; flex: 0 0 auto; border-right: 2px solid #1769e0; border-bottom: 2px solid #1769e0; content: ''; transform: rotate(45deg) translateY(-3px); transition: transform .22s ease; }.faq_item[open] summary::after { transform: rotate(225deg) translate(-3px, -3px); }.faq_answer { height: 0; overflow: hidden; color: #4c5872; transition: height .24s ease; }.faq_item[open] .faq_answer { height: auto; }.faq_answer__inner { padding: 8px 36px 22px 1rem; font-size: 1rem; line-height: 1.7; }.faq_answer__inner > :first-child { margin-top: 0; }.faq_answer__inner > :last-child { margin-bottom: 0; }
.article_tags { margin-bottom: 24px; color: var(--muted); font-size: var(--font-small); }.article_tags a { display: inline-block; margin: 0 6px 6px 0; padding: 6px 10px; border-radius: 999px; color: var(--navy-700); background: var(--blue-soft); text-decoration: none; font-weight: 750; }
/* Compatibility for independently stored editorial markup. */
.article_html .row { display: flex; flex-wrap: wrap; gap: 16px; }.article_html .col-md-6, .article_html .col-12.col-md-6 { flex: 1 1 280px; }.article_html .d-grid { display: grid; }.article_html .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 9px; text-decoration: none; }.article_html .btn-primary { color: white; background: var(--navy-700); }.article_html .ratio { position: relative; width: 100%; }.article_html .ratio::before { display: block; padding-top: 56.25%; content: ""; }.article_html .ratio > * { position: absolute; inset: 0; width: 100%; height: 100%; }.article_html .table-responsive { overflow-x: auto; }.article_html .list-unstyled { padding-left: 0; list-style: none; }.article_html .text-center { text-align: center; }.article_html .width-50 { width: 50%; }.article_html .mt-0 { margin-top: 0; }.article_html .mt-2 { margin-top: .5rem; }.article_html .fs-8 { font-size: var(--font-small); }.article_html .my-4, .article_html .mt-4 { margin-top: 1.5rem; }.article_html .my-4, .article_html .mb-4 { margin-bottom: 1.5rem; }
@media (min-width: 1081px) { .article_html h2 { margin-top: 1.1em; } }
/* The aside must never reduce the intended 760px reading column. */
@media (min-width: 1081px) { .cta_block { grid-template-columns: 230px minmax(0, 1fr); align-items: center; gap: 24px; padding-inline: 24px 36px; }.cta_block__visual { display: block; min-height: 156px; background: url('/images/cta_pict.webp') center / contain no-repeat; } }
@media (max-width: 1080px) { .article-layout, .article-after-layout { grid-template-columns: minmax(0, 760px); }.article-layout { padding: var(--section-compact) 0 0; }.article-after-layout { padding: 0 0 var(--section-compact); }.article-aside { display: none; } }
@media (prefers-reduced-motion: reduce) { .faq_item summary::after, .faq_answer { transition: none; } }
@media (max-width: 600px) { .article-header { padding: 102px 0 38px; }.article_html blockquote { padding: 78px 24px 24px 52px; }.article_html blockquote::before { top: 14px; left: 22px; }.article_html blockquote::after { top: 72px; bottom: 24px; left: 22px; }.article_html blockquote p { font-size: 1rem; }.article_html table { display: block; overflow-x: auto; }.article_author_block { grid-template-columns: 1fr; gap: 18px; padding: 20px; }.article_author_block .author_photo img { width: 120px; }.article_author_block .author_meta { align-items: flex-start; flex-direction: column; gap: 12px; }.faq_item summary { padding-block: 15px; }.faq_answer__inner { padding-right: 20px; }.cta_block, .article_inline_cta { padding: 24px; } }

@media (max-width: 767px) {
  .article-hero-image--compact img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
}
.faq_answer__inner { position: relative; }
.faq_item[open] .faq_answer__inner::before { position: absolute; top: 11px; bottom: 22px; left: 0; border-left: 1px solid #1769e0; content: ''; }
