:root{--navy:#091729;--navy2:#0F2240;--navy3:#163058;--gold:#C8993D;--gold-l:#E0BA6A;--gold-p:#F3E4C0;--cream:#FAFAF6;--white:#FFFFFF;--text:#161B2E;--muted:#5A6175;--light:#949AAE;--border:#E2DED6;--red:#B83232;--green:#287A4A;--sh-s:0 1px 3px rgba(9,23,41,.05);--sh-m:0 4px 20px rgba(9,23,41,.08);--sh-l:0 16px 48px rgba(9,23,41,.12);--sh-g:0 4px 24px rgba(200,153,61,.22);--r-sm:8px;--r-md:14px;--r-lg:20px}.hero{background:linear-gradient(175deg,var(--navy) 0%,var(--navy2) 55%,var(--navy3) 100%);padding:72px 0 56px;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-200px;left:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgb(200 153 61 / .05) 0%,transparent 55%);pointer-events:none}.hero .label{color:var(--gold-l);justify-content:center;margin-bottom:16px;display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:14px}.hero h1 em{font-style:italic;color:var(--gold-l)}.hero-p{font-size:1.08rem;color:rgb(255 255 255 / .5);line-height:1.65;max-width:620px;margin:0 auto}.filter-bar{background:var(--white);border-bottom:1px solid var(--border);padding:20px 0;position:sticky;top:60px;z-index:90}.filter-wrap{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.filter-wrap::-webkit-scrollbar{display:none}.filter-btn{white-space:nowrap;padding:10px 22px;border-radius:100px;font-family:'Outfit',sans-serif;font-size:.86rem;font-weight:600;border:1.5px solid var(--border);background:var(--white);color:var(--muted);cursor:pointer;transition:all .25s}.filter-btn:hover{border-color:var(--gold);color:var(--text)}.filter-btn.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.blog{padding:48px 0 80px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.featured{grid-column:1/-1;background:var(--navy);border-radius:var(--r-lg);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:340px;position:relative}.featured-img{background:linear-gradient(135deg,var(--navy2),var(--navy3));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:240px}.featured-img::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(200 153 61 / .08),transparent 60%)}.featured-icon{width:100px;height:100px;border-radius:20px;background:rgb(200 153 61 / .1);border:1px solid rgb(200 153 61 / .15);display:flex;align-items:center;justify-content:center;color:var(--gold);position:relative;z-index:1}.featured-body{padding:40px 36px;display:flex;flex-direction:column;justify-content:center}.featured .post-badge{color:var(--gold-l);border-color:rgb(200 153 61 / .3)}.featured h2{font-family:'Cormorant Garamond',serif;font-size:1.65rem;font-weight:700;color:var(--white);line-height:1.2;margin:12px 0 14px}.featured p{font-size:.96rem;color:rgb(255 255 255 / .5);line-height:1.6;margin-bottom:20px}.featured .read-link{color:var(--gold-l);font-weight:600;font-size:.92rem;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}.featured .read-link:hover{gap:10px}.post{background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;transition:all .3s;display:flex;flex-direction:column;position:relative}.post:hover{border-color:var(--gold);box-shadow:var(--sh-m);transform:translateY(-3px)}.post-img{height:180px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.post-img.bg-delay{background:linear-gradient(135deg,#1a0a0a,#2a1515)}.post-img.bg-guide{background:linear-gradient(135deg,#0a1a2a,var(--navy2))}.post-img.bg-news{background:linear-gradient(135deg,#1a1a0a,#2a2515)}.post-img.bg-rights{background:linear-gradient(135deg,#0a1a15,#152a20)}.post-img.bg-process{background:linear-gradient(135deg,#150a1a,#201528)}.post-img.bg-cost{background:linear-gradient(135deg,#0a151a,#15202a)}.post-img-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / .08)}.post-img.bg-delay .post-img-icon{background:rgb(184 50 50 / .15);color:#ff6b6b}.post-img.bg-guide .post-img-icon{background:rgb(200 153 61 / .12);color:var(--gold-l)}.post-img.bg-news .post-img-icon{background:rgb(200 153 61 / .12);color:var(--gold-l)}.post-img.bg-rights .post-img-icon{background:rgb(40 122 74 / .15);color:#4ade80}.post-img.bg-process .post-img-icon{background:rgb(139 92 246 / .15);color:#a78bfa}.post-img.bg-cost .post-img-icon{background:rgb(56 189 248 / .15);color:#38bdf8}.post-img.bg-breaking{background:linear-gradient(135deg,#2a0a0a,#3a1515)}.post-img.bg-breaking .post-img-icon{background:rgb(220 50 50 / .15);color:#ff6b6b}.post-img.bg-update{background:linear-gradient(135deg,#150a1a,#201528)}.post-img.bg-update .post-img-icon{background:rgb(139 92 246 / .15);color:#a78bfa}.post-body{padding:24px;flex:1;display:flex;flex-direction:column}.post-badge{display:inline-flex;align-items:center;gap:5px;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:4px;border:1px solid var(--border);color:var(--muted);width:fit-content;margin-bottom:12px}.post-badge.breaking{color:var(--red);border-color:rgb(184 50 50 / .2);background:rgb(184 50 50 / .04)}.post-badge.guide{color:var(--gold);border-color:rgb(200 153 61 / .2);background:rgb(200 153 61 / .04)}.post-badge.news{color:#6366f1;border-color:rgb(99 102 241 / .2);background:rgb(99 102 241 / .04)}.post-badge.update{color:var(--green);border-color:rgb(40 122 74 / .2);background:rgb(40 122 74 / .04)}.post-date{font-size:.78rem;color:var(--light);margin-bottom:8px}.post h3{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:700;line-height:1.25;color:var(--navy);margin-bottom:10px}.post p{font-size:.92rem;color:var(--muted);line-height:1.6;margin-bottom:16px;flex:1}.read-link{color:var(--gold);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}.read-link:hover{gap:10px}.post-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.post-tag{font-size:.68rem;font-weight:600;color:var(--light);background:rgb(0 0 0 / .03);padding:2px 8px;border-radius:3px}.mobile-cta{display:none}@media(max-width:768px){.featured{grid-template-columns:1fr}.featured-img{min-height:160px}.featured-body{padding:28px 24px}.featured h2{font-size:1.35rem}.hero{padding:52px 0 36px}.hero h1{font-size:1.7rem}.filter-bar{top:0}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:200;background:rgb(9 23 41 / .97);border-top:1px solid rgb(200 153 61 / .2);padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));gap:10px;align-items:center;box-shadow:0 -4px 20px rgb(0 0 0 / .3);-webkit-transform:translateZ(0);transform:translateZ(0)}.mobile-cta a.m-btn-call{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .12);color:var(--gold-l);flex-shrink:0}.mobile-cta a.m-btn-primary{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--gold);color:var(--navy);padding:13px 16px;border-radius:8px;font-weight:700;font-size:.88rem;font-family:'Outfit',sans-serif}}@media(max-width:520px){.post-body{padding:20px 18px}}.card-link{position:absolute;inset:0;z-index:1;cursor:pointer}.post .read-link,.featured .read-link{position:relative;z-index:2}.post .post-badge,.featured .post-badge{position:relative;z-index:2}.featured{cursor:pointer}.featured:hover .read-link{gap:10px}.post{cursor:pointer}