:root{--ink:#182335;--muted:#718096;--line:#e7ebf2;--brand:#ff5d68;--orange:#ff8a5b;--soft:#fff5f4;--dark:#101a2d}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#fbfcfe;font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;width:100%;max-width:100%;object-fit:cover}.site-header{position:sticky;top:0;z-index:5;background:#fffffff2;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.header-inner{width:min(1240px,calc(100% - 40px));min-height:76px;margin:auto;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:10px;flex:none}.brand-mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--brand),var(--orange))}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text b{font-size:20px;letter-spacing:.05em}.brand-text small{color:var(--brand);font-weight:700;font-size:11px;margin-top:4px}.main-nav{display:flex;gap:4px;overflow:auto;align-items:center}.main-nav a{padding:9px 10px;border-radius:12px;white-space:nowrap;color:#667085;font-size:13px}.main-nav a:hover,.main-nav a.active{color:var(--brand);background:var(--soft)}.menu-toggle{display:none;margin-left:auto;border:0;background:none;font-size:24px}.hero{width:min(1240px,calc(100% - 40px));height:440px;margin:28px auto 0;position:relative;overflow:hidden;border-radius:28px;background:var(--dark)}.slide{position:absolute;inset:0;opacity:0;transition:.5s}.slide.active{opacity:1}.slide img{height:100%;opacity:.65}.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#101a2de8,#101a2d45 65%,transparent)}.hero-copy{position:absolute;z-index:1;left:60px;top:50%;transform:translateY(-50%);max-width:600px;color:#fff}.eyebrow{color:var(--brand);font-size:12px;letter-spacing:.13em;font-weight:800}.hero .eyebrow{color:#ffd2c9}.hero h1,.hero h2{font-size:clamp(32px,4vw,54px);line-height:1.2;margin:12px 0}.hero p{font-size:18px;color:#f1f3f8}.button{display:inline-flex;padding:9px 18px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--orange));color:#fff;font-weight:800;font-size:14px}.dots{position:absolute;z-index:2;bottom:26px;right:30px;display:flex;gap:8px}.dots button{width:30px;height:5px;border:0;border-radius:8px;background:#ffffff70}.dots button.active{background:#fff}.section,.about{width:min(1240px,calc(100% - 40px));margin:70px auto 0}.heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.heading h2{margin:5px 0;font-size:32px;line-height:1.25}.link,.more{color:var(--brand);font-weight:800;font-size:14px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 28px #1b2a4810}.thumb{aspect-ratio:16/9;overflow:hidden}.thumb img{height:100%;transition:.4s}.card:hover img{transform:scale(1.04)}.card-body{padding:20px;display:flex;flex-direction:column;flex:1}.date{color:var(--brand);font-size:12px;font-weight:800}.card h3{font-size:19px;line-height:1.45;margin:8px 0}.card p{color:var(--muted);font-size:14px;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.more{margin-top:auto}.tint{width:100%;padding:70px max(20px,calc((100% - 1240px)/2));background:var(--soft)}.feature{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.feature .card h3{font-size:17px}.feature .card-body{padding:16px}.about{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:center}.about p{color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stats div{padding:20px 12px;border-radius:18px;background:#fff;border:1px solid var(--line);text-align:center}.stats strong{display:block;color:var(--brand);font-size:30px}.stats span{color:var(--muted);font-size:12px}.shell{width:min(1000px,calc(100% - 40px));margin:28px auto 80px}.crumb{display:flex;gap:10px;color:var(--muted);font-size:13px;margin:18px 0}.crumb a{color:var(--brand)}.intro,.article{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}.intro{padding:40px;background:linear-gradient(135deg,#fff,#fff5f4)}.intro h1{font-size:42px;margin:7px 0}.intro p{color:var(--muted);margin:0}.shell .section{width:100%}.shell .grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-head{padding:42px 48px 30px}.article-head h1{font-size:clamp(30px,4vw,48px);line-height:1.25;margin:10px 0 16px}.meta{display:flex;flex-wrap:wrap;gap:10px 20px;color:var(--muted);font-size:13px}.cover{margin:0 48px}.cover img{aspect-ratio:16/7;border-radius:18px}.cover figcaption{color:var(--muted);font-size:12px}.article-content{padding:26px 48px 40px;font-size:16px}.article-content p{color:#465266}.article-content .lead{font-size:18px;color:var(--ink);font-weight:600}.article-content h2{font-size:26px;margin-top:36px}.article-content>img{aspect-ratio:16/8;border-radius:16px;margin:20px 0}.end{padding:18px 20px;border-left:4px solid var(--brand);background:var(--soft);font-weight:700}.article-nav{padding:22px 48px 36px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:var(--brand);font-weight:800}.subscribe{width:min(1240px,calc(100% - 40px));margin:70px auto 0;padding:38px 46px;display:flex;justify-content:space-between;align-items:center;background:var(--dark);color:#fff;border-radius:24px}.subscribe p{color:#bdc7d9}.qr{width:110px;height:110px;border-radius:16px;background:repeating-linear-gradient(45deg,#fff 0 5px,#182335 5px 10px);display:grid;place-items:center;align-content:center}.qr strong{font-size:26px;background:var(--brand);padding:2px 7px;border-radius:6px}.qr small{background:#182335e8;padding:1px 6px;border-radius:5px}footer{width:min(1240px,calc(100% - 40px));margin:auto;padding:30px 0 45px;display:flex;justify-content:space-between;color:#8b95a7;font-size:12px}@media(max-width:980px){.main-nav a{padding:8px 6px;font-size:12px}.feature{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.header-inner{width:calc(100% - 28px);min-height:64px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:64px;left:0;right:0;padding:12px;background:#fff;flex-wrap:wrap}.main-nav.open{display:flex}.hero,.section,.about,.shell,.subscribe,footer{width:calc(100% - 28px)}.hero{height:470px;border-radius:22px}.hero-copy{left:26px;right:24px}.hero h1,.hero h2{font-size:33px}.dots{left:26px;right:auto}.section,.about{margin-top:48px}.tint{width:100%;padding:48px 14px}.grid,.shell .grid{grid-template-columns:1fr}.about{display:block}.stats{margin-top:24px}.intro{padding:28px 22px}.intro h1{font-size:34px}.article-head,.article-content{padding-left:22px;padding-right:22px}.cover{margin:0 22px}.article-nav{padding-left:22px;padding-right:22px;gap:10px}.subscribe{padding:28px 24px;gap:18px;align-items:flex-start}footer{display:block}}
