*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Noto Sans SC",system-ui,sans-serif;background:#fff;color:#1a1a1a;line-height:1.76;font-size:16px}
a{color:#2563eb;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

.site-header{background:#fff;border-bottom:2px solid #dbeafe;position:sticky;top:0;z-index:200}
.header-inner{max-width:1080px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;position:relative}
.brand{display:flex;align-items:center;gap:10px;color:#1a1a1a;font-weight:500;font-size:.95rem}
.brand em{font-style:normal;color:#1d4ed8;font-weight:700}
.site-nav ul{display:flex;gap:18px;list-style:none;flex-wrap:wrap}
.site-nav a{color:#555;font-size:.9rem;padding:18px 0;display:block}
.site-nav a.active,.site-nav a:hover{color:#1d4ed8;font-weight:600;text-decoration:none}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.nav-toggle span{display:block;width:22px;height:2px;background:#333;transition:transform .2s}
.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.is-open span:nth-child(2){opacity:0}
.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.ads-top-bar{background:#eff6ff;border-bottom:1px solid #dbeafe;padding:10px 0}
.applist-title{font-size:.78rem;color:#888;text-align:center;margin-bottom:6px}
#ads{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}

.chevron-flow{max-width:820px;margin:0 auto;padding:0 20px 52px}
.hero-chevron{padding:36px 0 32px;border-bottom:2px solid #bfdbfe}
.hero-chevron .tag{display:inline-block;font-size:.72rem;color:#1d4ed8;border:1px solid #93c5fd;background:#eff6ff;padding:4px 12px;border-radius:20px;margin-bottom:14px}
.hero-chevron h1{font-size:1.72rem;line-height:1.34;margin-bottom:16px;color:#111}
.hero-chevron .lede{color:#333;text-align:justify}

.chevron-step{display:flex;gap:24px;padding:36px 0;border-bottom:1px solid #eff6ff;scroll-margin-top:80px;position:relative}
.chevron-step::after{content:"";position:absolute;left:27px;top:100%;width:2px;height:36px;background:linear-gradient(#3b82f6,#93c5fd)}
.chevron-step:last-of-type::after{display:none}
.chevron-badge{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#2563eb,#60a5fa);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;align-items:center;justify-content:center}
.chevron-badge span{color:#fff;font-weight:700;font-size:.9rem}
.chevron-body{flex:1}
.chevron-body h2{font-size:1.16rem;margin-bottom:14px;color:#1e3a8a}
.chevron-body p{margin-bottom:12px;text-align:justify;color:#333;font-size:.97rem}
.chevron-body figure{margin:18px 0;border:1px solid #dbeafe;border-radius:8px;overflow:hidden}
.chevron-body figcaption{font-size:.8rem;color:#666;padding:8px 12px;background:#eff6ff}

.chevron-faq{padding:40px 0;scroll-margin-top:80px}
.chevron-faq h2{font-size:1.18rem;margin-bottom:20px;color:#1e3a8a}
.faq-list p{margin-bottom:16px;padding:14px 18px;background:#f8fafc;border-radius:8px;border-left:4px solid #2563eb;font-size:.94rem;color:#333}
.closing-note{margin-top:24px;padding:22px;background:#eff6ff;border-radius:10px;border:1px solid #bfdbfe}
.closing-note h3{font-size:1rem;margin-bottom:10px}
.closing-note p{font-size:.94rem;color:#444}

.site-footer{background:#f8fafc;border-top:1px solid #dbeafe;padding:28px 20px;text-align:center;font-size:.88rem;color:#666}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:10px}
.footer-sub{font-size:.8rem;color:#999;margin-top:4px}
.prose-page{max-width:760px;margin:0 auto;padding:32px 20px 48px}
.prose-page h1{font-size:1.45rem;margin-bottom:16px}
.prose-page p{margin-bottom:12px;color:#333}

@media(max-width:640px){
  .chevron-step{flex-direction:column;gap:14px}
  .chevron-step::after{display:none}
  .nav-toggle{display:flex}
  .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #eee;padding:12px 20px;box-shadow:0 4px 12px rgba(0,0,0,.06)}
  .site-nav.is-open{display:block}
  .site-nav ul{flex-direction:column;gap:0}
}
