@charset "UTF-8";
.blog-hero,.article-hero{padding:88px 0 68px}.blog-hero .shell,.article-hero .shell{width:min(920px,calc(100% - 48px))}.blog-hero h1,.article-hero h1{max-width:none;margin:12px 0 22px;font-size:var(--page-title);font-weight:600;line-height:1.12;letter-spacing:-.4px;text-wrap:balance}.blog-intro{max-width:720px;margin:0;color:var(--muted);font-size:18px}.post-count{display:inline-flex;align-items:center;min-height:32px;margin-top:24px;padding:5px 12px;border-radius:999px;background:#e9f1ff;color:#0a55c5;font-size:13px;font-weight:750}.post-count::before{content:"";width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--blue)}.post-section{padding:24px 0 120px}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.post-card{position:relative;display:flex;min-height:390px;flex-direction:column;padding:30px;border-radius:8px;background:var(--mist);overflow:hidden}.post-card:nth-child(2){background:#080808;color:#fff}.post-card:hover{transform:translateY(-5px)}.post-topic{display:inline-flex;width:max-content;padding:5px 10px;background:var(--green);color:#080808;font-size:12px;font-weight:800;letter-spacing:.04em}.post-card:nth-child(2) .post-topic{background:var(--orange)}.post-card h2{margin:72px 0 16px;font-size:clamp(28px,3.2vw,42px);line-height:1.08;letter-spacing:-.3px}.post-card p{margin:0 0 30px;color:#555}.post-card:nth-child(2) p{color:#c9c9c9}.post-card footer{display:flex;justify-content:space-between;gap:16px;margin-top:auto;font-size:13px;font-weight:700}.post-card a::after{content:"";position:absolute;inset:0}.post-card,.product-cta{transition:transform .22s ease,box-shadow .22s ease}.article-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.meta-pill{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:6px 12px;border-radius:999px;background:var(--mist);font-size:13px;font-weight:700}.meta-pill::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--blue)}.article-layout{width:min(920px,calc(100% - 48px));margin:0 auto 120px;display:grid;grid-template-columns:210px minmax(0,1fr);gap:64px;align-items:start}.toc{position:sticky;top:94px;padding:18px;border-radius:8px;background:var(--mist)}.toc strong{display:block;margin-bottom:10px;font-size:13px}.toc ol{margin:0;padding-left:20px}.toc li{margin:0 0 6px;font-size:13px;line-height:1.45}.toc a:hover{color:var(--blue)}.article-prose{max-width:none}.article-prose>p:first-child{font-size:19px;line-height:1.65;color:#333}.article-prose h2{margin:52px 0 17px;font-size:28px;line-height:1.2;letter-spacing:-.2px}.article-prose h3{margin:28px 0 10px;font-size:20px;line-height:1.3}.article-prose p{margin:0 0 18px}.article-prose ul,.article-prose ol{margin:0 0 22px;padding-left:24px}.article-prose li{margin:0 0 7px}.article-prose table{width:100%;margin:22px 0 30px;border-collapse:separate;border-spacing:0;border:1px solid #d8dadd;border-radius:8px;overflow:hidden}.article-prose th,.article-prose td{padding:15px 16px;border-bottom:1px solid #d8dadd;text-align:left}.article-prose tr:last-child td{border-bottom:0}.article-prose th{background:var(--mist)}.check-card{margin:24px 0;padding:20px 22px;border-radius:8px;background:#f0f5ff}.check-card h3{margin-top:0}.article-note{margin:24px 0;padding:18px 20px;border-left:4px solid var(--orange);background:#fff4eb}.article-ctas{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:58px}.product-cta{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;padding:22px;border:1px solid #d8dadd;border-radius:8px;background:linear-gradient(135deg,#fff 0%,#eef4ff 100%)}.product-cta:nth-child(2){background:linear-gradient(135deg,#fff 0%,#f0fff3 100%)}.product-cta:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(8,8,8,.12)}.cta-icon{display:grid;width:44px;height:44px;place-items:center;margin:0;border-radius:8px;background:var(--blue);color:#fff}.product-cta:nth-child(2) .cta-icon{background:#080808}.product-cta strong{display:block;margin:0;font-size:18px;line-height:1.3;color:var(--ink)}.product-cta>span:not(.cta-icon){display:grid;gap:6px;margin:0}.product-cta>span:not(.cta-icon) span{margin:0;color:#333;font-size:14px;line-height:1.5}
.breadcrumbs{width:min(920px,calc(100% - 48px));margin:22px auto 0;display:flex;flex-wrap:wrap;gap:8px;color:#666;font-size:13px}.breadcrumbs a{color:var(--blue)}.cta-icon svg{width:22px;height:22px;display:block;margin:0;stroke:currentColor;stroke-width:2.25}
.article-float{position:fixed;right:22px;bottom:22px;z-index:55;display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:center;width:min(360px,calc(100% - 28px));padding:18px 48px 18px 18px;border:1px solid #d8dadd;border-radius:14px;background:linear-gradient(145deg,#fff,#eef4ff);box-shadow:0 18px 44px rgba(8,8,8,.18)}.article-float[hidden]{display:none}.article-float .float-mark{display:grid;width:44px;height:44px;place-items:center;border-radius:10px;background:var(--blue);color:#fff}.article-float .float-mark svg{width:20px;height:20px}.article-float small{display:block;color:#666;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.article-float strong{display:block;margin-top:3px;font-size:16px;line-height:1.3}.article-float a{display:inline-block;margin-top:7px;color:#0a55c5;font-size:13px;font-weight:700}.float-close{position:absolute;right:9px;top:9px;width:30px;height:30px;border:0;border-radius:50%;background:var(--mist);cursor:pointer}
@media(max-width:760px){.blog-hero,.article-hero{padding:58px 0 44px}.blog-hero .shell,.article-hero .shell,.article-layout{width:calc(100% - 28px)}.post-grid{grid-template-columns:1fr}.post-card{min-height:320px}.post-card h2{margin-top:48px}.article-layout{grid-template-columns:1fr;gap:26px}.toc{position:static}.article-prose h2{font-size:25px}.article-ctas{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.post-card,.product-cta{transition:none}}
