/* Binary Bliss editorial system — scoped to blog surfaces. */
.bbs-blog-hero{padding:100px 0 56px;background:linear-gradient(135deg,#f7fbff 0%,#eaf4ff 100%)}
.bbs-blog-hero h1,.bbs-article h1{color:#14233b;font-weight:800;letter-spacing:-.035em;line-height:1.08;max-width:920px}
.bbs-blog-hero h1{font-size:clamp(2.25rem,5vw,4.2rem);margin:12px 0 18px}
.bbs-blog-hero p:not(.bbs-kicker){font-size:1.15rem;line-height:1.7;max-width:780px;color:#43536a}
.bbs-kicker{color:#087ed5;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.bbs-blog-list{padding:72px 0 96px}.bbs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}
.bbs-card{background:#fff;border:1px solid #dfe9f3;border-radius:20px;box-shadow:0 14px 40px rgba(25,62,99,.08);overflow:hidden;display:flex;flex-direction:column}
.bbs-card-image{display:block;aspect-ratio:16/9;background:#edf5fb;overflow:hidden}.bbs-card-image img{width:100%;height:100%;display:block;object-fit:cover}
.bbs-card-body{padding:28px;display:flex;flex:1;flex-direction:column}.bbs-card-meta{display:flex;gap:12px;justify-content:space-between;color:#5f6d7d;font-size:.8rem;margin-bottom:12px}
.bbs-card-meta span{color:#087ed5;font-weight:700}.bbs-card h2{font-size:clamp(1.35rem,2.2vw,1.8rem);line-height:1.25;margin:0 0 14px}.bbs-card h2 a{color:#14233b}.bbs-card-body>p:not(.bbs-card-meta){color:#536276;line-height:1.65}.bbs-read{font-weight:700;margin-top:auto}
.bbs-article{padding:78px 0 100px}.bbs-article>.container{max-width:930px}.bbs-breadcrumb{display:flex;gap:9px;flex-wrap:wrap;font-size:.9rem;margin-bottom:30px}.bbs-article h1{font-size:clamp(2.15rem,5vw,4rem);margin:12px 0 24px}
.bbs-article-image{margin:34px 0 42px;border-radius:22px;overflow:hidden;background:#edf5fb}.bbs-article-image img{display:block;width:100%;max-height:520px;object-fit:cover}
.bbs-article-body{font-size:1.08rem;line-height:1.78;color:#2d3b4e}.bbs-article-body p{margin:0 0 1.3em}.bbs-article-body h2{font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.2;margin:2.1em 0 .65em;color:#14233b}.bbs-article-body h3{font-size:1.28rem;line-height:1.35;margin:1.8em 0 .55em;color:#173a5e}.bbs-article-body ul,.bbs-article-body ol{margin:0 0 1.5em;padding-left:1.4em}.bbs-article-body li{margin-bottom:.55em}.article-meta{color:#657487;font-size:.92rem}.bbs-cta{background:#14233b;border-radius:20px;color:#fff;margin-top:55px;padding:36px}.bbs-cta h2{color:#fff;margin:0 0 12px}.bbs-cta p{color:#d8e4f0;max-width:680px}
.bbs-footer{background:#0c1829;color:#d7e1ec;padding:46px 0}.bbs-footer nav{display:flex;flex-wrap:wrap;gap:20px;margin:18px 0}.bbs-footer a{color:#fff}.bbs-footer p{margin:0 0 8px}
@media(max-width:767px){.bbs-blog-hero{padding:70px 0 38px}.bbs-blog-list{padding:46px 0 70px}.bbs-grid{grid-template-columns:1fr;gap:24px}.bbs-card-body{padding:22px}.bbs-card-meta{align-items:flex-start;flex-direction:column;gap:4px}.bbs-article{padding:52px 0 75px}.bbs-article-image{margin:26px 0 30px}.bbs-article-body{font-size:1rem}.bbs-cta{padding:26px}.bbs-footer{padding:38px 0}}
