/* ============ News & Insights — Accel-inspired editorial list ============ */

/* Narrow reading column for the list */
.vc-wrap-narrow{max-width:1180px;}

/* ---- Header ---- */
.vc-news-head{position:relative;overflow:hidden;padding:64px 0 0;background:radial-gradient(900px 360px at 75% -20%,rgba(245,166,35,.10),transparent 55%),var(--ink);border-bottom:1px solid var(--line);}
.vc-news-head-glow{position:absolute;top:-120px;right:-60px;width:420px;height:420px;background:radial-gradient(circle,rgba(245,166,35,.16),transparent 65%);filter:blur(20px);pointer-events:none;}
.vc-news-head-top{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;}
.vc-news-head-copy{position:relative;max-width:640px;}
.vc-news-head-title{font-size:clamp(34px,5vw,56px);margin:12px 0 14px;line-height:1.05;letter-spacing:-.03em;}
.vc-news-head-sub{color:var(--muted);font-size:17px;line-height:1.6;max-width:520px;margin:0;}

/* Search */
.vc-news-search{display:flex;align-items:center;gap:10px;flex:0 0 300px;padding:12px 16px;background:rgba(255,255,255,.05);border:1.5px solid rgba(255,255,255,.12);border-radius:12px;color:var(--muted);transition:border-color .2s,box-shadow .2s;margin-bottom:4px;}
.vc-news-search:focus-within{border-color:var(--amber);box-shadow:0 0 0 3px rgba(245,166,35,.16);color:var(--amber);}
.vc-news-search input{flex:1;min-width:0;background:transparent;border:0;color:var(--white);font-family:var(--body);font-size:15px;outline:none;}
.vc-news-search input::placeholder{color:var(--muted-2);}

/* Category tabs (Accel-style underline) */
.vc-news-tabs{display:flex;gap:6px;margin-top:36px;overflow-x:auto;scrollbar-width:none;}
.vc-news-tabs::-webkit-scrollbar{display:none;}
.vc-news-tab{position:relative;padding:14px 4px;margin-right:22px;font-size:15px;font-weight:600;white-space:nowrap;text-decoration:none;color:var(--muted);border-bottom:2px solid transparent;transition:color .18s,border-color .18s;}
.vc-news-tab:hover{color:var(--white);}
.vc-news-tab.is-active{color:var(--white);border-bottom-color:var(--tab-color,var(--amber));}

/* ---- List ---- */
.vc-news-body{padding-top:8px!important;padding-bottom:96px!important;}
.vc-news-list{display:flex;flex-direction:column;}

.vc-news-row{display:grid;grid-template-columns:300px 1fr;gap:36px;align-items:center;padding:34px 0;border-bottom:1px solid var(--line);text-decoration:none;transition:padding .2s;}
.vc-news-row:first-child{padding-top:40px;}
.vc-news-row-img{position:relative;aspect-ratio:16/10;border-radius:14px;overflow:hidden;background:var(--ink-3);}
.vc-news-row-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;}
.vc-news-row:hover .vc-news-row-img img{transform:scale(1.05);}
.vc-news-row-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--display);font-size:40px;font-weight:700;color:var(--amber);opacity:.35;background:linear-gradient(135deg,var(--ink-4),var(--ink-3));}

.vc-news-row-body{min-width:0;}
.vc-news-row-meta{display:flex;align-items:center;gap:14px;margin-bottom:12px;}
.vc-news-tag{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--badge-color,var(--amber));}
.vc-news-date{font-size:13px;color:var(--muted-2);}
.vc-news-read{font-size:13px;color:var(--muted-2);}
.vc-news-row-title{font-size:22px;color:var(--white);margin:0;line-height:1.28;letter-spacing:-.015em;transition:color .18s;}
.vc-news-row:hover .vc-news-row-title{color:var(--amber);}
.vc-news-row-excerpt{color:var(--muted);font-size:15px;line-height:1.65;margin:12px 0 0;}
.vc-news-row-foot{display:flex;align-items:center;gap:16px;margin-top:14px;}
.vc-news-arrow{font-size:13.5px;font-weight:700;color:var(--amber);display:inline-flex;align-items:center;gap:6px;transition:gap .2s;}
.vc-news-row:hover .vc-news-arrow{gap:11px;}

