:root { color-scheme: light; --ink: #173f38; --muted: #61746f; --brand: #2f8d78; --brand-dark: #216b5c; --mint: #e8f5f0; --cream: #fbfaf6; --line: #dce9e4; --gold: #e6b95f; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; line-height: 1.75; }
a { color: inherit; }
.shell { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.site-header { padding: 22px 0; }
.header-inner, .footer-inner, .record-line { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 800; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--brand), var(--brand-dark)); box-shadow: 0 8px 24px rgba(47, 141, 120, .22); }
.nav { display: flex; gap: 24px; color: var(--muted); font-size: 14px; }
.nav a, .back-link, .footer-links a, .record-line a { text-decoration: none; }
.nav a:hover, .back-link:hover, .footer-links a:hover, .record-line a:hover { color: var(--brand); }
.hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr); align-items: center; min-height: 510px; padding: clamp(58px, 9vw, 100px) clamp(28px, 7vw, 78px); border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(130deg, #fff 0%, #edf8f4 62%, #f8edcf 100%); box-shadow: 0 18px 60px rgba(28, 82, 70, .08); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label { margin: 0; color: var(--brand); font-weight: 800; letter-spacing: .14em; font-size: 13px; }
.hero h1 { margin: 12px 0 18px; font-size: clamp(46px, 7vw, 76px); line-height: 1.12; letter-spacing: -.04em; }
.lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 700; background: var(--brand); color: white; box-shadow: 0 10px 24px rgba(47, 141, 120, .18); }
.button.secondary { color: var(--brand-dark); background: white; border: 1px solid var(--line); box-shadow: none; }
.hero-art { position: relative; min-height: 300px; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(47, 141, 120, .22); }
.orbit-one { width: 300px; height: 300px; right: -32px; top: 0; }
.orbit-two { width: 210px; height: 210px; right: 13px; top: 45px; border-width: 38px; border-color: rgba(230, 185, 95, .24); }
.search-symbol { position: absolute; width: 96px; height: 96px; right: 91px; top: 102px; border: 16px solid var(--brand); border-radius: 50%; box-shadow: 0 18px 36px rgba(47, 141, 120, .16); }
.search-symbol::after { content: ""; position: absolute; width: 62px; height: 16px; right: -50px; bottom: -24px; border-radius: 10px; background: var(--brand); transform: rotate(45deg); }
.section { padding: 78px 0 20px; }
.section h2, .notice h2 { margin: 6px 0 10px; font-size: 30px; }
.section-intro { margin: 0 0 28px; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.card span { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--mint); color: var(--brand); font-weight: 800; }
.card h3 { margin: 16px 0 6px; }
.card p { margin: 0; color: var(--muted); }
.notice { display: grid; grid-template-columns: 220px 1fr; gap: 34px; align-items: center; margin: 62px 0; padding: 30px; border-left: 4px solid var(--gold); border-radius: 0 18px 18px 0; background: #fff9e9; }
.notice p:last-child { margin: 0; color: #6d624b; }
.site-footer { padding: 34px 0 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.site-footer strong { color: var(--ink); }
.site-footer p { margin: 4px 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.record-links, .public-security-record { display: flex; align-items: center; }
.record-links { flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; }
.public-security-record { gap: 5px; }
.public-security-record img { display: block; flex: 0 0 auto; object-fit: contain; }
.record-line { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.document-page { min-height: calc(100vh - 190px); max-width: 900px; padding: 64px 0 88px; }
.document-page > h1 { margin: 8px 0 4px; font-size: clamp(38px, 6vw, 58px); }
.document-date { margin: 0 0 42px; color: var(--muted); }
.document-page section { margin-top: 30px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.document-page section h2 { margin: 0 0 8px; font-size: 20px; }
.document-page section p { margin: 0; color: var(--muted); }
.document-page section a { color: var(--brand-dark); }
@media (max-width: 760px) { .shell { width: min(100% - 28px, 1080px); } .nav { display: none; } .hero { grid-template-columns: 1fr; min-height: auto; border-radius: 24px; } .hero-art { min-height: 220px; margin-top: 18px; transform: scale(.82); transform-origin: center; } .cards, .notice { grid-template-columns: 1fr; } .section { padding-top: 54px; } .footer-inner, .record-line { align-items: flex-start; flex-direction: column; } .record-links { align-items: flex-start; justify-content: flex-start; } .document-page { padding-top: 44px; } }
