/* =========================================================
   清新自然 —— 现代 landing 型布局
   结构：悬浮胶囊导航条（带按钮）→ 左文右图的分栏首屏 → blob 异形配图
        → 彩色圆形图标卡片 → 芯片式圆角卡片 / 大卡 + 小卡新闻 → 浅色数据卡
        → 气泡评价 → 大圆角渐变 CTA → 波浪页脚 → 圆角内页头卡片
   基础样式（表单、富文本、设计器画布、响应式）来自默认主题。
   ========================================================= */
@import url("/theme-assets/default/css/style.css");

:root {
  --font-mono: var(--font);
  --grid-line: transparent;
  --leaf: #6fcf97;
  --leaf-soft: rgba(111, 207, 151, 0.22);
  --grad: linear-gradient(135deg, var(--primary), #4fb37a);
  --glow: rgba(46, 139, 87, 0.28);
  --primary-2: #8fd6a8;
  --primary-deep: #1f6b42;
  --shadow: 0 12px 30px -16px rgba(31, 61, 43, 0.18);
  --shadow-lg: 0 30px 60px -30px rgba(31, 61, 43, 0.28);
  --shadow-glow: 0 18px 40px -20px rgba(46, 139, 87, 0.4);
  --ink: #1e2d24;
  --muted: #6b7f72;
  --line: #e2ece5;
  --line-strong: #c9dacf;
  --card-border: #e2ece5;
  --field-border: #c9dacf;
  --tint-1: #e8f6ee;
  --tint-2: #e6f1fb;
  --tint-3: #fff4e0;
  --tint-4: #f1eafb;
  --tint-1-fg: #2e8b57;
  --tint-2-fg: #2b7cd3;
  --tint-3-fg: #d9822b;
  --tint-4-fg: #7c4dbd;
  --header-h: 72px;
}

.js .reveal {
  filter: none;
}

/* 顶部信息条存在时，锚点定位与首屏留白需要多让出它的高度 */
body:has(.fn-topbar) {
  --topbar-h: 34px;
}

/* ---------- 通用：胶囊标签 / 芯片 ---------- */
.fn-pill-label {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fn-chip {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 6px 14px -8px rgba(0, 0, 0, 0.35);
}

.fn-chip-hot {
  background: var(--primary);
  color: #fff;
}

/* ---------- 头部：悬浮胶囊 ---------- */
.fn-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
}

.fn-header > * {
  pointer-events: auto;
}

.fn-topbar {
  background: var(--primary);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12.5px;
}

.fn-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  gap: 16px;
}

.fn-topbar-contact {
  display: flex;
  gap: 20px;
}

.fn-topbar-contact > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.fn-topbar-contact svg {
  width: 13px;
  height: 13px;
}

.fn-header-wrap {
  padding-top: 14px;
}

