@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--primary-navy:#1c4584;--secondary-navy:#0b244c;--accent-blue:#17ace4;--text-dark:#0f172a;--text-muted:#475569;--bg-slate:#f8fafc;--card-bg:#fff;--border-color:#e2e8f0}.articles-landing{background-color:var(--bg-slate);min-height:100vh;font-family:Outfit,system-ui,sans-serif}.articles-landing .articles-grid-container{max-width:1280px;margin:0 auto;padding:3.5rem 1.5rem 5rem}.articles-landing .section-header{margin-bottom:2.5rem}.articles-landing .section-header .eyebrow{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.articles-landing .section-header h2{color:var(--primary-navy);letter-spacing:-.02em;font-size:2.25rem;font-weight:700}.articles-landing .featured-article-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1.25rem;grid-template-columns:1fr;margin-bottom:3.5rem;transition:transform .3s,box-shadow .3s;display:grid;overflow:hidden;box-shadow:0 10px 30px #0f172a0f}@media (min-width:768px){.articles-landing .featured-article-card{grid-template-columns:1.1fr 1fr}}.articles-landing .featured-article-card .image-container{min-height:300px;position:relative}@media (min-width:768px){.articles-landing .featured-article-card .image-container{min-height:100%}}.articles-landing .featured-article-card .image-container img{object-fit:cover}.articles-landing .featured-article-card .content-container{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.articles-landing .featured-article-card .content-container .badge{color:#0284c7;background:#17ace41a;border-radius:9999px;align-self:flex-start;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.8125rem;font-weight:600}.articles-landing .featured-article-card .content-container h3{color:var(--primary-navy);margin-bottom:1rem;font-size:1.65rem;font-weight:700;line-height:1.3}.articles-landing .featured-article-card .content-container p{color:var(--text-muted);margin-bottom:1.75rem;font-size:1rem;line-height:1.6}.articles-landing .featured-article-card .content-container .card-footer-flex{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;display:flex}.articles-landing .featured-article-card .content-container .meta{color:#64748b;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;display:flex}.articles-landing .featured-article-card .content-container .read-more-btn{background:var(--primary-navy);color:#fff;border-radius:.5rem;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #1c458433}.articles-landing .featured-article-card .content-container .read-more-btn svg{transition:transform .25s}.articles-landing .featured-article-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0f172a1a}.articles-landing .featured-article-card:hover .read-more-btn{background:var(--accent-blue);box-shadow:0 4px 16px #17ace466}.articles-landing .featured-article-card:hover .read-more-btn svg{transform:translate(4px)}.articles-landing .articles-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.articles-landing .articles-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.articles-landing .articles-grid{grid-template-columns:repeat(3,1fr)}}.articles-landing .article-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;flex-direction:column;transition:all .25s;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008}.articles-landing .article-card:hover{border-color:#17ace466;transform:translateY(-4px);box-shadow:0 14px 28px #0f172a14}.articles-landing .article-card:hover .read-more-link{color:var(--accent-blue)}.articles-landing .article-card:hover .read-more-link svg{transform:translate(4px)}.articles-landing .article-card .card-img-wrap{background:#0b244c;width:100%;height:200px;position:relative}.articles-landing .article-card .card-img-wrap img{object-fit:cover}.articles-landing .article-card .card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.articles-landing .article-card .card-body .badge{color:#0284c7;background:#f0f9ff;border-radius:9999px;align-self:flex-start;margin-bottom:.75rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.articles-landing .article-card .card-body h4{color:var(--primary-navy);margin-bottom:.75rem;font-size:1.15rem;font-weight:700;line-height:1.35}.articles-landing .article-card .card-body h4:hover{color:var(--accent-blue)}.articles-landing .article-card .card-body p{color:var(--text-muted);flex:1;margin-bottom:1.25rem;font-size:.925rem;line-height:1.55}.articles-landing .article-card .card-body .card-footer-flex{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.articles-landing .article-card .card-body .card-meta{color:#94a3b8;align-items:center;gap:.4rem;font-size:.8125rem;display:flex}.articles-landing .article-card .card-body .read-more-link{color:var(--primary-navy);align-items:center;gap:.3rem;font-size:.8125rem;font-weight:600;transition:color .2s;display:inline-flex}.articles-landing .article-card .card-body .read-more-link svg{transition:transform .2s}.article-detail-view{color:var(--text-dark);background-color:#fff;font-family:Outfit,system-ui,sans-serif}.article-detail-view .article-header{color:#fff;align-items:center;min-height:480px;padding:4.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.article-detail-view .article-header .header-bg-img{object-fit:cover;z-index:0}.article-detail-view .article-header .overlay{-webkit-backdrop-filter:blur(6px);z-index:1;background:linear-gradient(90deg,#000000e6 0%,#000000bf 45%,#0000004d 75%,#0000000d 100%);position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000000e6 55%,#0003 85%,#0000 100%);mask-image:linear-gradient(90deg,#000 0%,#000000e6 55%,#0003 85%,#0000 100%)}.article-detail-view .article-header .header-container{z-index:2;width:100%;max-width:1020px;margin:0 auto;position:relative}.article-detail-view .article-header .breadcrumbs{color:#ffffffbf;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.article-detail-view .article-header .breadcrumbs a{color:#ffffffd9;text-decoration:none;transition:color .15s}.article-detail-view .article-header .breadcrumbs a:hover{color:#fff;text-decoration:underline}.article-detail-view .article-header .breadcrumbs .sep{opacity:.5}.article-detail-view .article-header .category-badge{color:#38bdf8;background:#17ace440;border:1px solid #38bdf84d;border-radius:9999px;margin-bottom:1.25rem;padding:.3rem .8rem;font-size:.8125rem;font-weight:600;display:inline-block}.article-detail-view .article-header h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.25rem;font-weight:800;line-height:1.25}@media (min-width:768px){.article-detail-view .article-header h1{font-size:2.85rem}}.article-detail-view .article-header .article-subtitle{color:#ffffffd9;max-width:860px;margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.article-detail-view .article-header .meta-bar{color:#fffc;border-top:1px solid #ffffff26;flex-wrap:wrap;align-items:center;gap:1.5rem;padding-top:1.5rem;font-size:.875rem;display:flex}.article-detail-view .article-header .meta-bar .author-info{color:#fff;align-items:center;gap:.65rem;font-weight:600;display:flex}.article-detail-view .article-body-layout{grid-template-columns:1fr;gap:3.5rem;max-width:1240px;margin:0 auto;padding:3.5rem 1.5rem 5rem;display:grid}@media (min-width:1024px){.article-detail-view .article-body-layout{grid-template-columns:280px 1fr}.article-detail-view .toc-sidebar{height:fit-content;position:sticky;top:100px}}.article-detail-view .toc-sidebar .toc-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem}.article-detail-view .toc-sidebar .toc-card h3{color:var(--primary-navy);text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;font-size:1rem;font-weight:700}.article-detail-view .toc-sidebar .toc-card ul{margin:0;padding:0;list-style:none}.article-detail-view .toc-sidebar .toc-card ul li{margin-bottom:.65rem}.article-detail-view .toc-sidebar .toc-card ul li a{color:#475569;font-size:.875rem;line-height:1.4;text-decoration:none;transition:color .15s;display:block}.article-detail-view .toc-sidebar .toc-card ul li a:hover{color:var(--accent-blue);font-weight:500}.article-detail-view .main-article-content{max-width:800px}.article-detail-view .main-article-content .intro-paragraph{color:#334155;margin-bottom:1.5rem;font-size:1.18rem;font-weight:450;line-height:1.7}.article-detail-view .main-article-content .article-inline-figure{border:1px solid var(--border-color);background:#fff;border-radius:1.25rem;margin:2.25rem 0;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 12px 35px #0f172a14}.article-detail-view .main-article-content .article-inline-figure:hover{transform:translateY(-2px);box-shadow:0 18px 45px #0f172a1f}.article-detail-view .main-article-content .article-inline-figure .article-img{object-fit:cover;width:100%;height:auto;display:block}.article-detail-view .main-article-content .article-inline-figure figcaption{color:#475569;text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;padding:.85rem 1.25rem;font-size:.875rem;font-weight:500;line-height:1.5}.article-detail-view .main-article-content p{color:#334155;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.article-detail-view .main-article-content h2{color:var(--primary-navy);letter-spacing:-.01em;margin-top:3rem;margin-bottom:1.25rem;scroll-margin-top:100px;font-size:1.75rem;font-weight:700}.article-detail-view .main-article-content .bullets-list{border-left:4px solid var(--accent-blue);background:#f8fafc;border-radius:0 .75rem .75rem 0;margin:1.5rem 0 2rem;padding:1.25rem 1.5rem}.article-detail-view .main-article-content .bullets-list li{color:#1e293b;margin-bottom:.5rem;font-size:1rem;line-height:1.6}.article-detail-view .main-article-content .bullets-list li:last-child{margin-bottom:0}.article-detail-view .main-article-content .highlight-box{background:linear-gradient(135deg,#eff6ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:1rem;margin:2rem 0;padding:1.75rem}.article-detail-view .main-article-content .highlight-box h4{color:#0369a1;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.article-detail-view .main-article-content .highlight-box p{color:#0c4a6e;margin-bottom:0;font-size:.975rem;line-height:1.6}.article-detail-view .main-article-content .webinar-card-callout{color:#fff;background:linear-gradient(135deg,#0b244c 0%,#1c4584 100%);border-radius:1.25rem;margin:3rem 0;padding:2.25rem;box-shadow:0 12px 30px #0b244c33}.article-detail-view .main-article-content .webinar-card-callout .callout-tag{color:#fff;text-transform:uppercase;background:#17ace4;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.article-detail-view .main-article-content .webinar-card-callout h3{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.article-detail-view .main-article-content .webinar-card-callout p{color:#ffffffe0;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.article-detail-view .main-article-content .webinar-card-callout .webinar-details{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.article-detail-view .main-article-content .webinar-card-callout .webinar-details .btn-webinar{color:#fff;background:#17ace4;border-radius:.6rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .2s}.article-detail-view .main-article-content .webinar-card-callout .webinar-details .btn-webinar:hover{background:#0284c7}.article-detail-view .main-article-content .faqs-section{border-top:1px solid #e2e8f0;margin-top:4rem;padding-top:3rem}.article-detail-view .main-article-content .faqs-section h3{color:var(--primary-navy);margin-bottom:1.75rem;font-size:1.6rem;font-weight:700}.article-detail-view .main-article-content .faqs-section .faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.85rem;margin-bottom:1rem;padding:1.25rem 1.5rem}.article-detail-view .main-article-content .faqs-section .faq-item h4{color:#1e293b;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.article-detail-view .main-article-content .faqs-section .faq-item p{color:#475569;margin-bottom:0;font-size:.95rem;line-height:1.55}
