/* Editorial product page, using the shared six-size typography scale. */
.finance-article { padding-block: 72px 88px; }
.article-header, .app-gallery, .article-body { max-width: 720px; margin-inline: auto; }
.article-header { margin-bottom: 44px; }
.article-header .eyebrow { color: var(--primary-dark); font-size: var(--text-medium); }
.article-header h1 { font-size: var(--title-hero); margin-bottom: 24px; }
.article-intro { max-width: 720px; font-size: var(--text-large); color: var(--muted); line-height: 1.85; margin-bottom: 0; }
.article-download { margin-top: 24px; }
.play-store-button { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 5px 10px 5px 7px; border: 1px solid #747474; border-radius: 6px; background: #080808; color: #fff; text-align: left; }
.play-store-icon { width: 25px; height: 28px; flex-shrink: 0; }
.play-store-label { display: flex; flex-direction: column; gap: 2px; }
.play-store-kicker { font-size: var(--text-small); font-weight: 400; line-height: 1; text-transform: uppercase; }
.play-store-name { font-size: var(--text-large); font-weight: 500; line-height: 1.15; letter-spacing: -.3px; }
.play-store-button:disabled { cursor: not-allowed; }
.app-gallery { margin-bottom: 64px; }
.gallery-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.gallery-heading h2 { font-size: var(--title-medium); letter-spacing: -.4px; }
.gallery-heading p { font-size: var(--text-small); color: var(--muted); margin: 0; }
.gallery-track { display: flex; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; border-radius: 8px; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track:focus-visible { outline: 3px solid var(--primary); outline-offset: 5px; }
.gallery-slide { flex: 0 0 100%; min-width: 0; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.gallery-image { display: flex; align-items: center; justify-content: center; height: min(540px, 65svh); padding: 28px; background: transparent; }
.gallery-image img { height: auto; width: auto; max-height: 100%; max-width: 100%; min-height: 0; object-fit: contain; border: 6px solid #20242a; border-radius: 28px; background: #000; box-shadow: 0 0 0 1px #58616d, 0 12px 24px #0002; }
.gallery-slide figcaption { padding: 20px 0; font-size: var(--text-medium); line-height: 1.7; }
.gallery-slide figcaption strong, .gallery-slide figcaption span { display: block; }
.gallery-slide figcaption span { color: var(--muted); margin-top: 4px; }
.gallery-controls:not([hidden]) { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 10px; }
.gallery-controls button { width: 44px; height: 44px; border: 1px solid var(--border); background: #fff; color: var(--ink); border-radius: 50%; font-size: var(--title-medium); cursor: pointer; }
.gallery-controls button:hover:not(:disabled) { border-color: var(--primary-dark); color: var(--primary-dark); }
.gallery-controls button:disabled { opacity: .35; cursor: default; }
.gallery-status { margin: 0; min-width: 48px; text-align: center; color: var(--muted); font-size: var(--text-small); }
.article-body section + section { margin-top: 40px; }
.article-body h2 { font-size: var(--title-medium); line-height: 1.35; letter-spacing: -.4px; margin-bottom: 16px; }
.article-body p { font-size: var(--text-large); line-height: 1.9; color: var(--muted); margin-bottom: 18px; }
.article-body ul { padding-left: 22px; margin: 16px 0 0; color: var(--muted); font-size: var(--text-large); line-height: 1.8; }
.article-body li + li { margin-top: 12px; }
.article-body li::marker { color: var(--primary-dark); }
.article-body li strong { color: var(--ink); }
.article-body p a { color: var(--primary-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-back { margin-top: 20px; min-height: 44px; }
.article-back span { color: var(--primary-dark); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--border); padding-top: 25px; }
.footer-wrap p, .footer-links { font-size: var(--text-small); color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; }
@media (max-width: 760px) {
  .finance-article { padding-block: 40px 60px; }
  .article-header { margin-bottom: 32px; }
  .gallery-heading { flex-direction: column; gap: 8px; }
  .gallery-image { height: min(440px, 65svh); padding: 20px; }
  .app-gallery { margin-bottom: 44px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