/* Featured lead row */
.vc-news-row.is-featured{grid-template-columns:1fr 1fr;gap:44px;padding:8px 0 44px;align-items:center;border-bottom:1px solid var(--line);}
.vc-news-row.is-featured .vc-news-row-img{aspect-ratio:16/11;border-radius:18px;}
.vc-news-row.is-featured .vc-news-row-title{font-size:clamp(26px,3vw,38px);line-height:1.12;letter-spacing:-.025em;}
.vc-news-featured{margin-bottom:6px;}

/* ===================== CARD GRID ===================== */
.vc-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 28px;padding-top:42px;}
.vc-news-card-body .vc-news-card-tag{position:static;flex:0 0 auto;}
.vc-news-card{display:flex;flex-direction:column;background:var(--ink-3);border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;transition:transform .22s ease,border-color .22s,background .22s;}
.vc-news-card:hover{transform:translateY(-6px);border-color:rgba(245,166,35,.42);background:var(--ink-4);}
.vc-news-card-img{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--ink-4);}
.vc-news-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;}
.vc-news-card:hover .vc-news-card-img img{transform:scale(1.06);}
.vc-news-card-img .vc-news-row-ph{position:absolute;inset:0;}
.vc-news-card-tag{position:absolute;top:12px;left:12px;background:rgba(10,10,12,.78);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:var(--badge-color,var(--amber));font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 11px;border-radius:999px;}
.vc-news-card-body{display:flex;flex-direction:column;flex:1;padding:15px 20px 16px;}
.vc-news-card-body .vc-news-row-meta{margin-bottom:0;}
.vc-news-card-title{font-size:17px;line-height:1.3;color:var(--white);margin:7px 0 0;letter-spacing:-.01em;transition:color .18s;}
.vc-news-card:hover .vc-news-card-title{color:var(--amber);}
.vc-news-card-excerpt{color:var(--muted);font-size:13.5px;line-height:1.55;margin:7px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.vc-news-card .vc-news-arrow{margin-top:auto;align-self:flex-start;padding:7px 16px;border:1.5px solid var(--amber);border-radius:999px;background:var(--amber);color:var(--ink);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,gap .2s;}
.vc-news-card:hover .vc-news-arrow{opacity:1;visibility:visible;transform:translateY(0);gap:11px;}
.vc-news-card-body .vc-news-row-meta,.vc-news-card-excerpt{transition:opacity .22s ease;}
.vc-news-card:hover .vc-news-row-meta,.vc-news-card:hover .vc-news-card-excerpt{opacity:0;}

/* Pagination */
.vc-news-pagination{margin-top:56px;display:flex;justify-content:center;}
.vc-news-pagination ul{display:flex;gap:8px;list-style:none;margin:0;padding:0;flex-wrap:wrap;justify-content:center;}
.vc-news-pagination a,.vc-news-pagination span{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:10px;border:1px solid var(--line);color:var(--muted);text-decoration:none;font-weight:600;font-size:14px;transition:all .18s;}
.vc-news-pagination a:hover{color:var(--white);border-color:rgba(245,166,35,.4);}
.vc-news-pagination .current{background:var(--amber);color:#1a1208;border-color:var(--amber);}

/* Empty state */
.vc-news-empty{text-align:center;padding:80px 40px;color:var(--muted);}
.vc-news-empty-ico{font-size:48px;margin-bottom:20px;}
.vc-news-empty h3{font-size:22px;color:var(--white);margin:0 0 10px;}
.vc-news-empty a{color:var(--amber);}

/* ============ Single article ============ */
.vc-article-header{position:relative;overflow:hidden;padding:64px 0 40px;background:radial-gradient(900px 300px at 80% -10%,rgba(245,166,35,.12),transparent 60%),var(--ink);border-bottom:1px solid var(--line);}
.vc-article-title{font-size:clamp(28px,5vw,52px);margin:12px 0 20px;line-height:1.08;letter-spacing:-.025em;}
.vc-article-meta{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px;flex-wrap:wrap;}
.vc-article-meta a{color:var(--amber);text-decoration:none;}
.vc-article-hero-img{padding:36px 0 0;background:var(--ink);}
.vc-article-hero-img img{width:100%;border-radius:var(--radius-lg);display:block;max-height:480px;object-fit:cover;}
.vc-article-body{display:grid;grid-template-columns:1fr 320px;gap:56px;padding-top:48px;padding-bottom:96px;align-items:start;}
.vc-article-content{min-width:0;}
.vc-article-content p{font-size:17px;line-height:1.85;color:var(--muted);margin:0 0 22px;}
.vc-article-content h2{font-size:26px;margin:36px 0 14px;color:var(--white);}
.vc-article-content h3{font-size:21px;margin:28px 0 12px;color:var(--white);}
.vc-article-content a{color:var(--amber);}
.vc-article-content img{max-width:100%;border-radius:var(--radius);display:block;margin:24px 0;}
.vc-article-content blockquote{border-left:3px solid var(--amber);margin:28px 0;padding:20px 28px;background:rgba(245,166,35,.06);border-radius:0 var(--radius) var(--radius) 0;color:var(--white);font-size:18px;font-style:italic;line-height:1.7;}
.vc-article-content ul,.vc-article-content ol{color:var(--muted);font-size:17px;line-height:1.85;padding-left:24px;margin:0 0 22px;}
.vc-article-content li{margin-bottom:8px;}

/* Sidebar */
.vc-article-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:20px;}
.vc-article-sidebar-card{background:var(--ink-3);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;}
.vc-article-sidebar-card h4{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--amber);margin:0 0 18px;}
.vc-article-rel-card{display:flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--line);}
.vc-article-rel-card:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0;}
.vc-article-rel-card img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:0 0 48px;}
.vc-article-rel-card strong{display:block;color:var(--white);font-size:14px;}
.vc-article-rel-card span{font-size:12px;color:var(--muted);}
.vc-article-more-link{display:block;color:var(--white);text-decoration:none;font-size:14px;padding:9px 0;border-bottom:1px solid var(--line);line-height:1.4;transition:color .15s;}
.vc-article-more-link:last-of-type{border-bottom:0;}
.vc-article-more-link:hover{color:var(--amber);}

