.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;background:#c8285a;color:#fff;padding:.5rem 1rem;border-radius:0 0 6px 6px;font-weight:600;text-decoration:none}.skip-link:focus{top:0}.blog-btn-primary{display:inline-block;background:linear-gradient(320deg,rgb(167,67,132),rgb(238,5,48));border:none;color:#fff!important;font-weight:600;border-radius:6px;padding:.6rem 1.4rem;text-decoration:none;transition:opacity .2s ease,transform .15s ease;cursor:pointer}.blog-btn-primary:focus,.blog-btn-primary:hover{opacity:.9;color:#fff!important;transform:translateY(-1px)}.blog-btn-primary:active{transform:translateY(0);opacity:1}.blog-btn-secondary{display:inline-block;background:rgba(0,0,0,0);border:2px solid #c8285a;color:#c8285a!important;font-weight:600;border-radius:6px;padding:.5rem 1.2rem;text-decoration:none;transition:background-color .2s ease,color .2s ease}.blog-btn-secondary:focus,.blog-btn-secondary:hover{background:#c8285a;color:#fff!important}.blog-page{min-height:100vh;background-color:#f8f9fa;display:flex;flex-direction:column}.blog-main{flex:1}.blog-page .NavBar{position:relative;z-index:1}.blog-page .nav--default{box-shadow:0 2px 10px 2px rgba(0,0,0,.25)}.blog-hero{background:linear-gradient(320deg,rgb(167,67,132),rgb(238,5,48));padding:4rem 0 3.5rem;text-align:center;color:#fff}.blog-hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;letter-spacing:-.5px;margin-bottom:.75rem;text-shadow:0 2px 8px rgba(0,0,0,.15)}.blog-hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);opacity:.9;max-width:600px;margin:0 auto}.blog-content{padding-top:2.5rem;padding-bottom:3rem}.blog-sidebar-col{order:2}@media(min-width:992px){.blog-sidebar-col{order:1}.blog-sidebar{position:sticky;top:80px}}.blog-sidebar__section{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);padding:1.5rem;margin-bottom:1.5rem}.blog-sidebar__heading{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.75px;color:#1a1a2e;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid;border-image:linear-gradient(320deg,rgb(167,67,132),rgb(238,5,48)) 1}.blog-sidebar__cta{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;padding:1.5rem;color:#fff;text-align:center;margin-bottom:1.5rem}.blog-sidebar__cta-title{font-size:1.1rem;font-weight:700;margin-bottom:.6rem;color:#fff}.blog-sidebar__cta-text{font-size:.88rem;color:rgba(255,255,255,.78);margin-bottom:1rem}.blog-sidebar__cta-btn{display:inline-block;background:linear-gradient(320deg,rgb(167,67,132),rgb(238,5,48));color:#fff!important;font-weight:600;font-size:.9rem;border-radius:6px;padding:.55rem 1.1rem;text-decoration:none;transition:opacity .2s ease,transform .15s ease;white-space:nowrap}.blog-sidebar__cta-btn:focus,.blog-sidebar__cta-btn:hover{opacity:.88;color:#fff!important;transform:translateY(-1px)}.blog-cat-list{list-style:none;padding:0;margin:0}.blog-cat-list__item+.blog-cat-list__item{margin-top:.2rem}.blog-cat-list__btn{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;background:none;border:none;padding:.45rem .75rem;border-radius:6px;font-size:.9rem;color:#1a1a2e;cursor:pointer;transition:background-color .15s ease,color .15s ease}.blog-cat-list__btn:hover{background-color:rgba(167,67,132,.08);color:#c8285a}.blog-cat-list__btn--active{background:linear-gradient(320deg,rgb(167,67,132),rgb(238,5,48));color:#fff!important;font-weight:600}.blog-cat-list__btn--active:hover{opacity:.9;color:#fff}.blog-cat-list__btn--active .blog-cat-list__count{background:rgba(255,255,255,.25);color:#fff}.blog-cat-list__count{font-size:.75rem;background:#f0f0f5;color:#6c757d;border-radius:20px;padding:.1rem .5rem;min-width:24px;text-align:center;transition:background-color .15s ease,color .15s ease}.blog-filter-label{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.9rem;margin-bottom:1rem;color:#6c757d}.blog-filter-label__clear{color:#c8285a;font-size:.85rem;font-weight:500;background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.blog-filter-label__clear:hover{color:#ee0530}.blog-results-count{margin-bottom:1.25rem}.blog-grid{align-items:stretch}.blog-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(167,67,132,.18)}.blog-card__img-wrap{display:block;overflow:hidden;aspect-ratio:16/9;background:#eee}.blog-card__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card__img{transform:scale(1.04)}.blog-card__img-placeholder{display:block;aspect-ratio:16/9;background:linear-gradient(135deg,#e8e8f0,#f4f4f8)}.blog-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem;gap:.5rem}.blog-card__cat{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#c8285a;text-decoration:none;margin-bottom:.1rem}.blog-card__cat:hover{color:#ee0530;text-decoration:underline}.blog-card__title{font-size:1.05rem;font-weight:700;line-height:1.35;color:#1a1a2e;margin:0}.blog-card__title-link{color:inherit;text-decoration:none}.blog-card__title-link:hover{color:#c8285a}.blog-card__excerpt{font-size:.88rem;line-height:1.6;color:#6c757d;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__meta{font-size:.8rem;color:#6c757d;margin-top:auto}.blog-card__date{display:block}.blog-card__read-more{display:inline-block;margin-top:.5rem;font-size:.85rem;font-weight:600;color:#c8285a;text-decoration:none;transition:color .15s ease}.blog-card__read-more:hover{color:#ee0530}.blog-card--skeleton{pointer-events:none;box-shadow:0 2px 12px rgba(0,0,0,.08)}.blog-card--skeleton:hover{transform:none;box-shadow:0 2px 12px rgba(0,0,0,.08)}@keyframes skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-box{border-radius:6px;background:linear-gradient(90deg,#ececec 25%,#f5f5f5 50%,#ececec 75%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.skeleton-box{animation:none;background:#ececec}}.skeleton-box--sm{height:12px;width:80px}.skeleton-box--title{height:20px;width:90%}.skeleton-box--line{height:12px;width:100%}.blog-pagination{display:flex;justify-content:center;margin-top:2.5rem;margin-bottom:1rem}.blog-pagination__list{display:flex;align-items:center;gap:.35rem;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:center}.blog-pagination__btn{min-width:40px;height:40px;padding:0 .75rem;background:#fff;border:1px solid #dee2e6;border-radius:6px;font-size:.9rem;color:#1a1a2e;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.blog-pagination__btn:hover:not(:disabled){background:rgba(167,67,132,.08);border-color:#c8285a;color:#c8285a}.blog-pagination__btn--active{background:linear-gradient(320deg,rgb(167,67,132),rgb(238,5,48));border-color:rgba(0,0,0,0);color:#fff!important;font-weight:700;cursor:default}.blog-pagination__btn:disabled{opacity:.4;cursor:not-allowed}.blog-empty,.blog-error{text-align:center;padding:3rem 1rem;color:#6c757d}.blog-empty--centered,.blog-error--centered{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh}.blog-error__heading{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.blog-footer{background:#1a1a2e;color:rgba(255,255,255,.7);padding:1.5rem 0;margin-top:auto}.blog-footer__text{margin:0;font-size:.9rem;text-align:center}.blog-footer__text a{color:rgba(255,255,255,.85);text-decoration:underline}.blog-footer__text a:hover{color:#fff}.blog-post-page{padding-bottom:4rem}.blog-breadcrumb{background:#fff;border-bottom:1px solid #eee;padding:.75rem 0}.blog-breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;padding:0;margin:0;font-size:.85rem;color:#6c757d}.blog-breadcrumb__list a{color:#c8285a;text-decoration:none;font-weight:500}.blog-breadcrumb__list a:hover{text-decoration:underline;color:#ee0530}.blog-breadcrumb__sep{color:#ccc;margin:0 .1rem;user-select:none}.blog-breadcrumb__current{color:#6c757d;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:576px){.blog-breadcrumb__current{max-width:400px}}@media(min-width:992px){.blog-breadcrumb__current{max-width:none}}.blog-post-header{padding:2.5rem 0 1.75rem}.blog-post-header__cats{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.blog-post-header__cat-badge{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#c8285a;background:rgba(167,67,132,.08);border-radius:4px;padding:.2rem .6rem;text-decoration:none;transition:background-color .15s ease,color .15s ease}.blog-post-header__cat-badge:hover{background:#c8285a;color:#fff}.blog-post-header__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2;letter-spacing:-.3px;color:#1a1a2e;margin-bottom:1.25rem}.blog-post-header__meta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#6c757d;padding-bottom:1.5rem;border-bottom:1px solid #eee}.blog-post-header__author{display:flex;align-items:center;gap:.4rem}.blog-post-header__avatar{border-radius:50%;object-fit:cover}.blog-post-header__date{display:inline-block}.blog-post-header__updated{font-size:.82rem;font-style:italic}.blog-post-hero-img{margin:0 0 2rem}.blog-post-hero-img__img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);object-fit:cover;max-height:480px}.blog-post-skeleton__hero{height:320px;border-radius:12px}.blog-post-body{font-size:1.05rem;line-height:1.85;color:#333;margin-bottom:2.5rem}.blog-post-body h2,.blog-post-body h3,.blog-post-body h4,.blog-post-body h5,.blog-post-body h6{font-weight:700;margin-top:2rem;margin-bottom:.75rem;color:#1a1a2e}.blog-post-body h2{font-size:1.6rem}.blog-post-body h3{font-size:1.3rem}.blog-post-body h4{font-size:1.1rem}.blog-post-body p{margin-bottom:1.25rem}.blog-post-body a{color:#c8285a;text-decoration:underline}.blog-post-body a:hover{color:#ee0530}.blog-post-body img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;display:block}.blog-post-body blockquote{border-left:4px solid #a74384;padding:.5rem 0 .5rem 1.25rem;margin:1.5rem 0;color:#6c757d;font-style:italic}.blog-post-body ol,.blog-post-body ul{padding-left:1.5rem;margin-bottom:1.25rem}.blog-post-body ol li,.blog-post-body ul li{margin-bottom:.4rem}.blog-post-body code,.blog-post-body pre{background:#f4f4f8;border-radius:4px;font-size:.9rem}.blog-post-body pre{padding:1rem;overflow-x:auto;margin-bottom:1.25rem}.blog-post-body code{padding:.15em .4em}.blog-post-body figure{margin:1.5rem 0;text-align:center}.blog-post-body figure figcaption{font-size:.85rem;color:#6c757d;margin-top:.5rem}.blog-post-body table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.95rem;display:block;overflow-x:auto}.blog-post-body table td,.blog-post-body table th{padding:.6rem .9rem;border:1px solid #dee2e6;text-align:left}.blog-post-body table th{background:#f4f4f8;font-weight:700}.blog-post-body table tr:nth-child(2n) td{background:#fafafa}.blog-post-body .alignleft{float:left;margin-right:1.5rem;margin-bottom:1rem}.blog-post-body .alignright{float:right;margin-left:1.5rem;margin-bottom:1rem}.blog-post-body .aligncenter{text-align:center;display:block;margin:1.5rem auto}.blog-post-body .wp-block-quote{border-left:4px solid #a74384;padding-left:1.25rem;margin:1.5rem 0}.blog-post-body .wp-block-pullquote{border-top:4px solid #a74384;border-bottom:4px solid #a74384;padding:1.5rem;text-align:center;font-size:1.2rem;font-style:italic;color:#6c757d;margin:2rem 0}.blog-post-body .wp-block-image{margin:1.5rem 0}.blog-post-body .wp-block-separator{border:none;border-top:2px solid #eee;margin:2rem 0}.blog-post-body .wp-block-button__link{display:inline-block;background:linear-gradient(320deg,rgb(167,67,132),rgb(238,5,48));color:#fff!important;padding:.6rem 1.4rem;border-radius:6px;font-weight:600;text-decoration:none}.blog-post-body .wp-block-button__link:hover{opacity:.88}.blog-post-footer{padding-top:1.5rem;border-top:1px solid #eee;margin-bottom:2rem}.blog-post-footer__tags{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.blog-post-footer__tags-label{font-size:.85rem;color:#6c757d;font-weight:600}.blog-post-footer__tag{display:inline-block;font-size:.8rem;font-weight:600;background:rgba(167,67,132,.08);color:#c8285a;border-radius:4px;padding:.2rem .6rem;text-decoration:none;transition:background-color .15s ease,color .15s ease}.blog-post-footer__tag:hover{background:#c8285a;color:#fff}.blog-post-footer__nav{display:flex;gap:1rem;flex-wrap:wrap}.blog-post-cta{margin-top:1rem}.blog-post-cta__inner{background:linear-gradient(135deg,#f8f0f5,#fff5f5);border:1px solid rgba(167,67,132,.15);border-radius:12px;padding:2rem;text-align:center}.blog-post-cta__title{font-size:1.35rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.blog-post-cta__text{color:#6c757d;font-size:.95rem;margin-bottom:1.25rem}.blog-post-cta__btn{display:inline-block;background:linear-gradient(320deg,rgb(167,67,132),rgb(238,5,48));color:#fff!important;font-weight:700;font-size:1rem;border-radius:6px;padding:.7rem 1.75rem;text-decoration:none;transition:opacity .2s ease,transform .15s ease}.blog-post-cta__btn:focus,.blog-post-cta__btn:hover{opacity:.88;color:#fff!important;transform:translateY(-1px)}@media(max-width:991.98px){.blog-content .blog-sidebar-col{order:2;margin-top:2rem}.blog-sidebar{position:static}}@media(max-width:575.98px){.blog-hero{padding:2.5rem 1rem 2rem}.blog-post-header{padding:1.75rem 0 1.25rem}.blog-breadcrumb__list{font-size:.78rem}}