.blog-carousel{position:relative;max-width:1200px;margin:0 auto;padding:3.5rem 1.25rem 4rem}.blog-carousel__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.blog-carousel__title{margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:#f9fafb}.blog-carousel__subtitle{margin:.35rem 0 0;font-size:.95rem;color:rgba(209,213,219,.65)}.blog-carousel__controls{display:flex;align-items:center;gap:.6rem}.blog-carousel__arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.6rem;border:1px solid rgba(129,140,248,.3);background:rgba(99,102,241,.1);color:#c7d2fe;font-size:1.1rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease,opacity .2s ease}.blog-carousel__arrow:hover:not(:disabled){background:rgba(99,102,241,.3);border-color:#818cf8;color:#fff;transform:translateY(-1px)}.blog-carousel__arrow:disabled{opacity:.3;cursor:default}.blog-carousel__view-all{font-size:.88rem;font-weight:700;color:#a5b4fc;text-decoration:none;padding:.5rem .85rem;border-radius:.55rem;border:1px solid rgba(129,140,248,.25);background:rgba(99,102,241,.08);transition:background .2s ease,color .2s ease,border-color .2s ease}.blog-carousel__view-all:hover{background:rgba(99,102,241,.25);border-color:rgba(129,140,248,.5);color:#fff;text-decoration:none}.blog-carousel__track{display:flex;gap:1.35rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.blog-carousel__track::-webkit-scrollbar{display:none}.blog-carousel__card{flex:0 0 auto;width:min(340px,82vw);display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;background:linear-gradient(155deg,rgba(255,255,255,.06),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.09);box-shadow:0 4px 20px rgba(0,0,0,.25);text-decoration:none;color:inherit;scroll-snap-align:start;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease}.blog-carousel__card:hover{transform:translateY(-6px);border-color:rgba(129,140,248,.35);box-shadow:0 20px 48px rgba(99,102,241,.22),0 0 0 1px rgba(129,140,248,.1);text-decoration:none}.blog-carousel__media{position:relative;aspect-ratio:16/9;overflow:hidden;background:rgba(0,0,0,.35)}.blog-carousel__media--placeholder{display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse 80% 80% at 30% 20%,rgba(99,102,241,.25),transparent 55%),linear-gradient(160deg,rgba(30,27,75,.85),rgba(15,15,26,.95))}.blog-carousel__media>.blog-carousel__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.22,1,.36,1)}.blog-carousel__card:hover .blog-carousel__img{transform:scale(1.05)}.blog-carousel__glyph{font-size:1.75rem;color:rgba(199,210,254,.3)}.blog-carousel__body{display:flex;flex-direction:column;flex:1 1;padding:1.1rem 1.2rem 1.15rem;gap:.4rem}.blog-carousel__date{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(167,139,250,.9)}.blog-carousel__card-title{margin:0;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;line-height:1.3;color:#f9fafb;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.blog-carousel__card:hover .blog-carousel__card-title{color:#e0e7ff}.blog-carousel__excerpt{margin:0;font-size:.84rem;line-height:1.55;color:rgba(209,213,219,.7);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-carousel__cta{margin-top:auto;padding-top:.5rem;font-size:.8rem;font-weight:700;color:#a5b4fc;transition:color .2s ease}.blog-carousel__card:hover .blog-carousel__cta{color:#c7d2fe}.blog-carousel__fade{position:absolute;top:0;bottom:0;width:48px;pointer-events:none;z-index:2}.blog-carousel__fade--left{left:0;background:linear-gradient(90deg,rgba(15,15,26,.9),transparent)}.blog-carousel__fade--right{right:0;background:linear-gradient(270deg,rgba(15,15,26,.9),transparent)}@media (max-width:480px){.blog-carousel{padding:2.5rem .75rem 3rem}.blog-carousel__card{width:min(300px,85vw)}.blog-carousel__arrow{width:36px;height:36px;min-height:44px;min-width:44px}}@media (prefers-reduced-motion:reduce){.blog-carousel__card:hover,.blog-carousel__card:hover .blog-carousel__img{transform:none}.blog-carousel__track{scroll-behavior:auto}}