/* Adjoltz guides on the new homepage design (world-a tokens). */
.art-page main { background: transparent; }
.art-hero { background: linear-gradient(180deg, rgba(255,255,255,.66), rgba(255,255,255,.88)) !important; padding-block: clamp(36px, 5vw, 64px) clamp(20px, 3vw, 36px) !important; }
.art-hero .wrap { max-width: calc(760px + 2 * var(--pad)); }
.art-hero .crumb { font-size: var(--fs-xs); color: var(--gray2); margin-bottom: 14px; }
.art-hero .crumb a { color: var(--dg); text-decoration: underline; text-underline-offset: 3px; }
.art-hero h1 { font-size: var(--fs-h1); line-height: 1.05; color: var(--dg); font-weight: 400; margin: 0 0 16px; max-width: 24ch; }
.art-hero .lede { font-size: var(--fs-lg); color: var(--gray2); line-height: 1.45; max-width: 60ch; margin: 0 0 12px; }
.art-hero .meta { font-size: var(--fs-xs); color: var(--gray2); }
.art-body { background: rgba(255,255,255,.94); padding-block: 8px var(--sec); }
.article { max-width: 760px; margin-inline: auto; color: var(--black1); font-size: var(--fs-md); line-height: 1.7; }
.article > :first-child { margin-top: 0; }
.article h2 { font-size: var(--fs-h3); color: var(--dg); font-weight: 400; line-height: 1.15; margin: 1.8em 0 .55em; }
.article h3 { font-size: var(--fs-h6); color: var(--dg); font-weight: 500; margin: 1.4em 0 .4em; }
.article p { margin: 0 0 1em; }
.article ul, .article ol { margin: 0 0 1.2em; padding-inline-start: 1.3em; display: grid; gap: .45em; }
.article a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.article strong, .article b { color: var(--dg); font-weight: 600; }
.article code { background: var(--lightgray); padding: 2px 6px; border-radius: 6px; font-size: .88em; }
.article pre { background: var(--dg); color: #d8f4cc; border-radius: 16px; padding: 16px 18px; overflow-x: auto; font-size: 14px; line-height: 1.55; direction: ltr; text-align: left; }
.article pre code { background: none; padding: 0; color: inherit; }
.article table { width: 100%; border-collapse: collapse; margin: 1.3em 0 1.7em; font-size: var(--fs-xs); background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid rgba(16,57,40,.08); }
.article th, .article td { padding: 12px 14px; border-bottom: 1px solid var(--lightgray); text-align: start; vertical-align: top; }
.article th { background: var(--sage); color: var(--dg); font-weight: 500; }
.article tr:last-child td { border-bottom: 0; }
.article td.yes, .article .yes { color: var(--teal); font-weight: 500; }
.article td.no, .article .no { color: #b42318; }
@media (max-width: 680px) { .article table { display: block; overflow-x: auto; } }
.article .note { font-size: var(--fs-xs); color: var(--gray2); }
.article .box { background: var(--lg); border-radius: 20px; padding: 18px 22px; margin: 1.4em 0; border-inline-start: 4px solid var(--btn); }
.article .box p:last-child { margin-bottom: 0; }
.article .box.warn { background: #fff4f2; border-inline-start-color: var(--red); }
.article .box.warn strong { color: #b42318; }
.article .rank { background: var(--white); border: 1px solid rgba(16,57,40,.1); border-radius: 22px; padding: 20px 24px; margin: 18px 0; box-shadow: var(--shadow-card); }
.article .rank h3 { margin-top: 0; }
.article .pc { font-size: var(--fs-xs); margin: 6px 0 0; }
.article .pc b { color: var(--teal); } .article .pc.con b { color: #b42318; }
.article .tpl, .article .tmpl { background: var(--cream); border: 1px solid rgba(16,57,40,.1); border-radius: 18px; padding: 16px 20px; margin: 16px 0; font-size: var(--fs-sm); line-height: 1.6; }
.article .lbl { display: block; font-size: var(--fs-micro); letter-spacing: .05em; text-transform: uppercase; color: var(--gray2); margin-bottom: 8px; }
.article .var { background: #ffe8a3; border-radius: 4px; padding: 0 3px; }
.article .tag { display: inline-block; font-size: var(--fs-micro); padding: 2px 10px; border-radius: var(--r-full); background: var(--lg); color: var(--dg); }
.article .btn-row, .article .btnrow { display: flex; gap: 12px; flex-wrap: wrap; margin: 1.6em 0; }
.article .btn-row a, .article .btnrow a { text-decoration: none; }
.article .video { position: relative; aspect-ratio: 16/9; border-radius: 20px; overflow: hidden; margin: 1.2em 0; box-shadow: var(--shadow-float); }
.article .video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article .transcript { background: var(--lightgray); border-radius: 16px; padding: 14px 18px; font-size: var(--fs-xs); }
.article .svc-link, .article .svc-top { background: var(--sage); border-radius: 16px; padding: 14px 18px; font-size: var(--fs-sm); }
.article h2.faq { margin-top: 2em; }
.article div.faq { display: grid; gap: 10px; }
.article div.faq h3 { margin: 0; padding: 16px 20px 0; background: var(--white); border-radius: 18px 18px 0 0; border: 1px solid rgba(16,57,40,.1); border-bottom: 0; font-size: var(--fs-sm); }
.article div.faq h3 + p { margin: 0 0 6px; padding: 8px 20px 16px; background: var(--white); border-radius: 0 0 18px 18px; border: 1px solid rgba(16,57,40,.1); border-top: 0; color: var(--gray2); font-size: var(--fs-sm); }
.article .related { margin-top: 2.2em; background: var(--white); border-radius: 22px; padding: 22px 24px; box-shadow: var(--shadow-card); }
.article .related h2 { margin: 0 0 10px; font-size: var(--fs-h5); }
.article .related ul { list-style: none; padding: 0; gap: 8px; margin: 0; }
.article .related a { text-decoration: none; color: var(--dg); font-weight: 500; }
.article .related a:hover { color: var(--teal); }
.art-cta { max-width: 760px; margin: 2.4em auto 0; }
.is-ar .article, .is-ar .art-hero { direction: rtl; }
/* Arabic glyphs sit taller: looser leading on big headings so highlights never clip the line above */
.is-ar .art-hero h1, .is-ar .article h2 { line-height: 1.35; }
