
:root {--pv-primary:#4f46e5;--pv-header:#1a1a2e;--pv-light:#eef2ff;}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important}
.pv-btn-primary{display:inline-block;background:var(--pv-primary);color:#fff!important;font-size:14px;font-weight:600;padding:12px 28px;border-radius:8px;text-decoration:none!important;transition:opacity .2s}
.pv-btn-primary:hover{opacity:.88}
.pv-section-title{font-size:11px!important;font-weight:700!important;letter-spacing:.1em;text-transform:uppercase;color:#6b7280!important;margin-bottom:20px!important;display:flex;align-items:center;gap:10px}
.pv-section-title::after{content:'';flex:1;height:1px;background:#e5e7eb}
.pv-cat-badge{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:20px;display:inline-block;margin-bottom:8px;background:var(--pv-light);color:var(--pv-primary)}
.pv-card{background:#fff;border:1px solid #f1f1f1;border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s}
.pv-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.08)}
.pv-card-thumb{height:160px;display:flex;align-items:center;justify-content:center;font-size:36px;background:var(--pv-light)}
.pv-card-body{padding:18px 20px 20px}
.pv-card h3{font-size:15px!important;font-weight:600!important;line-height:1.45!important;color:#111827!important;margin-bottom:8px!important}
.pv-card-meta{font-size:12px;color:#9ca3af}
.pv-list-post{display:flex;gap:16px;align-items:flex-start;padding:18px 0;border-bottom:1px solid #f3f4f6;text-decoration:none!important}
.pv-list-post:last-child{border-bottom:none}
.pv-list-thumb{width:80px;height:64px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:24px;background:var(--pv-light)}
.pv-list-post h4{font-size:14px!important;font-weight:600!important;line-height:1.45!important;color:#111827!important;margin-bottom:6px!important;margin-top:4px!important}
.pv-list-post:hover h4{color:var(--pv-primary)!important}
.pv-newsletter{background:var(--pv-light);border:1px solid var(--pv-primary)33;border-radius:16px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:48px;flex-wrap:wrap}
.pv-newsletter h3{font-size:20px!important;font-weight:700!important;color:var(--pv-header)!important;margin-bottom:6px!important}
.pv-newsletter p{font-size:14px!important;color:#6b7280!important;margin:0!important}
.pv-newsletter-form{display:flex;gap:8px;flex-shrink:0}
.pv-newsletter-form input{padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;width:200px;background:#fff}
.pv-newsletter-form button{background:var(--pv-header);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}
.pv-divider{height:1px;background:#f3f4f6;margin:40px 0}
.pv-hero{background:var(--pv-header);border-radius:16px;padding:48px 40px;position:relative;overflow:hidden;margin-bottom:40px}
.pv-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,0.05);pointer-events:none}
.pv-hero-badge{display:inline-block;background:rgba(255,255,255,0.12);color:rgba(255,255,255,0.85);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:16px}
.pv-hero h1{color:#fff!important;font-size:36px!important;font-weight:800!important;line-height:1.3!important;max-width:600px;margin-bottom:16px!important}
.pv-hero p{color:rgba(255,255,255,0.6)!important;font-size:16px!important;line-height:1.7!important;max-width:520px;margin-bottom:28px!important}
.pv-hero-meta{color:rgba(255,255,255,0.35)!important;font-size:13px!important;margin-left:16px}
.pv-hero-center{text-align:center}
.pv-hero-center h1,.pv-hero-center p{max-width:100%;margin-left:auto;margin-right:auto}
.pv-hero-full{border-radius:0;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:64px 5vw}
.pv-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}
.pv-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:48px}
@media(max-width:768px){.pv-grid-3,.pv-grid-2{grid-template-columns:1fr}.pv-hero{padding:32px 24px}.pv-hero h1{font-size:26px!important}}
/* ── POST PAGE ── */
.pv-post-header{margin-bottom:32px}
.pv-post-cats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.pv-post-title{font-size:36px!important;font-weight:800!important;line-height:1.3!important;color:#111827!important;margin-bottom:20px!important;letter-spacing:-.02em}
.pv-post-byline{display:flex;align-items:center;gap:12px;padding:16px 0;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;margin-bottom:32px;flex-wrap:wrap}
.pv-author-avatar{width:40px;height:40px;border-radius:50%;background:var(--pv-header);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;flex-shrink:0}
.pv-author-name{font-size:14px!important;font-weight:600!important;color:#111827!important;margin:0!important}
.pv-post-date{font-size:13px!important;color:#9ca3af!important;margin:0!important}
.pv-share-btn{margin-left:auto;display:flex;gap:8px}
.pv-share-pill{font-size:12px;padding:6px 14px;border-radius:20px;border:1px solid #e5e7eb;color:#6b7280;text-decoration:none!important;cursor:pointer;background:#fff;transition:all .2s}
.pv-share-pill:hover{border-color:var(--pv-primary);color:var(--pv-primary)}
.pv-featured-image{border-radius:16px;overflow:hidden;margin-bottom:36px;background:linear-gradient(135deg,var(--pv-header) 0%,var(--pv-primary) 100%);height:380px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.3);font-size:14px}
.pv-toc{background:var(--pv-light);border:1px solid var(--pv-primary)33;border-left:4px solid var(--pv-primary);border-radius:0 12px 12px 0;padding:20px 24px;margin-bottom:36px}
.pv-toc-title{font-size:13px!important;font-weight:700!important;color:var(--pv-header)!important;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px!important}
.pv-toc ol{margin:0!important;padding-left:18px!important}
.pv-toc li{font-size:13px!important;color:var(--pv-primary)!important;margin-bottom:6px!important;line-height:1.5!important}
.pv-toc a{color:var(--pv-primary)!important;text-decoration:none!important}
.pv-toc a:hover{text-decoration:underline!important}
.pv-post-content{max-width:760px;margin:0 auto}
.pv-post-content h2{font-size:24px!important;font-weight:700!important;color:#111827!important;margin-top:40px!important;margin-bottom:16px!important;padding-bottom:10px;border-bottom:2px solid #f3f4f6}
.pv-post-content h3{font-size:19px!important;font-weight:600!important;color:#1f2937!important;margin-top:28px!important;margin-bottom:12px!important}
.pv-post-content p{font-size:16px!important;line-height:1.8!important;color:#374151!important;margin-bottom:20px!important}
.pv-post-content ul,.pv-post-content ol{padding-left:24px!important;margin-bottom:20px!important}
.pv-post-content li{font-size:16px!important;line-height:1.75!important;color:#374151!important;margin-bottom:8px!important}
.pv-pullquote{border-left:4px solid var(--pv-primary);padding:16px 24px;margin:32px 0;background:var(--pv-light);border-radius:0 12px 12px 0}
.pv-pullquote p{font-size:18px!important;font-style:italic;color:#1f2937!important;line-height:1.65!important;margin:0!important}
.pv-highlight-box{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:20px 24px;margin:28px 0;display:flex;gap:12px;align-items:flex-start}
.pv-highlight-icon{font-size:20px;flex-shrink:0;margin-top:2px}
.pv-highlight-box p{font-size:14px!important;color:#92400e!important;margin:0!important;line-height:1.65!important}
.pv-post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:40px;padding-top:24px;border-top:1px solid #f3f4f6}
.pv-tag{font-size:12px;padding:5px 14px;border-radius:20px;border:1px solid #e5e7eb;color:#6b7280;text-decoration:none!important;background:#f9fafb;transition:all .2s}
.pv-tag:hover{border-color:var(--pv-primary);color:var(--pv-primary)}
.pv-author-box{background:#f9fafb;border:1px solid #f1f1f1;border-radius:16px;padding:28px 32px;display:flex;gap:20px;margin-top:48px;align-items:flex-start}
.pv-author-box-avatar{width:64px;height:64px;border-radius:50%;background:var(--pv-header);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:700;flex-shrink:0}
.pv-author-box h4{font-size:16px!important;font-weight:700!important;color:#111827!important;margin-bottom:4px!important;margin-top:0!important}
.pv-author-box p{font-size:14px!important;color:#6b7280!important;line-height:1.65!important;margin:0!important}
.pv-related{margin-top:56px}
.pv-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}
@media(max-width:768px){.pv-related-grid{grid-template-columns:1fr}.pv-post-title{font-size:26px!important}.pv-author-box{flex-direction:column}}
.pv-related-card{background:#fff;border:1px solid #f1f1f1;border-radius:14px;overflow:hidden;text-decoration:none!important;transition:transform .2s,box-shadow .2s;display:block}
.pv-related-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.07)}
.pv-related-thumb{height:120px;display:flex;align-items:center;justify-content:center;font-size:32px;background:var(--pv-light)}
.pv-related-card-body{padding:14px 16px}
.pv-related-card h5{font-size:13px!important;font-weight:600!important;color:#111827!important;line-height:1.45!important;margin-top:6px!important;margin-bottom:6px!important}
.pv-related-card:hover h5{color:var(--pv-primary)!important}
.pv-related-card-meta{font-size:11px;color:#9ca3af}
.pv-guest-cta{background:var(--pv-header);border-radius:16px;padding:36px 40px;text-align:center;margin-top:56px;position:relative;overflow:hidden}
.pv-guest-cta::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,0.06)}
.pv-guest-cta h3{color:#fff!important;font-size:22px!important;font-weight:700!important;margin-bottom:10px!important}
.pv-guest-cta p{color:rgba(255,255,255,0.55)!important;font-size:15px!important;max-width:420px;margin:0 auto 24px!important;line-height:1.6!important}
.pv-btn-outline-white{display:inline-block;border:1.5px solid rgba(255,255,255,0.3);color:#fff!important;font-size:14px;font-weight:600;padding:11px 28px;border-radius:8px;text-decoration:none!important;transition:all .2s;margin:0 5px}
.pv-btn-outline-white:hover{border-color:var(--pv-primary);background:var(--pv-primary)}
