.tl-hero{background:#0c0e13;padding:4rem 0 3.5rem;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.07)}.tl-hero::before{content:"";position:absolute;top:-20%;right:10%;width:600px;height:600px;background:radial-gradient(circle,rgba(236,57,68,.1)0,transparent 65%);pointer-events:none}.tl-hero-inner{max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.tl-breadcrumb{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;align-items:center;gap:.5rem}.tl-breadcrumb li{font-size:.8125rem;color:rgba(255,255,255,.45)}.tl-breadcrumb li+li::before{content:"/";margin-right:.5rem;color:rgba(255,255,255,.2)}.tl-breadcrumb a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .15s}.tl-breadcrumb a:hover{color:#fff}.tl-hero-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#fff;margin:0 0 .875rem;letter-spacing:-.03em;line-height:1.15}.tl-hero-sub{font-size:1.0625rem;color:rgba(255,255,255,.6);line-height:1.65;margin:0;max-width:42rem}.tl-articles-section{background:#f8f7fc;padding:2.5rem 0 4rem}.tl-container{max-width:1280px;margin:0 auto;padding:0 2rem}.tl-related-topics{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tl-topic-pill{display:inline-block;padding:.35rem .9rem;background:#fff;border:1px solid #d8cef0;border-radius:999px;font-size:.8125rem;font-weight:600;color:#5a2a8a;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.tl-topic-pill:hover{background:#5a2a8a;border-color:#5a2a8a;color:#fff}.tl-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.tl-article-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e8e0f4;border-radius:1rem;overflow:hidden;text-decoration:none;transition:box-shadow .2s,transform .2s}.tl-article-card:hover{box-shadow:0 8px 28px rgba(90,42,138,.12);transform:translateY(-2px)}.tl-article-card-body{padding:1.25rem 1.375rem 1.5rem;display:flex;flex-direction:column;flex:1}.tl-article-card-tag{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#5a2a8a;margin-bottom:.5rem}.tl-article-card-title{font-size:.9375rem;font-weight:700;color:#0a0520;margin:0 0 .625rem;line-height:1.4}.tl-article-card-excerpt{font-size:.85rem;color:#4a3a5a;line-height:1.6;margin:0 0 1rem;flex:1}.tl-article-card-meta{font-size:.75rem;color:rgba(0,0,0,.4)}@media (max-width:1024px){.tl-articles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.tl-articles-grid{grid-template-columns:1fr}.tl-hero{padding:3rem 0 2.5rem}}