
.blog-hero,.article-hero{background:radial-gradient(circle at 82% 30%,rgba(217,70,239,.23),transparent 28%),linear-gradient(135deg,#120920,#25103d 58%,#3d1557);color:#fff;padding-bottom:68px}
.blog-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center;padding:58px 0 22px}.blog-hero-grid h1,.article-hero h1{font-size:57px;line-height:1.01;margin:14px 0 20px}.blog-hero-grid p,.article-hero p{font-size:18px;line-height:1.65;color:#d8cde1}
.blog-visual{border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:28px;background:rgba(255,255,255,.06)}.blog-visual .topic{background:#fff;color:#3d2948;border-radius:16px;padding:17px;margin:10px 0;font-weight:850}.blog-visual .topic span{display:block;font-size:12px;color:#8b7994;margin-top:4px;font-weight:650}
.blog-main{padding:88px 0;background:#fff}.category-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:34px}.category-pill{padding:10px 14px;border:1px solid #e4d5e9;background:#fbf9fc;border-radius:999px;font-size:13px;font-weight:850;color:#664675}
.featured{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;border:1px solid #e8dbea;border-radius:28px;padding:34px;background:linear-gradient(145deg,#fbf8fd,#fff);margin-bottom:40px}.featured h2{font-size:38px;line-height:1.08;margin:8px 0 12px}.featured p{color:#75677d;line-height:1.65}.featured-meta{font-size:12px;font-weight:850;color:#9b3dc8;text-transform:uppercase;letter-spacing:.08em}
.featured-art{border-radius:22px;min-height:270px;background:radial-gradient(circle at 70% 30%,rgba(34,211,238,.35),transparent 25%),linear-gradient(135deg,#281139,#5a1e72 55%,#7c3aed);display:grid;place-items:center;color:#fff;text-align:center;padding:25px}.featured-art strong{font-size:52px}.featured-art span{display:block;margin-top:8px;color:#e8dbef}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.post-card{border:1px solid #eadff0;border-radius:22px;padding:24px;background:#fbf9fc}.post-card .cat{font-size:11px;color:#9a3bc6;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.post-card h3{font-size:21px;line-height:1.2;margin:9px 0}.post-card p{font-size:14px;color:#786a80;line-height:1.55}.post-card .meta{font-size:12px;color:#918399;margin-top:16px}
.authority{padding:78px 0;background:#f7f3fa}.authority-card{border:1px solid #eadff0;border-radius:28px;padding:38px;background:#fff}.authority-card h2{font-size:38px;margin:7px 0 12px}.authority-card p{color:#74657d;line-height:1.65;max-width:900px}
.newsletter{padding:78px 0;background:#fff}.newsletter-card{border-radius:28px;padding:38px;background:linear-gradient(120deg,#170a29,#42165d);color:#fff;display:grid;grid-template-columns:1fr .8fr;gap:35px;align-items:center}.newsletter-card h2{font-size:34px;margin:0 0 10px}.newsletter-card p{color:#d8cce1}.newsletter-form{display:flex;gap:10px}.newsletter-form input{flex:1;border:0;border-radius:13px;padding:14px 15px;font:inherit}.newsletter-note{font-size:12px;color:#cdbfd7;margin-top:8px}
.article-wrap{max-width:860px;margin:0 auto}.article-body{padding:80px 0;background:#fff}.article-body h2{font-size:32px;margin:36px 0 12px}.article-body p,.article-body li{font-size:17px;line-height:1.75;color:#5f5068}.article-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;color:#d9cbe2;font-size:13px}.author-box{margin-top:44px;border:1px solid #eadff0;border-radius:22px;padding:24px;background:#faf7fc}.author-box strong{display:block}.author-box span{font-size:13px;color:#7f7187}
.hosting-mini{padding:0 0 88px;background:#fff}.hosting-mini-card{border-radius:28px;padding:36px 42px;background:linear-gradient(120deg,#170a29,#42165d);color:#fff;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.hosting-mini-card h2{font-size:32px;margin:4px 0 10px}.hosting-mini-card p{color:#d9cde2;max-width:750px}.off{font-size:42px;font-weight:900;background:linear-gradient(90deg,#b66cff,#f15bd7);-webkit-background-clip:text;color:transparent}
@media(max-width:900px){.blog-hero-grid,.featured,.newsletter-card{grid-template-columns:1fr}.blog-hero-grid h1,.article-hero h1{font-size:44px}.post-grid{grid-template-columns:1fr 1fr}.hosting-mini-card{grid-template-columns:1fr}}
@media(max-width:560px){.blog-hero-grid h1,.article-hero h1{font-size:38px}.post-grid{grid-template-columns:1fr}.featured h2{font-size:31px}.newsletter-form{flex-direction:column}.hosting-mini-card{padding:28px 24px}}



/* v4.0 article mobile cleanup */
@media(max-width:768px){
  .article-hero{padding-bottom:28px!important}
  .article-hero .article-wrap{padding:24px 0 10px!important}
  .article-hero h1{margin:12px 0 14px!important}
  .article-body{padding:36px 0!important}
  .article-wrap{max-width:none!important}
  .article-body section{margin-bottom:34px!important}
  .article-body section:first-child h2{margin-top:0!important}
  .article-body h2{
    font-size:clamp(28px,8vw,34px)!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
  }
  .article-body p,.article-body li{
    font-size:16px!important;
    line-height:1.68!important;
  }
  .author-box{margin-top:32px!important}
}


/* ======================================================
   WebSolutions v4.2 — Blog / Article navigation
   ====================================================== */
.article-hero-content{padding:52px 0 34px}
.article-picker-wrap{
  background:#fff;
  border-bottom:1px solid #eee5f1;
  position:relative;
  z-index:20;
}
.article-picker{
  min-height:92px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,500px);
  align-items:center;
  gap:28px;
  padding:16px 0;
}
.article-picker-copy span{
  display:block;
  margin-bottom:3px;
  color:#8b43d2;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.article-picker-copy strong{
  color:#281735;
  font-size:17px;
}
.article-picker-control{position:relative}
.article-picker-control select{
  width:100%;
  appearance:none;
  -webkit-appearance:none;
  border:1px solid #dfd0e7;
  border-radius:14px;
  background:#fbf8fd;
  color:#35223f;
  padding:13px 42px 13px 15px;
  font:700 14px/1.35 Inter,ui-sans-serif,system-ui,sans-serif;
  cursor:pointer;
}
.article-picker-chevron{
  pointer-events:none;
  position:absolute;
  right:15px;top:50%;
  transform:translateY(-55%);
  color:#7c3aed;
  font-size:20px;
}

.article-more{
  padding:70px 0;
  background:#f8f4fa;
  border-top:1px solid #eee4f1;
}
.article-more-head{margin-bottom:24px}
.article-more-head h2{
  font-size:38px;
  margin:7px 0 0;
  color:#281735;
}
.article-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.article-related-card{
  min-height:185px;
  display:flex;
  flex-direction:column;
  padding:22px;
  border:1px solid #e8dced;
  border-radius:20px;
  background:#fff;
  color:#281735;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(45,22,61,.045);
}
.article-related-card small{
  color:#9943c7;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.article-related-card strong{
  margin:10px 0 18px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:20px;
  line-height:1.16;
}
.article-related-card span{
  margin-top:auto;
  color:#6d2fba;
  font-size:13px;
  font-weight:850;
}
.article-nav{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:14px;
  align-items:stretch;
  margin-top:26px;
}
.article-nav-card{
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:17px 19px;
  border:1px solid #e6d8eb;
  border-radius:18px;
  background:#fff;
  color:#2e1a38;
  text-decoration:none;
}
.article-nav-card.next{text-align:right}
.article-nav-card span{
  color:#8440cb;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.article-nav-card strong{
  margin:6px 0 4px;
  font-size:15px;
  line-height:1.25;
}
.article-nav-card small{color:#8d7d95}
.article-nav-all{
  align-self:center;
  display:grid;
  place-items:center;
  min-width:96px;
  min-height:48px;
  padding:0 15px;
  border-radius:999px;
  background:#281337;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
}

@media(max-width:900px){
  .article-picker{
    grid-template-columns:1fr;
    gap:10px;
    padding:15px 0 17px;
  }
  .article-related-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .article-hero{
    padding-bottom:0!important;
  }
  .article-hero-content{
    padding:30px 0 28px!important;
  }
  .article-hero-content h1{
    margin:10px 0 14px!important;
    font-size:clamp(34px,9.7vw,44px)!important;
    line-height:1.03!important;
  }
  .article-hero-content p{
    margin:0!important;
    font-size:16px!important;
    line-height:1.58!important;
  }
  .article-meta{
    margin-top:15px!important;
    gap:8px!important;
    font-size:12px!important;
  }
  .article-picker-wrap{
    position:sticky;
    top:86px;
    z-index:1200;
    box-shadow:0 8px 20px rgba(42,20,58,.07);
  }
  .article-picker{
    min-height:0;
    padding:10px 0 12px;
  }
  .article-picker-copy{
    display:none;
  }
  .article-picker-control select{
    padding:11px 39px 11px 13px;
    border-radius:12px;
    font-size:13px;
    background:#fff;
  }
  .article-body{
    padding:34px 0 24px!important;
  }
  .article-section{
    margin:0 0 30px!important;
  }
  .article-section h2{
    margin:0 0 11px!important;
    font-size:clamp(27px,7.8vw,33px)!important;
    line-height:1.08!important;
  }
  .article-section p,.article-section li{
    font-size:16px!important;
    line-height:1.65!important;
  }
  .article-section ul{
    padding-left:21px!important;
  }
  .author-box{
    margin-top:26px!important;
    padding:19px!important;
  }
  .article-more{
    padding:42px 0;
  }
  .article-more-head h2{
    font-size:30px;
  }
  .article-related-grid{
    grid-template-columns:1fr;
    gap:11px;
  }
  .article-related-card{
    min-height:0;
    padding:18px;
  }
  .article-related-card strong{
    margin:8px 0 13px;
    font-size:19px;
  }
  .article-nav{
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:18px;
  }
  .article-nav-all{
    grid-column:1/-1;
    grid-row:2;
    width:100%;
  }
  .article-nav-card{
    min-height:102px;
    padding:14px;
  }
  .article-nav-placeholder{display:none}
  .hosting-mini{
    padding-bottom:48px!important;
  }
}
@media(max-width:480px){
  .article-picker-wrap{top:82px}
  .article-hero-content{padding:25px 0 24px!important}
  .article-hero-content h1{
    font-size:clamp(32px,10.3vw,41px)!important;
  }
  .article-body{padding-top:30px!important}
  .article-section{margin-bottom:27px!important}
  .article-nav{
    grid-template-columns:1fr;
  }
  .article-nav-all{
    grid-column:auto;
    grid-row:auto;
    order:3;
  }
  .article-nav-card.next{text-align:left}
}

/* Blog index mobile visual cleanup */
@media(max-width:768px){
  .blog-hero{padding-bottom:34px!important}
  .blog-hero-grid{
    padding:30px 0 10px!important;
    gap:22px!important;
  }
  .blog-hero-grid h1{
    font-size:clamp(36px,9vw,46px)!important;
    margin:10px 0 14px!important;
  }
  .blog-hero-grid p{
    font-size:16px!important;
    line-height:1.58!important;
  }
  .blog-visual{
    display:none!important;
  }
  .blog-main{
    padding:46px 0!important;
  }
  .category-list{
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    padding:1px 1px 8px!important;
    margin-bottom:23px!important;
    scrollbar-width:none;
  }
  .category-list::-webkit-scrollbar{display:none}
  .category-pill{flex:0 0 auto}
  .featured{
    grid-template-columns:1fr!important;
    gap:18px!important;
    padding:22px!important;
    border-radius:22px!important;
    margin-bottom:24px!important;
  }
  .featured h2{
    font-size:30px!important;
    line-height:1.08!important;
  }
  .featured-art{
    min-height:160px!important;
    order:-1;
  }
  .featured-art strong{font-size:35px!important}
  .featured .btn{width:100%!important;text-align:center!important}
  .post-grid{gap:13px!important}
  .post-card{padding:20px!important}
  .post-card h3{font-size:20px!important}
  .authority,.newsletter{padding:48px 0!important}
  .authority-card,.newsletter-card{padding:23px!important;border-radius:22px!important}
  .authority-card h2,.newsletter-card h2{font-size:29px!important}
}
