:root{--ink:#101827;--muted:#667085;--teal:#0f766e;--soft:#fde7e5;--card:#fff;--line:#f3d9d6;--yellow:#fff8d6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Microsoft YaHei",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,var(--yellow) 100%)}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:14px clamp(18px,5vw,70px);background:rgba(255,255,255,.86);border-bottom:1px solid #f3dfc3;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;font-weight:950}.brand span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff}.topbar nav{display:flex;gap:26px;font-weight:850}.topbar nav a:last-child{padding:12px 18px;border-radius:999px;background:#0f766e;color:#fff}main{width:min(1180px,calc(100% - 36px));margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:48px;align-items:center;padding:62px 0 44px}.eyebrow,.section-title p{margin:0 0 14px;color:#0f766e;font-weight:950;letter-spacing:.12em;font-size:13px}.hero h1{max-width:720px;margin:0;font-size:clamp(42px,5.6vw,76px);line-height:1.02;letter-spacing:-.04em}.hero-copy>p:not(.eyebrow){max-width:620px;margin:22px 0 0;color:#5b6472;font-size:19px;line-height:1.65}.cta,.notes a{display:inline-flex;align-items:center;justify-content:center;margin-top:28px;min-height:54px;padding:0 24px;border-radius:999px;background:#0f766e;color:#fff;font-weight:950;box-shadow:0 16px 32px rgba(15,118,110,.18)}picture{padding:18px;border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.1)}picture img{display:block;width:100%;height:auto;border-radius:20px}.categories{margin-top:18px;padding:52px clamp(18px,4vw,48px);border-radius:34px;background:var(--soft)}.section-title{text-align:center;margin-bottom:32px}.section-title h2{margin:0;font-size:clamp(32px,4vw,50px);letter-spacing:-.03em}.section-title span{display:block;margin-top:12px;color:#6b5960}.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.category-grid a{display:grid;place-items:center;gap:12px;min-height:210px;padding:24px 14px;border-radius:22px;background:#fff;box-shadow:0 14px 26px rgba(85,28,28,.1);text-align:center;transition:transform .18s ease,box-shadow .18s ease}.category-grid a:hover{transform:translateY(-3px);box-shadow:0 20px 34px rgba(85,28,28,.14)}.category-grid img{width:96px;height:96px;object-fit:contain;display:block}.category-grid strong{font-size:17px}.method{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,470px);gap:32px;align-items:start;margin:54px 0;padding:36px;border:1px solid #f1e7c7;border-radius:28px;background:rgba(255,255,255,.74)}.method h2,.notes h2{margin:0 0 12px;font-size:34px}.method p,.notes p{color:#5f6672;line-height:1.75}.method ol{display:grid;gap:12px;margin:0;padding:0;list-style:none}.method li{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;padding:16px;border-radius:16px;background:#fffdf4;border:1px solid #f3e6c5}.method b{color:#0f766e}.method span{color:#667085}.notes{margin-bottom:46px;padding:34px;border-radius:28px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.07);text-align:center}.notes p{max-width:820px;margin:0 auto}footer{padding:36px 18px 44px;text-align:center;background:#fff9dc;border-top:1px solid #f2e4b8}footer strong{color:#0f766e}footer p{max-width:980px;margin:12px auto 0;color:#665b48;line-height:1.75;font-size:14px}@media(max-width:980px){.hero{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.method{grid-template-columns:1fr}.topbar{position:relative;align-items:flex-start;flex-direction:column}.topbar nav{flex-wrap:wrap;gap:14px}}@media(max-width:620px){main{width:min(100% - 24px,1180px)}.hero{padding-top:36px;gap:28px}.hero h1{font-size:38px}.hero-copy>p:not(.eyebrow){font-size:16px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.categories{padding:32px 14px;border-radius:24px}.category-grid a{min-height:160px;padding:18px 10px}.category-grid img{width:76px;height:76px}.topbar nav a:last-child{width:100%;text-align:center}.method{padding:24px 18px}.method li{grid-template-columns:1fr}.cta,.notes a{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.category-grid a{transition:none}}
