*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#f7f8fa;color:#1a1a1a;font-size:15px;line-height:1.7;overflow-x:hidden}
a{text-decoration:none;color:inherit;transition:all .2s}
img{max-width:100%;height:auto;display:block;border:0}
ul,ol{list-style:none}
.wrap{width:1200px;margin:0 auto;max-width:94%}

/* Top bar */
.topbar{background:#1a1a1a;color:#a0a4a8;font-size:12px;height:38px;line-height:38px}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center}
.topbar a{color:#a0a4a8;margin-right:16px}
.topbar a:hover{color:#fff}
.topbar .social a{margin:0 8px;font-size:14px}
.topbar .social a:hover{color:#e74c3c}

/* Header */
.header{background:#fff;border-bottom:1px solid #e5e8eb;position:sticky;top:0;z-index:999;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.header .wrap{display:flex;align-items:center;height:76px;gap:30px}
.logo{display:flex;align-items:center;gap:12px;flex-shrink:0}
.logo-mark{width:44px;height:44px;border-radius:8px;background:linear-gradient(135deg,#e74c3c 0%,#2271b1 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:900}
.logo-text strong{display:block;font-size:20px;font-weight:800;color:#1a1a1a;letter-spacing:-.3px;line-height:1.1}
.logo-text span{font-size:11px;color:#8a8f94;letter-spacing:1.5px;text-transform:uppercase}
.search-box{flex:1;max-width:380px;margin-left:auto;display:flex;height:40px;background:#f0f2f5;border-radius:20px;overflow:hidden;border:1px solid transparent;transition:all .25s}
.search-box:focus-within{background:#fff;border-color:#2271b1}
.search-box input{flex:1;border:0;outline:0;padding:0 20px;font-size:13.5px;background:transparent;color:#1a1a1a}
.search-box input::placeholder{color:#a0a4a8}
.search-box button{width:80px;border:0;background:#2271b1;color:#fff;font-size:13px;font-weight:700;cursor:pointer;letter-spacing:1px}
.search-box button:hover{background:#1a5a8e}
.header-cta{display:flex;gap:8px;flex-shrink:0}
.header-cta a{padding:9px 18px;font-size:13px;font-weight:700;border-radius:20px;transition:all .2s}
.header-cta .cta-1{background:#f0f2f5;color:#1a1a1a}
.header-cta .cta-1:hover{background:#e5e8eb}
.header-cta .cta-2{background:#e74c3c;color:#fff}
.header-cta .cta-2:hover{background:#c0392b}

/* Category Bar */
.cat-bar{background:#fff;border-bottom:1px solid #e5e8eb;height:48px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}
.cat-bar::-webkit-scrollbar{display:none}
.cat-bar .wrap{display:flex;align-items:center;height:100%;gap:2px}
.cat-bar a{display:inline-block;padding:0 18px;height:48px;line-height:48px;font-size:13.5px;font-weight:600;color:#4a4f54;border-bottom:2px solid transparent;transition:all .2s}
.cat-bar a:hover{color:#e74c3c;border-bottom-color:#e74c3c}
.cat-bar a.on{color:#e74c3c;border-bottom-color:#e74c3c}
.cat-bar .hot{background:#e74c3c;color:#fff !important;border-radius:12px;height:24px;line-height:24px;padding:0 12px !important;font-size:11.5px !important;margin-left:6px;border-bottom:none !important}

/* Magazine Grid (WP style) */
.magazine{padding:36px 0 24px}
.magazine .grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:16px;height:520px}
.mag-card{position:relative;overflow:hidden;border-radius:8px;background:#f0f2f5;display:flex;align-items:flex-end;color:#fff;transition:all .3s}
.mag-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.15)}
.mag-card img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}
.mag-card:hover img{transform:scale(1.06)}
.mag-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 40%,transparent 70%);z-index:1}
.mag-card .info{position:relative;z-index:2;padding:22px 24px;width:100%}
.mag-card .cat{display:inline-block;padding:3px 10px;background:#e74c3c;color:#fff;font-size:11px;font-weight:800;letter-spacing:1px;border-radius:4px;margin-bottom:10px}
.mag-card h3{font-size:22px;font-weight:800;line-height:1.35;letter-spacing:-.3px;margin-bottom:6px}
.mag-card h3 a{color:#fff}
.mag-card h3 a:hover{color:#ffd9d3}
.mag-card .meta{font-size:12px;color:rgba(255,255,255,.8);display:flex;gap:12px;align-items:center}
.mag-card.big{grid-row:1 / 3;grid-column:1 / 2}
.mag-card.big h3{font-size:26px}
.mag-card.small h3{font-size:16px;line-height:1.4}
.mag-card.small .info{padding:16px 18px}

/* Main content 2-col with sidebar */
.main{padding:40px 0}
.main .layout{display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start}
.content{min-width:0}
.sidebar{display:flex;flex-direction:column;gap:24px;position:sticky;top:140px}

/* Section block (WP style) */
.block{margin-bottom:48px}
.block-hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;padding-bottom:14px;border-bottom:2px solid #1a1a1a;position:relative}
.block-hd h2{font-size:20px;font-weight:800;color:#1a1a1a;letter-spacing:-.3px;display:flex;align-items:center;gap:10px}
.block-hd h2::before{content:"";display:inline-block;width:4px;height:20px;background:#e74c3c;border-radius:2px}
.block-hd a{font-size:12.5px;color:#8a8f94;font-weight:600}
.block-hd a:hover{color:#e74c3c}

/* Grids */
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}

/* Card (WP style) */
.card{background:#fff;border-radius:8px;overflow:hidden;transition:all .3s;border:1px solid #e5e8eb;display:flex;flex-direction:column}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.1);border-color:transparent}
.card-thumb{position:relative;width:100%;height:180px;overflow:hidden;background:#f0f2f5}
.card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.card:hover .card-thumb img{transform:scale(1.05)}
.card-thumb .cat-tag{position:absolute;left:12px;top:12px;padding:4px 10px;background:#e74c3c;color:#fff;font-size:11px;font-weight:800;letter-spacing:.5px;border-radius:4px}
.card-thumb .cat-tag.blue{background:#2271b1}
.card-thumb .cat-tag.green{background:#27ae60}
.card-thumb .cat-tag.purple{background:#8e44ad}
.card-info{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
.card-info h3{font-size:16px;font-weight:700;line-height:1.45;color:#1a1a1a;margin-bottom:10px;letter-spacing:-.2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-info h3 a:hover{color:#e74c3c}
.card-info p{font-size:13.5px;color:#6a6f74;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.card-meta{display:flex;justify-content:space-between;font-size:12px;color:#a0a4a8;margin-top:14px;padding-top:12px;border-top:1px solid #f0f2f5}
.card-meta .author{color:#e74c3c;font-weight:700}

/* Small horizontal card */
.card-sm{display:grid;grid-template-columns:100px 1fr;gap:14px;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e5e8eb;padding:12px;transition:all .3s}
.card-sm:hover{border-color:#e74c3c;transform:translateX(2px)}
.card-sm .thumb{width:100px;height:80px;border-radius:6px;overflow:hidden;background:#f0f2f5;flex-shrink:0}
.card-sm .thumb img{width:100%;height:100%;object-fit:cover}
.card-sm .info h4{font-size:14px;font-weight:700;line-height:1.4;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}
.card-sm:hover .info h4{color:#e74c3c}
.card-sm .info span{font-size:11.5px;color:#a0a4a8}

/* Route timeline */
.route-block{background:#fff;border-radius:8px;padding:32px 36px;border:1px solid #e5e8eb;margin-bottom:24px}
.route-hd{display:flex;align-items:center;gap:14px;margin-bottom:26px;flex-wrap:wrap}
.route-hd .rn{display:inline-block;width:36px;height:36px;line-height:34px;text-align:center;background:#e74c3c;color:#fff;font-size:14px;font-weight:800;border-radius:8px}
.route-hd h3{font-size:18px;font-weight:800;color:#1a1a1a}
.route-hd .tag{font-size:11.5px;color:#2271b1;background:#e8f1f9;padding:4px 12px;border-radius:12px;font-weight:700}
.route-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;position:relative}
.route-steps::before{content:"";position:absolute;left:0;top:20px;width:100%;height:2px;background:#e5e8eb}
.route-step{position:relative;padding-top:44px;text-align:center}
.route-step .dot{position:absolute;left:50%;top:14px;transform:translateX(-50%);width:14px;height:14px;border-radius:50%;background:#e74c3c;border:3px solid #fff;box-shadow:0 0 0 2px #e74c3c}
.route-step h4{font-size:13.5px;color:#1a1a1a;font-weight:800;margin-bottom:4px}
.route-step p{font-size:12px;color:#8a8f94;line-height:1.5}

/* Sidebar Widgets (WP style) */
.widget{background:#fff;border-radius:8px;padding:24px;border:1px solid #e5e8eb}
.widget-hd{font-size:14px;font-weight:800;color:#1a1a1a;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #e74c3c;letter-spacing:.3px;text-transform:uppercase}
.widget-search{display:flex;height:42px;background:#f0f2f5;border-radius:8px;overflow:hidden}
.widget-search input{flex:1;border:0;outline:0;padding:0 16px;font-size:13.5px;background:transparent}
.widget-search button{width:60px;border:0;background:#2271b1;color:#fff;font-size:13px;font-weight:700;cursor:pointer}
.widget-search button:hover{background:#1a5a8e}

.widget-list li{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f0f2f5}
.widget-list li:last-child{border-bottom:0}
.widget-list .num{width:26px;height:26px;line-height:24px;text-align:center;background:#f0f2f5;color:#6a6f74;font-size:12px;font-weight:800;border-radius:6px;flex-shrink:0;margin-top:2px}
.widget-list li:nth-child(1) .num{background:#e74c3c;color:#fff}
.widget-list li:nth-child(2) .num{background:#f39c12;color:#fff}
.widget-list li:nth-child(3) .num{background:#2271b1;color:#fff}
.widget-list .info h4{font-size:13.5px;font-weight:600;color:#1a1a1a;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}
.widget-list .info h4:hover{color:#e74c3c}
.widget-list .info span{font-size:11.5px;color:#a0a4a8}

.widget-cats li{padding:10px 0;border-bottom:1px solid #f0f2f5}
.widget-cats li:last-child{border-bottom:0}
.widget-cats li a{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;color:#4a4f54;font-weight:600}
.widget-cats li a:hover{color:#e74c3c}
.widget-cats .count{background:#f0f2f5;color:#8a8f94;font-size:11.5px;padding:2px 10px;border-radius:10px;font-weight:700}
.widget-cats li a:hover .count{background:#e74c3c;color:#fff}

.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.tag-cloud a{padding:6px 14px;background:#f0f2f5;border-radius:16px;font-size:12.5px;color:#4a4f54;font-weight:600;transition:all .2s}
.tag-cloud a:hover{background:#e74c3c;color:#fff}

/* Article page */
.crumb{background:#fff;border-bottom:1px solid #e5e8eb;height:48px;line-height:48px;font-size:13px;color:#8a8f94}
.crumb .wrap{display:flex;align-items:center;gap:8px}
.crumb a{color:#2271b1}
.crumb a:hover{text-decoration:underline}

.article{background:#fff;border-radius:8px;padding:48px 56px;border:1px solid #e5e8eb}
.article-hd{padding-bottom:26px;margin-bottom:32px;border-bottom:1px solid #e5e8eb}
.article-hd .cat{display:inline-block;padding:4px 14px;background:#e74c3c;color:#fff;font-size:12px;font-weight:800;letter-spacing:1px;border-radius:4px;margin-bottom:16px}
.article-hd h1{font-size:32px;line-height:1.35;font-weight:800;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.5px}
.article-meta{display:flex;flex-wrap:wrap;gap:22px;font-size:13px;color:#8a8f94}
.article-meta .author{color:#e74c3c;font-weight:700}
.article-body{font-size:16px;line-height:1.95;color:#2a2f34}
.article-body p{margin-bottom:22px}
.article-body img{border-radius:8px;margin:20px 0}
.article-body h2,.article-body h3{margin:32px 0 16px;color:#1a1a1a;font-weight:800}
.article-body a{color:#2271b1;text-decoration:underline}
.article-tags{margin-top:36px;padding-top:24px;border-top:1px solid #e5e8eb;display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.article-tags strong{font-size:13px;color:#6a6f74;margin-right:6px}
.article-tags a{padding:5px 14px;background:#f0f2f5;border-radius:14px;font-size:12.5px;color:#4a4f54;font-weight:600}
.article-tags a:hover{background:#e74c3c;color:#fff}

.pn{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}
.pn a{background:#fff;border-radius:8px;padding:20px 24px;font-size:14px;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #e5e8eb;font-weight:600;transition:all .3s}
.pn a:hover{border-color:#e74c3c;color:#e74c3c}
.pn a span{display:block;font-size:11.5px;color:#a0a4a8;margin-bottom:6px;font-weight:700;letter-spacing:1px;text-transform:uppercase}

.rel{background:#fff;border-radius:8px;margin-top:24px;overflow:hidden;border:1px solid #e5e8eb}
.rel-hd{padding:0 28px;height:58px;line-height:58px;border-bottom:1px solid #e5e8eb;font-size:16px;font-weight:800;color:#1a1a1a;padding-left:44px;position:relative}
.rel-hd::before{content:"";position:absolute;left:28px;top:50%;transform:translateY(-50%);width:4px;height:20px;background:#e74c3c;border-radius:2px}
.rel-bd{padding:22px}
.rel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.rel-item{display:grid;grid-template-columns:100px 1fr;gap:14px;padding:10px;border-radius:8px;transition:all .25s}
.rel-item:hover{background:#f7f8fa}
.rel-thumb{width:100px;height:76px;border-radius:6px;overflow:hidden;background:#f0f2f5}
.rel-thumb img{width:100%;height:100%;object-fit:cover}
.rel-info h4{font-size:13.5px;font-weight:700;line-height:1.5;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}
.rel-item:hover .rel-info h4{color:#e74c3c}
.rel-info span{font-size:11.5px;color:#a0a4a8}

/* List page banner */
.list-banner{background:linear-gradient(135deg,#2271b1 0%,#1a5a8e 100%);border-radius:8px;padding:44px 48px;color:#fff;margin-bottom:32px}
.list-banner .cat-en{font-size:12px;letter-spacing:3px;text-transform:uppercase;opacity:.8;margin-bottom:10px;font-weight:700}
.list-banner h2{font-size:30px;font-weight:800;letter-spacing:-.3px}
.list-banner p{margin-top:10px;font-size:14px;opacity:.85}

.page{display:flex;justify-content:center;align-items:center;gap:6px;padding:30px 0;flex-wrap:wrap}
.page a,.page span{display:inline-block;min-width:40px;height:40px;line-height:38px;padding:0 14px;text-align:center;background:#fff;border:1px solid #e5e8eb;border-radius:6px;font-size:13.5px;color:#4a4f54;font-weight:700;transition:all .2s}
.page a:hover{background:#2271b1;color:#fff;border-color:#2271b1}
.page .thisclass{background:#2271b1;color:#fff;border-color:#2271b1}

/* Footer widgets */
.footer{background:#1a1a1a;color:#a0a4a8;margin-top:60px;padding:56px 0 0;font-size:13.5px}
.footer .widgets{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:44px;padding-bottom:44px;border-bottom:1px solid #2a2a2a}
.footer .fw-about p{line-height:1.9;color:#8a8f94;font-size:13.5px}
.footer .fw-about .social{margin-top:18px;display:flex;gap:10px}
.footer .fw-about .social a{width:36px;height:36px;line-height:36px;text-align:center;background:#2a2a2a;border-radius:8px;font-size:16px;transition:all .25s}
.footer .fw-about .social a:hover{background:#e74c3c;color:#fff}
.footer h4{color:#fff;font-size:14px;margin-bottom:18px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}
.footer ul li{padding:8px 0;border-bottom:1px solid #2a2a2a}
.footer ul li:last-child{border-bottom:0}
.footer ul li a{color:#a0a4a8;font-size:13.5px}
.footer ul li a:hover{color:#e74c3c;padding-left:4px}
.footer .fw-tags{display:flex;flex-wrap:wrap;gap:8px}
.footer .fw-tags a{padding:5px 12px;background:#2a2a2a;border-radius:14px;font-size:12px;color:#a0a4a8}
.footer .fw-tags a:hover{background:#e74c3c;color:#fff}
.footer .bottom{padding:24px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:12.5px;color:#6a6f74}
.footer .bottom a{color:#6a6f74}
.footer .bottom a:hover{color:#e74c3c}

/* Responsive */
@media(max-width:1240px){.wrap{width:94%}.magazine .grid{height:440px}.mag-card h3{font-size:18px}.mag-card.big h3{font-size:22px}.main .layout{grid-template-columns:1fr}.sidebar{position:static}.footer .widgets{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.grid3,.grid4{grid-template-columns:repeat(2,1fr)}.magazine .grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:auto}.mag-card.big{grid-row:1 / 2;grid-column:1 / 3;height:280px}.mag-card.small{height:200px}.route-steps{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){
  .header .wrap{height:auto;flex-wrap:wrap;padding:12px 0;gap:12px}
  .search-box{max-width:100%;width:100%;margin:0}
  .header-cta{width:100%}
  .header-cta a{flex:1;text-align:center}
  .cat-bar{height:auto;padding:6px 0}
  .cat-bar a{height:34px;line-height:34px;padding:0 14px;font-size:12.5px}
  .magazine .grid{grid-template-columns:1fr;grid-template-rows:none;height:auto;gap:12px}
  .mag-card.big,.mag-card.small{height:220px;grid-row:auto;grid-column:auto}
  .mag-card h3,.mag-card.big h3{font-size:17px;line-height:1.4}
  .grid3,.grid4,.grid2,.rel-grid,.pn,.route-steps,.footer .widgets{grid-template-columns:1fr}
  .article{padding:26px 20px}
  .article-hd h1{font-size:22px}
  .list-banner{padding:28px 22px}
  .list-banner h2{font-size:22px}
  .block-hd h2{font-size:17px}
  .footer .bottom{flex-direction:column;text-align:center}
}