/* ============================================================
   Blog article layout — shared by all /blog/*.html pages
   ============================================================ */
body.art-page { background: #F4F1EB; }
.art-shell { max-width: 860px; margin: 0 auto; padding: 22px 20px 48px; }

.art-crumbs { font-size: 12.5px; color: #6f6b85; margin: 4px 2px 14px; }
.art-crumbs a { color: #6f6b85; text-decoration: none; }
.art-crumbs a:hover { color: #0c0a1a; }
.art-crumbs span { margin: 0 6px; opacity: .5; }

.art-hero { background: linear-gradient(135deg, #0c0a1a 0%, #1d1437 55%, #4F46E5 100%); color: #fff; border-radius: 24px; padding: 46px 40px; margin-bottom: 20px; position: relative; overflow: hidden; }
.art-hero::after { content: ''; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(195,255,54,0.16), transparent 70%); top: -160px; right: -120px; filter: blur(30px); }
.art-hero .eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: #C3FF36; margin-bottom: 12px; position: relative; }
.art-hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; line-height: 1.05; letter-spacing: -.03em; margin: 0 0 14px; max-width: 800px; position: relative; }
.art-hero h1 em { font-style: normal; color: #C3FF36; }
.art-hero p { color: rgba(255,255,255,.78); font-size: 16px; max-width: 680px; line-height: 1.6; position: relative; }
.art-hero .art-byline { display: flex; align-items: center; gap: 10px; margin-top: 22px; position: relative; }
.art-hero .art-byline .av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #22D3EE, #7C3AED); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; }
.art-hero .art-byline span { font-size: 13px; color: rgba(255,255,255,.65); }
.art-hero .art-byline b { color: #fff; font-weight: 700; }

.art-tile { background: #fff; border-radius: 22px; padding: 30px 32px; box-shadow: 0 4px 18px rgba(12,10,26,.06); margin-bottom: 18px; }
.art-tile h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 23px; font-weight: 800; letter-spacing: -.02em; color: #0c0a1a; margin: 0 0 14px; }
.art-tile h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -.01em; color: #0c0a1a; margin: 18px 0 8px; }
.art-tile p { color: #4a4759; line-height: 1.7; margin: 0 0 12px; font-size: 15.5px; }
.art-tile p:last-child { margin-bottom: 0; }
.art-tile a { color: #4F46E5; font-weight: 600; text-decoration: none; }
.art-tile a:hover { text-decoration: underline; }
.art-tile ul, .art-tile ol { margin: 6px 0 14px; padding-left: 24px; color: #4a4759; line-height: 1.7; font-size: 15.5px; }
.art-tile li { margin-bottom: 8px; }
.art-tile li:last-child { margin-bottom: 0; }
.art-tile strong { color: #0c0a1a; }

.art-points { list-style: none !important; padding: 0 !important; margin: 6px 0 0 !important; }
.art-points li { padding-left: 26px; position: relative; margin-bottom: 10px; color: #33304a; line-height: 1.55; }
.art-points li:before { content: "\2713"; position: absolute; left: 0; color: #16a34a; font-weight: 800; }

table.art-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 8px 0 14px; }
table.art-table th, table.art-table td { border: 1px solid #ece9f4; padding: 11px 13px; text-align: left; }
table.art-table th { background: #0c0a1a; color: #fff; font-weight: 700; font-size: 13px; }
table.art-table td { color: #33304a; }

.art-callout { background: #f6f5ff; border-left: 4px solid #4F46E5; border-radius: 0 14px 14px 0; padding: 18px 22px; margin: 16px 0; }
.art-callout p { margin: 0; font-size: 14.5px; color: #33304a; }

.art-cta { background: linear-gradient(135deg, #C3FF36 0%, #22D3EE 100%); color: #0c0a1a; border-radius: 22px; padding: 38px 36px; margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.art-cta h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(22px, 3vw, 30px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; margin: 0 0 8px; max-width: 480px; }
.art-cta p { font-size: 14.5px; color: rgba(12,10,26,.7); margin: 0; max-width: 460px; }
.art-cta-btn { background: #0c0a1a; color: #fff; padding: 15px 26px; border-radius: 14px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: transform .2s; white-space: nowrap; }
.art-cta-btn:hover { transform: translateY(-2px); }

.art-faq-item { border-top: 1px solid #ece9f4; padding: 16px 0; }
.art-faq-item:first-of-type { border-top: none; padding-top: 0; }
.art-faq-item h3 { font-size: 16px; color: #0c0a1a; margin: 0 0 6px; }
.art-faq-item p { color: #6f6b85; font-size: 14.5px; margin: 0; line-height: 1.6; }

.art-related h2 { margin-bottom: 16px; }
.art-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.art-related-card { background: #f4f3ef; border-radius: 14px; padding: 18px 20px; text-decoration: none; transition: background .2s, transform .2s; display: block; }
.art-related-card:hover { background: #ece9f4; transform: translateY(-2px); text-decoration: none !important; }
.art-related-card .cat { font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #6f6b85; display: block; margin-bottom: 8px; }
.art-related-card .t { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 800; letter-spacing: -.01em; line-height: 1.25; color: #0c0a1a; }

@media (max-width: 680px) {
  .art-hero { padding: 32px 24px; }
  .art-tile { padding: 24px 22px; }
  .art-cta { padding: 28px 24px; }
  .art-related-grid { grid-template-columns: 1fr; }
  table.art-table { font-size: 12.5px; }
  table.art-table th, table.art-table td { padding: 8px 9px; }
}
