.blog-hero{min-height:82vh;display:flex;align-items:center;justify-content:center;padding:10rem 3.5rem 5rem;position:relative;overflow:hidden;text-align:center;background:linear-gradient(180deg,#e8eeff 0%,#f2f4fa 60%,#f7f8fc 100%)}
#blog-hero-canvas{position:absolute;inset:0;width:100%;height:100%}
.blog-hero-inner{position:relative;z-index:5;max-width:820px;margin:0 auto;display:flex;flex-direction:column;align-items:center}
.blog-hero-inner h1{font-size:clamp(3rem,7vw,5.5rem);font-weight:900;letter-spacing:-.03em;line-height:1.05;margin:1rem 0 1.5rem;color:var(--text)}
.blog-hero-inner h1 span{background:linear-gradient(100deg,var(--accent),var(--accent-l));-webkit-background-clip:text;background-clip:text;color:transparent}
.blog-hero-inner p{font-size:1.05rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2.5rem;max-width:560px}
.filter-bar{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}
.filter-btn{padding:.5rem 1.2rem;border-radius:100px;font-size:.78rem;font-weight:600;border:1px solid rgba(0,71,255,.12);background:transparent;color:var(--text-secondary);font-family:inherit;transition:all .3s;letter-spacing:.05em;cursor:pointer}
.filter-btn:hover,.filter-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}
.blog-main{padding:6rem 3.5rem 0;max-width:1240px;margin:0 auto}
.featured-label{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.featured-label::after{content:'';flex:1;height:1px;background:rgba(0,71,255,.06)}
.featured-post{display:grid;grid-template-columns:1.35fr 1fr;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.55);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:transform .5s var(--ease-out),box-shadow .5s;margin-bottom:5rem;box-shadow:0 4px 24px rgba(0,30,120,.06)}
.featured-post:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,30,120,.12)}
.featured-canvas-wrap{height:460px;overflow:hidden}
.featured-canvas-wrap img{width:100%;height:100%;object-fit:cover;display:block}
#fc1{width:100%;height:100%;display:block}
.featured-body{padding:3rem 2.8rem;display:flex;flex-direction:column;justify-content:center}
.post-tag{display:inline-block;font-size:.7rem;letter-spacing:.1em;color:#fff;background:var(--accent);padding:.3rem .8rem;border-radius:6px;margin-bottom:1.2rem;width:fit-content}
.featured-body h2{font-size:clamp(1.4rem,2.4vw,2rem);font-weight:800;line-height:1.3;margin-bottom:1rem;color:var(--text)}
.featured-body h2 a{color:inherit;text-decoration:none;transition:color .3s}
.featured-body h2 a:hover{color:var(--accent)}
.featured-body p{font-size:.9rem;color:var(--text-secondary);line-height:1.82;margin-bottom:1.5rem}
.post-meta{display:flex;align-items:center;gap:.8rem;font-size:.78rem;color:var(--muted)}
.post-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-l));display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;flex-shrink:0;color:#fff}
.read-more{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);font-size:.83rem;font-weight:600;margin-top:1.2rem;transition:gap .3s;text-decoration:none}
.featured-post:hover .read-more{gap:.8rem}
.horiz-outer{padding:0 0 0}
.horiz-header{padding:0 3.5rem;display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem;max-width:1240px;margin-left:auto;margin-right:auto}
.horiz-pin{overflow:hidden;position:relative}
.horiz-track{display:flex;gap:1.5rem;padding:1rem 3.5rem 4rem;width:max-content;will-change:transform}
.hpost-card{width:380px;flex-shrink:0;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.55);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:border-color .4s,box-shadow .4s,transform .4s var(--ease-out);box-shadow:0 4px 24px rgba(0,30,120,.06)}
.hpost-card:hover{border-color:rgba(0,71,255,.15);box-shadow:0 16px 48px rgba(0,30,120,.1);transform:translateY(-6px)}
.hpost-light{background:rgba(255,255,255,.7);border-color:rgba(0,71,255,.08)}
.hpost-light:hover{border-color:rgba(0,71,255,.2);box-shadow:0 16px 48px rgba(0,30,120,.1)}
.hpost-light .post-tag{background:rgba(0,71,255,.1);color:var(--accent)}
.hpost-light .hpost-title{color:var(--text)}
.hpost-light .hpost-excerpt{color:var(--text-secondary)}
.hpost-light .hpost-meta{color:var(--muted);border-top-color:rgba(0,71,255,.06)}
.hpost-light .hpost-min{color:var(--accent)}
.hpost-canvas-wrap{height:210px;overflow:hidden}
.hpost-canvas-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.hpost-canvas{width:100%;height:100%;display:block}
.hpost-body{padding:1.6rem}
.hpost-title{font-size:.97rem;font-weight:700;line-height:1.48;margin-bottom:.7rem;color:var(--text)}
.hpost-title a{color:inherit;text-decoration:none;transition:color .3s}
.hpost-title a:hover{color:var(--accent)}
.hpost-excerpt{font-size:.82rem;color:var(--text-secondary);line-height:1.72;margin-bottom:1.2rem}
.hpost-meta{display:flex;align-items:center;justify-content:space-between;padding-top:.9rem;border-top:1px solid rgba(0,71,255,.06);font-size:.73rem;color:var(--muted)}
.hpost-min{font-size:.72rem;font-weight:600;color:var(--accent)}
.horiz-hint{display:flex;align-items:center;gap:.6rem;font-size:.72rem;color:var(--muted);letter-spacing:.08em}
.hint-arrows{display:flex;gap:3px}
.hint-arrows i{display:block;width:5px;height:5px;border-right:1.5px solid var(--muted);border-bottom:1.5px solid var(--muted);transform:rotate(-45deg);animation:arrowPulse 1.6s ease-in-out infinite}
.hint-arrows i:nth-child(2){animation-delay:.2s}.hint-arrows i:nth-child(3){animation-delay:.4s}
@keyframes arrowPulse{0%,100%{opacity:.25}50%{opacity:.9}}
.horiz-dots{display:flex;justify-content:center;gap:.5rem;padding:1.5rem 3.5rem 0}
.h-dot{width:6px;height:6px;border-radius:50%;background:rgba(0,71,255,.15);transition:all .4s var(--ease-out)}
.h-dot.active{width:24px;border-radius:3px;background:var(--accent)}
.nl-outer{padding:6rem 3.5rem 7rem;display:flex;justify-content:center}
.nl-box{width:100%;max-width:660px;background:rgba(255,255,255,.55);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.7);border-radius:28px;padding:4rem 3rem;text-align:center;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,30,120,.06)}
.nl-box::before{content:'';position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:420px;height:320px;background:radial-gradient(ellipse,rgba(0,71,255,.06),transparent 70%);pointer-events:none}
.nl-box .label{display:block;margin-bottom:.8rem}
.nl-box h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:900;margin-bottom:.8rem;letter-spacing:-.02em;position:relative;z-index:1;color:var(--text)}
.nl-box h2 span{background:linear-gradient(90deg,var(--accent),var(--accent-l));-webkit-background-clip:text;background-clip:text;color:transparent}
.nl-box>p{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem;line-height:1.75;position:relative;z-index:1;max-width:500px;margin-left:auto;margin-right:auto}
.nl-form{display:flex;gap:.8rem;max-width:460px;margin:0 auto;position:relative;z-index:1}
.nl-form input{flex:1;background:rgba(255,255,255,.8);border:1px solid rgba(0,71,255,.12);border-radius:100px;padding:.88rem 1.4rem;color:var(--text);font-family:inherit;font-size:.88rem;outline:none;transition:border-color .3s,background .3s}
.nl-form input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px rgba(0,71,255,.08)}
.nl-form input::placeholder{color:var(--muted)}
.nl-note{font-size:.72rem;color:var(--muted);margin-top:1rem;position:relative;z-index:1}

@media(max-width:900px){
  .blog-hero{padding:8rem 1.5rem 4rem;min-height:auto}
  .blog-hero-inner h1{font-size:clamp(2rem,7vw,3.5rem)}
  .featured-post{grid-template-columns:1fr}
  .featured-canvas-wrap{height:220px}
  .featured-body{padding:2rem 1.5rem}
  .featured-body h2{font-size:clamp(1.2rem,4vw,1.6rem)}
  .horiz-header{padding:0 1.5rem}
  .horiz-track{padding:1rem 1.5rem 4rem}
  .hpost-card{width:280px}
  .blog-main,.nl-outer{padding-left:1.5rem;padding-right:1.5rem}
  .nl-form{flex-direction:column}
  .nl-box{padding:2.5rem 1.5rem}
  .filter-bar{gap:.4rem}
  .filter-btn{padding:.4rem 1rem;font-size:.72rem}
}
@media(max-width:600px){
  .blog-hero{padding:7rem 1rem 3rem}
  .hpost-card{width:260px}
  .featured-canvas-wrap{height:180px}
  .featured-body{padding:1.5rem}
  .nl-box h2{font-size:clamp(1.4rem,5vw,2rem)}
}
