:root{--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--primary:#4f46e5;--soft:#eef2ff}.blogShell{width:min(1120px,calc(100% - 40px));margin-inline:auto}.blogHeader{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.headerInner{height:72px;justify-content:space-between}.blogBrand,.headerInner{display:flex;align-items:center}.blogBrand{gap:10px;text-decoration:none}.blogBrand img{width:38px;height:38px;border-radius:10px}.blogHeader nav{display:flex;align-items:center;gap:24px}.blogHeader nav a{text-decoration:none;font-weight:700;font-size:14px}.headerCta{background:var(--primary);color:#fff!important;padding:11px 17px;border-radius:10px}.blogHero{padding:90px 0 70px;background:linear-gradient(135deg,#f8fafc,#eef2ff)}.blogHero h1{max-width:820px;font-size:clamp(40px,6vw,72px);line-height:1.03;letter-spacing:-.05em;margin:14px 0 22px}.blogHero p{font-size:20px;color:#475569;max-width:670px;line-height:1.7}.eyebrow{color:var(--primary);font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.chips a{padding:9px 14px;border:1px solid #c7d2fe;border-radius:999px;background:#fff;color:#3730a3;text-decoration:none;font-weight:700}.archive,.postSection{padding:64px 0 90px}.archive{min-height:65vh}.archive h1{font-size:48px;margin:12px 0 36px}.sectionHeading{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.sectionHeading h2{font-size:32px}.postGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.postCard{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}.postCard>a{display:block;aspect-ratio:16/9;overflow:hidden;background:#e2e8f0}.postCard img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.postCard:hover img{transform:scale(1.03)}.postCardBody{padding:22px}.postCard h2{font-size:22px;line-height:1.25;margin:10px 0}.postCard h2 a{text-decoration:none}.postCard p{color:#475569;line-height:1.65}.postMeta{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px}.blogFooter{background:var(--ink);color:#cbd5e1;padding:48px 0}.blogFooter a{color:#fff}.postArticle{padding:34px 0 90px}.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:46px;display:flex;gap:8px;white-space:nowrap;overflow:hidden}.breadcrumbs a{color:#475569}.postArticle>article{max-width:820px;margin:auto}.postArticle article>h1{font-size:clamp(40px,6vw,64px);line-height:1.08;letter-spacing:-.045em;margin:14px 0 22px}.featured{width:100%;max-height:480px;object-fit:cover;border-radius:22px;margin:32px 0}.postBody{font-size:19px;line-height:1.85;color:#334155}.postBody h2{font-size:32px;line-height:1.25;color:var(--ink);margin:48px 0 14px}.postBody li{margin:9px 0}.postBody figure{margin:38px 0}.postBody figure img{border-radius:16px}.postBody figcaption{font-size:14px;color:var(--muted);text-align:center}.videoEmbed{aspect-ratio:16/9}.videoEmbed iframe{width:100%;height:100%;border:0}.articleCta{display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--ink);color:#fff;padding:30px;border-radius:20px;margin:48px 0}.articleCta h2{color:#fff;margin:0 0 8px;font-size:26px}.articleCta p{margin:0;color:#cbd5e1;font-size:16px}.articleCta a{background:#fff;color:var(--ink);padding:13px 20px;border-radius:10px;text-decoration:none;font-weight:800;white-space:nowrap}.share{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:28px}.share a,.share button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 12px;color:#334155;text-decoration:none;font:inherit;cursor:pointer}.related{margin-top:80px;border-top:1px solid var(--line);padding-top:48px}.related h2{font-size:32px}.relatedCard{border:1px solid var(--line);border-radius:15px;overflow:hidden;text-decoration:none;padding-bottom:18px}.relatedCard img{width:100%;aspect-ratio:16/9;object-fit:cover}.relatedCard h3,.relatedCard span{display:block;margin:14px 18px 0}.relatedCard span{color:var(--muted);font-size:13px}@media(max-width:800px){.postGrid{grid-template-columns:1fr}.blogHeader nav>a:not(.headerCta){display:none}.blogHero{padding:60px 0}.postArticle article>h1{font-size:38px}.articleCta{align-items:flex-start;flex-direction:column}.postBody{font-size:18px}.postBody h2{font-size:27px}}