:root{--ink:#18352f;--muted:#64766f;--brand:#087f6b;--brand-dark:#075f52;--mint:#e7f5ef;--cream:#f7f5ee;--line:#dce8e2;--white:#fff;--shadow:0 18px 50px rgba(24,53,47,.09);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:"Noto Sans SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.nav-wrap{height:76px;display:flex;align-items:center;gap:32px}.logo{display:flex;align-items:center;gap:10px;font-size:26px;font-weight:800;color:var(--brand);white-space:nowrap}.logo-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:white;background:var(--brand);font-size:20px}.main-nav{display:flex;align-items:center;gap:8px;margin-left:auto}.main-nav a{padding:8px 13px;border-radius:999px;color:#49635b;font-size:15px;font-weight:650}.main-nav a:hover,.main-nav a.active{color:var(--brand);background:var(--mint)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 22px;background:var(--brand);color:white;font-weight:750;cursor:pointer;transition:.2s}.button:hover,.nav-cta:hover{background:var(--brand-dark);transform:translateY(-1px)}.button.secondary{background:white;color:var(--brand);border:1px solid var(--line)}.menu-button{display:none;margin-left:auto;border:0;background:var(--mint);color:var(--brand);width:42px;height:42px;border-radius:12px;font-size:22px}.hero{padding:76px 0 82px;background:linear-gradient(145deg,#f5fbf8 0%,#fff 62%,#f8f4e9 100%)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:68px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:26px;height:2px;background:var(--brand)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,5vw,66px);line-height:1.13;letter-spacing:-.04em;margin:18px 0 24px}h1 span{color:var(--brand)}.lead{font-size:18px;color:var(--muted);max-width:610px}.hero-actions{display:flex;gap:12px;margin-top:32px}.hero-media{position:relative}.hero-media img{width:100%;height:520px;object-fit:cover;border-radius:42px 42px 110px 42px;box-shadow:var(--shadow)}.floating-note{position:absolute;left:-34px;bottom:24px;width:230px;padding:22px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.floating-note strong{display:block;font-size:28px;color:var(--brand)}.section{padding:92px 0}.section.soft{background:#f6faf8}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-head h2{font-size:clamp(30px,4vw,44px);line-height:1.2;margin:10px 0 0}.section-head p{max-width:540px;color:var(--muted);margin:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 28px rgba(24,53,47,.05)}.card img{width:100%;height:220px;object-fit:cover}.card-body{padding:26px}.card h3{font-size:22px;margin-bottom:9px}.card p{color:var(--muted);margin-bottom:0}.card-link{display:inline-flex;margin-top:18px;color:var(--brand);font-weight:750}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{padding:28px;border-radius:22px;background:white;border:1px solid var(--line)}.feature .icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--mint);color:var(--brand);font-size:23px;margin-bottom:18px}.feature h3{margin-bottom:8px}.feature p{color:var(--muted);font-size:15px;margin:0}.notice{display:flex;gap:16px;padding:22px 26px;border-radius:18px;background:#fff9e9;border:1px solid #f0dfac}.notice strong{white-space:nowrap}.cta-band{padding:46px;border-radius:32px;background:var(--ink);color:white;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{font-size:34px;margin-bottom:8px}.cta-band p{color:#c9d8d2;margin:0}.cta-band .button{background:#66d5b8;color:#113b32}.page-hero{padding:74px 0 66px;background:linear-gradient(135deg,var(--mint),#faf8f0)}.page-hero h1{font-size:clamp(38px,5vw,58px);margin-bottom:15px}.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:16px}.breadcrumb a{color:var(--brand)}.two-col{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:66px}.rounded-image{width:100%;height:500px;object-fit:cover;border-radius:36px}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.stat{padding:22px;background:var(--mint);border-radius:18px}.stat strong{display:block;font-size:28px;color:var(--brand)}.article{max-width:820px;margin:auto}.article-section{padding:30px 0;border-bottom:1px solid var(--line)}.article-section h2{font-size:26px;margin-bottom:12px}.article-section p,.article-section li{color:var(--muted)}.article-section ul{padding-left:20px}.meta{padding:16px 20px;background:var(--mint);border-radius:14px;color:var(--brand);font-weight:700}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-panel,.form-panel{padding:34px;border:1px solid var(--line);border-radius:26px;background:white}.contact-item{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border:0}.contact-item strong{display:block}.contact-item span{color:var(--muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:16px}.field label{display:block;font-weight:700;margin-bottom:6px}.field input,.field textarea{width:100%;border:1px solid #cddbd5;border-radius:12px;padding:12px 14px;background:#fbfdfc}.field textarea{min-height:140px;resize:vertical}.site-footer{padding:58px 0 28px;background:#132f29;color:white}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:50px}.site-footer p,.site-footer a{color:#b8cbc4}.footer-links{display:grid;gap:9px}.footer-title{font-weight:800;margin-bottom:12px}.copyright{margin-top:36px;padding-top:22px;border-top:1px solid #31504a;color:#90aaa1;font-size:14px}.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:940px;margin:auto;padding:20px 22px;border:1px solid var(--line);border-radius:20px;background:white;box-shadow:var(--shadow)}.cookie-banner p{font-size:14px;color:var(--muted);margin:0}.cookie-banner[hidden]{display:none}.cookie-actions{display:flex;gap:8px;flex-shrink:0}.cookie-actions button{border:0;border-radius:999px;padding:9px 16px;cursor:pointer;font-weight:700}.cookie-actions .accept{background:var(--brand);color:white}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.tag{padding:7px 12px;border-radius:999px;background:var(--mint);color:var(--brand);font-size:14px;font-weight:700}
@media(max-width:900px){.main-nav,.nav-cta{display:none}.menu-button{display:block}.main-nav.open{display:flex;position:absolute;left:20px;right:20px;top:68px;flex-direction:column;align-items:stretch;padding:14px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}.hero{padding-top:48px}.hero-media{max-width:650px}.feature-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.floating-note{left:18px}.section-head{align-items:start;flex-direction:column}}
@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.nav-wrap{height:66px}.hero{padding:40px 0 56px}.hero-grid{gap:40px}h1{font-size:40px}.hero-media img{height:390px;border-radius:28px 28px 72px 28px}.floating-note{position:relative;left:auto;bottom:auto;width:100%;margin-top:12px}.section{padding:64px 0}.grid-3,.feature-grid,.stat-row,.form-row,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.cta-band{padding:30px;align-items:flex-start;flex-direction:column}.page-hero{padding:50px 0}.rounded-image{height:360px}.cookie-banner{align-items:stretch;flex-direction:column}.cookie-actions{justify-content:flex-end}}
