.blog-tag{display:inline-block;font-family:var(--font-body);font-size:0.65rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#081018;background:var(--gold);border-radius:var(--r-full);padding:0.25em 0.8em}.blog-featured{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:3rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;transition:border-color 0.28s,box-shadow 0.28s}.blog-featured:hover{border-color:var(--border-2);box-shadow:var(--sh-gold)}.blog-featured__img{position:relative;min-height:300px}.blog-featured__img-inner{position:absolute;inset:0;display:flex;align-items:flex-start;padding:1.5rem}.blog-featured__body{padding:2.5rem 2.5rem 2.5rem 0;display:flex;flex-direction:column;justify-content:center;gap:0.8rem}.blog-featured__body h2{font-size:clamp(1.3rem,2vw,1.8rem)}.blog-featured__body p{font-size:0.9rem}.blog-meta{font-size:0.72rem;font-weight:600;letter-spacing:0.06em;color:var(--text-3);text-transform:uppercase}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:border-color 0.28s,transform 0.28s,box-shadow 0.28s}.blog-card:hover{border-color:var(--border-2);transform:translateY(-5px);box-shadow:var(--sh-gold)}.blog-card__img{height:180px;position:relative;display:flex;align-items:flex-start;padding:1rem}.blog-card__body{padding:1.5rem;display:flex;flex-direction:column;gap:0.6rem}.blog-card__body h3{font-size:1rem}.blog-card__body p{font-size:0.83rem}.blog-card__link{font-size:0.82rem;font-weight:700;color:var(--gold);transition:gap 0.2s;margin-top:auto}.blog-card:hover .blog-card__link{letter-spacing:0.04em}@media(max-width:900px){.blog-featured{grid-template-columns:1fr}.blog-featured__img{min-height:220px}.blog-featured__body{padding:1.5rem}.blog-grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.blog-grid{grid-template-columns:1fr}}.post-banner .page-banner__content{max-width:760px;margin-inline:auto}.post-banner h1{font-size:clamp(1.9rem,3.6vw,3rem)}.post-container{max-width:760px}.post-hero-figure{margin-bottom:2.5rem;position:relative;width:100%;aspect-ratio:16/8;border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--border)}.post-hero-img{object-fit:cover;object-position:center}.post-hero-figure figcaption{margin-top:0.6rem;font-size:0.8rem;color:var(--text-3);text-align:center}.post-lede{font-size:1.15rem;color:var(--text);font-weight:500;margin-bottom:1.5rem}.post-body h2{font-size:clamp(1.25rem,2vw,1.6rem);margin-top:2.2rem;margin-bottom:0.9rem}.post-body a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}.check-list{display:flex;flex-direction:column;gap:0.7rem;margin-bottom:1.5rem}.check-item{display:flex;align-items:flex-start;gap:0.7rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:0.8rem 1rem;transition:border-color 0.24s}.check-item:hover{border-color:var(--border-2)}.check-item svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:2px}.check-item span{font-size:0.92rem;color:var(--text-2)}.price-table-wrap{overflow-x:auto;margin-bottom:1.8rem;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:0 1px 0 var(--emboss-light) inset,0 6px 18px rgba(20,24,32,0.06)}.price-table{width:100%;border-collapse:collapse;font-size:0.9rem}.price-table th,.price-table td{padding:0.85rem 1.1rem;text-align:left;white-space:nowrap}.price-table th{font-family:var(--font-disp);font-weight:700;color:var(--text);background:var(--surface-2);border-bottom:1px solid var(--border-2)}.price-table td{color:var(--text-2);border-bottom:1px solid var(--border)}.price-table td:first-child{color:var(--text);font-weight:600;white-space:normal}.price-table tr:last-child td{border-bottom:none}.post-body p{margin-bottom:1.2rem;max-width:none;color:var(--text-2)}.badge-block{margin-bottom:1.8rem}.badge-block__preview{background:#fafbfc;border:1px dashed var(--border-2);border-radius:var(--r-md);margin-bottom:1rem}.badge-block__code-wrap{position:relative;border-radius:var(--r-lg);overflow:hidden;box-shadow:0 1px 0 var(--emboss-light) inset,0 8px 22px rgba(20,24,32,0.08)}.badge-block__code{background:#10141c;color:#d7e2f2;padding:1.2rem 1.3rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:0.78rem;line-height:1.6;overflow-x:auto;white-space:pre;margin:0}.badge-block__copy{position:absolute;top:0.8rem;right:0.8rem;padding:0.5em 1.1em;border-radius:var(--r-full);background:var(--gold);color:#ffffff;font-family:var(--font-disp);font-weight:700;font-size:0.76rem;box-shadow:0 1px 0 var(--emboss-light) inset,0 -2px 4px rgba(0,0,0,0.18) inset,0 4px 12px var(--gold-glow);transition:transform 0.18s var(--ease-out)}.badge-block__copy:hover{transform:translateY(-2px)}.badge-block__copy:active{transform:translateY(1px)}.post-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:var(--bg-2);border:1px solid var(--border);border-radius:4px;padding:0.1em 0.4em;font-size:0.85em;color:var(--text)}.industry-group{margin-bottom:2.8rem}.industry-group h2{margin-bottom:0.4rem}.industry-group__desc{color:var(--text-2);font-size:0.92rem;margin-bottom:1.2rem}.industry-group__links{display:flex;flex-direction:column;gap:0.6rem}.industry-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.9rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);font-weight:600;color:var(--text);box-shadow:0 1px 0 var(--emboss-light) inset;transition:border-color 0.2s,transform 0.2s}.industry-link:hover{border-color:var(--gold);transform:translateX(4px)}.industry-link__arrow{color:var(--gold);flex-shrink:0;transition:transform 0.2s}.industry-link:hover .industry-link__arrow{transform:translateX(3px)}.post-cta{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--r-xl);padding:clamp(2.2rem,5vw,3.5rem);text-align:center;margin-top:3rem}.post-cta h2{font-size:clamp(1.4rem,2.4vw,2rem);margin-bottom:1.5rem}.post-inline-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin:2rem 0;padding:1.1rem 1.4rem;background:var(--bg-2);border:1px dashed var(--border-2);border-radius:var(--r-lg)}.post-inline-cta p{margin:0;font-weight:600;color:var(--text);max-width:40ch}.post-inline-cta .btn{flex-shrink:0}.post-related{margin-top:4rem}.post-related h3{font-size:1.3rem;margin-bottom:1.5rem}.post-related .blog-grid{grid-template-columns:repeat(3,1fr)}.post-back{display:inline-block;margin-top:3rem;font-size:0.88rem;font-weight:700;color:var(--gold)}@media(max-width:900px){.post-related .blog-grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.post-related .blog-grid{grid-template-columns:1fr}}