:root{--red:#b91c1c;--dark:#151515;--muted:#6b7280;--bg:#f7f2ea;--card:#fffaf2;--gold:#f59e0b;--green:#14532d;--line:#eadfce}*{box-sizing:border-box}body{margin:0;font-family:"Microsoft YaHei","微软雅黑",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top left,#fff5d7 0,#f7f2ea 28%,#efe7dc 100%);color:var(--dark)}.page{width:min(1180px,100%);margin:0 auto;padding:20px 14px 80px;display:grid;grid-template-columns:1fr 360px;gap:16px}.card{background:rgba(255,250,242,.94);border:1px solid var(--line);border-radius:22px;box-shadow:0 14px 40px rgba(80,44,10,.10);padding:22px}.hero{grid-column:1/3;overflow:hidden;position:relative;background:linear-gradient(135deg,#7f1d1d,#b91c1c 52%,#f59e0b)}.hero:after{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.16)}.eyebrow{color:#fff3c4;font-size:13px;letter-spacing:.12em}.hero h1{font-size:34px;line-height:1.15;color:#fff;margin:12px 0}.hero-text{color:#fff7ed;font-size:16px;line-height:1.7;max-width:820px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.chips span{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.32);color:white;border-radius:999px;padding:7px 12px;font-size:13px}.layout{display:flex;flex-direction:column;gap:16px}.form-card h2,.quote-result h2{font-size:20px;margin:0 0 16px;color:#7f1d1d}.form-card h3{font-size:16px;margin:18px 0 10px}.grid{display:grid;gap:12px}.grid.two{grid-template-columns:1fr 1fr}.grid.four{grid-template-columns:repeat(4,1fr)}label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:14px}input,select,textarea{width:100%;border:1px solid #dccfbc;border-radius:14px;background:white;padding:12px 13px;font:inherit;font-weight:400;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(185,28,28,.12)}small{font-weight:400;color:var(--muted)}.radio-cards,.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.radio-cards.four{grid-template-columns:repeat(4,1fr)}.option,.check-grid label{border:1px solid #e0d3bf;border-radius:16px;background:#fffdf8;padding:14px;cursor:pointer;min-height:98px}.option input{width:auto}.option strong{font-size:15px}.option span{font-size:12px;line-height:1.5;color:var(--muted);font-weight:400}.option:has(input:checked){border-color:var(--red);background:#fff1e8;box-shadow:0 0 0 3px rgba(185,28,28,.08)}.service-box{margin:14px 0;border:1px solid #eadfce;border-radius:16px;background:#fffdf8;padding:14px}.service-box h3{margin:0 0 8px;color:#7f1d1d}.service-box ul{margin:0;padding-left:20px;line-height:1.8;color:#333}.check-grid{grid-template-columns:1fr 1fr}.check-grid label{min-height:auto;flex-direction:row;align-items:flex-start;font-weight:500}.check-grid input{width:auto;margin-top:2px}.check-grid b{color:#7f1d1d}.note{font-size:13px;color:#7f1d1d;background:#fff3cd;border:1px solid #f7d98a;border-radius:12px;padding:10px 12px;line-height:1.55}.note.warning{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.field-tip{display:block;margin-top:-2px;line-height:1.45;color:#7c2d12;background:#fff7ed;border:1px dashed #fed7aa;border-radius:10px;padding:7px 9px}.confirm{flex-direction:row;align-items:flex-start;font-weight:500;line-height:1.6}.confirm input{width:auto;margin-top:4px}.primary,button{appearance:none;border:none;border-radius:14px;background:var(--red);color:white;font-weight:800;padding:13px 18px;font-size:15px;cursor:pointer}button:not(.primary){background:#2f2f2f}.submit-msg{min-height:24px;font-weight:700;color:#6b4c00}.submit-msg.ok{color:#047857}.submit-msg.err{color:#b91c1c}.quote-panel{position:sticky;top:16px;height:max-content}.panel-head{border-radius:18px;background:linear-gradient(135deg,#7f1d1d,#b91c1c);color:white;padding:18px;margin-bottom:12px}.panel-head span{display:block;font-size:13px;color:#fed7aa}.panel-head b{font-size:28px}.metric{display:flex;justify-content:space-between;border-bottom:1px dashed #e5d8c6;padding:12px 0;gap:12px}.metric span{color:#6b7280}.metric strong{white-space:nowrap}.summary{background:#fff1e8;border:1px solid #fed7aa;border-radius:18px;padding:15px;margin-top:14px}.summary p{margin:0;color:#7f1d1d;font-weight:700}.summary b{font-size:28px;color:#7f1d1d}.summary small{display:block;margin-top:8px;line-height:1.5}.included{display:flex;flex-direction:column;gap:8px;margin-top:14px;border-radius:16px;background:#f7f7f7;padding:14px}.included span{font-size:13px;color:var(--muted);line-height:1.6}.quote-result{grid-column:1/3}.hidden{display:none!important}.quote-checklist{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.quote-row{display:grid;grid-template-columns:150px 1fr;gap:10px;align-items:start;border:1px solid #eadfce;border-radius:14px;background:#fffdf8;padding:12px;min-height:58px}.quote-row b{color:#7f1d1d}.quote-row span{line-height:1.55;color:#333}.admin-page{width:min(1200px,100%);margin:0 auto;padding:24px 14px;display:flex;flex-direction:column;gap:16px}.admin-login{display:flex;gap:10px;flex-wrap:wrap}.admin-login input{max-width:260px}.table-wrap{overflow:auto}table{border-collapse:collapse;min-width:1100px;width:100%;font-size:13px}th,td{border:1px solid #e5d8c6;padding:10px;vertical-align:top;text-align:left}th{background:#7f1d1d;color:white}td{background:#fffdf8}@media(max-width:980px){.page{display:block}.hero{margin-bottom:14px}.quote-panel{position:static;margin-top:14px}.grid.two,.grid.four,.radio-cards,.radio-cards.four,.check-grid,.quote-checklist{grid-template-columns:1fr}.quote-row{grid-template-columns:1fr}.hero h1{font-size:28px}.card{border-radius:18px;padding:18px}}