:root{--bg:#f7f8fb;--line:#e5e7eb;--text:#111827;--muted:#4b5563;--navy:#23355d;--orange:#ff7a1a;--orange-soft:#fff0e5}
*{box-sizing:border-box}body{margin:0;font-family:"Microsoft YaHei",sans-serif;background:var(--bg);color:var(--text);line-height:1.72}img{max-width:100%;height:auto;display:block}.site-logo,.logo img,.brand img,.header-logo img,.nav-logo img{display:block;width:auto;height:auto;max-height:40px;max-width:190px;object-fit:contain}
.wp-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.wp-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.wp-header-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px}.wp-brand{text-decoration:none}.wp-menu-btn{display:none}.wp-nav{display:flex;gap:22px}.wp-nav a{text-decoration:none;color:var(--navy);font-weight:700}
.hero{padding:54px 0 30px}.hero-grid,.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.hero-side{display:grid;gap:18px}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--orange-soft);color:var(--orange);font-size:13px;font-weight:800}h1{font-size:42px;line-height:1.14;margin:18px 0}h2,h3,p{margin-top:0}.hero-copy p,.section-head p,.text-card p{color:var(--muted)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.hero-actions a,.cta-box a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;text-decoration:none;background:var(--orange);color:#fff;font-weight:700}.hero-actions .ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}
.flow-board,.image-card,.tip-grid article,.text-card,.visual-card,.timeline li,.faq-grid details,.cta-box{border:1px solid var(--line);border-radius:26px;background:#fff}.flow-board,.text-card,.faq-grid details,.cta-box{padding:20px}.flow-board div{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.flow-board div:last-child{border-bottom:0}.flow-board span,.tip-grid span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--orange-soft);color:var(--orange);font-weight:800}.image-card,.visual-card{padding:18px}.image-card img,.visual-card img,.card img,.visual img,.hero img,.hero-visual img,.feature-image img{max-width:100%;height:auto;object-fit:contain}
.section{padding:34px 0}.section-head{max-width:760px;margin-bottom:18px}.tip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tip-grid article{padding:22px}.soft,.faq-section{background:#fff}.timeline{list-style:none;padding:0;margin:0;display:grid;gap:14px}.timeline li{display:flex;gap:14px;padding:16px}.timeline strong{width:48px;height:48px;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center;flex:none}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.faq-grid summary{cursor:pointer;font-weight:700;color:var(--navy)}
.search-tags{display:flex;flex-wrap:wrap;gap:12px}.search-tags span{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff}.cta-box{display:flex;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fff1e5,#fff)}.wp-backtop{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border:0;border-radius:50%;background:var(--navy);color:#fff;display:none}.wp-backtop.is-visible{display:block}
@media (max-width:900px){.wp-menu-btn{display:block;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px}.wp-nav{display:none;position:absolute;top:78px;right:20px;flex-direction:column;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}.wp-nav.is-open{display:flex}.hero-grid,.split-grid,.tip-grid,.faq-grid{grid-template-columns:1fr}h1{font-size:34px}.cta-box{flex-direction:column;align-items:flex-start}}

/* WePoker logo visibility fix */
.brand-logo,
.logo-wrap,
.header-logo,
.nav-brand,
.wp-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 14px;
  border-radius: 12px;
  background: #10172a;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
  overflow: visible;
}
.site-logo,
.brand-logo img,
.logo-wrap img,
.header-logo img,
.nav-brand img,
.logo img,
.wp-brand img {
  display: block;
  width: auto;
  height: auto;
  max-height: 36px;
  max-width: 190px;
  object-fit: contain;
  opacity: 1;
}