.fn-pill {
  display: flex;
  align-items: center;
  gap: 20px;
  height: var(--header-h);
  padding: 0 12px 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px -18px rgba(31, 61, 43, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: box-shadow 0.3s;
}

.fn-header.is-scrolled .fn-pill {
  box-shadow: 0 16px 40px -18px rgba(31, 61, 43, 0.45);
}

.fn-header .brand-mark {
  clip-path: none;
  border-radius: 14px;
  background: var(--grad);
  box-shadow: none;
}

.fn-nav {
  margin-left: auto;
}

.fn-nav .nav-item > a {
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}

.fn-nav .nav-item > a::after {
  display: none;
}

.fn-nav .nav-item:hover > a,
.fn-nav .nav-item.active > a {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
}

.fn-nav .nav-sub {
  top: calc(100% + 8px);
  padding: 10px;
  border-radius: 18px;
  border-top-width: 1px;
  border-color: var(--line);
  backdrop-filter: none;
  background: #fff;
}

.fn-nav .nav-sub a {
  border-radius: 10px;
}

.fn-nav .nav-search {
  height: 40px;
  border-radius: 999px;
  background: var(--bg-soft);
}

.fn-nav-cta {
  height: 44px;
  padding: 0 22px;
  box-shadow: 0 10px 22px -12px rgba(46, 139, 87, 0.7);
}

.header-transparent .fn-header {
  position: sticky;
}

/* 透明悬浮头部：本主题的头部是浮在页面上的白色胶囊，不压在首屏图上，
   default 主题为「透明头部压在深色首屏」准备的白字 / 黑底规则在这里会让文字与背景同色，
   统一恢复成胶囊上的深色文字、浅色搜索框与主题色信息条。 */
.header-transparent .fn-header .brand,
.header-transparent .fn-header .brand-name,
.header-transparent .fn-header .nav-item > a {
  color: var(--ink);
}

.header-transparent .fn-header .nav-item:hover > a,
.header-transparent .fn-header .nav-item.active > a {
  color: var(--primary);
}

.header-transparent .fn-header .brand-slogan {
  color: var(--muted);
}

.header-transparent .fn-header .nav-toggle span {
  background: var(--ink);
}

.header-transparent .fn-header .nav-search {
  background: var(--bg-soft);
  border-color: var(--line);
  color: inherit;
}

.header-transparent .fn-header .nav-search input::placeholder,
.header-transparent .fn-header .nav-search button {
  color: var(--muted);
}

.header-transparent .fn-header .topbar {
  background: transparent;
  color: var(--muted);
}

.header-transparent .fn-header .topbar a {
  color: var(--muted);
}

@media (max-width: 768px) {
  :root {
    --header-h: 70px;
  }

  .fn-topbar {
    display: none;
  }

  body:has(.fn-topbar) {
    --topbar-h: 0px;
  }

  .fn-header-wrap {
    padding-top: 10px;
  }

  .fn-pill {
    height: 60px;
    padding: 0 8px 0 14px;
  }

  .fn-nav {
    top: 0;
    padding-top: 90px;
    background: #fff;
  }

  .fn-nav .nav-item > a {
    height: auto;
    padding: 15px 4px;
    border-radius: 0;
  }

  .fn-nav .nav-item:hover > a,
  .fn-nav .nav-item.active > a {
    background: transparent;
  }

  .fn-nav-cta {
    width: 100%;
    margin-top: 16px;
  }

  .fn-header .nav-toggle {
    margin-left: auto;
  }
}

/* ---------- 首屏：左文右图 ---------- */
.fn-hero {
  position: relative;
  overflow: hidden;
  margin-top: calc(-1 * var(--header-h) - 14px);
  padding-top: calc(var(--header-h) + 14px);
  background:
    radial-gradient(50% 70% at 85% 20%, var(--leaf-soft), transparent 60%),
    radial-gradient(40% 60% at 5% 90%, rgba(var(--primary-rgb), 0.12), transparent 60%),
    linear-gradient(180deg, #f7fbf8, #fff);
  color: var(--ink);
}

/* 幻灯片叠放在同一个网格单元里，高度由内容决定（不再依赖固定比例） */
.fn-hero-track {
  position: relative;
  display: grid;
  aspect-ratio: auto;
  min-height: 520px;
  max-height: none;
}

.fn-hero.hero-tall .fn-hero-track {
  min-height: 620px;
}

.fn-hero.hero-screen .fn-hero-track {
  min-height: calc(100vh - var(--header-h) - 60px);
}

.fn-hero-slide {
  position: relative;
  inset: auto;
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 72px 24px 96px;
  background: none;
  transform: none;
  transition: opacity 0.8s ease;
}

.fn-hero-slide::before {
  display: none;
}

.fn-hero-slide:not(.is-active) {
  pointer-events: none;
}

.fn-hero-slide.is-active {
  transform: none;
}

.fn-hero-text {
  padding-left: 0;
}

.fn-hero .hero-caption::before {
  display: none;
}

.fn-hero-text .fn-pill-label {
  margin-bottom: 20px;
}

.fn-hero .hero-title {
  max-width: none;
  color: var(--ink);
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-shadow: none;
}

.fn-hero .hero-subtitle {
  color: var(--muted);
  font-size: clamp(15px, 1.3vw, 18px);
}

.fn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.fn-hero-actions .btn {
  margin-top: 0;
  opacity: 0;
  transform: translateY(28px);
}

.fn-hero .hero-slide.is-active .fn-hero-actions .btn,
.fn-hero-fallback .fn-hero-actions .btn {
  animation: rise 0.9s var(--ease-out) 0.3s forwards;
}

.fn-hero-fallback .hero-title,
.fn-hero-fallback .hero-subtitle {
  animation: rise 0.9s var(--ease-out) forwards;
}

.fn-hero-media {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transform: translateY(30px) scale(0.98);
}

.fn-hero .hero-slide.is-active .fn-hero-media,
.fn-hero-fallback .fn-hero-media {
  animation: fn-pop 1s var(--ease-out) 0.1s forwards;
}

@keyframes fn-pop {
  to {
    opacity: 1;
    transform: none;
  }
}

.fn-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fn-hero-media a {
  display: block;
  height: 100%;
}

.fn-hero-media::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--leaf-soft);
  pointer-events: none;
}

