*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Segoe UI',Arial,sans-serif;line-height:1.6;font-size:16px;}
a{text-decoration:none;}
img{max-width:100%;display:block;}
ul{list-style:none;}
.container{max-width:1240px;margin:0 auto;padding:0 24px;}

.header-topbar{font-size:13px;padding:8px 0;}
.header-topbar .container{display:flex;justify-content:flex-end;gap:16px;}

.site-header{padding:18px 0;}
.header-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;}
.header-logo{font-size:26px;font-weight:800;}
.header-nav{display:flex;align-items:center;gap:26px;flex-wrap:wrap;}
.nav-link{font-size:15px;font-weight:600;}

.section-band{padding:36px 0;}
.section-label{font-size:13px;font-weight:800;letter-spacing:1px;text-transform:uppercase;padding-bottom:14px;margin-bottom:24px;}
.feature-split{display:grid;grid-template-columns:1.1fr 1fr;gap:32px;}
.feature-img{border-radius:4px;overflow:hidden;margin-bottom:16px;}
.feature-img img{width:100%;height:220px;object-fit:cover;}
.feature-title{font-size:22px;font-weight:800;line-height:1.3;margin-bottom:8px;}
.feature-tags{font-size:13px;font-weight:700;margin-bottom:10px;}
.feature-excerpt{font-size:15px;color:var(--vx-text-light);}

.list-item{display:flex;gap:16px;padding:16px 0;}
.list-item .li-thumb{width:64px;height:64px;flex-shrink:0;border-radius:4px;overflow:hidden;}
.list-item .li-thumb img{width:100%;height:100%;object-fit:cover;}
.list-item .li-title{font-size:15px;font-weight:700;line-height:1.35;margin-bottom:4px;}
.list-item .li-tags{font-size:12px;font-weight:700;}

.newsletter-band{padding:40px 0;}
.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:32px;border-radius:6px;overflow:hidden;}
.newsletter-visual{background:var(--vx-slate-light);display:flex;align-items:center;justify-content:center;padding:30px;}
.newsletter-visual img{border-radius:4px;height:220px;object-fit:cover;width:100%;}
.newsletter-form{padding:36px;color:#fff;}
.newsletter-form h3{font-size:24px;font-weight:800;margin-bottom:14px;color:#fff;}
.newsletter-form p{font-size:14px;margin-bottom:20px;opacity:.9;color:#fff;}
.newsletter-form input{width:100%;padding:11px;border-radius:3px;margin-bottom:12px;font-size:14px;}
.newsletter-form button{padding:12px 26px;border:none;border-radius:3px;font-weight:700;cursor:pointer;}

.page-hero{padding:50px 0;text-align:center;background:var(--vx-slate-light);}
.page-hero h1{font-size:36px;font-weight:800;}
.content-band{padding:60px 0;}
.content-band .container{max-width:860px;}
.content-band h2{font-size:24px;font-weight:800;margin:28px 0 14px;}
.content-band p{margin-bottom:14px;color:var(--vx-text-light);}
.content-band ul{margin:0 0 14px 20px;list-style:disc;color:var(--vx-text-light);}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;}
.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid var(--vx-border);border-radius:4px;margin-bottom:16px;font-family:inherit;font-size:15px;}
.contact-form button{padding:14px 30px;border:none;border-radius:3px;font-weight:700;cursor:pointer;}

.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.article-card .a-img{height:180px;overflow:hidden;border-radius:4px 4px 0 0;}
.article-card .a-img img{width:100%;height:100%;object-fit:cover;}
.article-card .a-body{padding:16px;}
.article-card .a-date{font-size:13px;color:var(--vx-text-light);margin-bottom:6px;}
.article-card .a-title{font-weight:700;font-size:16px;}

.footer-inner{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:32px;padding:56px 0 32px;}
.footer-inner h4{font-size:14px;font-weight:800;margin-bottom:16px;letter-spacing:.5px;text-transform:uppercase;}
.footer-inner li{margin-bottom:10px;font-size:14px;}
.footer-bottom{padding:18px 0;text-align:center;font-size:13px;}

@media(max-width:900px){
  .feature-split,.contact-grid,.newsletter-inner{grid-template-columns:1fr;}
  .article-grid{grid-template-columns:1fr;}
  .footer-inner{grid-template-columns:repeat(2,1fr);}
}

/* article page (WF-compatible, minimal subset) */
.article-page{max-width:100%;}
.article-header{padding:30px 0;}
.article-hero-img{width:100%;height:340px;object-fit:cover;border-radius:6px;}
.card-meta{font-size:13px;color:var(--vx-text-light);margin:14px 0 6px;}
.breadcrumb{font-size:13px;color:var(--vx-text-light);}
.breadcrumb-sep{margin:0 6px;}
.article-h1{font-size:34px;font-weight:800;margin:10px 0 14px;}
.author-byline{font-size:14px;color:var(--vx-text-light);margin-bottom:20px;}
.author-name{font-weight:700;color:var(--vx-text);}
.author-sep{margin:0 8px;}
.article-lead{font-size:18px;font-weight:600;margin-bottom:20px;}
.article-body{max-width:760px;margin:0 auto;font-size:16px;color:var(--vx-text);}
.article-body p{margin-bottom:16px;}
.author-bio-card{display:flex;gap:16px;padding:20px;border-radius:6px;margin:40px auto;max-width:760px;align-items:center;}
.author-bio-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;}
.author-bio-name{font-weight:800;}
.author-bio-title{font-size:13px;color:var(--vx-text-light);}
.author-bio-text{font-size:14px;margin-top:6px;}
.faq-section{padding:40px 0;margin-top:20px;}
