

.article-hero{position:relative;min-height:70vh;display:flex;align-items:flex-end;overflow:hidden}
.article-hero-bg{position:absolute;inset:0}
.article-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 100%)}
.article-hero-content{position:relative;z-index:2;max-width:700px;padding:0 24px 80px;margin:0 auto;color:#fff;text-align:center;width:100%;min-height:180px}
.article-hero h1{font-size:clamp(2.2rem,4.5vw,3.4rem);margin-bottom:20px;text-shadow:0 2px 20px rgba(0,0,0,0.3)}
.article-meta{display:flex;align-items:center;justify-content:center;gap:16px;font-size:0.78rem;color:rgba(255,255,255,0.9)}
.article-meta-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,0.4)}
.reading-time{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.12);backdrop-filter:blur(4px);padding:6px 14px;border-radius:20px;font-size:0.72rem;color:rgba(255,255,255,0.9);margin-bottom:16px}
.article-body{overflow-x:hidden;max-width:680px;margin:0 auto;padding:60px 24px 80px}
.article-body p{font-size:1rem;color:#3a3a3a;line-height:1.9;margin-bottom:24px}
.article-body h2{font-size:1.8rem;color:#111;margin:48px 0 20px}
.article-body h3{font-family:'Inter',sans-serif;font-size:1.1rem;font-weight:700;color:#111;margin:36px 0 12px}
.article-body a{color:#cd6903;font-weight:500}
.article-body a:hover{text-decoration:underline}
.article-body blockquote{border-left:3px solid #cd6903;padding:20px 24px;margin:32px 0;background:#faf8f5;border-radius:0 12px 12px 0;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-style:italic;color:#111;line-height:1.5}
.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;margin:36px 0;box-shadow:0 8px 32px rgba(0,0,0,0.12)}
.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}
.blog-cta{background:#111;padding:48px 24px;text-align:center;color:#fff}
.blog-cta h2{font-size:1.6rem;color:#fff;margin-bottom:12px}
.blog-cta p{font-size:0.88rem;color:rgba(255,255,255,0.6);margin-bottom:24px}
.blog-cta .btn{display:inline-flex;align-items:center;gap:6px;padding:14px 32px;border-radius:50px;font-size:0.92rem;font-weight:600;background:#cd6903;color:#fff;transition:all 0.3s;border:none;cursor:pointer}
.blog-cta .btn:hover{background:#b85d02;transform:translateY(-2px)}
.blog-footer{background:#111;color:#fff;padding:48px 24px 32px}
.blog-footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}
.blog-footer a{font-size:0.82rem;color:rgba(255,255,255,0.5);transition:color 0.3s}
.blog-footer a:hover{color:#cd6903}
@media(max-width:768px){.article-hero{min-height:50vh}.article-hero h1{font-size:1.8rem}.article-body{padding:40px 20px 60px}}

body.dark{background:#111 !important;color:#e0e0e0 !important}
body.dark .dark-switch-thumb{background:#cd6903 !important}
body.dark h1,body.dark h2,body.dark h3{color:#fff !important}
body.dark .article-body p{color:rgba(255,255,255,0.6) !important}
body.dark .article-body h2{color:#fff !important}
body.dark .article-body h3{color:#fff !important}
body.dark .article-body blockquote{background:#1a1a1a;color:#fff}
body.dark .blog-cta{background:#0a0a0a !important}
body.dark .blog-footer{background:#0a0a0a !important}