.fn-hero-media-empty {
  display: grid;
  place-items: center;
  background: var(--grad);
  color: #fff;
  font-size: 120px;
  font-weight: 800;
}

.fn-hero-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fn-dots {
  position: static;
  justify-content: flex-start;
}

.fn-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.25);
}

.fn-dots button.is-active {
  width: 30px;
  border-radius: 5px;
  background: var(--primary);
  box-shadow: none;
}

.fn-hero-arrows {
  display: flex;
  gap: 10px;
}

.fn-arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.fn-arrow:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.fn-arrow svg {
  width: 22px;
  height: 22px;
}

.fn-hero .hero-hint {
  position: relative;
}

/* ---------- 区块标题 ---------- */
.fn-head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.fn-head-left {
  margin: 0 0 28px;
  text-align: left;
}

.fn-head .fn-pill-label {
  margin-bottom: 16px;
}

.fn-title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.fn-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}

.bg-dark .fn-title,
.bg-primary .fn-title {
  color: #fff;
}

.bg-dark .fn-desc,
.bg-primary .fn-desc {
  color: rgba(255, 255, 255, 0.72);
}

.bg-dark .fn-pill-label,
.bg-primary .fn-pill-label {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* ---------- 区块背景 ---------- */
.bg-soft {
  background: radial-gradient(40% 60% at 100% 0%, var(--leaf-soft), transparent 60%), var(--bg-soft);
}

.bg-dark {
  background: radial-gradient(60% 80% at 100% 0%, rgba(111, 207, 151, 0.22), transparent 60%), var(--bg-dark);
}

.bg-primary {
  background: linear-gradient(135deg, var(--primary-deep), var(--primary) 55%, #48a86f);
}

/* ---------- 关于：blob 配图 ---------- */
.fn-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.fn-about.media-right .fn-about-media {
  order: 2;
}

.fn-about-media {
  position: relative;
  padding: 24px;
}

.fn-blob {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 46% 54% 58% 42% / 44% 40% 60% 56%;
  box-shadow: var(--shadow-lg);
  animation: fn-morph 14s ease-in-out infinite alternate;
}

@keyframes fn-morph {
  to {
    border-radius: 54% 46% 42% 58% / 56% 60% 40% 44%;
  }
}

.fn-blob img,
.fn-blob .about-placeholder {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.fn-blob-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.fn-blob-dot-a {
  top: 0;
  right: 10px;
  width: 90px;
  height: 90px;
  background: var(--tint-3);
}

.fn-blob-dot-b {
  bottom: 0;
  left: 0;
  width: 130px;
  height: 130px;
  background: var(--leaf-soft);
}

.fn-about-text {
  font-size: 16px;
  line-height: 1.95;
  color: var(--ink-2);
}

.fn-about-text p {
  margin-bottom: 1em;
}

.fn-about-body .btn {
  margin-top: 26px;
}

/* ---------- 优势：彩色圆形图标 ---------- */
.fn-features {
  display: grid;
  gap: 24px;
}

.fn-features.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fn-features.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fn-features.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fn-feature {
  display: block;
  padding: 32px 28px;
  border-radius: 28px;
  background: #fff;
  color: inherit;
  box-shadow: var(--shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

.fn-feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  color: inherit;
}

.style-plain .fn-feature {
  background: transparent;
  box-shadow: none;
  padding: 12px 8px;
}

.style-outline .fn-feature {
  background: transparent;
  box-shadow: none;
  border: 2px solid var(--line);
}

.fn-feature-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--tint-1);
  color: var(--tint-1-fg);
  font-size: 22px;
  font-weight: 800;
}

.tint-2 .fn-feature-icon {
  background: var(--tint-2);
  color: var(--tint-2-fg);
}

.tint-3 .fn-feature-icon {
  background: var(--tint-3);
  color: var(--tint-3-fg);
}

.tint-4 .fn-feature-icon {
  background: var(--tint-4);
  color: var(--tint-4-fg);
}

.tint-5 .fn-feature-icon {
  background: var(--tint-1);
  color: var(--tint-1-fg);
}

.tint-6 .fn-feature-icon {
  background: var(--tint-2);
  color: var(--tint-2-fg);
}

.fn-feature-icon svg {
  width: 30px;
  height: 30px;
}

.fn-feature-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.fn-feature-text {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--muted);
}

.bg-dark .fn-feature,
.bg-primary .fn-feature {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.bg-dark .fn-feature-text,
.bg-primary .fn-feature-text {
  color: rgba(255, 255, 255, 0.7);
}

/* ---------- 芯片卡片 ---------- */
.fn-cards {
  display: grid;
  gap: 24px;
}

.fn-cards.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fn-cards.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fn-cards.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fn-card {
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background: #fff;
  color: inherit;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}

.fn-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  color: inherit;
}

.fn-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-soft);
}

