/* roulang page: index */
:root{
  --ht-primary:#0E3B31;
  --ht-primary-600:#17634F;
  --ht-primary-300:#2E9E7B;
  --ht-accent:#FF6A3D;
  --ht-lime:#C9F26A;
  --ht-bg:#F7F5EF;
  --ht-surface:#FFFFFF;
  --ht-line:#E3E0D6;
  --ht-muted:#6B7A73;
  --ht-ink:#0B1F1A;
  --ht-grad:linear-gradient(135deg,#0E3B31 0%,#17634F 52%,#2E9E7B 100%);
  --ht-grad-accent:linear-gradient(120deg,#FF6A3D,#FFB03A);
  --ht-dark:#08211B;
  --ht-radius-lg:28px;
  --ht-radius:22px;
  --ht-radius-sm:16px;
  --ht-radius-xs:12px;
  --ht-shadow:0 10px 30px rgba(11,31,26,.07);
  --ht-shadow-hover:0 18px 44px rgba(11,31,26,.14);
  --ht-shadow-nav:0 6px 20px rgba(11,31,26,.06);
  --ht-container:1200px;
  --ht-gap:24px;
  --ht-section:88px;
  --ht-font:"PingFang SC","HarmonyOS Sans SC","Microsoft YaHei","Noto Sans SC",sans-serif;
}
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{
  margin:0;
  font-family:var(--ht-font);
  font-size:16.5px;
  line-height:1.85;
  color:var(--ht-ink);
  background:var(--ht-bg);
  letter-spacing:.01em;
  -webkit-font-smoothing:antialiased;
}
body.ht-no-scroll{overflow:hidden;}
img{max-width:100%;display:block;}
a{color:var(--ht-primary-600);text-decoration:none;transition:color .18s ease;}
a:hover{color:var(--ht-accent);}
h1,h2,h3,h4{margin:0;font-weight:700;color:var(--ht-ink);letter-spacing:.01em;}
h1{font-size:46px;line-height:1.18;}
h2{font-size:32px;line-height:1.3;}
h3{font-size:21px;line-height:1.45;font-weight:600;}
p{margin:0 0 16px;}
ul{margin:0;padding:0;list-style:none;}
button,input{font-family:inherit;}
.ht-num{font-variant-numeric:tabular-nums;}

/* ---------- 基础容器 ---------- */
.ht-container{
  width:100%;
  max-width:var(--ht-container);
  margin:0 auto;
  padding:0 32px;
}
.ht-container-wide{max-width:1280px;}
.ht-section{padding:var(--ht-section) 0;}
.ht-section-tight{padding:64px 0;}
.ht-gutter{margin-left:-12px;margin-right:-12px;}
.ht-gutter>.cell{padding-left:12px;padding-right:12px;}

/* ---------- 通用文本组件 ---------- */
.ht-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:600;letter-spacing:.12em;
  color:var(--ht-primary-300);text-transform:uppercase;margin-bottom:14px;
}
.ht-eyebrow::before{content:"";width:22px;height:2px;background:var(--ht-accent);border-radius:2px;}
.ht-lead{font-size:17px;color:var(--ht-muted);max-width:760px;}
.ht-muted{color:var(--ht-muted);}
.ht-section-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:24px;
  margin-bottom:36px;flex-wrap:wrap;
}
.ht-section-head p{margin:10px 0 0;color:var(--ht-muted);font-size:15.5px;max-width:640px;}
.ht-more-link{
  display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;
  color:var(--ht-primary-600);white-space:nowrap;
}
.ht-more-link i{transition:transform .2s ease;}
.ht-more-link:hover i{transform:translateX(4px);}

/* ---------- 按钮 ---------- */
.ht-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  height:48px;padding:0 26px;border-radius:999px;
  font-size:15.5px;font-weight:600;line-height:1;cursor:pointer;
  border:1px solid transparent;background:var(--ht-primary);color:#fff;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.ht-btn:hover{background:#12503F;color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px rgba(14,59,49,.24);}
