:root {
    --mint: #7ec8b8;
    --mint-deep: #2a7a6c;
    --mint-mid: #4aa894;
    --mint-soft: #e8f6f3;
    --paper: #f4faf8;
    --ink: #1e3a36;
    --muted: #5a7a74;
    --line: #c7e4dc;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
    background: var(--paper);
    color: var(--ink);
    line-height: 1.75;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--mint-deep);
    color: #fff;
    font-weight: 700;
}
.btn:hover { background: #21675b; }
.btn-ghost {
    background: #fff;
    color: var(--mint-deep);
    box-shadow: inset 0 0 0 1.5px var(--mint);
}
.btn-lg { padding: 13px 26px; font-size: 15px; }

.ward-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--mint-deep);
    background: var(--mint-soft);
}
.ward-bar span { padding: 8px; text-align: center; border-right: 1px solid var(--line); }
.ward-bar span:last-child { border-right: 0; }
.ward-bar span:nth-child(1) { background: #d8f0ea; }
.ward-bar span:nth-child(2) { background: #c6e8e0; }
.ward-bar span:nth-child(3) { background: #b4e0d6; }
.ward-bar span:nth-child(4) { background: #a2d8cc; }

.site-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(8px);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.logo { display: flex; align-items: center; gap: 8px; font-weight: 800; color: var(--mint-deep); }
.logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--mint);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 16px;
}
.nav-menu { display: flex; gap: 16px; flex-wrap: wrap; }
.nav-menu a { font-size: 14px; color: var(--muted); font-weight: 600; }
.nav-menu a:hover, .nav-menu a.active { color: var(--mint-deep); }
.nav-actions { display: flex; gap: 8px; }
.nav-toggle { display: none; }
.nav-burger { display: none; border: 1px solid var(--mint); color: var(--mint-deep); padding: 7px 12px; border-radius: 999px; }

.hero {
    padding: 56px 0 40px;
    background:
        radial-gradient(circle at 88% 18%, #cdeed6 0%, transparent 28%),
        linear-gradient(180deg, #fff 0%, var(--mint-soft) 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; }
.tag {
    display: inline-block;
    background: #fff;
    color: var(--mint-deep);
    border: 1px solid var(--line);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}
.hero h1 { font-size: clamp(28px, 4vw, 42px); line-height: 1.25; margin-bottom: 12px; }
.hero-kicker { color: var(--mint-mid); font-weight: 700; margin-bottom: 8px; }
.hero p { color: var(--muted); margin-bottom: 18px; }
.login-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 10px 30px rgba(42, 122, 108, 0.08);
}
.meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; font-size: 13px; color: var(--muted); }
.hero-visual img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(42, 122, 108, 0.12);
}

.data-band { background: var(--mint-deep); color: #fff; padding: 26px 0; }
.data-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; text-align: center; }
.data-num { font-size: 28px; font-weight: 800; color: #d8f4ee; }
.data-label { font-size: 13px; opacity: .9; }

.section { padding: 68px 0; }
.section.alt { background: #fff; }
.section-head { text-align: center; margin-bottom: 28px; }
.section-head h2 { font-size: 26px; margin-bottom: 8px; }
.section-head p { color: var(--muted); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 20px;
}
.card h3 { margin: 8px 0; }
.card p { color: var(--muted); font-size: 14px; }
.icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--mint-soft);
    color: var(--mint-deep);
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
}
.solution-card { padding: 0; overflow: hidden; }
.solution-card img { height: 168px; width: 100%; object-fit: cover; }
.solution-card div { padding: 16px; }
.price { font-size: 22px; color: var(--mint-deep); font-weight: 800; margin: 6px 0 8px; }
.card.main { box-shadow: 0 0 0 2px var(--mint); }

.cta {
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(180deg, var(--mint-mid), var(--mint-deep));
    color: #fff;
}
.cta h2 { font-size: 28px; margin-bottom: 8px; }
.cta p { opacity: .95; margin-bottom: 16px; }
.cta .btn { background: #fff; color: var(--mint-deep); }
.cta .btn-ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px #fff; }
.cta-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

.site-footer { background: #16352f; color: #c7ddd8; padding: 42px 0 16px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 18px; margin-bottom: 16px; }
.footer-grid h4 { color: #d8f4ee; margin-bottom: 8px; }
.footer-grid a, .footer-grid p { display: block; margin-bottom: 8px; font-size: 14px; color: #c7ddd8; }
.logo-light { color: #fff; }
.footer-bottom { border-top: 1px solid #2a524b; padding-top: 12px; text-align: center; font-size: 12px; }

.page-hero { padding: 40px 0 8px; text-align: center; }
.page-hero h1 { font-size: 30px; margin-bottom: 8px; }
.page-hero p { color: var(--muted); }

.dl-list { display: grid; gap: 12px; }
.dl-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 20px;
}
.dl-item.main { box-shadow: inset 6px 0 0 var(--mint); }
.specs { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0; font-size: 12px; color: var(--muted); }
.specs span { background: var(--mint-soft); padding: 2px 8px; border-radius: 999px; }
.shot { max-width: 840px; margin: 24px auto 0; }
.shot img { border-radius: 18px; }

.help-list { display: grid; gap: 12px; max-width: 840px; margin: 0 auto; }
.help-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px;
}
.help-box h3 { color: var(--mint-deep); margin-bottom: 8px; }
.help-box p { color: var(--muted); margin-bottom: 8px; }

@media (max-width: 992px) {
    .nav-burger { display: inline-block; }
    .nav-toggle:checked + .nav-burger + .nav-menu { display: flex; }
    .nav-menu {
        display: none;
        position: absolute;
        left: 16px;
        right: 16px;
        top: 118px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 12px;
        flex-direction: column;
    }
    .hero-grid, .grid-3, .footer-grid { grid-template-columns: 1fr 1fr; }
    .ward-bar { grid-template-columns: 1fr 1fr; }
    .data-grid { grid-template-columns: 1fr 1fr; }
    .dl-item { flex-direction: column; text-align: center; }
    .nav-actions .btn-ghost { display: none; }
}

@media (max-width: 640px) {
    .hero-grid, .grid-3, .footer-grid { grid-template-columns: 1fr; }
}