.fn-card-media img,
.fn-card-media .cover-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.fn-card:hover .fn-card-media img {
  transform: scale(1.05);
}

.fn-card-media .fn-chip {
  position: absolute;
  left: 16px;
  bottom: 14px;
}

.fn-card-media .fn-chip-hot {
  left: auto;
  right: 16px;
  bottom: auto;
  top: 14px;
}

.fn-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 8px;
  padding: 20px 22px 22px;
}

.fn-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--ink);
  transition: color 0.2s;
}

.fn-card:hover .fn-card-title {
  color: var(--primary);
}

.fn-card-sub {
  font-size: 13px;
  color: var(--primary);
}

.fn-card-summary {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fn-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  font-size: 12.5px;
  color: var(--muted);
}

.fn-card-more {
  color: var(--primary);
  font-weight: 600;
}

.bg-dark .fn-card,
.bg-primary .fn-card {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.bg-dark .fn-card-title,
.bg-primary .fn-card-title {
  color: #fff;
}

/* ---------- 新闻：大卡 + 小卡 ---------- */
.fn-news {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.fn-news-lead {
  display: block;
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
  color: inherit;
}

.fn-news-lead:hover {
  color: inherit;
}

.fn-news-lead-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bg-soft);
}

.fn-news-lead-media img,
.fn-news-lead-media .cover-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fn-news-lead-media .fn-chip {
  position: absolute;
  left: 18px;
  bottom: 16px;
}

.fn-news-lead-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 26px 26px;
}

.fn-news-lead-body time {
  font-size: 13px;
  color: var(--primary);
  font-weight: 600;
}

.fn-news-lead-body strong {
  font-size: 21px;
  line-height: 1.45;
  color: var(--ink);
}

.fn-news-lead:hover strong {
  color: var(--primary);
}

.fn-news-lead-body span:last-child {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--muted);
}

.fn-news-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fn-news-mini {
  display: flex;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
  color: inherit;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

.fn-news-mini:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow-lg);
  color: inherit;
}

.fn-news-mini-date {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  line-height: 1.1;
}

.fn-news-mini-date b {
  font-size: 22px;
}

.fn-news-mini-date small {
  font-size: 11px;
}

.fn-news-mini-body {
  min-width: 0;
}

.fn-news-mini-body strong {
  display: block;
  font-size: 15.5px;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fn-news-mini:hover strong {
  color: var(--primary);
}

.fn-news-mini-body span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fn-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 40px;
}

