.blog-cat-badge{display:inline-block;font-family:var(--fh);font-size:.72rem;font-weight:700;color:var(--navy);background:var(--gold);border-radius:20px;padding:4px 12px;letter-spacing:.5px;margin-bottom:14px;transition:var(--tr)}.blog-cat-badge:hover{background:var(--gold-light)}.blog-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.78rem;color:rgb(255 255 255 / .65);margin-bottom:12px}.blog-meta svg{width:13px;height:13px;stroke:var(--gold);fill:none;stroke-width:2}.blog-breadcrumb{display:flex;align-items:center;gap:10px;font-size:.8rem;color:rgb(255 255 255 / .5);padding:18px 0 0;border-top:1px solid rgb(255 255 255 / .08);margin-top:24px}.blog-breadcrumb a{color:var(--gold)}.blog-breadcrumb a:hover{color:var(--gold-light)}.blog-more{font-family:var(--fh);font-size:.82rem;font-weight:700;color:var(--gold);display:inline-flex;align-items:center;gap:5px;transition:gap .3s}.blog-more:hover{gap:9px}.blog-more svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5}.blog-thumb-ph{width:100%;height:100%;background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy-mid) 100%);display:flex;align-items:center;justify-content:center}.blog-thumb-ph svg{width:40px;height:40px;stroke:rgb(255 255 255 / .2);fill:none}.blog-hero{position:relative;min-height:45vh;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy-mid) 100%)}.blog-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(17 28 53 / .92) 0%,rgb(17 28 53 / .5) 100%)}.blog-hero-content{position:relative;z-index:1;padding:60px 28px 0}.blog-hero-label{font-family:var(--fh);font-size:.75rem;font-weight:700;color:var(--gold);letter-spacing:3px;text-transform:uppercase;background:rgb(240 165 0 / .12);border:1px solid rgb(240 165 0 / .3);border-radius:20px;padding:5px 14px;display:inline-block;margin-bottom:16px}.blog-hero-content h1{font-family:var(--fh);font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:#fff;margin-bottom:12px}.blog-hero-content>p{color:rgb(255 255 255 / .72);font-size:.95rem;line-height:1.8;max-width:520px}.blog-main{padding:72px 0;background:var(--light)}.blog-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start}.blog-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:36px}.blog-filter-btn{font-family:var(--fh);font-size:.8rem;font-weight:600;padding:7px 18px;border-radius:20px;background:#fff;color:var(--gray-dark);border:1.5px solid var(--border);transition:var(--tr)}.blog-filter-btn:hover,.blog-filter-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}.blog-featured-card{margin-bottom:32px}.blog-featured-thumb{position:relative;display:block;border-radius:var(--r);overflow:hidden;aspect-ratio:16/7}.blog-featured-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.blog-featured-card:hover .blog-featured-thumb img{transform:scale(1.04)}.blog-featured-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(17 28 53 / .92) 0%,rgb(17 28 53 / .3) 60%,transparent 100%)}.blog-featured-content{position:absolute;bottom:0;left:0;right:0;padding:32px 28px}.blog-featured-content h2{font-family:var(--fh);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#fff;margin-bottom:10px;line-height:1.25}.blog-featured-content p{color:rgb(255 255 255 / .75);font-size:.88rem;line-height:1.7;margin-bottom:16px;max-width:600px}.blog-read-more{display:inline-flex;align-items:center;gap:7px;font-family:var(--fh);font-size:.85rem;font-weight:700;color:var(--gold);transition:gap .3s}.blog-read-more:hover{gap:11px}.blog-read-more svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.5}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{background:#fff;border-radius:var(--r);border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden;transition:var(--tr);display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--gold)}.blog-card-thumb{position:relative;display:block;overflow:hidden;aspect-ratio:16/9}.blog-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s}.blog-card:hover .blog-card-thumb img{transform:scale(1.07)}.blog-card-thumb .blog-cat-badge{position:absolute;top:12px;left:12px}.blog-card-body{padding:18px 16px;flex:1;display:flex;flex-direction:column}.blog-card-body .blog-meta{color:var(--gray);margin-bottom:10px}.blog-card-body .blog-meta svg{stroke:var(--gold)}.blog-card-body h3{font-family:var(--fh);font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.4;flex:1}.blog-card-body h3 a{color:inherit}.blog-card-body h3 a:hover{color:var(--gold)}.blog-card-body p{font-size:.82rem;color:var(--gray);line-height:1.65;margin-bottom:14px}.blog-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:40px;justify-content:center}.blog-pagination a,.blog-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:var(--r-sm);font-family:var(--fh);font-size:.85rem;font-weight:600;border:1.5px solid var(--border);background:#fff;color:var(--navy);transition:var(--tr)}.blog-pagination a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.blog-pagination .current{background:var(--navy);color:#fff;border-color:var(--navy)}.blog-empty{text-align:center;padding:80px 20px;color:var(--gray);background:#fff;border-radius:var(--r);border:1px solid var(--border)}.blog-empty svg{width:48px;height:48px;stroke:var(--gray);fill:none;opacity:.3;display:block;margin:0 auto 16px}.blog-sidebar{display:flex;flex-direction:column;gap:24px;position:sticky;top:90px}.blog-widget{background:#fff;border-radius:var(--r);border:1px solid var(--border);padding:24px 22px}.blog-widget-title{font-family:var(--fh);font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--border)}.blog-search-form{display:flex;gap:0}.blog-search-form input{flex:1;padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--r-sm) 0 0 var(--r-sm);font-family:var(--fb);font-size:.88rem;color:var(--text);background:var(--light);transition:border-color .3s}.blog-search-form input:focus{outline:none;border-color:var(--gold)}.blog-search-form button{padding:10px 16px;background:var(--navy);border:none;border-radius:0 var(--r-sm) var(--r-sm) 0;cursor:pointer;transition:var(--tr)}.blog-search-form button:hover{background:var(--gold)}.blog-search-form button svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2.5;display:block}.blog-recent-list{display:flex;flex-direction:column;gap:12px}.blog-recent-list li a{display:flex;align-items:center;gap:12px;font-size:.82rem;color:var(--gray-dark);line-height:1.4;transition:color .3s}.blog-recent-list li a:hover{color:var(--navy)}.blog-recent-thumb{width:52px;height:52px;border-radius:var(--r-sm);overflow:hidden;flex-shrink:0}.blog-recent-thumb img{width:100%;height:100%;object-fit:cover;display:block}.blog-recent-list li span{display:block;font-weight:600;margin-bottom:3px}.blog-recent-list li small{color:var(--gray);font-size:.74rem}.blog-cat-list{display:flex;flex-direction:column;gap:4px}.blog-cat-list li a{display:flex;align-items:center;gap:8px;font-size:.84rem;color:var(--gray-dark);padding:8px 10px;border-radius:var(--r-sm);transition:var(--tr);border:1px solid #fff0}.blog-cat-list li a:hover{background:var(--light);color:var(--navy);border-color:var(--border)}.blog-cat-list li a svg{width:13px;height:13px;stroke:var(--gold);fill:none;stroke-width:2.5}.blog-cat-list li a span{margin-left:auto;background:var(--light);border-radius:20px;padding:2px 8px;font-size:.72rem;color:var(--gray)}.blog-widget-cta{background:var(--navy);border-color:var(--navy);text-align:center}.blog-widget-cta>svg{width:36px;height:36px;stroke:var(--gold);fill:none;stroke-width:1.5;display:block;margin:0 auto 12px}.blog-widget-cta h4{font-family:var(--fh);font-size:.95rem;font-weight:700;color:#fff;margin-bottom:8px}.blog-widget-cta p{color:rgb(255 255 255 / .7);font-size:.83rem;line-height:1.6;margin-bottom:16px}.blog-widget-cta .btn{width:100%;justify-content:center}.blog-widget-cta .btn svg{width:14px;height:14px;stroke:var(--navy);fill:none;stroke-width:2.5}.single-blog-hero{position:relative;min-height:60vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--navy-dark)}.single-blog-hero-img{position:absolute;inset:0;z-index:0}.single-blog-hero-img img{width:100%;height:100%;object-fit:cover;display:block}.single-blog-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(17 28 53 / .95) 0%,rgb(17 28 53 / .55) 50%,rgb(17 28 53 / .2) 100%)}.single-blog-hero-content{position:relative;z-index:1;padding:60px 28px 0;width:100%}.single-blog-hero-content h1{font-family:var(--fh);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:900;color:#fff;line-height:1.2;margin-bottom:16px}.single-blog-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:.82rem;color:rgb(255 255 255 / .65);margin-bottom:8px}.single-blog-meta span{display:flex;align-items:center;gap:6px}.single-blog-meta svg{width:13px;height:13px;stroke:var(--gold);fill:none;stroke-width:2}.single-blog-main{padding:72px 0;background:#fff}.single-blog-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start}.single-blog-body{color:var(--gray-dark);line-height:1.95;font-size:.95rem}.single-blog-body h2{font-family:var(--fh);font-size:1.5rem;font-weight:800;color:var(--navy);margin:36px 0 14px}.single-blog-body h3{font-family:var(--fh);font-size:1.15rem;font-weight:700;color:var(--navy);margin:28px 0 12px}.single-blog-body p{margin-bottom:20px}.single-blog-body img{border-radius:var(--r);box-shadow:var(--shadow-lg);margin:24px 0;max-width:100%}.single-blog-body ul,.single-blog-body ol{padding-left:24px;margin-bottom:20px}.single-blog-body li{margin-bottom:8px}.single-blog-body blockquote{border-left:4px solid var(--gold);padding:16px 24px;background:var(--light);border-radius:0 var(--r-sm) var(--r-sm) 0;margin:24px 0;font-style:italic;color:var(--navy)}.single-blog-tags{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:36px;padding-top:24px;border-top:1px solid var(--border)}.single-blog-tags span{font-family:var(--fh);font-size:.82rem;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:5px}.single-blog-tags span svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:2}.single-blog-tags a{font-size:.8rem;padding:4px 12px;border-radius:20px;background:var(--light);border:1px solid var(--border);color:var(--gray-dark);transition:var(--tr)}.single-blog-tags a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.single-blog-share{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.single-blog-share span{font-family:var(--fh);font-size:.82rem;font-weight:700;color:var(--navy)}.single-blog-share a{width:36px;height:36px;border-radius:8px;background:var(--light);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:var(--tr)}.single-blog-share a:hover{background:var(--navy);border-color:var(--navy)}.single-blog-share a:hover svg{stroke:#fff}.single-blog-share svg{width:15px;height:15px;stroke:var(--gray-dark);fill:none;stroke-width:2}.single-blog-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:36px;padding-top:28px;border-top:2px solid var(--border)}.single-blog-nav-item{display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:var(--r);border:1.5px solid var(--border);background:var(--light);transition:var(--tr)}.single-blog-nav-item:hover{border-color:var(--gold);background:#fff;transform:translateY(-2px)}.single-blog-nav-next{text-align:right}.nav-label{font-family:var(--fh);font-size:.72rem;font-weight:700;color:var(--gold);letter-spacing:1px;text-transform:uppercase}.nav-title{font-family:var(--fh);font-size:.88rem;font-weight:600;color:var(--navy);line-height:1.35}.blog-author-box{display:flex;align-items:flex-start;gap:16px}.blog-author-avatar{flex-shrink:0}.blog-author-avatar img{width:60px;height:60px;border-radius:50%;border:3px solid var(--gold);object-fit:cover}.blog-author-box h4{font-family:var(--fh);font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:5px}.blog-author-box p{font-size:.8rem;color:var(--gray);line-height:1.6}@media(max-width:1000px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.blog-layout,.single-blog-layout{grid-template-columns:1fr}.blog-sidebar,.blog-sidebar{position:static}.single-blog-nav{grid-template-columns:1fr}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}.single-blog-nav-next{text-align:left}}