.ht-btn:active{transform:translateY(1px);}
.ht-btn:focus-visible{outline:2px solid var(--ht-lime);outline-offset:3px;}
.ht-btn-accent{background:var(--ht-accent);}
.ht-btn-accent:hover{background:#FF7C52;box-shadow:0 14px 30px rgba(255,106,61,.3);}
.ht-btn-ghost{background:transparent;border-color:rgba(255,255,255,.55);color:#fff;}
.ht-btn-ghost:hover{background:rgba(255,255,255,.14);color:#fff;border-color:#fff;box-shadow:none;}
.ht-btn-outline{background:transparent;border-color:var(--ht-line);color:var(--ht-primary);}
.ht-btn-outline:hover{background:var(--ht-primary);color:#fff;border-color:var(--ht-primary);}
.ht-btn-sm{height:42px;padding:0 20px;font-size:14.5px;}

/* ---------- 徽章 / 标签 ---------- */
.ht-badge{
  display:inline-flex;align-items:center;gap:6px;
  height:28px;padding:0 12px;border-radius:999px;
  font-size:12.5px;font-weight:600;letter-spacing:.02em;
  background:rgba(46,158,123,.12);color:var(--ht-primary-600);
  border:1px solid rgba(46,158,123,.22);
}
.ht-badge-accent{background:rgba(255,106,61,.12);color:#D84A1E;border-color:rgba(255,106,61,.24);}
.ht-badge-lime{background:rgba(201,242,106,.26);color:#3F6010;border-color:rgba(201,242,106,.6);}
.ht-tags{display:flex;flex-wrap:wrap;gap:10px;}

/* ---------- 导航 ---------- */
.ht-header{
  position:sticky;top:0;z-index:70;
  background:rgba(247,245,239,.92);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid transparent;
  transition:box-shadow .22s ease,border-color .22s ease,padding .22s ease,background .22s ease;
}
.ht-header.is-stuck{
  background:rgba(255,255,255,.96);
  border-bottom-color:var(--ht-line);
  box-shadow:var(--ht-shadow-nav);
}
.ht-nav{
  display:flex;align-items:center;justify-content:space-between;gap:22px;
  height:86px;transition:height .22s ease;
}
.ht-header.is-stuck .ht-nav{height:74px;}
.ht-nav-side{display:flex;align-items:center;gap:30px;flex:1;}
.ht-nav-side.ht-nav-left{justify-content:flex-start;}
.ht-nav-side.ht-nav-right{justify-content:flex-end;}
.ht-nav-link{
  position:relative;font-size:15px;font-weight:500;color:var(--ht-ink);
  padding:6px 0;white-space:nowrap;
}
.ht-nav-link::after{
  content:"";position:absolute;left:0;bottom:0;height:2px;width:0;
  background:var(--ht-primary-300);border-radius:2px;transition:width .18s ease;
}
.ht-nav-link:hover{color:var(--ht-primary-600);}
.ht-nav-link:hover::after{width:100%;}
.ht-nav-link.is-active{color:var(--ht-primary);font-weight:600;}
.ht-nav-link.is-active::after{width:100%;background:var(--ht-accent);}
.ht-logo{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  height:50px;padding:0 18px;flex:0 0 auto;
}
.ht-logo-main{
  display:flex;align-items:center;gap:9px;
  font-size:20px;font-weight:700;letter-spacing:.02em;color:var(--ht-primary);
  line-height:1.1;
}
.ht-logo-mark{
  width:30px;height:30px;border-radius:9px;background:var(--ht-grad);
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--ht-lime);font-size:14px;
}
.ht-logo-sub{
  font-size:11.5px;letter-spacing:.28em;color:var(--ht-muted);
  margin-top:3px;text-indent:.28em;
}
.ht-nav-cta{display:inline-flex;}
.ht-burger{
  display:none;width:46px;height:46px;border-radius:14px;
  border:1px solid var(--ht-line);background:#fff;color:var(--ht-primary);
  align-items:center;justify-content:center;font-size:18px;cursor:pointer;
}
.ht-burger:focus-visible{outline:2px solid var(--ht-lime);outline-offset:2px;}

/* ---------- 移动端面板 ---------- */
.ht-panel{
  position:fixed;inset:0;z-index:90;background:#fff;
  transform:translateY(-102%);transition:transform .34s cubic-bezier(.4,0,.2,1);
  padding:26px 24px 40px;overflow-y:auto;
  display:flex;flex-direction:column;
}
.ht-panel.is-open{transform:translateY(0);}
.ht-panel-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;}
.ht-panel-close{
  width:46px;height:46px;border-radius:14px;border:1px solid var(--ht-line);
  background:#fff;color:var(--ht-primary);font-size:18px;cursor:pointer;
}
.ht-panel-list{border-top:1px solid var(--ht-line);}
.ht-panel-list a{
  display:flex;align-items:center;justify-content:space-between;
  min-height:56px;font-size:17px;font-weight:500;color:var(--ht-ink);
  border-bottom:1px solid var(--ht-line);
}
.ht-panel-list a.is-active{color:var(--ht-primary);font-weight:600;}
.ht-panel-list a i{color:var(--ht-primary-300);font-size:14px;}
.ht-panel-cta{margin-top:28px;display:flex;flex-direction:column;gap:14px;}
.ht-panel-cta .ht-btn{width:100%;}

/* ---------- Hero ---------- */
.ht-hero-wrap{padding:24px 0 0;}
.ht-hero{
  position:relative;overflow:hidden;border-radius:var(--ht-radius-lg);
  background-image:linear-gradient(120deg,rgba(8,33,27,.94) 0%,rgba(14,59,49,.90) 46%,rgba(23,99,79,.78) 100%),url("/assets/images/backpic/back-1.webp");
  background-size:cover;background-position:center;
  color:#fff;padding:66px 56px 60px;
}
.ht-hero h1{color:#fff;max-width:760px;}
.ht-hero .ht-hero-sub{
  font-size:19px;line-height:1.75;color:rgba(255,255,255,.84);
  max-width:600px;margin:20px 0 32px;
}
.ht-hero-actions{display:flex;flex-wrap:wrap;gap:14px;}
.ht-hero-badges{display:flex;flex-direction:column;gap:16px;margin-top:8px;}
.ht-stat{
  display:flex;align-items:center;gap:16px;
  padding:18px 22px;border-radius:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(201,242,106,.3);
  backdrop-filter:blur(4px);
}
.ht-stat-num{font-size:28px;font-weight:700;color:var(--ht-lime);line-height:1;min-width:74px;}
.ht-stat-label{font-size:12.5px;color:rgba(255,255,255,.78);letter-spacing:.02em;line-height:1.5;}
.ht-hero-foot{
  display:flex;flex-wrap:wrap;gap:12px;margin-top:38px;padding-top:24px;
  border-top:1px solid rgba(255,255,255,.16);
}
.ht-hero-chip{
  font-size:13px;color:rgba(255,255,255,.82);
  padding:6px 14px;border-radius:999px;background:rgba(255,255,255,.1);
}

/* ---------- 故事 / 理念 ---------- */
.ht-story-media{position:relative;border-radius:var(--ht-radius);overflow:hidden;}
.ht-story-media img{
  width:100%;height:100%;min-height:300px;object-fit:cover;
  border-radius:var(--ht-radius);transition:transform .5s ease;
}
.ht-story-media:hover img{transform:scale(1.03);}
.ht-story-tag{
  position:absolute;left:20px;bottom:20px;
  background:rgba(255,255,255,.94);color:var(--ht-primary);
  border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;
  box-shadow:var(--ht-shadow);
}
.ht-story-list{margin-top:26px;display:flex;flex-direction:column;gap:14px;}
.ht-story-list li{
  display:flex;gap:14px;align-items:flex-start;
  padding:16px 18px;border-radius:var(--ht-radius-sm);
  background:var(--ht-surface);border:1px solid var(--ht-line);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ht-story-list li:hover{transform:translateY(-3px);box-shadow:var(--ht-shadow);border-color:rgba(14,59,49,.2);}
.ht-story-list i{color:var(--ht-accent);margin-top:6px;font-size:14px;}
.ht-story-list strong{display:block;font-size:16px;margin-bottom:2px;}
.ht-story-list span{font-size:14.5px;color:var(--ht-muted);line-height:1.7;}

/* ---------- 精选卡片 ---------- */
.ht-card{
  position:relative;display:flex;flex-direction:column;height:100%;
  background:var(--ht-surface);border:1px solid var(--ht-line);
  border-radius:var(--ht-radius);overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.ht-card:hover{transform:translateY(-4px);box-shadow:var(--ht-shadow-hover);border-color:rgba(14,59,49,.22);}
.ht-card-media{overflow:hidden;background:rgba(14,59,49,.08);}
.ht-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;}
.ht-card:hover .ht-card-media img{transform:scale(1.03);}
.ht-card-body{padding:24px 26px 26px;display:flex;flex-direction:column;flex:1;}
.ht-card-body h3{margin:14px 0 10px;}
.ht-card-body p{font-size:15px;color:var(--ht-muted);margin-bottom:18px;}
.ht-card-feature .ht-card-media{aspect-ratio:16/9;}
.ht-card-feature .ht-card-body h3{font-size:25px;line-height:1.4;}
.ht-card-feature .ht-card-body p{font-size:15.5px;}
.ht-card-small .ht-card-media{aspect-ratio:3/2;}
.ht-card-small .ht-card-body{padding:20px 20px 22px;}
.ht-card-small .ht-card-body h3{font-size:17.5px;line-height:1.5;margin:12px 0 8px;}
.ht-card-small .ht-card-body p{font-size:14px;margin-bottom:14px;}
.ht-card-meta{
  display:flex;align-items:center;gap:12px;flex-wrap:wrap;
  font-size:13px;color:var(--ht-muted);margin-top:auto;
}
.ht-card-meta .ht-dot{width:4px;height:4px;border-radius:50%;background:var(--ht-line);}

/* ---------- 最新信息 ---------- */
.ht-news-main{
  display:flex;flex-direction:column;height:100%;
  background:var(--ht-surface);border:1px solid var(--ht-line);
  border-radius:var(--ht-radius);overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.ht-news-main:hover{transform:translateY(-4px);box-shadow:var(--ht-shadow-hover);border-color:rgba(14,59,49,.22);color:inherit;}
.ht-news-main .ht-news-media{aspect-ratio:16/9;overflow:hidden;background:rgba(14,59,49,.08);}
.ht-news-main .ht-news-media img{width:100%;height:100%;object-fit:cover;}
.ht-news-main .ht-news-body{padding:26px 28px 28px;}
.ht-news-main h3{font-size:24px;margin:14px 0 12px;}
.ht-news-main p{color:var(--ht-muted);font-size:15.5px;margin-bottom:18px;}
.ht-news-list{display:flex;flex-direction:column;gap:16px;height:100%;}
.ht-news-item{
  display:flex;gap:16px;padding:18px;border-radius:var(--ht-radius-sm);
  background:var(--ht-surface);border:1px solid var(--ht-line);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ht-news-item:hover{transform:translateY(-3px);box-shadow:var(--ht-shadow);border-color:rgba(14,59,49,.2);}
.ht-news-item .ht-news-thumb{
  width:104px;flex:0 0 104px;aspect-ratio:4/3;border-radius:12px;overflow:hidden;
  background:rgba(14,59,49,.08);
}
.ht-news-item .ht-news-thumb img{width:100%;height:100%;object-fit:cover;}
.ht-news-item h4{
  font-size:16px;font-weight:600;line-height:1.5;margin:8px 0 6px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.ht-news-item p{
  font-size:13.5px;color:var(--ht-muted);margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.ht-news-meta{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--ht-muted);}
.ht-empty{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;
  min-height:200px;border:1px dashed rgba(14,59,49,.3);border-radius:var(--ht-radius);
  background:rgba(255,255,255,.6);color:var(--ht-muted);text-align:center;padding:32px;
}
.ht-empty i{font-size:26px;color:var(--ht-primary-300);}
.ht-empty p{margin:0;font-size:15px;}

/* ---------- 信任背书 ---------- */
.ht-proof{
  border-radius:var(--ht-radius-lg);padding:56px 0;
  background:var(--ht-dark);
  background-image:linear-gradient(115deg,rgba(8,33,27,.96),rgba(20,80,64,.9)),url("/assets/images/backpic/back-3.webp");
  background-size:cover;background-position:center;color:#fff;
}
.ht-proof .ht-section-head{margin-bottom:28px;}
.ht-proof h2{color:#fff;}
.ht-proof .ht-section-head p{color:rgba(255,255,255,.72);}
.ht-proof-band{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:36px;
}
.ht-proof-stat{
  border-radius:20px;padding:24px 22px;background:rgba(255,255,255,.07);
  border:1px solid rgba(201,242,106,.22);
  transition:transform .3s ease,background .3s ease;
}
.ht-proof-stat.is-in{transform:translateY(-4px);}
.ht-proof-stat .ht-num{
  font-size:30px;font-weight:700;color:var(--ht-lime);line-height:1;display:block;
}
.ht-proof-stat span.ht-proof-label{
  display:block;margin-top:10px;font-size:13px;color:rgba(255,255,255,.76);line-height:1.6;
}
.ht-proof-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.ht-proof-card{
  border-radius:20px;padding:24px;background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.14);
}
.ht-proof-card h3{color:#fff;font-size:17.5px;margin-bottom:10px;}
.ht-proof-card p{color:rgba(255,255,255,.72);font-size:14.5px;margin:0;}
.ht-proof-mark{
  display:inline-flex;align-items:center;gap:8px;font-size:12.5px;
  letter-spacing:.1em;color:var(--ht-lime);margin-bottom:14px;
}

/* ---------- FAQ ---------- */
.ht-faq{display:flex;flex-direction:column;gap:14px;}
.ht-faq details{
  background:var(--ht-surface);border:1px solid var(--ht-line);
  border-radius:var(--ht-radius-sm);padding:6px 22px;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ht-faq details[open]{border-color:rgba(255,106,61,.4);border-left:4px solid var(--ht-accent);box-shadow:var(--ht-shadow);}
.ht-faq summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-size:17px;font-weight:600;padding:16px 0;
}
.ht-faq summary::-webkit-details-marker{display:none;}
.ht-faq summary i{color:var(--ht-primary-300);transition:transform .25s ease;font-size:14px;}
.ht-faq details[open] summary i{transform:rotate(180deg);color:var(--ht-accent);}
.ht-faq .ht-faq-answer{padding:0 0 18px;color:var(--ht-muted);font-size:15px;line-height:1.8;}

/* ---------- 订阅 CTA ---------- */
.ht-cta{
  border-radius:var(--ht-radius-lg);overflow:hidden;
  background:var(--ht-grad);color:#fff;padding:52px 56px;
  display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;
}
.ht-cta h2{color:#fff;max-width:520px;}
.ht-cta p{color:rgba(255,255,255,.8);margin:12px 0 0;font-size:15.5px;max-width:520px;}
.ht-sub-form{display:flex;gap:12px;flex-wrap:wrap;width:100%;max-width:440px;}
.ht-sub-form input{
  flex:1 1 220px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.4);
  background:rgba(255,255,255,.14);color:#fff;padding:0 20px;font-size:15px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.ht-sub-form input::placeholder{color:rgba(255,255,255,.66);}
.ht-sub-form input:focus{
  outline:none;border-color:var(--ht-lime);background:rgba(255,255,255,.2);
  box-shadow:0 0 0 3px rgba(201,242,106,.25);
}
.ht-form-note{font-size:13px;color:rgba(255,255,255,.7);margin-top:14px;width:100%;}

/* ---------- 深色信息面板 ---------- */
.ht-panel-dark{
  border-radius:var(--ht-radius);background:var(--ht-primary);color:#fff;
  padding:30px 28px;display:flex;flex-direction:column;gap:16px;
}
.ht-panel-dark h3{color:#fff;font-size:19px;}
.ht-panel-dark p{color:rgba(255,255,255,.74);font-size:14.5px;margin:0;}
.ht-bar{
  height:6px;border-radius:999px;background:rgba(255,255,255,.16);overflow:hidden;
}
.ht-bar span{display:block;height:100%;border-radius:999px;background:var(--ht-grad-accent);}
.ht-status-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:rgba(255,255,255,.78);}
.ht-red-dot{
  display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--ht-accent);
  box-shadow:0 0 0 4px rgba(255,106,61,.22);margin-right:8px;
}

/* ---------- 页脚 ---------- */
.ht-footer{background:var(--ht-dark);color:rgba(255,255,255,.76);padding:64px 0 0;margin-top:var(--ht-section);}
.ht-footer h4{color:#fff;font-size:16px;margin-bottom:18px;}
.ht-footer a{color:rgba(255,255,255,.76);font-size:14.5px;display:inline-block;}
.ht-footer a:hover{color:var(--ht-lime);transform:translateX(2px);}
.ht-footer-brand{display:flex;flex-direction:column;gap:14px;max-width:320px;}
.ht-footer-logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:18px;font-weight:700;}
.ht-footer-logo .ht-logo-mark{background:rgba(255,255,255,.14);color:var(--ht-lime);}
.ht-footer-brand p{font-size:14px;line-height:1.8;margin:0;color:rgba(255,255,255,.66);}
.ht-footer-links{display:flex;flex-direction:column;gap:12px;align-items:flex-start;}
.ht-footer-contact{display:flex;flex-direction:column;gap:12px;font-size:14.5px;}
.ht-footer-contact span{color:rgba(255,255,255,.66);}
.ht-footer-form{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px;}
.ht-footer-form input{
  flex:1 1 160px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);color:#fff;padding:0 14px;font-size:14px;
}
.ht-footer-form input::placeholder{color:rgba(255,255,255,.5);}
.ht-footer-form input:focus{outline:none;border-color:var(--ht-lime);box-shadow:0 0 0 3px rgba(201,242,106,.2);}
.ht-footer-form button{
  height:44px;padding:0 20px;border-radius:999px;border:none;cursor:pointer;
  background:var(--ht-accent);color:#fff;font-size:14.5px;font-weight:600;
  transition:background .18s ease,transform .18s ease;
}
.ht-footer-form button:hover{background:#FF7C52;transform:translateY(-2px);}
.ht-footer-bottom{
  margin-top:52px;border-top:1px solid rgba(255,255,255,.12);
  padding:22px 0;font-size:13px;color:rgba(255,255,255,.52);
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
}

/* ---------- 响应式 ---------- */
@media screen and (max-width:1199px){
  h1{font-size:42px;}
  .ht-container{padding:0 28px;}
}
@media screen and (max-width:1023px){
  :root{--ht-section:64px;}
  .ht-nav-side,.ht-nav-cta{display:none;}
  .ht-burger{display:inline-flex;}
  .ht-nav{height:74px;}
  .ht-header.is-stuck .ht-nav{height:68px;}
  .ht-hero{padding:52px 34px 48px;}
  .ht-cta{padding:42px 34px;}
  .ht-proof-band{grid-template-columns:repeat(2,1fr);}
  .ht-proof-cards{grid-template-columns:1fr;}
  .ht-panel-dark{margin-top:24px;}
}
@media screen and (max-width:767px){
  :root{--ht-section:56px;}
  body{font-size:16px;}
  h1{font-size:33px;}
  h2{font-size:25px;}
  h3{font-size:19px;}
  .ht-container{padding:0 18px;}
  .ht-gutter{margin-left:-8px;margin-right:-8px;}
  .ht-gutter>.cell{padding-left:8px;padding-right:8px;}
  .ht-hero{border-radius:22px;padding:40px 22px 36px;}
  .ht-hero .ht-hero-sub{font-size:16.5px;margin:16px 0 26px;}
  .ht-hero-badges{margin-top:26px;}
  .ht-stat{padding:16px 18px;}
  .ht-stat-num{font-size:24px;min-width:64px;}
  .ht-hero-actions .ht-btn{width:100%;}
  .ht-card-feature .ht-card-body h3{font-size:20px;}
  .ht-news-main h3{font-size:20px;}
  .ht-news-item{flex-direction:column;}
  .ht-news-item .ht-news-thumb{width:100%;flex:none;aspect-ratio:16/9;}
  .ht-cta{padding:34px 22px;border-radius:22px;}
  .ht-proof{padding:40px 0;border-radius:22px;}
  .ht-proof-band{grid-template-columns:1fr;}
  .ht-section-head{align-items:flex-start;}
  .ht-footer{padding-top:48px;}
  .ht-sub-form{max-width:100%;}
}
@media screen and (max-width:520px){
  h1{font-size:29px;}
  .ht-logo-main{font-size:18px;}
  .ht-logo{padding:0 10px;}
  .ht-nav{gap:10px;}
}

/* roulang page: category1 */
:root{
  --ht-primary:#0E3B31;
  --ht-primary-600:#17634F;
  --ht-primary-300:#2E9E7B;
  --ht-accent:#FF6A3D;
  --ht-lime:#C9F26A;
  --ht-bg:#F7F5EF;
  --ht-surface:#FFFFFF;
  --ht-line:#E3E0D6;
  --ht-muted:#6B7A73;
  --ht-ink:#0B1F1A;
  --ht-grad:linear-gradient(135deg,#0E3B31 0%,#17634F 52%,#2E9E7B 100%);
  --ht-grad-warm:linear-gradient(120deg,#FF6A3D,#FFB03A);
  --ht-r-card:22px;
  --ht-r-img:16px;
  --ht-r-input:12px;
  --ht-shadow:0 10px 30px rgba(11,31,26,.07);
  --ht-shadow-hover:0 18px 44px rgba(11,31,26,.14);
  --ht-shadow-nav:0 6px 20px rgba(11,31,26,.06);
  --ht-container:1200px;
}
*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  font-family:"PingFang SC","HarmonyOS Sans SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  font-size:16.5px;
  line-height:1.85;
  color:var(--ht-ink);
  background:var(--ht-bg);
  letter-spacing:.01em;
  font-variant-numeric:tabular-nums;
}
img{max-width:100%;display:block;border-style:none;}
a{color:var(--ht-primary-600);text-decoration:none;transition:color .18s ease;}
a:hover,a:focus{color:var(--ht-accent);}
button{font-family:inherit;}
h1,h2,h3,h4{margin:0;color:var(--ht-ink);letter-spacing:.01em;}
p{margin:0 0 1.1em;}
ul{margin:0;padding:0;list-style:none;}
:focus-visible{outline:2px solid var(--ht-lime);outline-offset:2px;}

/* ---------- 容器 ---------- */
.ht-container{width:100%;max-width:var(--ht-container);margin:0 auto;padding:0 32px;}
.ht-container-wide{max-width:1280px;}
.ht-section{padding:88px 0;}
.ht-section-tight{padding:64px 0;}
.ht-gutter{margin-left:-16px;margin-right:-16px;}
.ht-gutter > .cell{padding-left:16px;padding-right:16px;}

/* ---------- 导航 ---------- */
.ht-header{
  position:sticky;top:0;z-index:900;
  background:rgba(247,245,239,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid transparent;
  transition:box-shadow .22s ease,border-color .22s ease,background .22s ease;
}
.ht-header.is-stuck{
  box-shadow:var(--ht-shadow-nav);
  border-bottom-color:var(--ht-line);
  background:rgba(255,255,255,.96);
}
.ht-nav{
  display:flex;align-items:center;justify-content:space-between;
  min-height:78px;gap:18px;
  transition:min-height .22s ease;
}
.ht-header.is-stuck .ht-nav{min-height:70px;}
.ht-nav-side{display:flex;align-items:center;gap:30px;}
.ht-nav-left{justify-content:flex-start;flex:1 1 0;}
.ht-nav-right{justify-content:flex-end;flex:1 1 0;}
.ht-nav-link{
  position:relative;
  font-size:15px;font-weight:500;color:var(--ht-ink);
  padding:8px 0;white-space:nowrap;
}
.ht-nav-link::after{
  content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;
  background:var(--ht-primary-300);transform:scaleX(0);transform-origin:left;
  transition:transform .18s ease,background .18s ease;
}
.ht-nav-link:hover{color:var(--ht-primary-600);}
.ht-nav-link:hover::after{transform:scaleX(1);}
.ht-nav-link.is-active{color:var(--ht-primary);font-weight:600;}
.ht-nav-link.is-active::after{transform:scaleX(1);background:var(--ht-accent);}
.ht-logo{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:2px;min-height:50px;padding:2px 6px;flex:0 0 auto;
}
.ht-logo-main{
  display:inline-flex;align-items:center;gap:8px;
  font-size:20px;font-weight:700;color:var(--ht-primary);letter-spacing:.04em;
}
.ht-logo-mark{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:9px;
  background:var(--ht-grad);color:#fff;font-size:13px;
}
.ht-logo-sub{
  font-size:11.5px;letter-spacing:.32em;color:var(--ht-muted);
  text-transform:uppercase;
}
.ht-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:none;cursor:pointer;text-align:center;
  font-size:15px;font-weight:600;
  padding:14px 28px;border-radius:999px;
  background:var(--ht-accent);color:#fff;
  box-shadow:0 8px 22px rgba(255,106,61,.26);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}
.ht-btn:hover,.ht-btn:focus{background:#ff7b52;color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px rgba(255,106,61,.32);}
.ht-btn:active{transform:translateY(1px);box-shadow:0 6px 16px rgba(255,106,61,.24);}
.ht-btn-sm{padding:10px 22px;font-size:14px;}
.ht-btn-ghost{
  background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.62);box-shadow:none;
}
.ht-btn-ghost:hover{background:rgba(255,255,255,.14);color:#fff;transform:translateY(-2px);box-shadow:none;}
.ht-btn-outline{
  background:transparent;color:var(--ht-primary);border:1.5px solid rgba(14,59,49,.28);box-shadow:none;
}
.ht-btn-outline:hover{background:var(--ht-primary);color:#fff;border-color:var(--ht-primary);transform:translateY(-2px);box-shadow:var(--ht-shadow);}
.ht-nav-cta{margin-left:6px;}
.ht-burger{
  display:none;width:44px;height:44px;border-radius:14px;
  background:var(--ht-surface);border:1px solid var(--ht-line);
  color:var(--ht-primary);font-size:17px;cursor:pointer;
  align-items:center;justify-content:center;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.ht-burger:hover{background:var(--ht-primary);color:#fff;border-color:var(--ht-primary);}

/* 移动面板 */
.ht-panel{
  position:fixed;inset:0;z-index:990;
  background:linear-gradient(160deg,#0E3B31 0%,#17634F 100%);
  padding:26px 24px 40px;
  display:none;flex-direction:column;
  overflow-y:auto;
}
.ht-panel.is-open{display:flex;}
.ht-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;}
.ht-panel-brand{display:flex;flex-direction:column;color:#fff;}
.ht-panel-brand strong{font-size:19px;letter-spacing:.04em;}
.ht-panel-brand span{font-size:11.5px;letter-spacing:.3em;color:rgba(255,255,255,.6);}
.ht-panel-close{
  width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.28);
  background:transparent;color:#fff;font-size:18px;cursor:pointer;
}
.ht-panel-close:hover{background:rgba(255,255,255,.14);}
.ht-panel-nav{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.14);}
.ht-panel-nav a{
  color:#fff;font-size:17px;line-height:56px;font-weight:500;
  border-bottom:1px solid rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:space-between;
}
.ht-panel-nav a::after{content:"\f054";font-family:"Font Awesome 6 Free";font-weight:900;font-size:12px;color:rgba(255,255,255,.45);}
.ht-panel-nav a:hover{color:var(--ht-lime);}
.ht-panel-foot{margin-top:auto;padding-top:28px;display:flex;flex-direction:column;gap:14px;}

/* ---------- 面包屑 ---------- */
.ht-crumb{padding:22px 0 0;}
.ht-crumb ol{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:13.5px;color:var(--ht-muted);}
.ht-crumb li{display:flex;align-items:center;gap:10px;}
.ht-crumb li+li::before{content:"/";color:#B9BEB6;}
.ht-crumb a{color:var(--ht-muted);}
.ht-crumb a:hover{color:var(--ht-primary-600);}
.ht-crumb .is-current{color:var(--ht-primary);font-weight:600;}

/* ---------- 标签与徽章 ---------- */
.ht-badge{
  display:inline-flex;align-items:center;gap:6px;
  padding:5px 13px;border-radius:999px;
  font-size:12.5px;font-weight:600;letter-spacing:.02em;
  background:rgba(46,158,123,.12);color:var(--ht-primary-600);
}
.ht-badge-lime{background:rgba(201,242,106,.35);color:#42531A;}
.ht-badge-accent{background:rgba(255,106,61,.14);color:#C4491F;}
.ht-tag{
  display:inline-flex;align-items:center;
  padding:7px 15px;border-radius:999px;font-size:13px;
  background:var(--ht-surface);border:1px solid var(--ht-line);color:var(--ht-muted);
  transition:border-color .18s ease,color .18s ease,transform .18s ease;
}
.ht-tag:hover{border-color:var(--ht-primary-300);color:var(--ht-primary-600);transform:translateY(-2px);}

/* ---------- Hero ---------- */
.ht-hero{padding:40px 0 0;}
.ht-hero-card{
  position:relative;border-radius:28px;overflow:hidden;
  background:var(--ht-grad);
  box-shadow:0 24px 60px rgba(11,31,26,.18);
}
.ht-hero-media{
  position:absolute;inset:0;
  background-image:linear-gradient(100deg,rgba(11,31,26,.92) 0%,rgba(14,59,49,.72) 46%,rgba(46,158,123,.34) 100%),url("/assets/images/backpic/back-2.webp");
  background-size:cover;background-position:center;
}
.ht-hero-inner{position:relative;z-index:2;padding:64px 8px 60px;}
.ht-hero-copy{color:#fff;padding:8px 16px;}
.ht-hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 14px;border-radius:999px;
  background:rgba(255,255,255,.14);border:1px solid rgba(201,242,106,.5);
  color:var(--ht-lime);font-size:12.5px;font-weight:600;letter-spacing:.06em;
  margin-bottom:20px;
}
.ht-hero-copy h1{
  color:#fff;font-size:clamp(30px,4.2vw,50px);line-height:1.18;font-weight:700;
  margin-bottom:18px;
}
.ht-hero-copy h1 em{font-style:normal;color:var(--ht-lime);}
.ht-hero-copy p{
  color:rgba(255,255,255,.82);font-size:17px;line-height:1.8;max-width:460px;
  margin-bottom:26px;
}
.ht-hero-actions{display:flex;flex-wrap:wrap;gap:14px;}
.ht-hero-figure{
  position:relative;border-radius:20px;overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 22px 48px rgba(11,31,26,.34);
  aspect-ratio:16/11;background:rgba(255,255,255,.06);
}
.ht-hero-figure img{width:100%;height:100%;object-fit:cover;}
.ht-hero-float{
  position:absolute;left:22px;bottom:22px;right:22px;
  display:flex;flex-wrap:wrap;gap:10px;
}
.ht-chip{
  display:inline-flex;align-items:center;gap:7px;
  padding:8px 14px;border-radius:999px;
  background:rgba(11,31,26,.62);border:1px solid rgba(201,242,106,.4);
  color:#fff;font-size:12.5px;backdrop-filter:blur(6px);
}
.ht-chip i{color:var(--ht-lime);}

/* ---------- 数据横带 ---------- */
.ht-stats{
  margin-top:26px;
  background:var(--ht-surface);border:1px solid var(--ht-line);
  border-radius:24px;box-shadow:var(--ht-shadow);
  padding:26px 12px;
}
.ht-stat{text-align:center;padding:10px 14px;}
.ht-stat .num{
  font-size:30px;font-weight:700;color:var(--ht-primary);
  line-height:1.15;display:block;
}
.ht-stat .num small{font-size:15px;font-weight:600;color:var(--ht-primary-300);margin-left:2px;}
.ht-stat .lbl{font-size:12.5px;color:var(--ht-muted);letter-spacing:.04em;}
.ht-stat + .ht-stat{border-left:1px solid var(--ht-line);}
@media (max-width:1023px){.ht-stat + .ht-stat{border-left:none;border-top:1px solid var(--ht-line);}}

/* ---------- 通用区块标题 ---------- */
.ht-head{max-width:760px;margin-bottom:44px;}
.ht-head-center{margin-left:auto;margin-right:auto;text-align:center;}
.ht-head .ht-kicker{
  display:inline-flex;align-items:center;gap:9px;
  font-size:12.5px;font-weight:700;letter-spacing:.18em;color:var(--ht-primary-300);
  text-transform:uppercase;margin-bottom:14px;
}
.ht-head .ht-kicker::before{content:"";width:22px;height:2px;background:var(--ht-accent);border-radius:2px;}
.ht-head h2{font-size:clamp(25px,3vw,33px);line-height:1.32;font-weight:700;}
.ht-head p{color:var(--ht-muted);font-size:16px;margin-top:14px;margin-bottom:0;}

/* ---------- 图文交替 ---------- */
.ht-story{padding:88px 0;}
.ht-story + .ht-story{padding-top:0;}
.ht-story-figure{
  position:relative;border-radius:var(--ht-r-card);overflow:hidden;
  box-shadow:var(--ht-shadow);aspect-ratio:4/3;background:rgba(14,59,49,.08);
}
.ht-story-figure img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.ht-story-figure:hover img{transform:scale(1.03);}
.ht-story-figure .ht-fig-badge{
  position:absolute;left:18px;top:18px;
  background:rgba(11,31,26,.7);color:#fff;backdrop-filter:blur(6px);
  padding:7px 15px;border-radius:999px;font-size:12.5px;font-weight:600;
  border:1px solid rgba(201,242,106,.4);
}
.ht-story-body{padding:6px 0;}
.ht-story-body h3{font-size:clamp(21px,2.4vw,25px);line-height:1.45;font-weight:700;margin:16px 0 16px;}
.ht-story-body p{color:#38473F;margin-bottom:14px;}
.ht-story-list{margin-top:8px;display:flex;flex-direction:column;gap:12px;}
.ht-story-list li{
  display:flex;gap:12px;align-items:flex-start;
  font-size:15.5px;color:#38473F;
}
.ht-story-list li i{color:var(--ht-primary-300);margin-top:7px;font-size:12px;}
.ht-story-note{
  margin-top:22px;padding:18px 20px;
  border-left:4px solid var(--ht-accent);
  background:rgba(255,106,61,.06);
  border-radius:0 14px 14px 0;
  font-size:14.5px;color:#5A4A42;
}
.ht-story-reverse .ht-story-figure{order:2;}
@media (max-width:1023px){
  .ht-story-reverse .ht-story-figure{order:0;}
}

/* ---------- 关注清单（两栏要点） ---------- */
.ht-panel-dark{
  background:var(--ht-primary);color:#fff;border-radius:28px;
  padding:56px 44px;position:relative;overflow:hidden;
}
.ht-panel-dark::after{
  content:"";position:absolute;right:-80px;top:-80px;width:280px;height:280px;
  border-radius:50%;background:radial-gradient(circle,rgba(201,242,106,.24),transparent 70%);
}
.ht-panel-dark h2{color:#fff;font-size:clamp(24px,2.8vw,30px);line-height:1.35;}
.ht-panel-dark .ht-head p{color:rgba(255,255,255,.72);}
.ht-panel-dark .ht-kicker{color:var(--ht-lime);}
.ht-panel-dark .ht-kicker::before{background:var(--ht-accent);}
.ht-list-rows{display:flex;flex-direction:column;gap:14px;position:relative;z-index:2;}
.ht-row{
  display:flex;gap:16px;align-items:flex-start;
  padding:16px 18px;border-radius:16px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  transition:background .2s ease,transform .2s ease,border-color .2s ease;
}
.ht-row:hover{background:rgba(255,255,255,.1);transform:translateY(-2px);border-color:rgba(201,242,106,.4);}
.ht-row .ht-row-no{
  flex:0 0 auto;width:30px;height:30px;border-radius:9px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(201,242,106,.18);color:var(--ht-lime);
  font-size:13px;font-weight:700;
}
.ht-row h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:4px;}
.ht-row p{color:rgba(255,255,255,.68);font-size:14px;margin:0;line-height:1.7;}

/* ---------- 卡片 ---------- */
.ht-card{
  background:var(--ht-surface);border:1px solid var(--ht-line);
  border-radius:var(--ht-r-card);overflow:hidden;
  box-shadow:var(--ht-shadow);
  display:flex;flex-direction:column;height:100%;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.ht-card:hover{transform:translateY(-4px);box-shadow:var(--ht-shadow-hover);border-color:rgba(46,158,123,.3);}
.ht-card-media{position:relative;overflow:hidden;aspect-ratio:3/2;background:rgba(14,59,49,.08);}
.ht-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.ht-card:hover .ht-card-media img{transform:scale(1.04);}
.ht-card-media .ht-badge{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.92);}
.ht-card-body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto;}
.ht-card-body h3{font-size:19px;line-height:1.45;font-weight:600;}
.ht-card-body p{font-size:14.5px;color:var(--ht-muted);margin:0;line-height:1.75;}
.ht-card-foot{
  margin-top:auto;padding-top:14px;border-top:1px dashed var(--ht-line);
  display:flex;align-items:center;justify-content:space-between;
  font-size:13px;color:var(--ht-muted);
}
.ht-card-foot i{color:var(--ht-accent);}

/* ---------- FAQ ---------- */
.ht-faq{display:flex;flex-direction:column;gap:14px;}
.ht-faq details{
  background:var(--ht-surface);border:1px solid var(--ht-line);
  border-radius:16px;overflow:hidden;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ht-faq details[open]{border-color:rgba(46,158,123,.36);box-shadow:var(--ht-shadow);}
.ht-faq summary{
  list-style:none;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:20px 24px;font-size:17px;font-weight:600;color:var(--ht-ink);
  position:relative;
}
.ht-faq summary::-webkit-details-marker{display:none;}
.ht-faq summary::before{
  content:"";position:absolute;left:0;top:14px;bottom:14px;width:4px;
  background:var(--ht-accent);border-radius:0 4px 4px 0;
  opacity:0;transition:opacity .2s ease;
}
.ht-faq details[open] summary::before{opacity:1;}
.ht-faq summary i{color:var(--ht-primary-300);font-size:14px;transition:transform .25s ease;}
.ht-faq details[open] summary i{transform:rotate(180deg);}
.ht-faq .ht-answer{padding:0 24px 22px;color:var(--ht-muted);font-size:15px;line-height:1.85;}

/* ---------- CTA 与表单 ---------- */
.ht-cta{
  position:relative;overflow:hidden;border-radius:28px;
  background:var(--ht-grad-warm);
  padding:54px 44px;
  color:#fff;box-shadow:0 22px 52px rgba(255,106,61,.26);
}
.ht-cta::before{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(120deg,rgba(11,31,26,.72),rgba(11,31,26,.18)),url("/assets/images/backpic/back-3.webp");
  background-size:cover;background-position:center;opacity:.42;
}
.ht-cta-inner{position:relative;z-index:2;}
.ht-cta h2{color:#fff;font-size:clamp(24px,2.8vw,31px);line-height:1.35;margin-bottom:12px;}
.ht-cta p{color:rgba(255,255,255,.86);font-size:15.5px;margin-bottom:0;max-width:520px;}
.ht-form{display:flex;gap:10px;flex-wrap:wrap;}
.ht-form input{
  flex:1 1 220px;min-width:0;
  height:48px;padding:0 18px;border-radius:var(--ht-r-input);
  border:1px solid rgba(255,255,255,.46);background:rgba(255,255,255,.94);
  color:var(--ht-ink);font-size:15px;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.ht-form input::placeholder{color:#98A39C;}
.ht-form input:focus{
  outline:none;border-color:#fff;
  box-shadow:0 0 0 3px rgba(201,242,106,.45);
}
.ht-form .ht-btn{flex:0 0 auto;height:48px;padding:0 28px;background:var(--ht-primary);box-shadow:0 8px 22px rgba(11,31,26,.28);}
.ht-form .ht-btn:hover{background:#0b2f27;}
.ht-form-note{font-size:13px;color:rgba(255,255,255,.72);margin-top:12px;margin-bottom:0;}

/* ---------- 分类入口 ---------- */
.ht-entry{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:20px 22px;border-radius:18px;
  background:var(--ht-surface);border:1px solid var(--ht-line);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
  color:var(--ht-ink);height:100%;
}
.ht-entry:hover{transform:translateY(-3px);border-color:rgba(46,158,123,.36);box-shadow:var(--ht-shadow);color:var(--ht-ink);}
.ht-entry strong{display:block;font-size:16px;font-weight:600;margin-bottom:4px;}
.ht-entry span{font-size:13.5px;color:var(--ht-muted);}
.ht-entry i{color:var(--ht-accent);font-size:14px;flex:0 0 auto;}

/* ---------- 页脚 ---------- */
.ht-footer{background:var(--ht-primary);color:rgba(255,255,255,.78);padding:64px 0 28px;margin-top:88px;}
.ht-footer h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:16px;}
.ht-footer-brand{display:flex;flex-direction:column;gap:14px;}
.ht-footer-logo{
  display:inline-flex;align-items:center;gap:9px;
  color:#fff;font-size:18px;font-weight:700;letter-spacing:.03em;
}
.ht-footer p{font-size:14px;line-height:1.8;color:rgba(255,255,255,.66);margin:0;}
.ht-footer-links{display:flex;flex-direction:column;gap:11px;}
.ht-footer-links a{
  color:rgba(255,255,255,.78);font-size:14.5px;
  transition:color .18s ease,transform .18s ease;
  display:inline-block;
}
.ht-footer-links a:hover{color:var(--ht-lime);transform:translateX(2px);}
.ht-footer-contact{display:flex;flex-direction:column;gap:11px;font-size:14.5px;color:rgba(255,255,255,.78);}
.ht-footer-form{display:flex;gap:8px;flex-wrap:wrap;}
.ht-footer-form input{
  flex:1 1 140px;min-width:0;height:44px;padding:0 14px;
  border-radius:var(--ht-r-input);border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.1);color:#fff;font-size:14px;
  transition:border-color .18s ease,background .18s ease;
}
.ht-footer-form input::placeholder{color:rgba(255,255,255,.5);}
.ht-footer-form input:focus{outline:none;border-color:var(--ht-lime);background:rgba(255,255,255,.16);}
.ht-footer-form button{
  height:44px;padding:0 20px;border:none;border-radius:var(--ht-r-input);
  background:var(--ht-accent);color:#fff;font-size:14px;font-weight:600;cursor:pointer;
  transition:background .18s ease,transform .18s ease;
}
.ht-footer-form button:hover{background:#ff7b52;transform:translateY(-2px);}
.ht-footer-bottom{
  margin-top:48px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);
  display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;
  font-size:12.5px;color:rgba(255,255,255,.52);
}

/* ---------- 响应式 ---------- */
@media (max-width:1199px){
  .ht-container{padding:0 24px;}
  .ht-nav-side{gap:22px;}
}
@media (max-width:1023px){
  .ht-nav-side.ht-nav-left,
  .ht-nav-side.ht-nav-right .ht-nav-link,
  .ht-nav-cta{display:none;}
  .ht-nav-right{flex:0 0 auto;gap:0;}
  .ht-burger{display:inline-flex;}
  .ht-nav{min-height:68px;}
  .ht-section{padding:64px 0;}
  .ht-story{padding:64px 0;}
  .ht-hero-inner{padding:48px 0 44px;}
  .ht-hero-copy{padding:8px 16px 26px;}
  .ht-hero-figure{margin:0 16px;}
  .ht-panel-dark{padding:40px 26px;}
  .ht-cta{padding:40px 26px;}
  .ht-footer{padding:52px 0 24px;margin-top:64px;}
}
@media (max-width:767px){
  body{font-size:16px;}
  .ht-container{padding:0 16px;}
  .ht-gutter > .cell{padding-left:12px;padding-right:12px;}
  .ht-section{padding:56px 0;}
  .ht-story{padding:56px 0;}
  .ht-hero{padding:24px 0 0;}
  .ht-hero-inner{padding:34px 0 32px;}
  .ht-hero-figure{aspect-ratio:16/10;margin:0 12px;}
  .ht-hero-copy h1{font-size:29px;}
  .ht-hero-copy p{font-size:15.5px;}
  .ht-head{margin-bottom:32px;}
  .ht-card-body{padding:20px;}
  .ht-faq summary{padding:17px 18px;font-size:16px;}
  .ht-faq .ht-answer{padding:0 18px 18px;}
  .ht-cta{padding:32px 20px;border-radius:22px;}
  .ht-form .ht-btn{width:100%;}
  .ht-footer-bottom{flex-direction:column;}
}
@media (max-width:520px){
  .ht-logo-main{font-size:18px;}
  .ht-hero-actions .ht-btn{width:100%;}
  .ht-stat .num{font-size:25px;}
}

/* roulang page: article */
:root{
  --ht-primary:#0E3B31;
  --ht-primary-600:#17634F;
  --ht-primary-300:#2E9E7B;
  --ht-accent:#FF6A3D;
  --ht-lime:#C9F26A;
  --ht-bg:#F7F5EF;
  --ht-surface:#FFFFFF;
  --ht-line:#E3E0D6;
  --ht-muted:#6B7A73;
  --ht-ink:#0B1F1A;
  --ht-grad:linear-gradient(135deg,#0E3B31 0%,#17634F 52%,#2E9E7B 100%);
  --ht-grad-accent:linear-gradient(120deg,#FF6A3D,#FFB03A);
  --ht-shadow:0 10px 30px rgba(11,31,26,.07);
  --ht-shadow-hover:0 18px 44px rgba(11,31,26,.14);
  --ht-r-lg:24px;
  --ht-r:20px;
  --ht-r-sm:14px;
  --ht-container:1200px;
}
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  font-family:"PingFang SC","HarmonyOS Sans SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  font-size:16.5px;
  line-height:1.85;
  letter-spacing:.01em;
  color:var(--ht-ink);
  background:var(--ht-bg);
  font-variant-numeric:tabular-nums;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;border:0;}
a{color:var(--ht-primary-600);text-decoration:none;transition:color .18s ease,background-color .18s ease,transform .18s ease,border-color .18s ease;}
a:hover{color:var(--ht-accent);}
button,input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;}
h1,h2,h3,h4{margin:0;font-weight:700;letter-spacing:.01em;}
p{margin:0;}
ul,ol{margin:0;}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--ht-lime);outline-offset:2px;border-radius:8px;}

/* ---------- 容器 ---------- */
.ht-container{width:100%;max-width:var(--ht-container);margin:0 auto;padding-left:32px;padding-right:32px;}
.ht-container-wide{max-width:1280px;}

/* ---------- 顶部导航 ---------- */
.ht-header{
  position:sticky;top:0;z-index:60;
  background:rgba(247,245,239,.94);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border-bottom:1px solid transparent;
  transition:box-shadow .22s ease,border-color .22s ease,background-color .22s ease;
}
.ht-header.is-stuck{background:rgba(255,255,255,.96);border-bottom-color:var(--ht-line);box-shadow:0 6px 20px rgba(11,31,26,.06);}
.ht-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:78px;transition:min-height .22s ease;}
.ht-header.is-stuck .ht-nav{min-height:70px;}
.ht-nav-side{display:flex;align-items:center;gap:28px;flex:1 1 0;min-width:0;}
.ht-nav-left{justify-content:flex-start;}
.ht-nav-right{justify-content:flex-end;}
.ht-nav-link{
  position:relative;display:inline-flex;align-items:center;height:44px;
  font-size:15px;font-weight:500;color:var(--ht-ink);white-space:nowrap;
}
.ht-nav-link::after{
  content:"";position:absolute;left:0;right:0;bottom:6px;height:2px;border-radius:2px;
  background:var(--ht-accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease;
}
.ht-nav-link:hover{color:var(--ht-primary);}
.ht-nav-link:hover::after,.ht-nav-link.is-active::after{transform:scaleX(1);}
.ht-nav-link.is-active{color:var(--ht-primary);font-weight:600;}
.ht-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 14px;border-radius:16px;flex:0 0 auto;}
.ht-logo-main{display:inline-flex;align-items:center;gap:8px;font-size:23px;font-weight:800;color:var(--ht-primary);letter-spacing:.02em;line-height:1.2;}
.ht-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:var(--ht-grad);color:#fff;font-size:15px;}
.ht-logo-sub{font-size:11.5px;font-weight:500;letter-spacing:.28em;text-indent:.28em;color:var(--ht-muted);}
.ht-logo:hover .ht-logo-main{color:var(--ht-primary-600);}
.ht-burger{
  display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--ht-line);
  background:var(--ht-surface);color:var(--ht-primary);align-items:center;justify-content:center;
  font-size:17px;cursor:pointer;transition:border-color .18s ease,transform .18s ease;
}
.ht-burger:hover{border-color:var(--ht-primary-300);transform:translateY(-1px);}

/* ---------- 移动端整屏面板 ---------- */
.ht-panel{position:fixed;inset:0;z-index:90;display:none;background:var(--ht-primary);padding:22px 22px 34px;overflow-y:auto;}
.ht-panel.is-open{display:block;}
.ht-panel-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;}
.ht-panel-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:19px;font-weight:700;}
.ht-panel-close{width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;font-size:17px;cursor:pointer;}
.ht-panel-links{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.14);}
.ht-panel-links a{
  display:flex;align-items:center;justify-content:space-between;
  height:56px;font-size:17px;color:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(255,255,255,.14);
}
.ht-panel-links a:hover{color:var(--ht-lime);transform:translateX(2px);}
.ht-panel-links a i{font-size:13px;opacity:.6;}
.ht-panel-bottom{margin-top:26px;display:flex;flex-direction:column;gap:14px;}
.ht-panel-note{font-size:13.5px;color:rgba(255,255,255,.6);line-height:1.7;}

/* ---------- 按钮 ---------- */
.ht-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:48px;padding:0 26px;border-radius:999px;border:1px solid transparent;
  font-size:15px;font-weight:600;cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;
}
.ht-btn i{font-size:13px;}
.ht-btn-primary{background:var(--ht-accent);color:#fff;box-shadow:0 10px 24px rgba(255,106,61,.3);}
.ht-btn-primary:hover{color:#fff;background:#FF7C55;transform:translateY(-2px);box-shadow:0 16px 34px rgba(255,106,61,.36);}
.ht-btn-primary:active{transform:translateY(1px);box-shadow:0 6px 16px rgba(255,106,61,.3);}
.ht-btn-ghost{background:transparent;border-color:rgba(14,59,49,.24);color:var(--ht-primary);}
.ht-btn-ghost:hover{border-color:var(--ht-primary);color:var(--ht-primary);transform:translateY(-2px);}
.ht-btn-ghost:active{transform:translateY(1px);}
.ht-btn-light{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.34);color:#fff;}
.ht-btn-light:hover{background:rgba(255,255,255,.24);color:#fff;transform:translateY(-2px);}
.ht-btn-sm{height:40px;padding:0 20px;font-size:14px;}

/* ---------- 徽章 / 标签 ---------- */
.ht-badge{
  display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 14px;border-radius:999px;
  background:rgba(46,158,123,.12);color:var(--ht-primary-600);
  font-size:12.5px;font-weight:600;letter-spacing:.04em;white-space:nowrap;
}
.ht-badge-accent{background:rgba(255,106,61,.13);color:#C14216;}
.ht-badge-lime{background:rgba(201,242,106,.4);color:#3D5B0C;}

/* ---------- 面包屑 ---------- */
.ht-crumb-wrap{background:var(--ht-surface);border-bottom:1px solid var(--ht-line);}
.ht-crumb{
  display:flex;flex-wrap:wrap;align-items:center;gap:9px;
  padding:16px 0;font-size:13.5px;color:var(--ht-muted);
}
.ht-crumb a{color:var(--ht-muted);}
.ht-crumb a:hover{color:var(--ht-accent);}
.ht-crumb .ht-sep{opacity:.45;}
.ht-crumb-cur{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ht-ink);}

/* ---------- 文章头部 ---------- */
.ht-art-head{padding:44px 0 40px;background:linear-gradient(180deg,#FFFFFF 0%,#F7F5EF 100%);}
.ht-art-title{
  font-size:clamp(28px,3.6vw,44px);line-height:1.22;font-weight:700;
  max-width:880px;margin:16px 0 20px;
}
.ht-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;font-size:13.5px;color:var(--ht-muted);}
.ht-meta-item{display:inline-flex;align-items:center;gap:7px;}
.ht-meta-item i{font-size:12px;color:var(--ht-primary-300);}
.ht-meta-sep{width:1px;height:13px;background:var(--ht-line);}

/* ---------- 封面 ---------- */
.ht-cover-wrap{padding:0 0 8px;}
.ht-cover{
  position:relative;border-radius:var(--ht-r);overflow:hidden;
  aspect-ratio:16/9;background:rgba(14,59,49,.08);
  box-shadow:var(--ht-shadow);
}
.ht-cover img{width:100%;height:100%;object-fit:cover;}
.ht-cover-cap{margin-top:10px;font-size:13px;color:var(--ht-muted);}

/* ---------- 正文区 ---------- */
.ht-gutter{margin-left:-16px;margin-right:-16px;}
.ht-gutter > .cell{padding-left:16px;padding-right:16px;}
.ht-body{padding:56px 0 88px;}
.ht-post{
  background:var(--ht-surface);border:1px solid var(--ht-line);
  border-radius:var(--ht-r-lg);padding:40px 44px;box-shadow:var(--ht-shadow);
}
.ht-post > *:first-child{margin-top:0;}
.ht-post h2{
  position:relative;font-size:26px;line-height:1.36;font-weight:700;
  margin:42px 0 16px;padding-left:15px;
}
.ht-post h2::before{
  content:"";position:absolute;left:0;top:.16em;bottom:.16em;width:4px;border-radius:4px;background:var(--ht-accent);
}
.ht-post h3{font-size:20px;line-height:1.45;font-weight:600;margin:30px 0 12px;}
.ht-post h4{font-size:17px;font-weight:600;margin:24px 0 10px;}
.ht-post p{margin:0 0 1.2em;}
.ht-post ul,.ht-post ol{padding-left:1.35em;margin:0 0 1.4em;line-height:1.9;}
.ht-post li{margin-bottom:.45em;}
.ht-post blockquote{
  margin:24px 0;padding:18px 22px;border-radius:12px;
  background:rgba(46,158,123,.09);border-left:4px solid var(--ht-primary-300);
  color:var(--ht-primary);
}
.ht-post blockquote p:last-child{margin-bottom:0;}
.ht-post img{border-radius:14px;margin:22px auto;}
.ht-post a{color:var(--ht-primary-600);border-bottom:1px solid rgba(23,99,79,.32);}
.ht-post a:hover{color:var(--ht-accent);border-color:var(--ht-accent);}
.ht-post table{width:100%;border-collapse:collapse;margin:22px 0;font-size:15px;}
.ht-post th,.ht-post td{border:1px solid var(--ht-line);padding:11px 14px;text-align:left;}
.ht-post th{background:#F1EFE7;font-weight:600;}
.ht-post hr{border:0;border-top:1px solid var(--ht-line);margin:32px 0;}
.ht-post code{background:#F1EFE7;border-radius:6px;padding:2px 6px;font-size:14.5px;}

/* ---------- 标签 ---------- */
.ht-tags{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:26px;}
.ht-tags-label{font-size:13.5px;color:var(--ht-muted);margin-right:2px;}
.ht-tag{
  display:inline-flex;align-items:center;height:34px;padding:0 16px;border-radius:999px;
  background:var(--ht-surface);border:1px solid var(--ht-line);
  font-size:13.5px;color:var(--ht-muted);
}
.ht-tag:hover{border-color:var(--ht-primary-300);color:var(--ht-primary);transform:translateY(-2px);}

/* ---------- 空态 ---------- */
.ht-empty{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:14px;min-height:220px;padding:40px 24px;text-align:center;
  border:1px dashed var(--ht-line);border-radius:var(--ht-r);
  color:var(--ht-muted);background:rgba(247,245,239,.7);
}
.ht-empty i{font-size:30px;color:var(--ht-primary-300);}
.ht-empty p{font-size:15px;margin:0;}

/* ---------- 侧栏 ---------- */
.ht-side{position:sticky;top:104px;display:flex;flex-direction:column;gap:20px;}
.ht-side-card{
  background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:var(--ht-r);
  padding:24px;box-shadow:var(--ht-shadow);
}
.ht-side-card h3{font-size:16px;font-weight:700;margin:0 0 14px;}
.ht-side-list{display:flex;flex-direction:column;gap:4px;}
.ht-side-list a{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:10px 12px;border-radius:12px;font-size:14.5px;color:var(--ht-ink);
}
.ht-side-list a i{font-size:12px;color:var(--ht-muted);transition:transform .18s ease;}
.ht-side-list a:hover{background:rgba(46,158,123,.1);color:var(--ht-primary);transform:translateX(2px);}
.ht-side-list a:hover i{transform:translateX(2px);color:var(--ht-primary-300);}
.ht-side-grad{background:var(--ht-grad);border:0;color:rgba(255,255,255,.88);}
.ht-side-grad h3{color:#fff;}
.ht-side-grad p{font-size:14px;line-height:1.75;margin:0 0 16px;}
.ht-side-grad .ht-btn{width:100%;}
.ht-side-fact{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.22);font-size:13.5px;}
.ht-side-fact:last-of-type{border-bottom:0;margin-bottom:14px;}
.ht-side-fact b{font-size:15px;color:var(--ht-lime);font-weight:700;}

/* ---------- 板块标题 ---------- */
.ht-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px;}
.ht-sec-head h2{font-size:28px;line-height:1.3;}
.ht-sec-head p{margin:8px 0 0;font-size:14.5px;color:var(--ht-muted);}
.ht-more{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:600;color:var(--ht-primary-600);white-space:nowrap;}
.ht-more:hover{color:var(--ht-accent);}

/* ---------- 卡片 ---------- */
.ht-card{
  display:flex;flex-direction:column;height:100%;overflow:hidden;
  background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:var(--ht-r);
  box-shadow:var(--ht-shadow);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.ht-card:hover{transform:translateY(-4px);box-shadow:var(--ht-shadow-hover);border-color:rgba(14,59,49,.2);}
.ht-card-media{position:relative;aspect-ratio:3/2;overflow:hidden;background:rgba(14,59,49,.08);}
.ht-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.ht-card:hover .ht-card-media img{transform:scale(1.03);}
.ht-card-media .ht-badge{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.92);color:var(--ht-primary);}
.ht-card-body{display:flex;flex-direction:column;gap:10px;padding:22px 24px 24px;flex:1;}
.ht-card-body h3{font-size:17.5px;line-height:1.45;font-weight:600;}
.ht-card-body p{font-size:14.5px;line-height:1.7;color:var(--ht-muted);}
.ht-card-foot{
  margin-top:auto;display:flex;align-items:center;justify-content:space-between;
  font-size:13px;color:var(--ht-muted);padding-top:4px;
}
.ht-card-foot i{color:var(--ht-primary-300);}

/* ---------- 返回入口 ---------- */
.ht-backline{padding:0 0 78px;}
.ht-backline .ht-inner{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;
  background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:var(--ht-r);
  padding:22px 26px;box-shadow:var(--ht-shadow);
}
.ht-backline p{font-size:14.5px;color:var(--ht-muted);margin:0;}

/* ---------- 订阅条 ---------- */
.ht-cta{padding:0 0 88px;}
.ht-cta-box{
  position:relative;overflow:hidden;border-radius:var(--ht-r-lg);
  background:var(--ht-grad);color:#fff;padding:48px 52px;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:28px;
}
.ht-cta-box::after{
  content:"";position:absolute;right:-70px;top:-70px;width:280px;height:280px;border-radius:50%;
  background:radial-gradient(circle,rgba(201,242,106,.28),rgba(201,242,106,0) 68%);
  pointer-events:none;
}
.ht-cta-text{position:relative;z-index:1;max-width:540px;}
.ht-cta-text h2{font-size:28px;line-height:1.3;color:#fff;}
.ht-cta-text p{margin-top:10px;font-size:14.5px;line-height:1.75;color:rgba(255,255,255,.8);}
.ht-cta-form{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px;align-items:center;}
.ht-cta-form input{
  height:48px;min-width:250px;padding:0 20px;border-radius:999px;
  border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);color:#fff;
  transition:border-color .18s ease,background-color .18s ease;
}
.ht-cta-form input::placeholder{color:rgba(255,255,255,.6);}
.ht-cta-form input:focus{outline:none;border-color:var(--ht-lime);background:rgba(255,255,255,.2);box-shadow:0 0 0 3px rgba(201,242,106,.22);}

/* ---------- 页脚 ---------- */
.ht-footer{background:var(--ht-primary);color:rgba(255,255,255,.82);padding:64px 0 26px;}
.ht-footer h4{font-size:15px;font-weight:700;color:#fff;margin:0 0 16px;}
.ht-footer-brand{max-width:330px;}
.ht-footer-logo{display:inline-flex;align-items:center;gap:9px;font-size:18px;font-weight:700;color:#fff;margin-bottom:14px;}
.ht-footer-brand p{font-size:14px;line-height:1.8;color:rgba(255,255,255,.66);}
.ht-footer-links{display:flex;flex-direction:column;gap:10px;}
.ht-footer-links a{font-size:14px;color:rgba(255,255,255,.72);}
.ht-footer-links a:hover{color:var(--ht-lime);transform:translateX(2px);}
.ht-footer-contact{display:flex;flex-direction:column;gap:10px;font-size:14px;color:rgba(255,255,255,.7);}
.ht-footer-form{display:flex;gap:10px;margin-top:6px;}
.ht-footer-form input{
  flex:1;height:44px;padding:0 16px;border-radius:12px;
  border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);color:#fff;
}
.ht-footer-form input::placeholder{color:rgba(255,255,255,.5);}
.ht-footer-form input:focus{outline:none;border-color:var(--ht-lime);box-shadow:0 0 0 3px rgba(201,242,106,.18);}
.ht-footer-form button{
  height:44px;padding:0 20px;border-radius:999px;border:0;cursor:pointer;
  background:var(--ht-accent);color:#fff;font-weight:600;font-size:14px;
  transition:transform .18s ease,background-color .18s ease;
}
.ht-footer-form button:hover{background:#FF7C55;transform:translateY(-2px);}
.ht-footer-bottom{
  margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);
  display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;
  font-size:12.5px;color:rgba(255,255,255,.55);
}

/* ---------- 响应式 ---------- */
@media (max-width:1180px){
  .ht-nav-side{gap:18px;}
  .ht-nav-link{font-size:14.5px;}
}
@media (max-width:1023px){
  .ht-container{padding-left:24px;padding-right:24px;}
  .ht-nav-left,.ht-nav-right .ht-nav-link,.ht-nav-right .ht-nav-cta{display:none;}
  .ht-burger{display:inline-flex;}
  .ht-nav-left{flex:1 1 0;}
  .ht-nav-right{flex:1 1 0;}
  .ht-nav{min-height:70px;}
  .ht-art-head{padding:32px 0 30px;}
  .ht-body{padding:40px 0 64px;}
  .ht-post{padding:30px 26px;border-radius:var(--ht-r);}
  .ht-side{position:static;}
  .ht-cta-box{padding:36px 28px;}
  .ht-cta-form input{min-width:0;width:100%;}
  .ht-cta-form .ht-btn{width:100%;}
  .ht-backline{padding-bottom:56px;}
  .ht-cta{padding-bottom:64px;}
}
@media (max-width:640px){
  .ht-container{padding-left:16px;padding-right:16px;}
  body{font-size:16px;}
  .ht-logo-main{font-size:20px;}
  .ht-logo-mark{width:28px;height:28px;font-size:13px;}
  .ht-logo-sub{letter-spacing:.2em;text-indent:.2em;font-size:10.5px;}
  .ht-art-title{font-size:26px;}
  .ht-crumb-cur{max-width:150px;}
  .ht-post{padding:24px 18px;}
  .ht-post h2{font-size:21px;}
  .ht-post h3{font-size:18px;}
  .ht-sec-head{flex-direction:column;align-items:flex-start;gap:10px;}
  .ht-sec-head h2{font-size:22px;}
  .ht-cta-text h2{font-size:22px;}
  .ht-cta-box{padding:30px 20px;}
  .ht-footer{padding:48px 0 22px;}
  .ht-footer-form{flex-direction:column;}
  .ht-footer-form button{width:100%;}
  .ht-backline .ht-inner{padding:18px;}
}

/* roulang page: category2 */
:root{
  --ht-primary:#0E3B31;
  --ht-primary-600:#17634F;
  --ht-primary-300:#2E9E7B;
  --ht-accent:#FF6A3D;
  --ht-accent-2:#FFB03A;
  --ht-lime:#C9F26A;
  --ht-bg:#F7F5EF;
  --ht-surface:#FFFFFF;
  --ht-line:#E3E0D6;
  --ht-muted:#6B7A73;
  --ht-ink:#0B1F1A;
  --ht-grad:linear-gradient(135deg,#0E3B31 0%,#17634F 52%,#2E9E7B 100%);
  --ht-grad-accent:linear-gradient(120deg,#FF6A3D,#FFB03A);
  --ht-r-card:22px;
  --ht-r-img:16px;
  --ht-sh:0 10px 30px rgba(11,31,26,.07);
  --ht-sh-hover:0 18px 44px rgba(11,31,26,.14);
  --ht-sh-nav:0 6px 20px rgba(11,31,26,.06);
  --ht-sec:88px;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--ht-bg);
  color:var(--ht-ink);
  font-family:"PingFang SC","HarmonyOS Sans SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  font-size:16.5px;
  line-height:1.85;
  letter-spacing:.01em;
  -webkit-font-smoothing:antialiased;
  font-variant-numeric:tabular-nums;
}
img{max-width:100%;display:block;border:0;}
a{color:var(--ht-primary-600);text-decoration:none;transition:color .18s ease,transform .18s ease;}
a:hover,a:focus{color:var(--ht-accent);}
h1,h2,h3,h4{margin:0;font-weight:700;line-height:1.3;color:var(--ht-ink);}
h1{font-size:clamp(30px,4vw,48px);line-height:1.2;}
h2{font-size:clamp(24px,2.6vw,32px);}
h3{font-size:20px;line-height:1.45;font-weight:600;}
p{margin:0;}
ul,ol{margin:0;padding:0;list-style:none;}
button,input,select,textarea{font-family:inherit;font-size:inherit;}
button{cursor:pointer;}
:focus-visible{outline:2px solid var(--ht-lime);outline-offset:2px;}

.ht-container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px;}
.ht-container-wide{max-width:1280px;}
.ht-gutter{margin-left:-14px;margin-right:-14px;}
.ht-gutter > .cell{padding-left:14px;padding-right:14px;}

/* ===== 导航 ===== */
.ht-header{
  position:sticky;top:0;z-index:60;
  background:rgba(247,245,239,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;
  transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.ht-header.is-scrolled{background:rgba(255,255,255,.97);border-bottom-color:var(--ht-line);box-shadow:var(--ht-sh-nav);}
.ht-nav{display:flex;align-items:center;justify-content:space-between;height:84px;transition:height .25s ease;}
.ht-header.is-scrolled .ht-nav{height:72px;}
.ht-nav-side{display:flex;align-items:center;gap:32px;flex:1 1 0;min-width:0;}
.ht-nav-left{justify-content:flex-start;}
.ht-nav-right{justify-content:flex-end;gap:24px;}
.ht-nav-link{position:relative;font-size:15px;font-weight:500;color:var(--ht-ink);padding:6px 0;white-space:nowrap;}
.ht-nav-link::after{
  content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;
  background:var(--ht-primary-300);border-radius:2px;
  opacity:0;transform:scaleX(.4);transition:opacity .18s ease,transform .18s ease;
}
.ht-nav-link:hover::after,.ht-nav-link.is-active::after{opacity:1;transform:scaleX(1);}
.ht-nav-link.is-active{color:var(--ht-primary);font-weight:600;}
.ht-logo{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;text-align:center;line-height:1.1;}
.ht-logo-main{display:inline-flex;align-items:center;gap:9px;font-size:22px;font-weight:700;color:var(--ht-primary);}
.ht-logo-mark{
  width:30px;height:30px;border-radius:9px;background:var(--ht-grad);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-size:14px;
}
.ht-logo-sub{font-size:11px;letter-spacing:.34em;color:var(--ht-muted);margin-top:5px;padding-left:.34em;}
.ht-burger{
  display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--ht-line);
  background:#fff;color:var(--ht-primary);font-size:17px;align-items:center;justify-content:center;
  transition:background .2s ease,border-color .2s ease;
}
.ht-burger:hover{background:rgba(46,158,123,.1);border-color:rgba(46,158,123,.4);}
.ht-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:48px;padding:0 26px;border-radius:999px;border:1px solid transparent;
  background:var(--ht-accent);color:#fff;font-size:15px;font-weight:600;line-height:1;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.ht-btn:hover{color:#fff;filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 12px 26px rgba(255,106,61,.28);}
.ht-btn:active{transform:translateY(1px);box-shadow:none;}
.ht-btn-primary{background:var(--ht-primary-600);}
.ht-btn-primary:hover{box-shadow:0 12px 26px rgba(23,99,79,.26);}
.ht-btn-line{background:transparent;border-color:rgba(255,255,255,.5);color:#fff;}
.ht-btn-line:hover{background:rgba(255,255,255,.14);border-color:#fff;box-shadow:none;}
.ht-btn-ghost{background:#fff;border-color:var(--ht-line);color:var(--ht-primary);}
.ht-btn-ghost:hover{color:var(--ht-primary);border-color:rgba(14,59,49,.28);box-shadow:0 12px 26px rgba(11,31,26,.1);}
.ht-btn-sm{height:40px;padding:0 20px;font-size:14px;}
.ht-nav-cta{flex:0 0 auto;}

/* 移动端面板 */
.ht-panel{
  position:fixed;inset:0;z-index:90;background:#fff;
  padding:22px 24px 40px;overflow-y:auto;
  opacity:0;visibility:hidden;transform:translateY(-14px);
  transition:opacity .24s ease,transform .24s ease,visibility .24s ease;
}
.ht-panel.is-open{opacity:1;visibility:visible;transform:none;}
.ht-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--ht-line);}
.ht-panel-close{
  width:44px;height:44px;border-radius:12px;border:1px solid var(--ht-line);background:#fff;
  color:var(--ht-primary);font-size:18px;display:inline-flex;align-items:center;justify-content:center;
}
.ht-panel-close:hover{background:rgba(46,158,123,.1);}
.ht-panel-nav{margin-top:10px;}
.ht-panel-link{
  display:flex;align-items:center;justify-content:space-between;
  font-size:17px;font-weight:500;color:var(--ht-ink);
  min-height:56px;padding:12px 2px;border-bottom:1px solid var(--ht-line);
}
.ht-panel-link::after{content:"\f054";font-family:"Font Awesome 6 Free";font-weight:900;font-size:12px;color:var(--ht-primary-300);}
.ht-panel-link.is-active{color:var(--ht-primary);font-weight:700;}
.ht-panel-foot{margin-top:26px;}
.ht-panel-foot .ht-btn{width:100%;}
.ht-panel-foot p{margin-top:14px;font-size:14px;color:var(--ht-muted);}

/* ===== 面包屑 ===== */
.ht-crumb{padding:26px 0 0;}
.ht-crumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:13.5px;color:var(--ht-muted);}
.ht-crumb a{color:var(--ht-muted);}
.ht-crumb a:hover{color:var(--ht-accent);}
.ht-crumb .sep{color:#C9C4B4;}
.ht-crumb .current{color:var(--ht-ink);font-weight:600;}

/* ===== Hero ===== */
.ht-hero{
  position:relative;overflow:hidden;margin-top:22px;border-radius:28px;color:#fff;box-shadow:var(--ht-sh);
  background-image:
    linear-gradient(118deg,rgba(11,31,26,.95) 0%,rgba(14,59,49,.9) 44%,rgba(23,99,79,.72) 100%),
    url("/assets/images/backpic/back-2.webp");
  background-size:cover;background-position:center;
}
.ht-hero-inner{padding:58px 52px 54px;}
.ht-hero-tag{
  display:inline-flex;align-items:center;gap:9px;padding:7px 16px;border-radius:999px;
  background:rgba(201,242,106,.16);border:1px solid rgba(201,242,106,.45);
  color:var(--ht-lime);font-size:13px;font-weight:600;letter-spacing:.06em;
}
.ht-hero h1{color:#fff;margin-top:22px;}
.ht-hero-sub{margin-top:18px;font-size:17px;line-height:1.8;color:rgba(255,255,255,.82);max-width:640px;}
.ht-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px;}
.ht-hero-meta{display:flex;flex-wrap:wrap;gap:22px;margin-top:28px;font-size:13px;color:rgba(255,255,255,.68);}
.ht-hero-meta span{display:inline-flex;align-items:center;gap:8px;}
.ht-hero-meta i{color:var(--ht-lime);}
.ht-hero-figure{
  border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.18);
  box-shadow:0 22px 54px rgba(0,0,0,.3);margin-top:6px;
}
.ht-hero-figure img{width:100%;aspect-ratio:16/10;object-fit:cover;background:rgba(255,255,255,.08);}
.ht-hero-figure figcaption{font-size:12.5px;color:rgba(255,255,255,.62);padding:12px 16px;background:rgba(0,0,0,.18);}

/* ===== 数据徽章横带 ===== */
.ht-stats{
  margin-top:36px;background:var(--ht-surface);border:1px solid var(--ht-line);
  border-radius:24px;box-shadow:var(--ht-sh);padding:26px 8px;
}
.ht-stat{text-align:center;padding:8px 16px;}
.ht-stat-num{font-size:30px;font-weight:700;color:var(--ht-primary);line-height:1.1;}
.ht-stat-num em{font-style:normal;font-size:15px;color:var(--ht-primary-300);margin-left:4px;font-weight:600;}
.ht-stat-label{font-size:13px;color:var(--ht-muted);margin-top:8px;line-height:1.6;}
@media (min-width:1024px){
  .ht-stat.is-div{border-left:1px solid var(--ht-line);}
}

/* ===== 板块通用 ===== */
.ht-section{padding-top:var(--ht-sec);}
.ht-sec-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:36px;}
.ht-sec-kicker{
  display:inline-flex;align-items:center;gap:10px;
  font-size:13px;font-weight:600;color:var(--ht-primary-300);letter-spacing:.18em;margin-bottom:12px;
}
.ht-sec-kicker::before{content:"";width:22px;height:2px;border-radius:2px;background:var(--ht-accent);}
.ht-sec-desc{color:var(--ht-muted);font-size:15.5px;max-width:640px;margin-top:14px;}
.ht-badge{
  display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;
  font-size:12px;font-weight:600;background:rgba(46,158,123,.12);color:var(--ht-primary-600);
}
.ht-badge-accent{background:rgba(255,106,61,.13);color:#C9401A;}
.ht-badge-lime{background:rgba(201,242,106,.42);color:#3F5C0C;}

/* ===== 时间线 ===== */
.ht-timeline{margin-top:6px;}
.ht-tl-item{
  position:relative;display:grid;grid-template-columns:64px 1fr;gap:22px;padding-bottom:30px;
}
.ht-tl-rail{position:relative;}
.ht-tl-dot{
  position:absolute;left:0;top:4px;width:24px;height:24px;border-radius:50%;
  background:#fff;border:2px solid var(--ht-primary-300);
  box-shadow:0 0 0 4px rgba(46,158,123,.13);z-index:1;
}
.ht-tl-rail::after{
  content:"";position:absolute;left:11px;top:34px;bottom:-30px;width:2px;
  background:linear-gradient(180deg,rgba(46,158,123,.5),var(--ht-line));
}
.ht-tl-item:last-child{padding-bottom:0;}
.ht-tl-item:last-child .ht-tl-rail::after{display:none;}
.ht-tl-card{
  background:#fff;border:1px solid var(--ht-line);border-radius:20px;
  padding:26px 28px;box-shadow:var(--ht-sh);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.ht-tl-card:hover{transform:translateY(-4px);box-shadow:var(--ht-sh-hover);border-color:rgba(14,59,49,.2);}
.ht-tl-top{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;}
.ht-tl-time{font-size:13px;color:var(--ht-muted);}
.ht-tl-card h3{margin-bottom:10px;}
.ht-tl-card p{color:var(--ht-muted);font-size:15.5px;}

/* ===== 观察维度清单 ===== */
.ht-factlist{border-top:1px solid var(--ht-line);}
.ht-factlist li{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid var(--ht-line);transition:transform .2s ease;}
.ht-factlist li:hover{transform:translateX(4px);}
.ht-fact-no{font-size:13px;font-weight:700;color:var(--ht-accent);min-width:36px;padding-top:7px;}
.ht-factlist h3{margin-bottom:8px;font-size:19px;}
.ht-factlist p{color:var(--ht-muted);font-size:15.5px;}

/* ===== 深色流程区 ===== */
.ht-dark{
  position:relative;overflow:hidden;border-radius:28px;padding:52px 48px;color:#fff;
  background:var(--ht-grad);box-shadow:var(--ht-sh);
}
.ht-dark::after{
  content:"";position:absolute;right:-90px;top:-100px;width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(201,242,106,.24),transparent 70%);
}
.ht-dark h2{color:#fff;}
.ht-dark .ht-dark-lead{color:rgba(255,255,255,.78);font-size:15.5px;margin-top:16px;max-width:460px;}
.ht-steps{display:grid;gap:16px;position:relative;z-index:1;}
.ht-step{
  display:flex;gap:18px;padding:20px 22px;border-radius:18px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);
  transition:background .2s ease,transform .2s ease;
}
.ht-step:hover{background:rgba(255,255,255,.13);transform:translateY(-2px);}
.ht-step-no{
  width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:var(--ht-lime);
  color:#123A21;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;
}
.ht-step h3{color:#fff;font-size:18px;}
.ht-step p{color:rgba(255,255,255,.76);font-size:15px;margin-top:6px;}

/* ===== FAQ ===== */
.ht-faq{display:grid;gap:14px;}
.ht-faq details{
  background:#fff;border:1px solid var(--ht-line);border-radius:16px;
  padding:0 24px;transition:border-color .2s ease,box-shadow .2s ease;
}
.ht-faq details:hover{box-shadow:var(--ht-sh);}
.ht-faq details[open]{border-left:4px solid var(--ht-accent);}
.ht-faq summary{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  list-style:none;cursor:pointer;padding:20px 0;font-size:17px;font-weight:600;color:var(--ht-ink);
}
.ht-faq summary::-webkit-details-marker{display:none;}
.ht-faq summary::after{
  content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;font-size:13px;
  color:var(--ht-primary-300);transition:transform .22s ease;
}
.ht-faq details[open] summary::after{transform:rotate(180deg);}
.ht-faq-body{padding:0 0 22px;color:var(--ht-muted);font-size:15.5px;}

/* ===== CTA ===== */
.ht-cta{
  position:relative;overflow:hidden;margin-top:var(--ht-sec);border-radius:28px;
  padding:46px 48px;color:#fff;background:var(--ht-grad);box-shadow:var(--ht-sh);
}
.ht-cta::before{
  content:"";position:absolute;left:-70px;bottom:-110px;width:280px;height:280px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,106,61,.3),transparent 70%);
}
.ht-cta h2{color:#fff;font-size:clamp(22px,2.4vw,28px);}
.ht-cta p{color:rgba(255,255,255,.8);margin-top:12px;font-size:15.5px;max-width:540px;}
.ht-cta-form{
  display:flex;align-items:center;gap:8px;margin-top:22px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);
  border-radius:999px;padding:6px;max-width:460px;position:relative;z-index:1;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ht-cta-form:focus-within{border-color:var(--ht-lime);box-shadow:0 0 0 3px rgba(201,242,106,.22);}
.ht-cta-form input{
  flex:1;min-width:0;height:46px;border:0;background:transparent;color:#fff;
  padding:0 20px;border-radius:999px;outline:none;
}
.ht-cta-form input::placeholder{color:rgba(255,255,255,.62);}
.ht-cta-form button{
  flex:0 0 auto;height:46px;padding:0 24px;border:0;border-radius:999px;
  background:var(--ht-accent);color:#fff;font-weight:600;font-size:15px;
  transition:filter .2s ease,transform .2s ease;
}
.ht-cta-form button:hover{filter:brightness(1.07);transform:translateY(-1px);}
.ht-cta-note{margin-top:14px;font-size:13px;color:rgba(255,255,255,.6);}

/* ===== 页脚 ===== */
.ht-footer{background:var(--ht-primary);color:rgba(255,255,255,.78);margin-top:96px;padding:64px 0 28px;}
.ht-footer h4{color:#fff;font-size:16px;margin-bottom:16px;}
.ht-footer p{font-size:14.5px;line-height:1.8;color:rgba(255,255,255,.66);}
.ht-footer-brand .ht-footer-logo{
  display:inline-flex;align-items:center;gap:10px;font-size:19px;font-weight:700;color:#fff;margin-bottom:14px;
}
.ht-footer-logo .ht-logo-mark{background:var(--ht-lime);color:var(--ht-primary);}
.ht-footer-links{display:flex;flex-direction:column;gap:10px;}
.ht-footer-links a{display:inline-block;color:rgba(255,255,255,.74);font-size:14.5px;}
.ht-footer-links a:hover{color:var(--ht-lime);transform:translateX(2px);}
.ht-footer-contact{display:flex;flex-direction:column;gap:10px;font-size:14.5px;color:rgba(255,255,255,.7);}
.ht-footer-form{display:flex;gap:8px;margin-top:8px;}
.ht-footer-form input{
  flex:1;min-width:0;height:44px;border-radius:12px;padding:0 14px;font-size:14px;
  border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff;outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ht-footer-form input::placeholder{color:rgba(255,255,255,.5);}
.ht-footer-form input:focus{border-color:var(--ht-lime);box-shadow:0 0 0 3px rgba(201,242,106,.2);}
.ht-footer-form button{
  height:44px;padding:0 20px;border:0;border-radius:12px;background:var(--ht-accent);
  color:#fff;font-weight:600;font-size:14px;transition:filter .2s ease;
}
.ht-footer-form button:hover{filter:brightness(1.07);}
.ht-footer-bottom{
  margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;
  font-size:12.5px;color:rgba(255,255,255,.55);
}

/* ===== 响应式 ===== */
@media (max-width:1199px){
  .ht-container,.ht-container-wide{padding:0 24px;}
}
@media (max-width:1023px){
  :root{--ht-sec:64px;}
  .ht-nav-side .ht-nav-link,.ht-nav-cta{display:none;}
  .ht-burger{display:inline-flex;}
  .ht-nav{height:72px;}
  .ht-header.is-scrolled .ht-nav{height:66px;}
  .ht-hero-inner{padding:44px 34px 42px;}
  .ht-hero-figure{margin-top:32px;}
  .ht-dark{padding:40px 32px;}
  .ht-cta{padding:38px 32px;}
}
@media (max-width:767px){
  :root{--ht-sec:56px;}
  .ht-container,.ht-container-wide{padding:0 16px;}
  .ht-gutter{margin-left:-9px;margin-right:-9px;}
  .ht-gutter > .cell{padding-left:9px;padding-right:9px;}
  .ht-hero{border-radius:22px;}
  .ht-hero-inner{padding:34px 22px 32px;}
  .ht-hero-sub{font-size:15.5px;}
  .ht-hero-actions .ht-btn{flex:1 1 100%;}
  .ht-hero-meta{gap:14px;font-size:12.5px;}
  .ht-stats{padding:18px 6px;}
  .ht-tl-item{grid-template-columns:36px 1fr;gap:14px;}
  .ht-tl-dot{width:18px;height:18px;top:5px;}
  .ht-tl-rail::after{left:8px;top:27px;}
  .ht-tl-card{padding:22px 20px;}
  .ht-factlist li{gap:14px;}
  .ht-dark{padding:32px 22px;border-radius:22px;}
  .ht-cta{padding:32px 22px;border-radius:22px;}
  .ht-cta-form{flex-wrap:wrap;border-radius:20px;padding:10px;}
  .ht-cta-form input{width:100%;flex:1 1 100%;}
  .ht-cta-form button{width:100%;border-radius:999px;}
  .ht-footer{margin-top:64px;padding:48px 0 24px;}
  .ht-footer-form{flex-wrap:wrap;}
  .ht-footer-form input{flex:1 1 100%;}
  .ht-footer-form button{width:100%;}
}
@media (max-width:519px){
  h1{font-size:27px;}
  .ht-logo-main{font-size:19px;}
  .ht-logo-mark{width:26px;height:26px;font-size:12px;}
  .ht-stat-num{font-size:26px;}
}

/* roulang page: category3 */
:root{
  --ht-primary:#0E3B31;
  --ht-primary-600:#17634F;
  --ht-primary-300:#2E9E7B;
  --ht-accent:#FF6A3D;
  --ht-lime:#C9F26A;
  --ht-bg:#F7F5EF;
  --ht-surface:#FFFFFF;
  --ht-line:#E3E0D6;
  --ht-muted:#6B7A73;
  --ht-ink:#0B1F1A;
  --ht-grad:linear-gradient(135deg,#0E3B31 0%,#17634F 52%,#2E9E7B 100%);
  --ht-grad-accent:linear-gradient(120deg,#FF6A3D,#FFB03A);
  --ht-radius:22px;
  --ht-radius-lg:28px;
  --ht-radius-img:16px;
  --ht-shadow:0 10px 30px rgba(11,31,26,.07);
  --ht-shadow-hover:0 18px 44px rgba(11,31,26,.14);
  --ht-shadow-nav:0 6px 20px rgba(11,31,26,.06);
  --ht-section:88px;
}
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  padding:0;
  font-family:"PingFang SC","HarmonyOS Sans SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  font-size:16.5px;
  line-height:1.85;
  letter-spacing:.01em;
  color:var(--ht-ink);
  background:var(--ht-bg);
  -webkit-font-smoothing:antialiased;
  font-variant-numeric:tabular-nums;
}
img{max-width:100%;height:auto;display:block;border:0;}
a{color:var(--ht-primary-600);text-decoration:none;transition:color .18s ease,background-color .18s ease,transform .18s ease,box-shadow .18s ease;}
a:hover{color:var(--ht-accent);}
button,input,textarea,select{font-family:inherit;font-size:inherit;}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;color:var(--ht-ink);line-height:1.3;letter-spacing:.01em;}
p{margin:0 0 1em;}
ul,ol{margin:0;padding:0;list-style:none;}
::selection{background:var(--ht-lime);color:var(--ht-primary);}
:focus-visible{outline:2px solid var(--ht-lime);outline-offset:3px;}

/* 容器 */
.ht-container{max-width:1200px;margin:0 auto;padding:0 32px;width:100%;}
.ht-container-wide{max-width:1280px;}
.ht-gutter{margin-left:-14px;margin-right:-14px;}
.ht-gutter > .cell{padding-left:14px;padding-right:14px;}

/* 头部导航 */
.ht-header{
  position:sticky;top:0;z-index:70;
  background:rgba(247,245,239,.94);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid transparent;
  transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.ht-header.is-stuck{background:rgba(247,245,239,.99);border-bottom-color:var(--ht-line);box-shadow:var(--ht-shadow-nav);}
.ht-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;height:86px;transition:height .25s ease;}
.ht-header.is-stuck .ht-nav{height:80px;}
.ht-nav-side{display:flex;align-items:center;gap:30px;flex:1 1 0;min-width:0;}
.ht-nav-left{justify-content:flex-start;}
.ht-nav-right{justify-content:flex-end;}
.ht-nav-link{position:relative;display:inline-block;font-size:15px;font-weight:500;color:var(--ht-ink);padding:6px 0;white-space:nowrap;}
.ht-nav-link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--ht-accent);transform:scaleX(0);transform-origin:left center;transition:transform .18s ease;}
.ht-nav-link:hover{color:var(--ht-primary-600);}
.ht-nav-link:hover::after{transform:scaleX(1);}
.ht-nav-link.is-active{color:var(--ht-primary);font-weight:600;}
.ht-nav-link.is-active::after{transform:scaleX(1);}
.ht-logo{display:flex;flex-direction:column;align-items:center;gap:1px;flex:0 0 auto;padding:0 10px;text-align:center;}
.ht-logo-main{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:var(--ht-primary);letter-spacing:.02em;line-height:1.2;}
.ht-logo-sub{font-size:11px;letter-spacing:.34em;text-indent:.34em;color:var(--ht-muted);line-height:1.2;}
.ht-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:var(--ht-grad);color:#fff;font-size:14px;}
.ht-icon-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:0;background:rgba(14,59,49,.07);color:var(--ht-primary);font-size:16px;cursor:pointer;transition:background-color .18s ease,color .18s ease;}
.ht-icon-btn:hover{background:rgba(14,59,49,.14);color:var(--ht-primary);}
.ht-burger{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:0;background:var(--ht-primary);color:#fff;font-size:16px;cursor:pointer;transition:background-color .18s ease,transform .18s ease;}
.ht-burger:hover{background:var(--ht-primary-600);}
.ht-burger:active{transform:scale(.96);}

/* 移动端面板 */
.ht-panel{
  position:fixed;left:0;right:0;top:0;bottom:0;z-index:60;
  background:var(--ht-bg);
  padding:104px 0 40px;
  transform:translateY(-102%);
  visibility:hidden;
  overflow-y:auto;
  transition:transform .3s ease,visibility .3s ease;
}
.ht-panel.is-open{transform:translateY(0);visibility:visible;}
.ht-panel-link{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:17px;font-weight:500;color:var(--ht-ink);line-height:56px;border-bottom:1px solid var(--ht-line);}
.ht-panel-link:hover{color:var(--ht-primary-600);}
.ht-panel-link.is-active{color:var(--ht-primary);font-weight:600;}
.ht-panel-link i{font-size:13px;color:var(--ht-muted);}
.ht-panel-foot{margin-top:28px;display:flex;flex-direction:column;gap:14px;}
.ht-btn-block{width:100%;}
body.ht-no-scroll{overflow:hidden;}

/* 按钮 */
.ht-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:48px;padding:0 26px;border-radius:999px;border:1.5px solid transparent;
  background:var(--ht-primary);color:#fff;font-size:15px;font-weight:600;line-height:1;
  cursor:pointer;text-decoration:none;white-space:nowrap;
  transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ht-btn:hover{background:var(--ht-primary-600);color:#fff;transform:translateY(-2px);box-shadow:0 12px 26px rgba(11,31,26,.18);}
.ht-btn:active{transform:translateY(1px);box-shadow:none;}
.ht-btn-sm{height:40px;padding:0 20px;font-size:14px;}
.ht-btn-accent{background:var(--ht-accent);}
.ht-btn-accent:hover{background:#FF7C54;}
.ht-btn-ghost{background:transparent;border-color:rgba(255,255,255,.55);color:#fff;}
.ht-btn-ghost:hover{background:rgba(255,255,255,.16);border-color:#fff;color:#fff;}
.ht-btn-outline{background:transparent;border-color:var(--ht-primary);color:var(--ht-primary);}
.ht-btn-outline:hover{background:var(--ht-primary);border-color:var(--ht-primary);color:#fff;}
.ht-btn-lime{background:var(--ht-lime);color:var(--ht-primary);}
.ht-btn-lime:hover{background:#D7F784;color:var(--ht-primary);}

/* 面包屑 */
.ht-crumb{padding:20px 0 0;}
.ht-crumb-inner{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--ht-muted);flex-wrap:wrap;}
.ht-crumb-inner a{color:var(--ht-muted);}
.ht-crumb-inner a:hover{color:var(--ht-primary-600);}
.ht-crumb-inner .sep{color:#C3BFB2;}
.ht-crumb-inner .is-current{color:var(--ht-primary);font-weight:600;}

/* 通用板块 */
.ht-section{padding:var(--ht-section) 0;}
.ht-section-tight{padding:56px 0 0;}
.ht-section-head{max-width:760px;margin-bottom:40px;}
.ht-section-head h2{font-size:32px;line-height:1.3;margin-bottom:12px;}
.ht-section-head .ht-lead{color:var(--ht-muted);font-size:16px;margin:0;}
.ht-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.08em;color:var(--ht-primary-600);text-transform:uppercase;}
.ht-eyebrow i{font-size:8px;color:var(--ht-accent);}

/* Hero */
.ht-hero{padding:22px 0 0;}
.ht-hero-card{position:relative;overflow:hidden;border-radius:var(--ht-radius-lg);background:var(--ht-grad);color:#fff;padding:60px 56px;min-height:430px;display:flex;align-items:center;}
.ht-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.34;}
.ht-hero-mask{position:absolute;inset:0;background:linear-gradient(105deg,rgba(14,59,49,.95) 0%,rgba(14,59,49,.80) 48%,rgba(46,158,123,.42) 100%);}
.ht-hero-inner{position:relative;z-index:2;width:100%;align-items:center;}
.ht-hero-copy{color:#fff;}
.ht-hero-copy .ht-eyebrow{color:var(--ht-lime);}
.ht-hero-copy .ht-eyebrow i{color:var(--ht-accent);}
.ht-hero h1{color:#fff;font-size:44px;line-height:1.18;margin:14px 0 18px;max-width:15em;}
.ht-hero-copy p{color:rgba(255,255,255,.82);font-size:17px;max-width:34em;margin-bottom:28px;}
.ht-hero-actions{display:flex;flex-wrap:wrap;gap:14px;}
.ht-hero-media{position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.24);box-shadow:0 18px 44px rgba(0,0,0,.26);background:rgba(255,255,255,.06);}
.ht-hero-media img{width:100%;height:280px;object-fit:cover;}
.ht-hero-media-tag{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:8px;background:rgba(11,31,26,.74);color:#fff;font-size:12.5px;padding:7px 14px;border-radius:999px;backdrop-filter:blur(6px);}
.ht-hero-media-tag::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ht-accent);}

/* 数据徽章 */
.ht-stats{align-items:stretch;}
.ht-stat{height:100%;background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:20px;padding:22px 24px;box-shadow:var(--ht-shadow);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.ht-stat:hover{transform:translateY(-4px);box-shadow:var(--ht-shadow-hover);border-color:rgba(14,59,49,.2);}
.ht-stat .num{display:flex;align-items:baseline;gap:4px;font-size:29px;font-weight:700;color:var(--ht-primary);line-height:1.1;}
.ht-stat .num em{font-style:normal;font-size:14px;font-weight:600;color:var(--ht-accent);}
.ht-stat .lbl{margin-top:8px;font-size:13.5px;color:var(--ht-muted);}

/* 卡片网格 */
.ht-cards{align-items:stretch;}
.ht-card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:var(--ht-radius);overflow:hidden;box-shadow:var(--ht-shadow);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.ht-card:hover{transform:translateY(-4px);box-shadow:var(--ht-shadow-hover);border-color:rgba(14,59,49,.28);}
.ht-card:focus-within{border-color:var(--ht-primary);}
.ht-card-media{position:relative;overflow:hidden;background:rgba(14,59,49,.08);}
.ht-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .38s ease;}
.ht-card:hover .ht-card-media img{transform:scale(1.03);}
.ht-card-link{position:absolute;inset:0;z-index:4;border-radius:var(--ht-radius);}
.ht-card-body{display:flex;flex-direction:column;gap:10px;padding:22px 24px 24px;}
.ht-card-body h3{font-size:20px;line-height:1.45;font-weight:600;}
.ht-card-body p{color:var(--ht-muted);font-size:14.5px;line-height:1.75;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ht-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid var(--ht-line);font-size:13px;color:var(--ht-muted);}
.ht-card-meta .arrow{color:var(--ht-primary-600);font-size:15px;transition:transform .2s ease;}
.ht-card:hover .ht-card-meta .arrow{transform:translateX(4px);}
.ht-card-lg .ht-card-media{flex:1 1 auto;min-height:300px;}
.ht-card-lg .ht-card-body h3{font-size:24px;}
.ht-card-lg .ht-card-body p{-webkit-line-clamp:3;font-size:15px;}
.ht-card-sm .ht-card-media{height:134px;}
.ht-card-sm .ht-card-body{padding:18px 20px 20px;gap:8px;}
.ht-card-sm .ht-card-body h3{font-size:17px;}
.ht-card-sm .ht-card-body p{-webkit-line-clamp:2;font-size:13.5px;}
.ht-badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:5px 12px;border-radius:999px;background:rgba(14,59,49,.08);color:var(--ht-primary-600);font-size:12.5px;font-weight:600;letter-spacing:.02em;}
.ht-badge-accent{background:rgba(255,106,61,.13);color:#C7451E;}
.ht-badge-lime{background:rgba(201,242,106,.42);color:#3F5A12;}
.ht-cards-side .cell{margin-bottom:28px;}
.ht-cards-side{margin-bottom:-28px;}

/* 分页 */
.ht-pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:44px;}
.ht-pager-item{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 16px;border-radius:14px;border:1px solid var(--ht-line);background:var(--ht-surface);color:var(--ht-ink);font-size:14.5px;font-weight:600;transition:all .2s ease;}
.ht-pager-item:hover{border-color:var(--ht-primary);color:var(--ht-primary);transform:translateY(-2px);}
.ht-pager-item.is-current{background:var(--ht-primary);border-color:var(--ht-primary);color:#fff;}
.ht-pager-item.is-disabled{color:#B9B5A8;background:#F1EFE7;border-color:var(--ht-line);cursor:not-allowed;pointer-events:none;}

/* 流程 */
.ht-flow-section{background:#0B1F1A;color:#fff;position:relative;overflow:hidden;padding:88px 0;}
.ht-flow-section::before{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(46,158,123,.42) 0%,rgba(46,158,123,0) 70%);}
.ht-flow-section .ht-section-head h2{color:#fff;}
.ht-flow-section .ht-section-head .ht-lead{color:rgba(255,255,255,.66);}
.ht-flow-section .ht-eyebrow{color:var(--ht-lime);}
.ht-flow{position:relative;z-index:2;}
.ht-flow-item{position:relative;height:100%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:26px 24px;transition:background-color .22s ease,transform .22s ease,border-color .22s ease;}
.ht-flow-item:hover{background:rgba(255,255,255,.09);border-color:rgba(201,242,106,.5);transform:translateY(-4px);}
.ht-flow-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--ht-grad-accent);color:#fff;font-size:16px;font-weight:700;margin-bottom:16px;}
.ht-flow-item h3{color:#fff;font-size:19px;margin-bottom:8px;}
.ht-flow-item p{color:rgba(255,255,255,.68);font-size:14.5px;line-height:1.75;margin:0;}

/* 场景清单 */
.ht-scene{border-top:1px solid var(--ht-line);padding-top:22px;}
.ht-scene-row{display:flex;align-items:flex-start;gap:16px;padding:20px 0;border-bottom:1px solid var(--ht-line);}
.ht-scene-row .idx{flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:rgba(14,59,49,.08);color:var(--ht-primary-600);font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;}
.ht-scene-row h4{font-size:17px;margin-bottom:4px;}
.ht-scene-row p{color:var(--ht-muted);font-size:14.5px;line-height:1.75;margin:0;}
.ht-aside-card{background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:var(--ht-radius);padding:28px;box-shadow:var(--ht-shadow);}
.ht-aside-card h3{font-size:21px;margin-bottom:12px;}
.ht-aside-card p{color:var(--ht-muted);font-size:15px;line-height:1.8;}
.ht-aside-list{margin-top:18px;display:flex;flex-direction:column;gap:10px;}
.ht-aside-list li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--ht-ink);}
.ht-aside-list i{color:var(--ht-accent);font-size:13px;margin-top:6px;}

/* FAQ */
.ht-faq{max-width:880px;margin:0 auto;}
.ht-faq-item{background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:16px;margin-bottom:14px;overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease;}
.ht-faq-item[open]{border-color:rgba(14,59,49,.24);box-shadow:var(--ht-shadow);}
.ht-faq-item summary{list-style:none;cursor:pointer;position:relative;padding:20px 58px 20px 24px;font-size:17px;font-weight:600;color:var(--ht-ink);transition:color .2s ease;}
.ht-faq-item summary::-webkit-details-marker{display:none;}
.ht-faq-item summary::marker{content:"";}
.ht-faq-item summary::after{content:"\f107";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;right:24px;top:50%;transform:translateY(-50%);color:var(--ht-primary-600);font-size:14px;transition:transform .25s ease;}
.ht-faq-item[open] summary{color:var(--ht-primary);}
.ht-faq-item[open] summary::after{transform:translateY(-50%) rotate(180deg);}
.ht-faq-body{padding:0 24px 22px 24px;margin-left:24px;padding-left:18px;border-left:4px solid var(--ht-accent);color:var(--ht-muted);font-size:15px;line-height:1.85;}
.ht-faq-body p{margin:0;}

/* CTA 表单 */
.ht-cta-wrap{position:relative;overflow:hidden;border-radius:var(--ht-radius-lg);background:var(--ht-grad);color:#fff;padding:56px;}
.ht-cta-wrap::after{content:"";position:absolute;left:-80px;bottom:-120px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(201,242,106,.28) 0%,rgba(201,242,106,0) 70%);}
.ht-cta-wrap > *{position:relative;z-index:2;}
.ht-cta-copy h2{color:#fff;font-size:31px;line-height:1.32;margin-bottom:14px;}
.ht-cta-copy p{color:rgba(255,255,255,.76);font-size:15.5px;margin-bottom:18px;}
.ht-cta-points{display:flex;flex-direction:column;gap:10px;}
.ht-cta-points span{display:flex;align-items:center;gap:10px;font-size:14.5px;color:rgba(255,255,255,.86);}
.ht-cta-points i{color:var(--ht-lime);font-size:13px;}
.ht-form{background:rgba(255,255,255,.98);border-radius:22px;padding:30px;box-shadow:0 20px 50px rgba(11,31,26,.22);}
.ht-field{margin-bottom:18px;}
.ht-field label{display:block;font-size:13.5px;font-weight:600;color:var(--ht-ink);margin-bottom:7px;letter-spacing:.02em;}
.ht-field input,.ht-field textarea,.ht-field select{
  width:100%;height:48px;padding:0 16px;border-radius:12px;border:1px solid var(--ht-line);
  background:#fff;color:var(--ht-ink);font-size:15px;line-height:1.4;
  transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;
  -webkit-appearance:none;appearance:none;
}
.ht-field textarea{height:auto;min-height:108px;padding:12px 16px;resize:vertical;line-height:1.7;}
.ht-field input::placeholder,.ht-field textarea::placeholder{color:#A9A499;}
.ht-field input:hover,.ht-field textarea:hover,.ht-field select:hover{border-color:#CFCABA;}
.ht-field input:focus,.ht-field textarea:focus,.ht-field select:focus{outline:none;border-color:var(--ht-primary-600);box-shadow:0 0 0 3px rgba(46,158,123,.18);}
.ht-form-note{font-size:12.5px;color:var(--ht-muted);line-height:1.7;margin:14px 0 0;}
.ht-form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;}

/* 页脚 */
.ht-footer{background:#0B1F1A;color:rgba(255,255,255,.72);padding:72px 0 28px;margin-top:0;}
.ht-footer h4{color:#fff;font-size:16px;margin-bottom:16px;letter-spacing:.02em;}
.ht-footer-brand .ht-footer-logo{display:inline-flex;align-items:center;gap:10px;font-size:19px;font-weight:700;color:#fff;margin-bottom:14px;}
.ht-footer-brand p{font-size:14px;line-height:1.8;color:rgba(255,255,255,.62);margin:0;max-width:22em;}
.ht-footer-links{display:flex;flex-direction:column;gap:10px;}
.ht-footer-links a{color:rgba(255,255,255,.72);font-size:14.5px;display:inline-block;}
.ht-footer-links a:hover{color:var(--ht-lime);transform:translateX(2px);}
.ht-footer-contact{display:flex;flex-direction:column;gap:10px;font-size:14.5px;color:rgba(255,255,255,.66);}
.ht-footer-form{display:flex;gap:8px;margin-top:14px;}
.ht-footer-form input{flex:1 1 auto;min-width:0;height:44px;padding:0 14px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;font-size:14px;}
.ht-footer-form input::placeholder{color:rgba(255,255,255,.4);}
.ht-footer-form input:focus{outline:none;border-color:var(--ht-lime);box-shadow:0 0 0 3px rgba(201,242,106,.18);}
.ht-footer-form button{flex:0 0 auto;height:44px;padding:0 20px;border-radius:12px;border:0;background:var(--ht-lime);color:var(--ht-primary);font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease;}
.ht-footer-form button:hover{background:#D7F784;transform:translateY(-1px);}
.ht-footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:12.5px;color:rgba(255,255,255,.5);}

/* 响应式 */
@media (max-width:1199px){
  .ht-container{padding:0 28px;}
  .ht-hero h1{font-size:40px;}
}
@media (max-width:1023px){
  :root{--ht-section:64px;}
  .ht-nav-side .ht-nav-link,.ht-nav-cta{display:none;}
  .ht-icon-btn{display:inline-flex;}
  .ht-burger{display:inline-flex;}
  .ht-nav{height:76px;}
  .ht-header.is-stuck .ht-nav{height:70px;}
  .ht-hero-card{padding:44px 36px;min-height:0;}
  .ht-hero h1{font-size:34px;}
  .ht-hero-media img{height:230px;}
  .ht-cards-side{margin-bottom:0;}
  .ht-cards-side .cell{margin-bottom:28px;}
  .ht-cta-wrap{padding:40px 32px;}
  .ht-cta-copy{margin-bottom:28px;}
  .ht-section-head h2{font-size:28px;}
}
@media (max-width:639px){
  :root{--ht-section:56px;}
  .ht-container{padding:0 18px;}
  .ht-gutter{margin-left:-8px;margin-right:-8px;}
  .ht-gutter > .cell{padding-left:8px;padding-right:8px;}
  body{font-size:16px;}
  .ht-hero{padding:14px 0 0;}
  .ht-hero-card{padding:34px 22px;border-radius:24px;}
  .ht-hero h1{font-size:27px;line-height:1.28;margin:12px 0 14px;}
  .ht-hero-copy p{font-size:15.5px;}
  .ht-hero-actions{gap:10px;}
  .ht-hero-actions .ht-btn{width:100%;}
  .ht-hero-media img{height:190px;}
  .ht-section-head h2{font-size:24px;}
  .ht-section-head{margin-bottom:28px;}
  .ht-stat{padding:18px 18px;}
  .ht-stat .num{font-size:24px;}
  .ht-flow-section{padding:56px 0;}
  .ht-flow-item{padding:22px 20px;}
  .ht-cta-wrap{padding:30px 20px;border-radius:24px;}
  .ht-cta-copy h2{font-size:24px;}
  .ht-form{padding:22px 18px;}
  .ht-faq-item summary{font-size:16px;padding:18px 52px 18px 18px;}
  .ht-faq-body{margin-left:18px;padding:0 18px 20px 14px;}
  .ht-footer{padding:56px 0 24px;}
  .ht-footer-bottom{margin-top:32px;}
  .ht-card-lg .ht-card-media{min-height:210px;}
  .ht-pager-item{min-width:42px;height:42px;padding:0 13px;}
}

/* roulang page: category4 */
:root{
  --ht-primary:#0E3B31;
  --ht-primary-600:#17634F;
  --ht-primary-300:#2E9E7B;
  --ht-accent:#FF6A3D;
  --ht-accent-600:#F2551F;
  --ht-lime:#C9F26A;
  --ht-bg:#F7F5EF;
  --ht-surface:#FFFFFF;
  --ht-line:#E3E0D6;
  --ht-muted:#6B7A73;
  --ht-ink:#0B1F1A;
  --ht-grad:linear-gradient(135deg,#0E3B31 0%,#17634F 52%,#2E9E7B 100%);
  --ht-grad-warm:linear-gradient(120deg,#FF6A3D 0%,#FFB03A 100%);
  --ht-shadow:0 10px 30px rgba(11,31,26,.07);
  --ht-shadow-hover:0 18px 44px rgba(11,31,26,.14);
  --ht-shadow-nav:0 6px 20px rgba(11,31,26,.06);
  --ht-radius-lg:28px;
  --ht-radius:22px;
  --ht-radius-sm:14px;
  --ht-radius-xs:12px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:"PingFang SC","HarmonyOS Sans SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  font-size:16.5px;
  line-height:1.85;
  letter-spacing:.01em;
  color:var(--ht-ink);
  background:var(--ht-bg);
  font-variant-numeric:tabular-nums;
}
img{max-width:100%;display:block;border:0}
a{color:inherit;text-decoration:none}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5,p{margin:0}
button,input,textarea,select{font:inherit;color:inherit}
h1,h2,h3,h4{line-height:1.3;font-weight:700;color:var(--ht-ink)}
h1{font-size:clamp(30px,4vw,46px);line-height:1.18}
h2{font-size:clamp(23px,2.6vw,32px);line-height:1.3}
h3{font-size:20px;line-height:1.45;font-weight:600}
p{color:#31463f}
.ht-container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}
.ht-container-wide{max-width:1280px}
.ht-gutter{row-gap:24px}
.ht-section{padding:88px 0}
.ht-section-tight{padding:56px 0 88px}
.ht-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.14em;color:var(--ht-primary-600);text-transform:uppercase;margin-bottom:14px}
.ht-eyebrow::before{content:"";width:22px;height:2px;border-radius:2px;background:var(--ht-accent)}
.ht-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:36px;flex-wrap:wrap}
.ht-section-head p{max-width:620px;margin-top:12px;color:var(--ht-muted);font-size:15.5px}
.ht-link-more{font-size:14.5px;font-weight:600;color:var(--ht-primary-600);display:inline-flex;align-items:center;gap:6px;transition:gap .18s,color .18s}
.ht-link-more:hover{gap:10px;color:var(--ht-accent)}
.ht-hr{height:1px;background:var(--ht-line);border:0;margin:0}

/* ---------- 按钮 ---------- */
.ht-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:14px 28px;font-size:15px;font-weight:600;border:1px solid transparent;cursor:pointer;background:transparent;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;white-space:nowrap;min-height:48px}
.ht-btn i{font-size:14px}
.ht-btn-primary{background:var(--ht-accent);color:#fff;box-shadow:0 10px 24px rgba(255,106,61,.28)}
.ht-btn-primary:hover{background:var(--ht-accent-600);transform:translateY(-2px);box-shadow:0 16px 32px rgba(255,106,61,.32)}
.ht-btn-primary:active{transform:translateY(1px)}
.ht-btn-dark{background:var(--ht-primary);color:#fff}
.ht-btn-dark:hover{background:var(--ht-primary-600);transform:translateY(-2px)}
.ht-btn-ghost{border-color:rgba(255,255,255,.45);color:#fff}
.ht-btn-ghost:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.ht-btn-outline{border-color:rgba(14,59,49,.24);color:var(--ht-primary);background:#fff}
.ht-btn-outline:hover{border-color:var(--ht-primary-300);transform:translateY(-2px);box-shadow:var(--ht-shadow)}
.ht-btn-sm{padding:10px 20px;font-size:14px;min-height:42px}
.ht-btn:focus-visible{outline:2px solid var(--ht-lime);outline-offset:2px}

/* ---------- 顶部导航 ---------- */
.ht-header{position:sticky;top:0;z-index:60;background:rgba(247,245,239,.94);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:box-shadow .25s ease,border-color .25s ease,background .25s ease}
.ht-header.is-stuck{background:rgba(255,255,255,.95);border-bottom-color:var(--ht-line);box-shadow:var(--ht-shadow-nav)}
.ht-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:78px;transition:min-height .25s ease}
.ht-header.is-stuck .ht-nav{min-height:70px}
.ht-nav-side{display:flex;align-items:center;gap:30px;flex:1 1 0;min-width:0}
.ht-nav-left{justify-content:flex-start}
.ht-nav-right{justify-content:flex-end;gap:20px}
.ht-nav-link{position:relative;display:inline-block;font-size:15px;font-weight:500;color:#24413a;padding:6px 0;white-space:nowrap;transition:color .18s ease}
.ht-nav-link::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;border-radius:2px;background:var(--ht-accent);transition:width .18s ease}
.ht-nav-link:hover{color:var(--ht-primary)}
.ht-nav-link:hover::after{width:100%}
.ht-nav-link.is-active{color:var(--ht-primary);font-weight:700}
.ht-nav-link.is-active::after{width:100%}
.ht-logo{display:flex;flex-direction:column;align-items:center;gap:2px;flex:0 0 auto;line-height:1.1}
.ht-logo-main{display:inline-flex;align-items:center;gap:9px;font-size:22px;font-weight:800;color:var(--ht-primary);letter-spacing:.02em}
.ht-logo-sub{font-size:11px;letter-spacing:.34em;color:var(--ht-muted);padding-left:.34em}
.ht-logo-mark{width:32px;height:32px;border-radius:10px;background:var(--ht-grad);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px}
.ht-nav-cta{background:var(--ht-primary);color:#fff}
.ht-nav-cta:hover{background:var(--ht-primary-600);transform:translateY(-1px)}
.ht-burger{display:none;width:46px;height:46px;border-radius:12px;border:1px solid var(--ht-line);background:#fff;color:var(--ht-primary);align-items:center;justify-content:center;font-size:17px;cursor:pointer;transition:box-shadow .18s ease,transform .18s ease}
.ht-burger:hover{box-shadow:var(--ht-shadow);transform:translateY(-1px)}

/* ---------- 移动端面板 ---------- */
.ht-panel{position:fixed;inset:0;z-index:90;background:var(--ht-bg);padding:20px 20px 34px;display:flex;flex-direction:column;transform:translateY(-102%);transition:transform .34s cubic-bezier(.4,0,.2,1);overflow-y:auto}
.ht-panel.is-open{transform:translateY(0)}
.ht-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--ht-line)}
.ht-panel-logo{display:inline-flex;align-items:center;gap:9px;font-size:18px;font-weight:800;color:var(--ht-primary)}
.ht-panel-close{width:46px;height:46px;border-radius:12px;border:1px solid var(--ht-line);background:#fff;color:var(--ht-primary);font-size:17px;cursor:pointer}
.ht-panel-nav{display:flex;flex-direction:column;margin-top:8px}
.ht-panel-nav a{display:flex;align-items:center;justify-content:space-between;font-size:17px;line-height:56px;border-bottom:1px solid var(--ht-line);color:var(--ht-ink)}
.ht-panel-nav a i{color:var(--ht-muted);font-size:13px}
.ht-panel-nav a.is-active{color:var(--ht-primary);font-weight:700}
.ht-panel-nav a.is-active i{color:var(--ht-accent)}
.ht-panel-foot{margin-top:auto;padding-top:26px}
.ht-panel-foot .ht-btn{width:100%}
.ht-panel-note{margin-top:14px;font-size:13px;color:var(--ht-muted)}

/* ---------- 面包屑 ---------- */
.ht-crumb{padding:20px 0 0;font-size:13.5px;color:var(--ht-muted)}
.ht-crumb a{transition:color .18s ease}
.ht-crumb a:hover{color:var(--ht-primary)}
.ht-crumb-sep{margin:0 9px;opacity:.55}
.ht-crumb strong{color:var(--ht-primary);font-weight:600}

/* ---------- Hero ---------- */
.ht-hero{position:relative;margin-top:20px;border-radius:var(--ht-radius-lg);overflow:hidden;isolation:isolate}
.ht-hero-bg{position:absolute;inset:0;background:url('/assets/images/backpic/back-2.webp') center/cover no-repeat,var(--ht-grad);z-index:-2}
.ht-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(9,40,33,.95) 0%,rgba(11,54,43,.86) 46%,rgba(23,99,79,.62) 100%);z-index:-1}
.ht-hero-inner{padding:70px 0}
.ht-hero h1{color:#fff;max-width:16em}
.ht-hero h1 em{font-style:normal;color:var(--ht-lime)}
.ht-hero-sub{color:rgba(255,255,255,.82);font-size:17.5px;max-width:460px;margin-top:18px}
.ht-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.ht-hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.ht-badge{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:9px 18px;border:1px solid rgba(201,242,106,.42);background:rgba(255,255,255,.09)}
.ht-badge-num{font-size:22px;font-weight:800;color:var(--ht-lime);letter-spacing:.02em}
.ht-badge-label{font-size:12px;color:rgba(255,255,255,.8);letter-spacing:.04em}
.ht-hero-media{position:relative;border-radius:var(--ht-radius);overflow:hidden;box-shadow:0 26px 54px rgba(4,20,16,.38)}
.ht-hero-media img{width:100%;height:330px;object-fit:cover}
.ht-hero-media-tag{position:absolute;left:16px;bottom:16px;right:16px;background:rgba(11,31,26,.72);backdrop-filter:blur(6px);border-radius:14px;padding:14px 18px;color:#fff;font-size:14px;line-height:1.6}
.ht-hero-media-tag b{color:var(--ht-lime);font-weight:700}

/* ---------- 要点清单 ---------- */
.ht-points{display:flex;flex-direction:column;gap:14px}
.ht-point{display:flex;gap:18px;background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:18px;padding:22px 24px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.ht-point:hover{transform:translateY(-4px);box-shadow:var(--ht-shadow-hover);border-color:rgba(23,99,79,.28)}
.ht-point-num{flex:0 0 auto;width:46px;height:46px;border-radius:14px;background:rgba(23,99,79,.09);color:var(--ht-primary);font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center}
.ht-point h3{margin-bottom:6px}
.ht-point p{font-size:15px;color:var(--ht-muted);line-height:1.75}

/* ---------- 场景卡片 ---------- */
.ht-scene{display:flex;flex-direction:column;background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:var(--ht-radius);overflow:hidden;height:100%;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.ht-scene:hover{transform:translateY(-4px);box-shadow:var(--ht-shadow-hover);border-color:rgba(23,99,79,.24)}
.ht-scene-media{height:180px;overflow:hidden}
.ht-scene-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.ht-scene:hover .ht-scene-media img{transform:scale(1.03)}
.ht-scene-body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1}
.ht-scene-body h3{font-size:19px}
.ht-scene-body p{font-size:14.8px;color:var(--ht-muted);line-height:1.75}
.ht-tag{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;font-size:12px;font-weight:600;letter-spacing:.06em;padding:5px 12px;border-radius:999px;background:rgba(23,99,79,.09);color:var(--ht-primary-600)}
.ht-tag-warm{background:rgba(255,106,61,.12);color:#C8431B}
.ht-tag-lime{background:rgba(201,242,106,.34);color:#3E5A08}

/* ---------- 步骤条 ---------- */
.ht-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ht-step{position:relative;background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:18px;padding:26px 24px;transition:transform .2s ease,box-shadow .2s ease}
.ht-step:hover{transform:translateY(-4px);box-shadow:var(--ht-shadow-hover)}
.ht-step-num{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--ht-accent);display:block;margin-bottom:12px}
.ht-step h3{font-size:18px;margin-bottom:8px}
.ht-step p{font-size:14.6px;color:var(--ht-muted);line-height:1.75}

/* ---------- FAQ ---------- */
.ht-faq{display:flex;flex-direction:column;gap:14px;max-width:920px;margin:0 auto}
.ht-faq-item{background:var(--ht-surface);border:1px solid var(--ht-line);border-radius:16px;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}
.ht-faq-item:hover{border-color:rgba(23,99,79,.24)}
.ht-faq-item[open]{border-color:rgba(23,99,79,.3);box-shadow:0 14px 34px rgba(11,31,26,.08)}
.ht-faq-item summary{list-style:none;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 26px;font-size:17px;font-weight:600;color:var(--ht-ink)}
.ht-faq-item summary::-webkit-details-marker{display:none}
.ht-faq-item summary i{color:var(--ht-accent);font-size:14px;transition:transform .22s ease;flex:0 0 auto}
.ht-faq-item[open] summary i{transform:rotate(180deg)}
.ht-faq-item[open] summary::before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:0 4px 4px 0;background:var(--ht-accent)}
.ht-faq-answer{padding:0 26px 24px;font-size:15.5px;line-height:1.85;color:#31463f}
.ht-faq-answer strong{color:var(--ht-primary)}

/* ---------- 表单 / CTA ---------- */
.ht-cta{margin-bottom:96px}
.ht-cta-panel{position:relative;border-radius:var(--ht-radius-lg);background:var(--ht-grad);padding:56px;overflow:hidden;color:#fff}
.ht-cta-panel::after{content:"";position:absolute;right:-90px;top:-90px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(201,242,106,.32),transparent 68%)}
.ht-cta-panel h2{color:#fff}
.ht-cta-panel p{color:rgba(255,255,255,.8);margin-top:14px;font-size:15.5px}
.ht-cta-list{margin-top:24px;display:flex;flex-direction:column;gap:12px}
.ht-cta-list li{display:flex;align-items:flex-start;gap:10px;font-size:14.6px;color:rgba(255,255,255,.82)}
.ht-cta-list i{color:var(--ht-lime);margin-top:5px;font-size:13px}
.ht-form-card{position:relative;z-index:1;background:#fff;border-radius:var(--ht-radius);padding:32px;box-shadow:0 26px 60px rgba(4,20,16,.3);color:var(--ht-ink)}
.ht-form-card h3{font-size:19px;margin-bottom:6px}
.ht-form-card .ht-form-note{font-size:13.5px;color:var(--ht-muted);margin-bottom:22px}
.ht-field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}
.ht-field label{font-size:13.5px;font-weight:600;color:var(--ht-primary)}
.ht-field input,.ht-field textarea{width:100%;border:1px solid var(--ht-line);border-radius:var(--ht-radius-xs);background:#fff;padding:0 16px;height:48px;font-size:15px;transition:border-color .18s ease,box-shadow .18s ease}
.ht-field textarea{height:auto;min-height:112px;padding:14px 16px;line-height:1.7;resize:vertical}
.ht-field input::placeholder,.ht-field textarea::placeholder{color:#9AA8A2}
.ht-field input:focus,.ht-field textarea:focus{outline:none;border-color:var(--ht-primary-300);box-shadow:0 0 0 3px rgba(46,158,123,.18)}
.ht-form-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:4px}
.ht-form-msg{font-size:13.5px;color:var(--ht-primary-600);font-weight:600;display:none}
.ht-form-msg.is-show{display:inline}

/* ---------- 页脚 ---------- */
.ht-footer{background:#0B2620;color:rgba(255,255,255,.78);padding:64px 0 0;font-size:14.5px}
.ht-footer-brand{display:flex;flex-direction:column}
.ht-footer-logo{display:inline-flex;align-items:center;gap:10px;font-size:19px;font-weight:700;color:#fff;margin-bottom:14px}
.ht-footer-brand p{font-size:14px;line-height:1.8;color:rgba(255,255,255,.64);max-width:300px}
.ht-footer h4{color:#fff;font-size:16px;margin:0 0 16px;font-weight:700}
.ht-footer-links{display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.ht-footer-links a{display:inline-block;font-size:14px;color:rgba(255,255,255,.72);transition:color .18s ease,transform .18s ease}
.ht-footer-links a:hover{color:var(--ht-lime);transform:translateX(2px)}
.ht-footer-contact{display:flex;flex-direction:column;gap:10px;font-size:14px;color:rgba(255,255,255,.66)}
.ht-footer-form{display:flex;gap:8px;margin-top:12px}
.ht-footer-form input{flex:1;min-width:0;height:46px;border-radius:var(--ht-radius-xs);border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;padding:0 14px;font-size:14px}
.ht-footer-form input::placeholder{color:rgba(255,255,255,.45)}
.ht-footer-form input:focus{outline:none;border-color:var(--ht-lime);box-shadow:0 0 0 3px rgba(201,242,106,.18)}
.ht-footer-form button{height:46px;padding:0 20px;border-radius:var(--ht-radius-xs);border:0;background:var(--ht-accent);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .18s ease,transform .18s ease}
.ht-footer-form button:hover{background:var(--ht-accent-600);transform:translateY(-1px)}
.ht-footer-bottom{margin-top:40px;border-top:1px solid rgba(255,255,255,.12);padding:20px 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:12.8px;color:rgba(255,255,255,.5)}

/* ---------- 深色信息面板 ---------- */
.ht-dark{background:#0B2620;border-radius:var(--ht-radius-lg);padding:52px;color:#fff}
.ht-dark h2{color:#fff}
.ht-dark p{color:rgba(255,255,255,.72)}
.ht-dark .ht-eyebrow{color:var(--ht-lime)}
.ht-dark .ht-eyebrow::before{background:var(--ht-accent)}

/* ---------- 响应式 ---------- */
@media (max-width:1199px){
  .ht-container{padding:0 28px}
}
@media (max-width:1023px){
  .ht-nav-left,.ht-nav-right .ht-nav-link,.ht-nav-right .ht-nav-cta{display:none}
  .ht-nav-right{flex:1 1 0;justify-content:flex-end}
  .ht-burger{display:inline-flex}
  .ht-section{padding:64px 0}
  .ht-hero-inner{padding:52px 0}
  .ht-hero-media img{height:280px}
  .ht-steps{grid-template-columns:repeat(2,1fr)}
  .ht-cta-panel{padding:40px}
  .ht-dark{padding:36px}
  .ht-cta{margin-bottom:72px}
}
@media (max-width:767px){
  .ht-container{padding:0 20px}
  .ht-nav{min-height:70px}
  .ht-logo-main{font-size:19px}
  .ht-logo-sub{letter-spacing:.24em;padding-left:.24em}
  .ht-section{padding:56px 0}
  .ht-section-tight{padding:40px 0 56px}
  .ht-hero{border-radius:22px}
  .ht-hero-inner{padding:40px 0}
  .ht-hero-sub{font-size:16px}
  .ht-hero-media img{height:230px}
  .ht-hero-media-tag{left:12px;right:12px;bottom:12px;font-size:13px}
  .ht-cta-panel{padding:28px 22px;border-radius:22px}
  .ht-form-card{padding:24px 20px}
  .ht-faq-item summary{padding:18px 20px;font-size:16px}
  .ht-faq-answer{padding:0 20px 20px;font-size:15px}
  .ht-steps{grid-template-columns:1fr}
  .ht-point{padding:18px 18px}
  .ht-footer{padding-top:48px}
  .ht-footer-bottom{font-size:12px}
}
@media (max-width:519px){
  .ht-container{padding:0 16px}
  .ht-hero-actions .ht-btn{width:100%}
  .ht-hero-badges{gap:10px}
  .ht-badge{padding:8px 14px}
  .ht-badge-num{font-size:19px}
  .ht-footer-form{flex-direction:column}
  .ht-footer-form button{width:100%}
}
@media (prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important}
  html{scroll-behavior:auto}
}