.fn-list li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 14px;
  color: var(--ink-2);
  transition: background 0.2s, color 0.2s;
}

.fn-list li a:hover {
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
}

.fn-list-title {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fn-list-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px 1px 0;
  border-radius: 50%;
  background: var(--leaf);
}

.fn-list-date {
  flex: none;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--bg-soft);
  font-size: 12px;
  color: var(--muted);
}

.fn-more {
  margin-top: 40px;
  text-align: center;
}

/* ---------- 数据：浅色卡片 ---------- */
.fn-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.fn-stat {
  padding: 30px 24px;
  border-radius: 28px;
  background: var(--tint-1);
  color: var(--tint-1-fg);
  text-align: center;
}

.fn-stat.tint-2 {
  background: var(--tint-2);
  color: var(--tint-2-fg);
}

.fn-stat.tint-3 {
  background: var(--tint-3);
  color: var(--tint-3-fg);
}

.fn-stat.tint-4 {
  background: var(--tint-4);
  color: var(--tint-4-fg);
}

.fn-stat-value {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.fn-stat-suffix {
  font-size: 0.5em;
  font-weight: 700;
}

.fn-stat-label {
  margin-top: 10px;
  font-size: 14px;
  color: var(--ink-2);
}

.bg-dark .fn-stat,
.bg-primary .fn-stat {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.bg-dark .fn-stat-label,
.bg-primary .fn-stat-label {
  color: rgba(255, 255, 255, 0.75);
}

/* ---------- 评价：气泡 ---------- */
.fn-bubbles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px 28px;
}

.fn-bubble {
  margin: 0;
}

.fn-bubble blockquote {
  position: relative;
  margin: 0;
  padding: 26px 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--ink-2);
}

.fn-bubble blockquote::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: -12px;
  width: 24px;
  height: 24px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.fn-bubble figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding-left: 12px;
}

.fn-bubble-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--grad);
  color: #fff;
  font-weight: 700;
}

.fn-bubble-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fn-bubble figcaption strong {
  display: block;
  font-size: 15px;
  color: var(--ink);
}

.fn-bubble figcaption small {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
}

.bg-dark .fn-bubble blockquote,
.bg-primary .fn-bubble blockquote {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  box-shadow: none;
}

.bg-dark .fn-bubble blockquote::after,
.bg-primary .fn-bubble blockquote::after {
  background: rgba(255, 255, 255, 0.1);
}

.bg-dark .fn-bubble figcaption strong,
.bg-primary .fn-bubble figcaption strong {
  color: #fff;
}

/* ---------- 行动号召：大圆角面板 ---------- */
.blk-cta {
  background: var(--bg) !important;
}

.fn-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 64px;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-deep), var(--primary) 60%, #48a86f);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.fn-cta-orb {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.fn-cta-orb-a {
  width: 260px;
  height: 260px;
  right: -60px;
  top: -120px;
}

.fn-cta-orb-b {
  width: 160px;
  height: 160px;
  left: 40%;
  bottom: -100px;
}

.fn-cta-text {
  position: relative;
}

.fn-cta-title {
  color: #fff;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
}

.fn-cta-desc {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
}

.fn-cta-actions {
  position: relative;
  display: flex;
  flex: none;
  gap: 12px;
}

/* ---------- 联系 ---------- */
.fn-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.fn-contact-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 820px;
}

.fn-contact-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}

.fn-contact-list i {
  flex: none;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
  font-style: normal;
  font-size: 18px;
}

