/* DistrIA — solution pages & blog (extends site.css design tokens) */

.pg-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

/* Breadcrumb */
.pg-breadcrumb { background: #F4F6FB; border-bottom: 1px solid #E5E7EE; font-size: 13.5px; padding: 12px 0; }
.pg-breadcrumb a { color: #4B5162; font-weight: 600; }
.pg-breadcrumb a:hover { color: #1D5BE0; }
.pg-breadcrumb .sep { color: #9AA1AD; margin: 0 8px; }
.pg-breadcrumb .current { color: #12151C; font-weight: 700; }

/* Page hero */
.pg-hero { background: #1D5BE0; color: #FFF; padding: 64px 40px 72px; }
.pg-hero .inner { max-width: 1200px; margin: 0 auto; }
.pg-hero h1 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(32px, 4.4vw, 52px); line-height: 1.06; letter-spacing: -0.03em; margin: 0 0 18px; max-width: 24ch; text-wrap: balance; }
.pg-hero .pg-lede { font-size: 18.5px; line-height: 1.6; color: #D3E0FA; margin: 0 0 30px; max-width: 58ch; text-wrap: pretty; }
.pg-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #A9C4F7; margin: 0 0 14px; }
.pg-main .pg-eyebrow, .pg-article .pg-eyebrow { color: #1D5BE0; }
.pg-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Prose sections */
.pg-section { max-width: 860px; margin: 0 auto; padding: 40px 40px 8px; }
.pg-section:first-of-type { padding-top: 56px; }
.pg-section h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(23px, 2.6vw, 30px); letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 14px; text-wrap: balance; }
.pg-section h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 19px; letter-spacing: -0.01em; margin: 26px 0 10px; }
.pg-section p { font-size: 16.5px; line-height: 1.7; color: #3E4C46; color: #4B5162; margin: 0 0 16px; text-wrap: pretty; }
.pg-section ul, .pg-article ul { padding-left: 22px; margin: 0 0 16px; }
.pg-section li, .pg-article li { font-size: 16px; line-height: 1.65; color: #4B5162; margin-bottom: 7px; }
.pg-section a, .pg-article a { font-weight: 600; }
.pg-section strong, .pg-article strong { color: #12151C; }

/* Feature grid (chips like the modules cards) */
.pg-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; padding: 0; list-style: none; }
.pg-chips li { border: 1px solid #E5E7EE; border-radius: 999px; padding: 6px 14px; font-size: 13.5px; font-weight: 600; color: #4B5162; margin: 0; }

/* Callout */
.pg-callout { background: #F4F6FB; border-radius: 16px; padding: 22px 26px; margin: 26px 0; }
.pg-callout p:last-child { margin-bottom: 0; }
.pg-callout .tag { display: inline-block; background: #E8EFFC; color: #1D5BE0; border-radius: 999px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 12px; padding: 4px 12px; margin-bottom: 10px; }

/* FAQ */
.pg-faq { max-width: 860px; margin: 0 auto; padding: 32px 40px 56px; }
.pg-faq h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(23px, 2.6vw, 30px); letter-spacing: -0.02em; margin: 0 0 20px; }
.pg-faq details { border: 1px solid #E5E7EE; border-radius: 12px; padding: 16px 20px; margin-bottom: 10px; background: #FFF; }
.pg-faq summary { font-weight: 700; font-size: 16px; cursor: pointer; color: #12151C; }
.pg-faq details[open] summary { margin-bottom: 10px; }
.pg-faq details p { font-size: 15.5px; line-height: 1.65; color: #4B5162; margin: 0; }

/* Buttons on white background */
.btn-blue { background: #1D5BE0; color: #FFF; padding: 15px 30px; border-radius: 999px; font-weight: 700; font-size: 16px; display: inline-block; transition: background .2s, transform .2s; }
.btn-blue:hover { background: #1546B0; color: #FFF; transform: translateY(-2px); }
.btn-outline { border: 1.5px solid #1D5BE0; color: #1D5BE0; padding: 14px 30px; border-radius: 999px; font-weight: 700; font-size: 16px; display: inline-block; transition: background .2s, transform .2s; }
.btn-outline:hover { background: #E8EFFC; transform: translateY(-2px); }

/* Blog */
.pg-article { max-width: 760px; margin: 0 auto; padding: 48px 40px 40px; }
.pg-post-head { margin-bottom: 8px; }
.pg-post-head h1 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -0.025em; margin: 0 0 14px; text-wrap: balance; }
.pg-post-meta { font-size: 14px; color: #6A7080; margin: 0 0 26px; }
.pg-article h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(22px, 2.6vw, 28px); letter-spacing: -0.02em; margin: 34px 0 12px; }
.pg-article h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18.5px; margin: 24px 0 10px; }
.pg-article p { font-size: 16.5px; line-height: 1.75; color: #4B5162; margin: 0 0 16px; }

.pg-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; max-width: 1200px; margin: 0 auto; padding: 8px 40px 56px; }
.pg-card { background: #FFF; border: 1px solid #E5E7EE; border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 10px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.pg-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px -18px rgba(10,20,60,.25); border-color: #1D5BE0; }
.pg-card .date { font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; color: #6A7080; }
.pg-card h2, .pg-card h3 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 18.5px; letter-spacing: -0.01em; line-height: 1.25; margin: 0; }
.pg-card h2 a, .pg-card h3 a { color: #12151C; }
.pg-card h2 a:hover, .pg-card h3 a:hover { color: #1D5BE0; }
.pg-card p { font-size: 14.5px; line-height: 1.55; color: #4B5162; margin: 0; flex: 1; }
.pg-card .more { font-weight: 700; font-size: 14px; color: #1D5BE0; }

/* Related links strip */
.pg-related { max-width: 760px; margin: 0 auto; padding: 0 40px 48px; }
.pg-related h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 20px; margin: 0 0 14px; }
.pg-related ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.pg-related li a { font-weight: 600; }
