
:root{--navy:#071333;--muted:#66708f;--line:#e7e0ff;--purple:#6d3cff;--blue:#2477ff;--shadow:0 22px 55px rgba(7,19,51,.10)}
*{box-sizing:border-box}body{background:linear-gradient(180deg,#fff,#fbfaff 50%,#f8f6ff);color:var(--navy)}
.blog-topbar{background:linear-gradient(90deg,#071333,#111b44);color:#fff;font-size:.86rem}.blog-topbar-inner{max-width:1220px;margin:auto;padding:9px 20px;display:flex;justify-content:space-between;gap:14px;overflow:auto}.blog-topbar a{color:#fff;text-decoration:none;font-weight:900}
.blog-header{position:sticky;top:0;z-index:95;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-bottom:1px solid #eee9ff;box-shadow:0 10px 34px rgba(7,19,51,.06)}.blog-header-inner{max-width:1220px;margin:auto;padding:13px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;position:relative}.blog-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy)}.blog-brand img{width:82px;max-height:58px;object-fit:contain}.blog-brand span{display:block;color:var(--muted);font-size:.78rem}.blog-nav{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.blog-nav a{color:#111b44;text-decoration:none;font-weight:900;padding:10px 11px;border-radius:12px;font-size:.9rem}.blog-nav a.active,.blog-nav a:hover{color:var(--purple);background:#f2edff}.blog-menu{display:none;width:46px;height:46px;border:1px solid #d8ccff;border-radius:14px;background:#fff;color:var(--purple);font-size:1.45rem;font-weight:950}
.blog-hero{max-width:1220px;margin:auto;padding:58px 20px 24px}.blog-hero-card{border:1px solid rgba(215,204,255,.75);border-radius:38px;padding:42px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.86));box-shadow:var(--shadow);display:grid;grid-template-columns:1fr .72fr;gap:30px;align-items:center;overflow:hidden}.blog-tag{display:inline-flex;background:#efeaff;color:var(--purple);font-weight:1000;border-radius:999px;padding:10px 16px;text-transform:uppercase;font-size:.76rem;letter-spacing:.08em}.blog-hero h1{font-size:clamp(2.4rem,5vw,4.8rem);line-height:.96;letter-spacing:-.06em;margin:18px 0 16px}.blog-hero h1 span{background:linear-gradient(135deg,var(--purple),var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.blog-hero p{color:var(--muted);font-size:1.08rem;line-height:1.65}.blog-search-row{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.blog-search{flex:1;min-width:250px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px;display:flex;gap:10px}.blog-search input{border:0;outline:0;width:100%;font:inherit}.blog-search-row button{border:0;border-radius:18px;padding:0 20px;background:linear-gradient(135deg,var(--purple),#5122d6);color:#fff;font-weight:1000;cursor:pointer;min-height:52px}
.blog-featured{background:#fff;border:1px solid #eee9ff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.blog-featured img{width:100%;height:220px;object-fit:cover;background:#f4f0ff}.blog-featured div{padding:18px}.blog-featured small{font-weight:1000;color:var(--purple)}.blog-featured h2{margin:8px 0;font-size:1.3rem}.blog-featured p{font-size:.92rem;line-height:1.5;margin:0;color:var(--muted)}
.blog-wrap{max-width:1220px;margin:auto;padding:0 20px 72px}.blog-cats{display:flex;gap:10px;overflow:auto;padding:10px 0 20px}.blog-cats button{border:1px solid var(--line);background:#fff;color:#182449;border-radius:999px;padding:12px 16px;font-weight:1000;white-space:nowrap;cursor:pointer}.blog-cats button.active{background:linear-gradient(135deg,var(--purple),#5122d6);color:#fff;border-color:transparent}.blog-layout{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start}.posts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.post-card{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 16px 38px rgba(7,19,51,.07);transition:.2s ease;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-5px);box-shadow:0 34px 90px rgba(7,19,51,.15)}.post-img{height:210px;background:#f4f0ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.post-img img{width:100%;height:100%;object-fit:cover}.post-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.post-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.82rem;font-weight:850}.post-cat{color:var(--purple);background:#f2edff;border-radius:999px;padding:5px 9px}.post-body h3{font-size:1.2rem;line-height:1.22;margin:0}.post-body p{color:var(--muted);line-height:1.55;margin:0}.post-body a{margin-top:auto;color:var(--purple);font-weight:1000;text-decoration:none}
.blog-sidebar{display:grid;gap:18px;position:sticky;top:95px}.side-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 16px 38px rgba(7,19,51,.07)}.side-card h3{margin:0 0 14px}.side-card a{display:block;text-decoration:none;color:#121b3f;font-weight:850;margin:12px 0;line-height:1.35}.cta-side{background:linear-gradient(135deg,var(--purple),var(--blue));color:#fff}.cta-side p{color:rgba(255,255,255,.82);line-height:1.55}.cta-side button{width:100%;height:50px;border:0;border-radius:16px;background:#fff;color:var(--purple);font-weight:1000;cursor:pointer}
.blog-footer{background:#071333;color:#fff;padding:54px 20px 24px}.blog-footer-inner{max-width:1220px;margin:auto;display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:34px}.blog-footer-logo{max-width:135px;display:block;margin-bottom:16px}.blog-footer p,.blog-footer a,.blog-footer-contact div{color:rgba(255,255,255,.74);line-height:1.6}.blog-footer a{display:block;text-decoration:none;margin:9px 0}.blog-footer h3{margin:0 0 14px;color:#fff}.blog-footer-bottom{max-width:1220px;margin:32px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:16px;color:rgba(255,255,255,.68);font-size:.9rem}
@media(max-width:980px){.blog-nav{display:none;position:absolute;left:16px;right:16px;top:100%;background:#fff;border:1px solid #e4dbff;border-radius:20px;padding:10px;box-shadow:0 25px 70px rgba(7,19,51,.18)}.blog-nav.open{display:grid;grid-template-columns:1fr 1fr}.blog-menu{display:grid;place-items:center}.blog-hero-card{grid-template-columns:1fr}.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static}}
@media(max-width:680px){.blog-topbar .hide-mobile{display:none}.blog-brand img{width:68px}.blog-brand div{display:none}.blog-hero{padding:28px 14px 18px}.blog-hero-card{padding:24px;border-radius:26px}.blog-hero h1{font-size:2.25rem}.blog-featured img{height:190px}.blog-wrap{padding:0 14px 56px}.posts-grid{grid-template-columns:1fr}.blog-footer-inner{grid-template-columns:1fr}.blog-footer-bottom{flex-direction:column}}