.fn-contact-list small {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

.fn-contact-list span {
  font-size: 15.5px;
  color: var(--ink);
}

.bg-dark .fn-contact-list i,
.bg-primary .fn-contact-list i {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.bg-dark .fn-contact-list span,
.bg-primary .fn-contact-list span {
  color: #fff;
}

.bg-dark .fn-contact-list small,
.bg-primary .fn-contact-list small {
  color: rgba(255, 255, 255, 0.6);
}

.fn-contact-form {
  padding: 36px;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  --field-bg: var(--bg-soft);
  --field-border: transparent;
  --field-fg: var(--ink);
  --field-placeholder: #8fa39a;
}

.fn-contact-form .message-form input,
.fn-contact-form .message-form textarea {
  border-radius: 16px;
}

.fn-contact-form-title {
  font-size: 22px;
  font-weight: 800;
}

.fn-contact-form-lead {
  margin: 6px 0 20px;
  font-size: 14px;
  color: var(--muted);
}

.fn-contact-form .fn-head-left .fn-title {
  color: var(--ink);
}

.fn-contact-form .fn-head-left .fn-desc {
  color: var(--muted);
}

.fn-contact-form .fn-head-left .fn-pill-label {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
}

/* ---------- 内页：圆角头卡 ---------- */
.fn-page-header-wrap {
  padding-top: 28px;
}

.fn-page-header {
  position: relative;
  overflow: hidden;
  padding: 56px 56px 52px;
  border-radius: 36px;
  background: linear-gradient(135deg, var(--primary-deep), var(--primary) 60%, #48a86f);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.fn-page-header.has-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 50, 35, 0.8), rgba(20, 50, 35, 0.35));
}

.fn-page-header > * {
  position: relative;
}

.fn-page-header h1 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
}

.fn-page-header p {
  max-width: 640px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.fn-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.fn-crumb li + li::before {
  content: "›";
  margin: 0 8px;
  opacity: 0.6;
}

.fn-crumb a:hover,
.fn-crumb li:last-child span {
  color: #fff;
}

.fn-sub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.fn-sub-nav li a {
  display: block;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--bg-soft);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  transition: background 0.2s, color 0.2s;
}

.fn-sub-nav li a:hover,
.fn-sub-nav li.active a {
  background: var(--primary);
  color: #fff;
}

.page-list .section-inner,
.page-article .section-inner,
.page-single .section-inner {
  padding-top: 40px;
}

.side-block,
.article-summary,
.list-intro {
  border-radius: 24px;
  border-color: var(--line);
}

.side-title::before {
  background: var(--primary);
}

/* ---------- 页脚：波浪 ---------- */
.fn-footer {
  position: relative;
  margin-top: 60px;
  background: var(--bg-dark);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.fn-wave {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  width: 100%;
  height: 60px;
  fill: var(--bg-dark);
}

.fn-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.2fr auto;
  gap: 40px;
  padding: 48px 24px 40px;
}

.fn-footer .footer-name {
  font-family: var(--font);
}

.fn-footer-call {
  display: inline-flex;
  margin-top: 16px;
  height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--primary);
  font-weight: 800;
  box-shadow: none;
}

.fn-footer-col h4 {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.fn-footer-col li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.fn-footer-col a:hover {
  color: var(--leaf);
}

.fn-footer-qr {
  text-align: center;
  font-size: 12px;
}

.fn-footer-qr img,
.fn-footer-qr .footer-qr-placeholder {
  width: 112px;
  height: 112px;
  margin: 0 auto 8px;
  padding: 6px;
  border-radius: 20px;
  background: #fff;
}

.fn-footer-friends {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  padding: 0 24px 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.fn-footer-friends a:hover {
  color: var(--leaf);
}

.fn-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
}

.fn-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 24px;
}

.fn-footer-bottom a {
  margin-left: 14px;
}

.fn-footer-bottom a:hover {
  color: #fff;
}

.footer-light .fn-footer {
  background: var(--bg-soft);
  color: var(--ink-2);
}

.footer-light .fn-wave {
  fill: var(--bg-soft);
}

.footer-light .fn-footer-col h4,
.footer-light .fn-footer .footer-name {
  color: var(--ink);
}

.footer-light .fn-footer-col a:hover,
.footer-light .fn-footer-friends a:hover,
.footer-light .fn-footer-bottom a:hover {
  color: var(--primary);
}

.footer-light .fn-footer-friends,
.footer-light .fn-footer-bottom {
  color: var(--muted);
}

.footer-light .fn-footer-bottom {
  border-top-color: var(--line);
}

.footer-light .fn-footer .footer-logo {
  filter: none;
}

.footer-light .fn-footer-call {
  background: var(--primary);
  color: #fff;
}

.footer-primary .fn-footer {
  background: var(--primary-deep);
}

.footer-primary .fn-wave {
  fill: var(--primary-deep);
}

/* ---------- 按钮 / 悬浮工具 / 分页 / 占位图 ---------- */
.btn {
  font-weight: 700;
}

.btn::after {
  display: none;
}

.btn-primary {
  background: var(--primary);
  box-shadow: 0 12px 26px -12px rgba(46, 139, 87, 0.65);
}

.btn-primary:hover {
  background: var(--primary-deep);
  box-shadow: 0 16px 30px -12px rgba(46, 139, 87, 0.7);
}

.btn-outline {
  border-width: 2px;
  border-color: rgba(var(--primary-rgb), 0.45);
  background: transparent;
}

.float-btn {
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  backdrop-filter: none;
  box-shadow: 0 12px 26px -12px rgba(46, 139, 87, 0.7);
}

.float-btn:hover {
  background: var(--primary-deep);
}

.page-link {
  border-radius: 999px;
}

.page-link.is-current {
  background: var(--primary);
  box-shadow: 0 10px 22px -10px rgba(46, 139, 87, 0.6);
}

.cover-placeholder,
.cover-placeholder[class*="tone-"] {
  --grid-line: transparent;
  background: linear-gradient(135deg, var(--primary-deep), var(--primary) 60%, var(--leaf));
}

.cover-placeholder.tone-1 {
  background: linear-gradient(135deg, #0f5a4a, #2aa38a 60%, #8fe3cf);
}

.cover-placeholder.tone-2 {
  background: linear-gradient(135deg, #4a6b1f, #8ab84a 60%, #cfe89a);
}

.cover-placeholder.tone-3 {
  background: linear-gradient(135deg, #6b4f2e, #b48a5a 60%, #e6cfa8);
}

.cover-placeholder.tone-4 {
  background: linear-gradient(135deg, #1f5f8b, #5aa9d6 60%, #b6dcf0);
}

.cover-placeholder span {
  font-family: var(--font);
  letter-spacing: 0.06em;
}

.not-found-code {
  font-family: var(--font);
  color: var(--primary);
}

/* 仍沿用默认模板的组件（团队 / 合作伙伴 / 常见问题 / 图集 / 自由排版） */
.feature::before,
.feature::after,
.card::before,
.card::after {
  display: none;
}

.section-label {
  padding: 6px 14px !important;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.1);
  font-family: var(--font);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: none;
}

.section-label::after {
  display: none;
}

.section-title::after {
  height: 5px;
  border-radius: 5px;
  background: var(--grad);
  box-shadow: none;
}

.member-photo {
  border-radius: 50%;
  width: 78%;
  background: var(--grad);
}

.partner,
.faq-item,
.gallery-item {
  border-radius: 20px;
}

.card-meta,
.row-meta,
.testimonial figcaption small,
.footer-bottom {
  font-family: var(--font);
}

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
  .fn-features.cols-3,
  .fn-features.cols-4,
  .fn-cards.cols-3,
  .fn-cards.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fn-about {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .fn-about-media {
    max-width: 480px;
    margin: 0 auto;
  }

  .fn-news {
    grid-template-columns: minmax(0, 1fr);
  }

  .fn-contact {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .fn-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px 40px;
  }

  .fn-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .fn-hero {
    margin-top: 0;
    padding-top: 0;
  }

  .fn-hero-slide {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 32px 20px 90px;
  }

  .fn-hero-media {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }

  .fn-hero-track {
    min-height: 0;
  }

  .fn-hero-controls {
    bottom: 26px;
  }

  .fn-features,
  .fn-features.cols-2,
  .fn-features.cols-3,
  .fn-features.cols-4,
  .fn-cards,
  .fn-cards.cols-2,
  .fn-cards.cols-3,
  .fn-cards.cols-4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .fn-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .fn-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .fn-cta {
    padding: 36px 28px;
    border-radius: 28px;
  }

  .fn-page-header {
    padding: 36px 26px 32px;
    border-radius: 24px;
  }

  .fn-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .fn-contact-form {
    padding: 24px;
    border-radius: 24px;
  }
}