/* ============ Responsive ============ */
@media(max-width:900px){
  .vc-news-head-top{flex-direction:column;align-items:flex-start;gap:24px;}
  .vc-news-search{flex:1 1 auto;width:100%;}
  .vc-news-row,.vc-news-row.is-featured{grid-template-columns:1fr;gap:18px;}
  .vc-news-row-img,.vc-news-row.is-featured .vc-news-row-img{aspect-ratio:16/9;}
  .vc-news-grid{grid-template-columns:repeat(2,1fr);gap:24px;}
  .vc-article-body{grid-template-columns:1fr;}.vc-article-sidebar{position:static;}
}
@media(max-width:600px){
  .vc-news-head{padding-top:48px;}
  .vc-news-row-title{font-size:20px;}
  .vc-news-grid{grid-template-columns:1fr;gap:22px;}
  .vc-article-title{font-size:28px;}
}

/* ===================== SHARE ROW (blog + news single) ===================== */
.vc-share{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:44px 0 8px;padding-top:28px;border-top:1px solid var(--line);}
.vc-share-label{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);}
.vc-share-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--ink-3);color:var(--white);cursor:pointer;transition:transform .2s,background .2s,border-color .2s,color .2s;position:relative;padding:0;}
.vc-share-btn:hover{transform:translateY(-3px);color:#fff;}
.vc-share-btn.is-facebook:hover{background:#1877f2;border-color:#1877f2;}
.vc-share-btn.is-x:hover{background:#000;border-color:#000;}
.vc-share-btn.is-linkedin:hover{background:#0a66c2;border-color:#0a66c2;}
.vc-share-btn.is-instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#dc2743;}
.vc-share-copied{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);background:var(--white);color:var(--ink);font-size:11px;font-weight:700;padding:4px 8px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;}
.vc-share-copy.is-copied .vc-share-copied{opacity:1;}
