.prose{max-width:680px;margin:0 auto;color:var(--grey-900);font-size:1.05rem;line-height:1.8}.prose h2{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-top:56px;margin-bottom:16px;color:var(--grey-900)}.prose h3{font-size:1.35rem;font-weight:600;letter-spacing:-.02em;line-height:1.3;margin-top:40px;margin-bottom:12px;color:var(--grey-900)}.prose h4{font-size:1.1rem;font-weight:600;letter-spacing:-.01em;line-height:1.4;margin-top:32px;margin-bottom:8px;color:var(--grey-900)}.prose p{margin-bottom:24px;color:var(--grey-700);line-height:1.8}.prose p:last-child{margin-bottom:0}.prose a{color:var(--blue);text-decoration:underline;text-underline-offset:2px;transition:var(--transition)}.prose a:hover{color:var(--blue-dark)}.prose ul,.prose ol{margin-bottom:24px;padding-left:24px}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose li{margin-bottom:8px;color:var(--grey-700);line-height:1.7}.prose li::marker{color:var(--blue)}.prose blockquote{margin:32px 0;padding:20px 24px;border-left:3px solid var(--blue);background:var(--grey-100);border-radius:0 var(--radius) var(--radius) 0}.prose blockquote p{color:var(--grey-700);font-style:italic;margin-bottom:0}.prose code{font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:.9em;background:var(--grey-100);color:var(--grey-900);padding:2px 6px;border-radius:4px;border:1px solid var(--grey-300)}.prose pre{margin:32px 0;padding:24px;background:var(--grey-900);border-radius:var(--radius);overflow-x:auto;-webkit-overflow-scrolling:touch}.prose pre code{background:none;color:var(--grey-100);padding:0;border:none;border-radius:0;font-size:.88rem;line-height:1.7}.prose img{margin:32px 0;border-radius:var(--radius);box-shadow:var(--shadow-md)}.prose figure{margin:32px 0}.prose figcaption{text-align:center;font-size:.85rem;color:var(--grey-500);margin-top:12px}.prose hr{margin:48px 0;border:none;height:1px;background:var(--grey-300)}.prose table{width:100%;margin:32px 0;border-collapse:collapse;font-size:.95rem}.prose th{text-align:left;font-weight:600;padding:12px 16px;border-bottom:2px solid var(--grey-300);color:var(--grey-900)}.prose td{padding:12px 16px;border-bottom:1px solid var(--grey-100);color:var(--grey-700)}@media(max-width:768px){.prose{font-size:1rem}.prose h2{font-size:1.5rem;margin-top:40px}.prose h3{font-size:1.2rem;margin-top:32px}.prose pre{padding:16px;margin:24px -16px;border-radius:0}.prose blockquote{margin:24px 0;padding:16px 20px}}@media(max-width:480px){.prose h2{font-size:1.35rem}.prose h3{font-size:1.1rem}}.blog-card{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-lg);padding:32px 28px;border:1px solid rgba(0,0,0,.06);transition:var(--transition);position:relative;overflow:hidden;text-decoration:none;color:inherit}.blog-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--ai-gradient);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.blog-card:hover:before{transform:scaleX(1)}.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.blog-card-category{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--blue);background:#10abc914;padding:5px 12px;border-radius:100px;margin-bottom:16px;width:fit-content}.blog-card-title{font-size:1.15rem;font-weight:600;letter-spacing:-.01em;margin-bottom:12px;line-height:1.35}.blog-card-excerpt{font-size:.9rem;color:var(--grey-500);line-height:1.65;flex-grow:1;margin-bottom:16px}.blog-card-date{font-size:.8rem;color:var(--grey-500);font-weight:400}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-preview-header{text-align:center;margin-bottom:48px}.blog-preview-cta{text-align:center;margin-top:48px}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}}.insights-masthead{background:#0b2239;color:var(--white);padding:170px 0 80px}.insights-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:18px}.insights-masthead h1{font-size:clamp(2.6rem,5.5vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin:0 0 18px;color:var(--white)}.insights-sub{color:#ffffffd1;font-size:1.1rem;line-height:1.65;max-width:580px;margin-bottom:56px}.insights-featured{display:block;background:#143d5e;border:1px solid rgba(255,255,255,.28);border-top:3px solid var(--blue);border-radius:var(--radius-lg);padding:40px 40px 34px;color:var(--white);text-decoration:none;transition:var(--transition)}.insights-featured:hover{transform:translateY(-4px);background:#14405f}.insights-featured-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:16px}.insights-featured-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;line-height:1.18;letter-spacing:-.02em;margin-bottom:16px;max-width:860px}.insights-featured-desc{color:#fffc;line-height:1.65;max-width:740px;margin-bottom:20px}.insights-featured-cta{font-size:.95rem;font-weight:700;color:var(--blue)}@media(max-width:768px){.insights-masthead{padding:140px 0 60px}.insights-featured{padding:28px 24px 24px}}
