/* Assembly Networks — shared styles for FAQ, Glossary, and Blog pages.
   Loads AFTER css/styles.css and only styles the new content areas.
   All classes are prefixed "an-" to avoid clashing with the site theme.
   Fonts match the site: Bebas Neue (display), Barlow Condensed (headings), Inter (body). */

.an-page { max-width: 900px; margin: 0 auto; padding: 56px 24px 88px; font-family: 'Inter', sans-serif; color: #E8EAF0; }
.an-hero { border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 28px; margin-bottom: 36px; }
.an-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase; color: #0EA5E9; font-weight: 600; margin: 0 0 12px; }
.an-title { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 58px; line-height: 1; letter-spacing: 0.02em; color: #FFFFFF; margin: 0 0 14px; }
.an-sub { font-family: 'Inter', sans-serif; font-size: 17px; line-height: 1.6; color: #AEB6C4; margin: 0; max-width: 660px; }

/* FAQ (native accordion) */
.an-faq { border-top: 1px solid rgba(255,255,255,0.1); }
.an-faq details { border-bottom: 1px solid rgba(255,255,255,0.1); }
.an-faq summary { cursor: pointer; list-style: none; padding: 18px 44px 18px 0; position: relative; font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 600; color: #FFFFFF; }
.an-faq summary::-webkit-details-marker { display: none; }
.an-faq summary::after { content: '+'; position: absolute; right: 6px; top: 14px; font-size: 26px; line-height: 1; color: #0EA5E9; font-weight: 400; }
.an-faq details[open] summary::after { content: '\2013'; }
.an-faq .an-a { padding: 0 44px 22px 0; color: #B9C0CE; font-size: 16px; line-height: 1.7; margin: 0; }
.an-faq .an-a a { color: #0EA5E9; }

/* Glossary */
.an-toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 8px; }
.an-toc a { font-family: 'Inter', sans-serif; font-size: 13px; color: #AEB6C4; border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; padding: 6px 12px; text-decoration: none; }
.an-toc a:hover { color: #0EA5E9; border-color: #0EA5E9; }
.an-term { border-top: 1px solid rgba(255,255,255,0.1); padding: 22px 0; scroll-margin-top: 90px; }
.an-term h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 600; color: #FFFFFF; margin: 0 0 8px; letter-spacing: 0.01em; }
.an-term p { font-size: 16px; line-height: 1.7; color: #B9C0CE; margin: 0; }

/* Blog index */
.an-post-card { display: block; border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 26px 28px; text-decoration: none; transition: border-color 0.2s, background 0.2s; }
.an-post-card:hover { border-color: #0EA5E9; background: rgba(14,165,233,0.05); }
.an-post-card .an-date { font-family: 'Barlow Condensed', sans-serif; font-size: 15px; color: #0EA5E9; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.an-post-card h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; color: #FFFFFF; margin: 6px 0 10px; font-weight: 600; }
.an-post-card p { color: #AEB6C4; font-size: 16px; line-height: 1.6; margin: 0 0 12px; }
.an-post-card .an-more { color: #0EA5E9; font-weight: 500; font-size: 15px; }

/* Article */
.an-article { max-width: 720px; }
.an-article .an-meta { font-family: 'Barlow Condensed', sans-serif; font-size: 15px; color: #8B93A3; margin: 0 0 28px; letter-spacing: 0.04em; text-transform: uppercase; }
.an-article h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; color: #FFFFFF; font-weight: 600; margin: 38px 0 12px; }
.an-article p { font-size: 17px; line-height: 1.75; color: #C7CDD9; margin: 0 0 18px; }
.an-article a { color: #0EA5E9; }
.an-cta, .an-article a.an-cta { display: inline-block; background: #0EA5E9; color: #FFFFFF; text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 17px; letter-spacing: 0.03em; padding: 13px 28px; border-radius: 8px; margin-top: 10px; }
.an-byline { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: #8B93A3; font-size: 14px; font-style: italic; }

/* Team profiles */
.an-profile { display: flex; gap: 32px; align-items: flex-start; border-top: 1px solid rgba(255,255,255,0.1); padding: 36px 0; }
.an-profile-photo img { width: 220px; height: 220px; object-fit: cover; border-radius: 14px; display: block; flex-shrink: 0; }
.an-profile-body { flex: 1; min-width: 0; }
.an-profile-body h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 700; color: #FFFFFF; margin: 0 0 2px; }
.an-profile-role { font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #0EA5E9; margin: 0 0 16px; }
.an-profile-body p { font-size: 16px; line-height: 1.7; color: #B9C0CE; margin: 0 0 14px; }
.an-profile-body ul { margin: 0 0 14px; padding-left: 20px; color: #B9C0CE; font-size: 16px; line-height: 1.7; }
.an-profile-body li { margin-bottom: 6px; }

@media (max-width: 600px) { .an-title { font-size: 44px; } }
@media (max-width: 640px) { .an-profile { flex-direction: column; gap: 20px; } .an-profile-photo img { width: 160px; height: 160px; } }

/* Consulting page */
.an-section-lead { font-size: 17px; line-height: 1.65; color: #C7CDD9; margin: 0 0 8px; max-width: 720px; }
.an-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin: 8px 0 10px; }
.an-step { border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 20px; }
.an-step-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: #0EA5E9; line-height: 1; margin-bottom: 8px; }
.an-step h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 19px; font-weight: 600; color: #FFFFFF; margin: 0 0 6px; }
.an-step p { font-size: 14.5px; line-height: 1.6; color: #AEB6C4; margin: 0; }
.an-deliverables { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 6px; }
.an-deliverable { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.an-deliverable .an-dot { flex: 0 0 8px; width: 8px; height: 8px; border-radius: 2px; background: #0EA5E9; margin-top: 9px; }
.an-deliverable h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 19px; font-weight: 600; color: #FFFFFF; margin: 0 0 4px; }
.an-deliverable p { font-size: 15px; line-height: 1.6; color: #AEB6C4; margin: 0; }
.an-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin: 10px 0 22px; }
.an-price-card { border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; padding: 26px 24px; display: flex; flex-direction: column; }
.an-price-card.featured { border-color: #0EA5E9; box-shadow: inset 0 0 0 1px #0EA5E9; }
.an-price-badge { align-self: flex-start; font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #0EA5E9; background: rgba(14,165,233,0.12); border-radius: 999px; padding: 4px 11px; margin-bottom: 14px; }
.an-price-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 600; color: #FFFFFF; margin: 0 0 4px; }
.an-price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: #FFFFFF; line-height: 1; margin: 4px 0 2px; }
.an-price-unit { font-size: 13px; color: #8B93A3; margin: 0 0 16px; }
.an-price-card ul { list-style: none; padding: 0; margin: 0; }
.an-price-card li { font-size: 14.5px; color: #B9C0CE; padding: 6px 0 6px 22px; position: relative; line-height: 1.5; }
.an-price-card li::before { content: '\2713'; position: absolute; left: 0; color: #0EA5E9; font-weight: 700; }
.an-addon { border: 1px dashed rgba(14,165,233,0.45); border-radius: 12px; padding: 20px 22px; background: rgba(14,165,233,0.05); margin: 6px 0 6px; }
.an-addon h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 19px; font-weight: 600; color: #FFFFFF; margin: 0 0 6px; }
.an-addon p { font-size: 15px; color: #B9C0CE; margin: 0; line-height: 1.6; }
.an-addon-price { color: #0EA5E9; }
.an-note { font-size: 14px; color: #8B93A3; margin: 8px 0 0; }
@media (max-width: 640px) { .an-deliverable { gap: 12px; } }
