/* roulang page: index */
:root {
  --primary: #16A34A;
  --primary-dark: #15803D;
  --primary-light: #D9F99D;
  --accent: #F59E0B;
  --dark: #0C0F0A;
  --light: #F6F6F3;
  --white: #FFFFFF;
  --text: #1C1917;
  --text-muted: #78716C;
  --border: #E7E5E4;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(12,15,10,.06), 0 4px 12px rgba(12,15,10,.04);
  --shadow-md: 0 8px 24px rgba(12,15,10,.10), 0 2px 6px rgba(12,15,10,.06);
  --transition: all .2s ease-out;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","Source Han Sans SC","Noto Sans CJK SC",sans-serif;
  background: var(--light);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; }
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }
.btn { border-radius: var(--radius-sm); font-weight: 600; transition: var(--transition); }
.btn:focus, .btn:active:focus, .form-control:focus, .form-select:focus {
  outline: 3px solid rgba(22,163,74,.35);
  outline-offset: 2px;
  box-shadow: none;
  border-color: var(--primary);
}
.btn-primary {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
  transform: translateY(-1px);
}
.btn-light-outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,.7);
  color: #fff;
}
.btn-light-outline:hover {
  background: rgba(255,255,255,.12);
  border-color: #fff;
  color: #fff;
}
.btn-accent {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: var(--dark);
}
.btn-accent:hover {
  background: #FBBF24;
  border-color: #FBBF24;
  color: var(--dark);
  transform: translateY(-1px);
}
.badge { font-weight: 600; border-radius: 999px; padding: .4em .8em; }
.container { max-width: 1280px; }

/* Header */
.custom-navbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 var(--border), 0 2px 8px rgba(12,15,10,.04);
  min-height: 72px;
  padding: 0;
  z-index: 1050;
}
.custom-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--text);
  letter-spacing: .5px;
}
.custom-navbar .brand-icon {
  width: 32px; height: 32px;
  background: var(--primary);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.custom-navbar .navbar-nav {
  gap: 4px;
  margin: 0 auto;
}
.custom-navbar .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: var(--text);
  padding: 10px 16px !important;
  border-radius: var(--radius-sm);
  position: relative;
}
.custom-navbar .nav-link:hover {
  color: var(--primary);
  background: rgba(22,163,74,.05);
}
.custom-navbar .nav-link.active {
  color: var(--primary);
  font-weight: 700;
}
.custom-navbar .nav-link.active::after {
  content: '';
  position: absolute;
  left: 16px; right: 16px; bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: var(--primary);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-box {
  position: relative;
  width: 200px;
}
.search-box input {
  width: 100%;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0 36px 0 12px;
  font-size: 13px;
  background: var(--light);
  transition: var(--transition);
}
.search-box input:focus {
  width: 240px;
  background: var(--white);
  border-color: var(--primary);
  outline: none;
}
.search-box .fa-magnifying-glass {
  position: absolute;
  right: 12px; top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--text-muted);
  pointer-events: none;
}
.btn-live {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  height: 38px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-live:hover {
  background: var(--primary-dark);
  color: #fff;
  transform: translateY(-1px);
}
.navbar-toggler {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 6px 10px;
}
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(28,25,23,.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero */
.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  background: url('/assets/images/backpic/back-1.webp') center center / cover no-repeat;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,15,10,.92) 0%, rgba(12,15,10,.6) 55%, rgba(12,15,10,.25) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
  letter-spacing: .5px;
}
.hero-badge .live-dot {
  width: 8px; height: 8px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(.8); }
}
.hero h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
  max-width: 720px;
}
.hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,.85);
  max-width: 560px;
  margin-bottom: 32px;
  line-height: 1.7;
}
.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-buttons .btn { height: 48px; padding: 0 28px; font-size: 15px; border-radius: var(--radius-sm); }
.scoreboard {
  background: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  max-width: 680px;
  backdrop-filter: blur(6px);
}
.scoreboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  letter-spacing: 1px;
}
.scoreboard-main {
  display: flex;
  align-items: center;
  gap: 20px;
}
.score-team {
  text-align: center;
  min-width: 90px;
  color: #fff;
}
.score-team .team-name { font-size: 15px; font-weight: 600; }
.score-team .team-score {
  font-size: 28px;
  font-weight: 800;
  font-family: "Barlow Condensed","DIN Alternate","Roboto Condensed",sans-serif;
  font-feature-settings: "tnum";
  color: var(--primary-light);
}
.score-vs {
  color: rgba(255,255,255,.4);
  font-size: 13px;
  font-weight: 700;
}

/* Stats strip */
.stats-strip {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 32px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stat-item {
  text-align: center;
  padding: 12px;
}
.stat-item .stat-value {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
  font-family: "Barlow Condensed","DIN Alternate",sans-serif;
  font-feature-settings: "tnum";
  line-height: 1.2;
}
.stat-item .stat-label {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 4px;
}

/* Section */
.section { padding: 72px 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}
.section-head h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  position: relative;
  padding-left: 16px;
}
.section-head h2::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 28px;
  border-radius: 3px;
  background: var(--primary);
}
.section-head .sec-en {
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--text-muted);
  text-transform: uppercase;
}
.section-head .view-all {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.section-head .view-all:hover { color: var(--primary-dark); gap: 8px; }

/* Horizontal scroller */
.scroll-wrap {
  position: relative;
  overflow: hidden;
}
.scroll-row {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: none;
}
.scroll-row::-webkit-scrollbar { display: none; }
.video-card {
  min-width: 280px;
  max-width: 280px;
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.video-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.video-card .card-cover {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--dark);
}
.video-card .card-cover img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s ease-out;
}
.video-card:hover .card-cover img { transform: scale(1.05); }
.video-card .cover-badge {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--primary-light);
  color: var(--dark);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
}
.video-card .duration {
  position: absolute;
  right: 10px; bottom: 10px;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: "Barlow Condensed",sans-serif;
}
.video-card .card-body { padding: 14px 16px 16px; }
.video-card .card-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
  margin-bottom: 8px;
}
.video-card .card-meta {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  justify-content: space-between;
}
.scroll-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: var(--transition);
  font-size: 14px;
  color: var(--text);
}
.scroll-arrow:hover { background: var(--primary); color: #fff; }
.scroll-arrow.left { left: -12px; }
.scroll-arrow.right { right: -12px; }

/* News list (CMS) */
.news-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-bottom: 16px;
  transition: var(--transition);
}
.news-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}
.news-card .row { align-items: center; }
.news-thumb {
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--dark);
}
.news-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s ease-out;
}
.news-card:hover .news-thumb img { transform: scale(1.04); }
.news-body .news-cat {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  background: rgba(22,163,74,.1);
  padding: 3px 10px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 6px;
}
.news-body h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
}
.news-body h3 a { color: var(--text); }
.news-body h3 a:hover { color: var(--primary); }
.news-body p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-meta {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  gap: 16px;
  align-items: center;
}
.news-meta .fa-solid { margin-right: 4px; opacity: .6; }
.empty-state {
  background: var(--light);
  border: 1px dashed var(--border);
  border-radius: var(--radius-md);
  padding: 48px 24px;
  text-align: center;
  color: var(--text-muted);
}
.empty-state .fa-solid { font-size: 32px; margin-bottom: 12px; opacity: .4; }

/* Hot picks */
.hot-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  height: 100%;
}
.hot-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}
.hot-card .cover-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--dark);
}
.hot-card .cover-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .35s ease-out;
}
.hot-card:hover .cover-wrap img { transform: scale(1.06); }
.hot-card .rank-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--accent);
  color: var(--dark);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 999px;
  font-family: "Barlow Condensed",sans-serif;
}
.hot-card .hot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12,15,10,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}
.hot-card:hover .hot-overlay { opacity: 1; }
.hot-overlay .btn-play {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.hot-overlay .btn-play:hover { transform: scale(1.08); background: var(--primary-dark); }
.hot-card .card-body { padding: 16px 18px; }
.hot-card .match-league {
  font-size: 11px;
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hot-card .match-title {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hot-card .match-meta {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  gap: 14px;
}

/* Channel tabs */
.channel-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 12px;
}
.channel-tab {
  background: transparent;
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  border-radius: 999px;
  cursor: pointer;
  transition: var(--transition);
}
.channel-tab:hover { color: var(--primary); background: rgba(22,163,74,.06); }
.channel-tab.active {
  background: var(--primary);
  color: #fff;
}
.channel-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.channel-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
  text-align: center;
  padding-bottom: 20px;
}
.channel-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.channel-card .channel-cover {
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 14px;
  background: var(--dark);
}
.channel-card .channel-cover img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.channel-card:hover .channel-cover img { transform: scale(1.05); }
.channel-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
.channel-card p {
  font-size: 13px;
  color: var(--text-muted);
  padding: 0 16px;
  margin-bottom: 12px;
}
.channel-card .enter-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
}

/* FAQ */
.faq-wrap { max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item .faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}
.faq-item .faq-q:hover { background: rgba(22,163,74,.03); }
.faq-item .faq-q .fa-solid {
  color: var(--primary);
  transition: transform .2s;
}
.faq-item .faq-body {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
}

/* CTA */
.cta-section {
  background: var(--dark);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/assets/images/backpic/back-2.png') center center / cover no-repeat;
  opacity: .15;
}
.cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.cta-sub {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  margin-bottom: 0;
}
.subscribe-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 460px;
  width: 100%;
}
.subscribe-form input {
  flex: 1;
  height: 48px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  color: #fff;
  padding: 0 16px;
  font-size: 14px;
  min-width: 200px;
}
.subscribe-form input::placeholder { color: rgba(255,255,255,.5); }
.subscribe-form input:focus {
  outline: 3px solid rgba(217,249,157,.3);
  outline-offset: 2px;
  border-color: var(--primary-light);
}
.subscribe-form .btn { height: 48px; padding: 0 24px; white-space: nowrap; }
.privacy-note {
  font-size: 12px;
  color: rgba(255,255,255,.4);
  margin-top: 8px;
  width: 100%;
}

/* Footer */
.site-footer {
  background: var(--dark);
  color: #A8A29E;
  padding: 60px 0 24px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.site-footer h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}
.site-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
}
.site-footer .footer-brand .brand-icon {
  width: 32px; height: 32px;
  background: var(--primary);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.site-footer p { font-size: 14px; line-height: 1.7; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 8px; }
.site-footer ul a {
  color: #A8A29E;
  font-size: 14px;
  transition: var(--transition);
}
.site-footer ul a:hover { color: var(--primary-light); padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,.4);
}
.social-links {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.social-links a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: var(--transition);
}
.social-links a:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991.98px) {
  .custom-navbar .navbar-collapse {
    background: var(--white);
    padding: 16px 0;
    border-top: 1px solid var(--border);
  }
  .custom-navbar .nav-link.active::after { display: none; }
  .custom-navbar .nav-link.active {
    background: rgba(22,163,74,.1);
    border-radius: var(--radius-sm);
  }
  .nav-actions {
    margin-top: 12px;
    width: 100%;
  }
  .search-box { flex: 1; width: auto; }
  .search-box input, .search-box input:focus { width: 100%; }
  .hero { min-height: 70vh; }
  .hero h1 { font-size: 32px; }
  .channel-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
  .section { padding: 48px 0; }
  .section-head h2 { font-size: 22px; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .stat-item .stat-value { font-size: 24px; }
  .scroll-row { padding-bottom: 8px; }
  .video-card { min-width: 220px; max-width: 220px; }
  .channel-cards { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .hero h1 { font-size: 28px; line-height: 1.25; }
  .hero-sub { font-size: 15px; }
  .scoreboard { padding: 16px; }
  .score-team { min-width: 70px; }
  .score-team .team-score { font-size: 22px; }
}
@media (max-width: 575.98px) {
  .container { padding-left: 16px; padding-right: 16px; }
  .stats-strip { padding: 20px 0; }
  .stat-item .stat-value { font-size: 20px; }
  .news-thumb { aspect-ratio: 16/10; }
  .news-body h3 { font-size: 15px; }
  .hot-card .match-title { font-size: 15px; }
}

/* roulang page: category1 */
:root {
  --primary: #16A34A;
  --primary-dark: #15803D;
  --primary-light: #D9F99D;
  --accent: #F59E0B;
  --dark: #0C0F0A;
  --dark-2: #1a1f16;
  --light: #F6F6F3;
  --white: #FFFFFF;
  --text: #1C1917;
  --text-muted: #78716C;
  --border: #E7E5E4;
  --radius: 16px;
  --radius-sm: 8px;
  --radius-badge: 999px;
  --shadow-sm: 0 1px 3px rgba(12,15,10,.06), 0 4px 12px rgba(12,15,10,.04);
  --shadow-md: 0 8px 24px rgba(12,15,10,.10), 0 2px 6px rgba(12,15,10,.06);
  --font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-family);
  background-color: var(--light);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: var(--primary); transition: color .2s ease; }
a:hover { color: var(--primary-dark); }
ul { list-style: none; }
button, input { font-family: inherit; }

.container { max-width: 1320px; padding-left: 24px; padding-right: 24px; }

/* ===== Navigation ===== */
.custom-navbar {
  background: var(--white);
  min-height: 72px;
  padding: 0;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 var(--border), 0 2px 8px rgba(12,15,10,.04);
  z-index: 1050;
}
.custom-navbar .container { min-height: 72px; display: flex; align-items: center; }
.custom-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: .5px;
  padding: 0;
  margin-right: 32px;
}
.custom-navbar .navbar-brand:hover { color: var(--text); }
.brand-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  flex-shrink: 0;
}
.custom-navbar .navbar-nav { gap: 4px; }
.custom-navbar .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #44403C;
  padding: 10px 16px !important;
  border-radius: 8px;
  position: relative;
  transition: color .2s ease, background .2s ease;
}
.custom-navbar .nav-link:hover { color: var(--primary); background: rgba(22,163,74,.06); }
.custom-navbar .nav-link.active {
  color: var(--primary);
  font-weight: 700;
  background: rgba(22,163,74,.08);
}
.custom-navbar .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 16px;
  right: 16px;
  height: 3px;
  background: var(--primary);
  border-radius: 3px 3px 0 0;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}
.search-box {
  position: relative;
  width: 210px;
}
.search-box input {
  width: 100%;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0 36px 0 14px;
  font-size: 13px;
  background: var(--light);
  color: var(--text);
  transition: all .25s ease;
  outline: none;
}
.search-box input::placeholder { color: #A8A29E; }
.search-box input:focus {
  width: 240px;
  border-color: var(--primary);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(22,163,74,.15);
}
.search-box i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 13px;
  pointer-events: none;
}
.btn-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 18px;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s ease;
}
.btn-live:hover {
  background: var(--primary-dark);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(22,163,74,.25);
}
.btn-live:active { transform: translateY(0); }
.custom-navbar .navbar-toggler {
  border: none;
  outline: none;
  padding: 6px 8px;
}
.custom-navbar .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(22,163,74,.25); }
.custom-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(28,25,23,.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ===== Category Banner ===== */
.category-banner {
  position: relative;
  min-height: 300px;
  padding: 64px 0;
  background: linear-gradient(90deg, rgba(12,15,10,.92), rgba(12,15,10,.65) 70%, rgba(12,15,10,.3)), url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.category-banner::before {
  content: '';
  position: absolute;
  bottom: -40px;
  right: 10%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,163,74,.25), transparent 70%);
  pointer-events: none;
}
.category-banner-content { position: relative; z-index: 2; max-width: 760px; }
.banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  color: #1C1917;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.category-banner h1 {
  color: var(--white);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.category-banner p {
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 600px;
}
.banner-stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.banner-stats .stat-item {
  text-align: center;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 12px 22px;
  min-width: 100px;
}
.banner-stats strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-light);
  font-variant-numeric: tabular-nums;
}
.banner-stats span {
  font-size: 12px;
  color: rgba(255,255,255,.7);
  letter-spacing: 1px;
}

/* ===== Filter Bar ===== */
.filter-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  box-shadow: var(--shadow-sm);
}
.filter-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-tab {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--light);
  border: 1px solid var(--border);
  transition: all .2s ease;
}
.filter-tab:hover {
  color: var(--primary);
  border-color: var(--primary);
  background: rgba(22,163,74,.05);
}
.filter-tab.active {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

/* ===== Match Grid Section ===== */
.section-padding { padding: 72px 0; }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 16px;
}
.section-head h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  font-family: var(--font-family);
  margin: 0;
  padding-left: 16px;
  border-left: 4px solid var(--primary);
}
.section-head .section-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
.section-link {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  transition: all .2s ease;
}
.section-link:hover { color: var(--primary-dark); gap: 4px; }

.match-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: box-shadow .25s ease, transform .25s ease;
  height: 100%;
}
.match-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.match-card .card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.match-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.match-card:hover .card-img-wrap img { transform: scale(1.05); }
.card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(12,15,10,.7);
  backdrop-filter: blur(6px);
  color: var(--primary-light);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 999px;
}
.card-duration {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(12,15,10,.65);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 6px;
}
.match-card .card-body {
  padding: 18px;
}
.match-card .card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text);
}
.match-card .card-title a { color: var(--text); }
.match-card .card-title a:hover { color: var(--primary); }
.match-card .card-summary {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.match-card .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #A8A29E;
  border-top: 1px solid var(--border);
  padding-top: 12px;
}
.match-card .card-meta i { font-size: 13px; color: var(--primary); }

/* ===== Feature Section ===== */
.feature-section {
  background: var(--dark);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.feature-section::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,163,74,.15), transparent 70%);
}
.feature-section .section-head h2 { color: var(--white); border-left-color: var(--primary); }
.feature-section .section-tag { color: rgba(255,255,255,.5); }
.feature-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 30px 24px;
  height: 100%;
  transition: background .25s ease, border-color .25s ease;
}
.feature-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(22,163,74,.4);
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(22,163,74,.2);
  color: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}
.feature-card h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.feature-card p {
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* ===== Scenario Section ===== */
.scenario-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 28px 24px;
  text-align: center;
  height: 100%;
  transition: box-shadow .25s ease, transform .25s ease;
}
.scenario-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.scenario-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.scenario-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.scenario-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

/* ===== Process Section ===== */
.process-section {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.process-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
}
.process-step {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.process-item h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
}
.process-item p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}
.process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 20px;
  padding: 0 8px;
}

/* ===== FAQ Section ===== */
.faq-section { background: var(--light); }
.faq-wrapper {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 32px;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid var(--border);
  background: transparent;
}
.accordion-item:last-child { border-bottom: none; }
.accordion-button {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  background: transparent;
  box-shadow: none;
  border: none;
  transition: color .2s ease;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--primary);
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(22,163,74,.2);
  border-radius: 4px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2378716C' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M8 4v8M4 8h8'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  transition: transform .25s ease;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2316A34A' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 8h8'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.accordion-body {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
}

/* ===== CTA Section ===== */
.cta-section {
  background: linear-gradient(120deg, var(--dark) 0%, #1a2b16 100%);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,163,74,.25), transparent 70%);
}
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-left h2 {
  color: var(--white);
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}
.cta-left p {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.cta-badge {
  display: inline-block;
  background: var(--primary-light);
  color: #1C1917;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  background: var(--accent);
  color: #1C1917;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  transition: all .2s ease;
}
.btn-cta:hover {
  background: #FBBF24;
  color: #1C1917;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245,158,11,.3);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  background: transparent;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 8px;
  transition: all .2s ease;
}
.btn-ghost:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.5);
  color: var(--white);
}

/* ===== Footer ===== */
.site-footer {
  background: var(--dark);
  padding: 56px 0 0;
  color: #A8A29E;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-brand .brand-icon {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 15px;
}
.site-footer p { font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.social-links { display: flex; gap: 10px; }
.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A8A29E;
  font-size: 15px;
  transition: all .25s ease;
}
.social-links a:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}
.site-footer h5 {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
}
.site-footer ul { padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul a {
  color: #A8A29E;
  font-size: 14px;
  transition: color .2s ease;
}
.site-footer ul a:hover { color: var(--primary-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,.35);
}
.footer-bottom p { margin: 0; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .custom-navbar .container { flex-wrap: wrap; }
  .custom-navbar .navbar-collapse { width: 100%; padding: 12px 0 16px; }
  .custom-navbar .navbar-nav { flex-direction: row; flex-wrap: wrap; gap: 4px; }
  .custom-navbar .nav-link { padding: 8px 12px !important; font-size: 14px; }
  .nav-actions { width: 100%; margin-top: 10px; justify-content: space-between; }
  .search-box { flex: 1; width: auto; }
  .search-box input:focus { width: 100%; }
  .mini-card .card-title { font-size: 14px; }
  .section-padding { padding: 56px 0; }
  .category-banner h1 { font-size: 36px; }
  .banner-stats .stat-item { min-width: 80px; padding: 10px 14px; }
  .banner-stats strong { font-size: 20px; }
}

@media (max-width: 767px) {
  .container { padding-left: 16px; padding-right: 16px; }
  body { font-size: 15px; }
  .custom-navbar { min-height: 60px; }
  .custom-navbar .container { min-height: 60px; }
  .custom-navbar .navbar-brand { font-size: 17px; margin-right: 0; }
  .brand-icon { width: 30px; height: 30px; font-size: 14px; border-radius: 8px; }
  .category-banner { min-height: 260px; padding: 48px 0; }
  .category-banner h1 { font-size: 30px; }
  .category-banner p { font-size: 15px; }
  .filter-tabs { gap: 6px; }
  .filter-tab { padding: 6px 14px; font-size: 13px; }
  .section-head h2 { font-size: 24px; }
  .section-head .section-tag { font-size: 10px; }
  .match-card .card-title { font-size: 15px; }
  .faq-wrapper { padding: 20px; }
  .cta-left h2 { font-size: 24px; }
  .btn-cta, .btn-ghost { width: 100%; justify-content: center; }
  .process-arrow { display: none; }
  .process-item { flex-direction: column; gap: 10px; }
  .process-step { width: 30px; height: 30px; font-size: 14px; }
  .site-footer { padding-top: 40px; }
  .footer-bottom { text-align: center; }
}

@media (max-width: 575px) {
  .section-padding { padding: 44px 0; }
  .category-banner { padding: 40px 0; }
  .banner-stats { gap: 12px; }
  .banner-stats .stat-item { min-width: calc(33.33% - 8px); padding: 8px 10px; }
  .banner-stats strong { font-size: 16px; }
  .banner-stats span { font-size: 11px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .match-card .card-body { padding: 14px; }
  .feature-card { padding: 24px 18px; }
}

/* roulang page: category2 */
:root {
  --brand-green: #16A34A;
  --brand-dark-green: #15803D;
  --brand-lime: #D9F99D;
  --brand-amber: #F59E0B;
  --dark-bg: #0C0F0A;
  --light-bg: #F6F6F3;
  --card-bg: #FFFFFF;
  --text-main: #1C1917;
  --text-muted: #78716C;
  --border-color: #E7E5E4;
  --radius-btn: 8px;
  --radius-card: 16px;
  --radius-lg: 20px;
  --shadow-card: 0 1px 3px rgba(12,15,10,.06), 0 4px 12px rgba(12,15,10,.04);
  --shadow-hover: 0 8px 24px rgba(12,15,10,.10), 0 2px 6px rgba(12,15,10,.06);
  --transition-fast: 180ms ease-out;
  --transition-base: 240ms ease-out;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: var(--light-bg);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--brand-green);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--brand-dark-green);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

:focus-visible {
  outline: 3px solid rgba(22, 163, 74, .35);
  outline-offset: 2px;
}

.container {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

/* ===== 导航 ===== */
.custom-navbar {
  background: #FFFFFF;
  min-height: 72px;
  box-shadow: 0 1px 0 #E7E5E4, 0 2px 8px rgba(12, 15, 10, .04);
  padding-top: 0;
  padding-bottom: 0;
}

.custom-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  color: var(--text-main);
}

.custom-navbar .navbar-brand:hover {
  color: var(--text-main);
}

.brand-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-dark-green));
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
}

.navbar-nav {
  gap: 4px;
  margin-left: 24px;
}

.navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #44403C;
  padding: 10px 14px !important;
  border-radius: var(--radius-btn);
  position: relative;
  transition: color var(--transition-fast), background var(--transition-fast);
}

.navbar-nav .nav-link:hover {
  color: var(--brand-green);
  background: rgba(22, 163, 74, .06);
}

.navbar-nav .nav-link.active {
  color: var(--brand-green);
  font-weight: 600;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand-green);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.search-box {
  position: relative;
  width: 200px;
  transition: width var(--transition-base);
}

.search-box input {
  width: 100%;
  height: 38px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-btn);
  padding: 0 36px 0 14px;
  font-size: 14px;
  background: var(--light-bg);
  color: var(--text-main);
  transition: all var(--transition-base);
}

.search-box input:focus {
  outline: none;
  border-color: var(--brand-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, .12);
  width: 100%;
}

.search-box i {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 14px;
  pointer-events: none;
}

.btn-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 18px;
  background: var(--brand-green);
  color: #fff;
  border: none;
  border-radius: var(--radius-btn);
  font-size: 14px;
  font-weight: 600;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.btn-live:hover {
  background: var(--brand-dark-green);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(22, 163, 74, .25);
}

.btn-live:active {
  transform: translateY(0);
}

.navbar-toggler {
  border: none;
  font-size: 20px;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: 3px solid rgba(22, 163, 74, .25);
}

/* ===== 分类 Banner ===== */
.category-hero {
  position: relative;
  min-height: 320px;
  background: linear-gradient(100deg, rgba(12, 15, 10, .92) 0%, rgba(12, 15, 10, .68) 55%, rgba(12, 15, 10, .40) 100%), url('/assets/images/backpic/back-3.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 72px 0;
  margin-bottom: 0;
}

.category-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-lime);
  color: #1C1917;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  animation: breathe 2.6s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 249, 157, .5); }
  50% { box-shadow: 0 0 0 6px rgba(217, 249, 157, 0); }
}

.category-hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.category-hero .hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, .88);
  max-width: 640px;
  line-height: 1.8;
}

.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.hero-stats .stat-item {
  color: #fff;
}

.hero-stats .stat-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--brand-lime);
  font-feature-settings: "tnum";
  line-height: 1.2;
}

.hero-stats .stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, .65);
  margin-top: 4px;
}

/* ===== 卖点卡片 ===== */
.feature-section {
  padding: 80px 0;
  background: var(--light-bg);
}

.section-head {
  margin-bottom: 40px;
}

.section-head .section-tag {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--brand-green);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.section-head h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0;
  position: relative;
  padding-left: 16px;
}

.section-head h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 4px;
  background: var(--brand-green);
}

.section-head .section-desc {
  color: var(--text-muted);
  font-size: 15px;
  margin-top: 12px;
  max-width: 720px;
}

.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 32px 28px;
  height: 100%;
  box-shadow: var(--shadow-card);
  transition: all var(--transition-base);
}

.feature-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: rgba(22, 163, 74, .10);
  color: var(--brand-green);
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* ===== 内容精选 ===== */
.highlight-section {
  padding: 80px 0;
  background: #fff;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.video-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-card);
  transition: all var(--transition-base);
}

.video-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.video-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--dark-bg);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease-out;
}

.video-card:hover .video-thumb img {
  transform: scale(1.05);
}

.video-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(12, 15, 10, .78);
  color: var(--brand-lime);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.video-duration {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(12, 15, 10, .72);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 6px;
  font-feature-settings: "tnum";
}

.video-body {
  padding: 18px 18px 20px;
}

.video-body h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}

.video-body p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--text-muted);
  padding-top: 12px;
  border-top: 1px solid #F0EFED;
}

.video-meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* ===== 适用场景 ===== */
.audience-section {
  padding: 80px 0;
  background: var(--dark-bg);
  color: #fff;
}

.audience-section .section-head h2 {
  color: #fff;
}

.audience-section .section-head h2::before {
  background: var(--brand-lime);
}

.audience-section .section-head .section-tag {
  color: var(--brand-lime);
}

.audience-section .section-head .section-desc {
  color: rgba(255, 255, 255, .65);
}

.audience-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  height: 100%;
  transition: all var(--transition-base);
}

.audience-card:hover {
  background: rgba(255, 255, 255, .10);
  border-color: rgba(217, 249, 157, .25);
  transform: translateY(-3px);
}

.audience-card i {
  font-size: 26px;
  color: var(--brand-lime);
  margin-bottom: 16px;
}

.audience-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.audience-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 0;
  line-height: 1.7;
}

/* ===== 更新流程 ===== */
.flow-section {
  padding: 80px 0;
  background: var(--light-bg);
}

.flow-step {
  text-align: center;
  padding: 24px 16px;
  position: relative;
}

.flow-step .step-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-dark-green));
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 6px 16px rgba(22, 163, 74, .25);
  font-feature-settings: "tnum";
}

.flow-step h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.flow-step p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.65;
}

.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-green);
  font-size: 22px;
  opacity: .6;
}

/* ===== FAQ ===== */
.faq-section {
  padding: 80px 0;
  background: #fff;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--border-color);
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 14px;
  background: #fff;
}

.faq-accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--border-color);
}

.faq-accordion .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  background: #fff;
  padding: 18px 22px;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--brand-green);
  background: #F6F6F3;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 3px solid rgba(22, 163, 74, .20);
}

.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2316A34A'%3E%3Cpath fill-rule='evenodd' d='M8 2a.75.75 0 0 1 .75.75v4.5h4.5a.75.75 0 0 1 0 1.5h-4.5v4.5a.75.75 0 0 1-1.5 0v-4.5h-4.5a.75.75 0 0 1 0-1.5h4.5v-4.5A.75.75 0 0 1 8 2Z'/%3E%3C/svg%3E");
  transition: transform .3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

.faq-accordion .accordion-body {
  padding: 8px 22px 22px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
  background: #FAFAF7;
  border-top: 1px dashed var(--border-color);
}

/* ===== CTA ===== */
.cta-section {
  padding: 72px 0;
  background: linear-gradient(135deg, rgba(12, 15, 10, .95), rgba(22, 163, 74, .25)), url('/assets/images/backpic/back-2.png') center/cover no-repeat;
  position: relative;
  text-align: center;
}

.cta-section h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
}

.cta-section p {
  color: rgba(255, 255, 255, .75);
  font-size: 16px;
  margin-bottom: 28px;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 32px;
  background: var(--brand-green);
  color: #fff;
  border: none;
  border-radius: var(--radius-btn);
  font-size: 16px;
  font-weight: 600;
  transition: all var(--transition-fast);
}

.btn-cta-primary:hover {
  background: var(--brand-dark-green);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22, 163, 74, .35);
}

.btn-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 32px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .6);
  border-radius: var(--radius-btn);
  font-size: 16px;
  font-weight: 600;
  transition: all var(--transition-fast);
  margin-left: 12px;
}

.btn-cta-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

/* ===== 页脚 ===== */
.site-footer {
  background: var(--dark-bg);
  color: #A8A29E;
  padding: 64px 0 24px;
  font-size: 14px;
}

.site-footer h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.site-footer a {
  color: #A8A29E;
  transition: color var(--transition-fast);
}

.site-footer a:hover {
  color: var(--brand-lime);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.footer-brand .brand-icon {
  font-size: 16px;
}

.site-footer p {
  line-height: 1.7;
  font-size: 14px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A8A29E;
  font-size: 15px;
  transition: all var(--transition-fast);
}

.social-links a:hover {
  background: rgba(217, 249, 157, .10);
  border-color: var(--brand-lime);
  color: var(--brand-lime);
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer ul li a {
  color: #A8A29E;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 48px;
  padding-top: 24px;
  text-align: center;
  color: rgba(255, 255, 255, .42);
  font-size: 13px;
}

/* ===== 响应式 ===== */
@media (max-width: 991.98px) {
  .custom-navbar {
    min-height: 60px;
  }

  .navbar-collapse {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: var(--shadow-hover);
    margin-top: 12px;
  }

  .navbar-nav {
    margin-left: 0;
  }

  .navbar-nav .nav-link.active::after {
    display: none;
  }

  .nav-actions {
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    margin-top: 12px;
  }

  .search-box {
    width: 100%;
  }

  .btn-live {
    justify-content: center;
  }

  .category-hero {
    min-height: 280px;
    padding: 56px 0;
  }

  .category-hero h1 {
    font-size: 36px;
  }

  .hero-stats {
    gap: 24px;
  }

  .flow-arrow {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .category-hero {
    padding: 48px 0;
  }

  .category-hero h1 {
    font-size: 28px;
  }

  .category-hero .hero-subtitle {
    font-size: 15px;
  }

  .hero-stats .stat-num {
    font-size: 22px;
  }

  .section-head h2 {
    font-size: 24px;
  }

  .feature-section,
  .highlight-section,
  .audience-section,
  .flow-section,
  .faq-section {
    padding: 56px 0;
  }

  .cta-section {
    padding: 56px 0;
  }

  .cta-section h2 {
    font-size: 24px;
  }

  .btn-cta-primary,
  .btn-cta-ghost {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .site-footer {
    padding-top: 48px;
  }
}

/* roulang page: article */
:root {
  --brand-green: #16A34A;
  --brand-green-dark: #15803D;
  --neon-lime: #D9F99D;
  --amber: #F59E0B;
  --dark-bg: #0C0F0A;
  --light-bg: #F6F6F3;
  --card-bg: #FFFFFF;
  --text-dark: #1C1917;
  --text-muted: #78716C;
  --border-color: #E7E5E4;
  --border-dark: rgba(255,255,255,.08);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --shadow-card: 0 1px 3px rgba(12,15,10,.06), 0 4px 12px rgba(12,15,10,.04);
  --shadow-hover: 0 8px 24px rgba(12,15,10,.10), 0 2px 6px rgba(12,15,10,.06);
  --shadow-nav: 0 1px 0 #E7E5E4, 0 2px 8px rgba(12,15,10,.04);
  --font-main: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
  --transition-base: all .22s ease-out;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-main);
  background: var(--light-bg);
  color: var(--text-dark);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand-green); text-decoration: none; transition: var(--transition-base); }
a:hover { color: var(--brand-green-dark); }
img { max-width: 100%; height: auto; }
input, button { font-family: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid rgba(22,163,74,.35);
  outline-offset: 2px;
}

/* 按钮 */
.btn-live {
  background: var(--brand-green);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: var(--radius-sm);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-base);
  cursor: pointer;
}
.btn-live:hover {
  background: var(--brand-green-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(22,163,74,.25);
}
.btn-live-sm {
  padding: 6px 14px;
  font-size: 13px;
}
.btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-green);
  color: #fff !important;
  font-weight: 600;
  border-radius: var(--radius-sm);
  padding: 10px 22px;
  border: none;
  transition: var(--transition-base);
}
.btn-green:hover {
  background: var(--brand-green-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(22,163,74,.25);
}
.btn-green:active { transform: translateY(0); box-shadow: none; }
.btn-outline-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--brand-green) !important;
  font-weight: 600;
  border-radius: var(--radius-sm);
  padding: 10px 22px;
  border: 1px solid var(--brand-green);
  transition: var(--transition-base);
}
.btn-outline-green:hover {
  background: rgba(22,163,74,.08);
  transform: translateY(-1px);
}

/* 导航 */
.custom-navbar {
  background: #FFFFFF;
  box-shadow: var(--shadow-nav);
  min-height: 72px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.custom-navbar .container { min-height: 72px; }
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--text-dark) !important;
}
.brand-icon {
  width: 36px;
  height: 36px;
  background: var(--brand-green);
  color: #fff;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.navbar-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-dark) !important;
  padding: 8px 12px !important;
  position: relative;
  border-radius: 6px;
  white-space: nowrap;
}
.nav-link:hover { color: var(--brand-green) !important; }
.nav-link.active {
  color: var(--brand-green) !important;
  font-weight: 700;
}
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background: var(--brand-green);
  border-radius: 2px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-box { position: relative; }
.search-box input {
  width: 200px;
  height: 38px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 0 14px 0 36px;
  font-size: 13px;
  background: var(--light-bg);
  color: var(--text-dark);
  transition: var(--transition-base);
}
.search-box input::placeholder { color: #A8A29E; }
.search-box input:focus {
  width: 240px;
  outline: none;
  border-color: var(--brand-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22,163,74,.15);
}
.search-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 14px;
  pointer-events: none;
}
.navbar-toggler {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
}
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(22,163,74,.25); }

/* 面包屑 */
.breadcrumb-custom {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 28px;
  padding: 0;
  list-style: none;
}
.breadcrumb-custom a { color: var(--text-muted); transition: var(--transition-base); }
.breadcrumb-custom a:hover { color: var(--brand-green); }
.breadcrumb-custom .sep { margin: 0 8px; color: #D3CFCC; }
.breadcrumb-custom .current { color: var(--text-dark); font-weight: 600; }

/* 文章页布局 */
.article-page { padding: 48px 0 80px; }
.article-header { max-width: 860px; margin-bottom: 32px; }
.article-header h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 18px;
  color: var(--text-dark);
  letter-spacing: -.5px;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  color: var(--text-muted);
  font-size: 13px;
}
.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.meta-badge {
  background: rgba(22,163,74,.1);
  color: var(--brand-green);
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.share-links {
  display: inline-flex;
  gap: 8px;
  margin-left: auto;
}
.share-links a {
  width: 32px;
  height: 32px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 13px;
  background: #fff;
  transition: var(--transition-base);
}
.share-links a:hover {
  background: var(--brand-green);
  border-color: var(--brand-green);
  color: #fff;
  transform: translateY(-2px);
}
.article-cover {
  max-width: 860px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: var(--shadow-card);
  background: #e9e7e4;
}
.article-cover img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* 正文排版 */
.article-content { max-width: 860px; }
.article-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  color: var(--text-dark);
}
.article-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 16px;
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}
.article-content h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 22px;
  background: var(--brand-green);
  border-radius: 2px;
}
.article-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 32px 0 12px;
  line-height: 1.5;
}
.article-content h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 24px 0 10px;
}
.article-content ul,
.article-content ol {
  margin-bottom: 24px;
  padding-left: 1.4em;
}
.article-content li { margin-bottom: 8px; }
.article-content blockquote {
  border-left: 4px solid var(--brand-green);
  background: #F0FDF4;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  color: #44403C;
  margin-bottom: 24px;
  font-size: 15px;
}
.article-content img {
  border-radius: 12px;
  margin-bottom: 24px;
}
.article-content figure { margin-bottom: 24px; }
.article-content figcaption {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  margin-top: -16px;
  margin-bottom: 24px;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.article-content th,
.article-content td {
  border: 1px solid var(--border-color);
  padding: 10px 12px;
  font-size: 14px;
}
.article-content th { background: #FAFAF7; font-weight: 700; }
.article-content code {
  background: #F0FDF4;
  color: #15803D;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 14px;
}
.article-content a {
  color: var(--brand-green);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-content a:hover { color: var(--brand-green-dark); }

/* 正文 CTA 推荐条 */
.article-cta {
  max-width: 860px;
  background: var(--dark-bg);
  border-radius: var(--radius-md);
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0 56px;
}
.article-cta .cta-info h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
}
.article-cta .cta-info p {
  color: #A8A29E;
  font-size: 13px;
  margin: 0;
}
.article-cta .cta-info p span { color: var(--neon-lime); font-weight: 600; }
.article-cta .btn-cta {
  background: var(--amber);
  color: #0C0F0A !important;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-base);
}
.article-cta .btn-cta:hover {
  background: #FBBF24;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(245,158,11,.25);
}

/* 相关推荐 */
.related-posts { margin-top: 8px; }
.section-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 24px;
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
}
.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 22px;
  background: var(--brand-green);
  border-radius: 2px;
}
.related-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition-base);
  height: 100%;
  display: block;
  color: var(--text-dark);
}
.related-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
  color: var(--text-dark);
}
.related-card .card-img {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e9e7e4;
}
.related-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease-out;
}
.related-card:hover .card-img img { transform: scale(1.05); }
.related-card .card-body { padding: 16px 18px 18px; }
.related-card .card-badge {
  background: rgba(22,163,74,.1);
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  display: inline-block;
}
.related-card .card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 8px;
  color: var(--text-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-card p {
  font-size: 13px;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.6;
}
.related-card .card-foot {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 返回入口 */
.article-back {
  max-width: 860px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* 内容未找到 */
.not-found-wrap {
  background: #fff;
  border: 2px dashed #D6D3D1;
  border-radius: var(--radius-md);
  padding: 64px 24px;
  text-align: center;
  max-width: 680px;
  margin: 32px auto 0;
}
.not-found-wrap .empty-icon {
  font-size: 48px;
  color: #D6D3D1;
  margin-bottom: 16px;
}
.not-found-wrap h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.not-found-wrap p {
  color: var(--text-muted);
  margin-bottom: 20px;
}
.not-found-wrap .btn-back {
  background: var(--brand-green);
  color: #fff !important;
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-base);
}
.not-found-wrap .btn-back:hover {
  background: var(--brand-green-dark);
  transform: translateY(-1px);
}

/* 页脚 */
.site-footer {
  background: var(--dark-bg);
  color: #A8A29E;
  padding: 64px 0 0;
}
.site-footer h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul li a {
  color: #A8A29E;
  font-size: 14px;
  transition: var(--transition-base);
}
.site-footer ul li a:hover { color: var(--neon-lime); }
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}
.footer-brand .brand-icon {
  background: var(--brand-green);
  color: #fff;
}
.site-footer .footer-brand + p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 360px;
}
.social-links { display: flex; gap: 12px; }
.social-links a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.06);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 15px;
  transition: var(--transition-base);
}
.social-links a:hover {
  background: var(--brand-green);
  transform: translateY(-2px);
}
.footer-bottom {
  border-top: 1px solid var(--border-dark);
  margin-top: 48px;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: #78716C;
}
.footer-bottom a { color: #A8A29E; }
.footer-bottom a:hover { color: var(--neon-lime); }

/* 响应式 */
@media (max-width: 991.98px) {
  .custom-navbar .container { min-height: 60px; }
  .custom-navbar { min-height: 60px; }
  .navbar-collapse {
    background: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: var(--shadow-card);
    margin-top: 8px;
  }
  .navbar-nav { gap: 8px; margin: 8px 0; }
  .nav-link.active::after { display: none; }
  .nav-link.active {
    background: rgba(22,163,74,.1);
    border-radius: 8px;
  }
  .nav-actions {
    width: 100%;
    padding: 8px 0 12px;
    flex-wrap: wrap;
  }
  .search-box { flex: 1; min-width: 160px; }
  .search-box input,
  .search-box input:focus { width: 100%; }
  .article-page { padding: 32px 0 64px; }
  .article-header h1 { font-size: 28px; }
}

@media (max-width: 767.98px) {
  .article-page { padding: 24px 0 48px; }
  .article-header h1 { font-size: 24px; }
  .article-meta { gap: 10px 12px; }
  .share-links { margin-left: 0; }
  .article-cover { border-radius: 12px; margin-bottom: 28px; }
  .article-content p { font-size: 15px; }
  .article-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
  }
  .article-cta .btn-cta { width: 100%; text-align: center; justify-content: center; }
  .section-title { font-size: 22px; }
  .footer-bottom { font-size: 12px; padding: 16px 12px; line-height: 1.7; }
}

/* roulang page: category3 */
:root {
  --brand-green: #16A34A;
  --brand-green-dark: #15803D;
  --brand-green-deep: #14532D;
  --brand-green-light: #D9F99D;
  --amber: #F59E0B;
  --amber-light: #FBBF24;
  --dark-bg: #0C0F0A;
  --dark-soft: #161B12;
  --light-bg: #F6F6F3;
  --card-bg: #FFFFFF;
  --text-primary: #1C1917;
  --text-secondary: #78716C;
  --text-on-dark: #A8A29E;
  --border-color: #E7E5E4;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(12,15,10,.06), 0 4px 12px rgba(12,15,10,.04);
  --shadow-hover: 0 8px 24px rgba(12,15,10,.10), 0 2px 6px rgba(12,15,10,.06);
  --transition-base: all .22s ease-out;
  --font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-family);
  background: var(--light-bg);
  color: var(--text-primary);
  line-height: 1.7;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--brand-green); text-decoration: none; transition: var(--transition-base); }
a:hover { color: var(--brand-green-dark); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font-family: inherit; }
button:focus, input:focus, textarea:focus, a:focus { outline: 3px solid rgba(22,163,74,.35); outline-offset: 2px; }

.container { max-width: 1200px; }

h1, h2, h3, h4, h5, h6 { color: var(--text-primary); font-weight: 700; line-height: 1.3; margin-top: 0; }

/* ====== Header ====== */
.custom-navbar {
  background: #FFFFFF;
  min-height: 72px;
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 1px 0 #E7E5E4, 0 2px 8px rgba(12,15,10,.04);
  padding: 12px 0;
  z-index: 1030;
}
.custom-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  color: var(--text-primary);
  letter-spacing: .5px;
}
.custom-navbar .navbar-brand:hover { color: var(--brand-green); }
.brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--brand-green);
  color: #fff;
  border-radius: 10px;
  font-size: 17px;
  box-shadow: 0 2px 8px rgba(22,163,74,.35);
}
.custom-navbar .navbar-nav { margin: 0 auto; gap: 6px; }
.custom-navbar .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
  padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  position: relative;
  transition: var(--transition-base);
}
.custom-navbar .nav-link:hover { color: var(--brand-green); background: rgba(22,163,74,.06); }
.custom-navbar .nav-link.active {
  color: var(--brand-green);
  font-weight: 600;
  background: rgba(22,163,74,.08);
}
.custom-navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand-green);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-box {
  position: relative;
  display: flex;
  align-items: center;
}
.search-box input {
  width: 200px;
  height: 38px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 0 14px 0 36px;
  font-size: 14px;
  background: var(--light-bg);
  transition: var(--transition-base);
}
.search-box input:focus {
  width: 240px;
  border-color: var(--brand-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22,163,74,.15);
}
.search-box i {
  position: absolute;
  left: 13px;
  color: var(--text-secondary);
  font-size: 14px;
  pointer-events: none;
}
.btn-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  background: var(--brand-green);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: var(--transition-base);
}
.btn-live:hover {
  background: var(--brand-green-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(22,163,74,.3);
}
.btn-live:active { transform: translateY(0); }

/* ====== Category Banner ====== */
.category-banner {
  position: relative;
  min-height: 300px;
  background: linear-gradient(90deg, rgba(12,15,10,.92) 0%, rgba(12,15,10,.65) 55%, rgba(12,15,10,.35) 100%), url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 56px 0;
  overflow: hidden;
}
.category-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-green-light), var(--amber));
  opacity: .8;
}
.banner-content { position: relative; z-index: 2; max-width: 760px; }
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-on-dark);
  margin-bottom: 16px;
}
.breadcrumb-nav a { color: var(--brand-green-light); }
.breadcrumb-nav a:hover { color: #fff; }
.breadcrumb-nav .sep { color: rgba(255,255,255,.4); }
.banner-content h1 {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}
.banner-content .banner-sub {
  font-size: 17px;
  color: rgba(255,255,255,.85);
  margin-bottom: 24px;
  line-height: 1.7;
}
.banner-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 26px;
  background: var(--brand-green);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: var(--transition-base);
}
.btn-green:hover { background: var(--brand-green-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(22,163,74,.35); }
.btn-green:active { transform: translateY(0); }
.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 26px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,.55);
  cursor: pointer;
  transition: var(--transition-base);
}
.btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }

/* ====== Stats ====== */
.stats-section {
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  padding: 30px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stat-item {
  text-align: center;
  padding: 10px;
  position: relative;
}
.stat-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background: var(--border-color);
}
.stat-item:last-child::after { display: none; }
.stat-number {
  font-size: 30px;
  font-weight: 800;
  color: var(--brand-green);
  line-height: 1.2;
  font-feature-settings: "tnum";
}
.stat-label {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: 4px;
}

/* ====== Section Head ====== */
.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}
.section-head .section-title {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 18px;
  margin-bottom: 10px;
}
.section-head .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 26px;
  border-radius: 3px;
  background: var(--brand-green);
}
.section-head .section-sub {
  font-size: 15px;
  color: var(--text-secondary);
  margin: 0;
}

/* ====== News Grid ====== */
.news-section {
  padding: 64px 0;
  background: var(--light-bg);
}
.filter-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.filter-tab {
  height: 36px;
  padding: 0 20px;
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition-base);
}
.filter-tab:hover { border-color: var(--brand-green); color: var(--brand-green); }
.filter-tab.active {
  background: var(--brand-green);
  border-color: var(--brand-green);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(22,163,74,.25);
}
.news-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-base);
  display: flex;
  flex-direction: column;
}
.news-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
  border-color: rgba(22,163,74,.3);
}
.news-card .card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e5e5e3;
}
.news-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-out;
}
.news-card:hover .card-img-wrap img { transform: scale(1.05); }
.card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  background: rgba(12,15,10,.78);
  color: var(--brand-green-light);
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.card-time-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 9px;
  background: rgba(12,15,10,.7);
  color: #fff;
  font-size: 11px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
  font-feature-settings: "tnum";
}
.news-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-card .card-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text-primary);
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
  transition: var(--transition-base);
}
.news-card:hover .card-title { color: var(--brand-green); }
.news-card .card-text {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-card .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #F0EFED;
  font-size: 12px;
  color: var(--text-secondary);
  font-feature-settings: "tnum";
}
.news-card .card-meta i { margin-right: 4px; font-size: 12px; opacity: .8; }

/* ====== Features ====== */
.features-section {
  padding: 64px 0;
  background: #fff;
}
.feature-card {
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 32px 26px;
  height: 100%;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-green-light));
  opacity: 0;
  transition: var(--transition-base);
}
.feature-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
  border-color: rgba(22,163,74,.3);
}
.feature-card:hover::after { opacity: 1; }
.feature-card .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--brand-green);
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(22,163,74,.25);
}
.feature-card .feat-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature-card .feat-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* ====== Process ====== */
.process-section {
  padding: 64px 0;
  background: linear-gradient(135deg, #0C0F0A 0%, #131A10 60%, #0E1710 100%);
  position: relative;
  overflow: hidden;
}
.process-section::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(22,163,74,.25), transparent 70%);
  pointer-events: none;
}
.process-section .section-title { color: #fff; }
.process-section .section-title::before { background: var(--brand-green-light); }
.process-section .section-sub { color: var(--text-on-dark); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
.process-step {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-md);
  padding: 28px 22px;
  text-align: center;
  transition: var(--transition-base);
}
.process-step:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(217,249,157,.3);
  transform: translateY(-3px);
}
.process-step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--brand-green);
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  font-feature-settings: "tnum";
}
.process-step h3 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.process-step p {
  font-size: 13px;
  color: var(--text-on-dark);
  line-height: 1.6;
  margin: 0;
}

/* ====== FAQ ====== */
.faq-section {
  padding: 64px 0;
  background: var(--light-bg);
}
.custom-accordion {
  max-width: 860px;
  margin: 0 auto;
}
.custom-accordion .accordion-item {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md) !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.custom-accordion .accordion-item:last-child { margin-bottom: 0; }
.custom-accordion .accordion-header { border: none; background: transparent; }
.custom-accordion .accordion-button {
  background: #fff;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 600;
  padding: 18px 22px;
  border: none;
  box-shadow: none;
  transition: var(--transition-base);
}
.custom-accordion .accordion-button:hover { color: var(--brand-green); }
.custom-accordion .accordion-button:not(.collapsed) {
  background: #FAFAF7;
  color: var(--brand-green);
  box-shadow: none;
}
.custom-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--brand-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform .25s ease-out;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  background-image: none;
}
.custom-accordion .accordion-body {
  padding: 4px 22px 20px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.8;
  background: #FAFAF7;
}

/* ====== CTA ====== */
.cta-section {
  padding: 64px 0;
  background: #fff;
}
.cta-box {
  background: linear-gradient(120deg, #0C1F0A 0%, #132B10 60%, #1A3A14 100%);
  border-radius: var(--radius-lg);
  padding: 48px 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(12,15,10,.2);
}
.cta-box::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(22,163,74,.35), transparent 70%);
  pointer-events: none;
}
.cta-box h2 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.cta-box .cta-lead {
  font-size: 15px;
  color: rgba(255,255,255,.75);
  margin-bottom: 0;
}
.cta-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cta-form input {
  flex: 1;
  min-width: 220px;
  height: 44px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius-sm);
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  transition: var(--transition-base);
}
.cta-form input::placeholder { color: rgba(255,255,255,.45); }
.cta-form input:focus {
  background: rgba(255,255,255,.16);
  border-color: var(--brand-green-light);
  box-shadow: 0 0 0 3px rgba(217,249,157,.15);
}
.btn-amber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 26px;
  background: var(--amber);
  color: #1C1917;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition-base);
}
.btn-amber:hover { background: var(--amber-light); color: #1C1917; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(245,158,11,.4); }
.btn-amber:active { transform: translateY(0); }
.cta-privacy {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  margin-top: 10px;
  text-align: right;
}

/* ====== Footer ====== */
.site-footer {
  background: var(--dark-bg);
  padding: 64px 0 0;
  color: var(--text-on-dark);
}
.site-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.site-footer .footer-brand .brand-icon {
  width: 32px;
  height: 32px;
  font-size: 15px;
}
.site-footer p {
  font-size: 14px;
  color: var(--text-on-dark);
  line-height: 1.7;
  margin-bottom: 18px;
}
.social-links { display: flex; gap: 10px; }
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  color: var(--text-on-dark);
  font-size: 15px;
  transition: var(--transition-base);
}
.social-links a:hover {
  background: var(--brand-green);
  color: #fff;
  transform: translateY(-2px);
}
.site-footer h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul a {
  color: var(--text-on-dark);
  font-size: 14px;
  transition: var(--transition-base);
}
.site-footer ul a:hover { color: var(--brand-green-light); padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  margin-top: 48px;
  text-align: center;
}
.footer-bottom p {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  margin-bottom: 0;
}

/* ====== Responsive ====== */
@media (max-width: 991px) {
  .custom-navbar { min-height: 60px; }
  .custom-navbar .navbar-collapse {
    padding: 16px 0;
    background: #fff;
    border-top: 1px solid var(--border-color);
    margin-top: 10px;
  }
  .custom-navbar .navbar-nav { margin: 0; gap: 0; }
  .custom-navbar .nav-link { padding: 10px 4px !important; border-radius: 0; }
  .custom-navbar .nav-link.active::after { display: none; }
  .nav-actions {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
    flex-wrap: wrap;
  }
  .search-box { flex: 1; }
  .search-box input { width: 100%; }
  .search-box input:focus { width: 100%; }
  .category-banner { min-height: 260px; padding: 44px 0; }
  .banner-content h1 { font-size: 34px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .cta-box { padding: 36px 28px; }
  .cta-form { justify-content: flex-start; margin-top: 16px; }
  .cta-form input { min-width: 180px; }
}

@media (max-width: 767px) {
  .custom-navbar { padding: 8px 0; }
  .custom-navbar .navbar-brand { font-size: 19px; }
  .brand-icon { width: 30px; height: 30px; font-size: 14px; }
  .category-banner { min-height: 230px; padding: 36px 0; }
  .banner-content h1 { font-size: 28px; }
  .banner-content .banner-sub { font-size: 15px; }
  .banner-actions .btn-green, .banner-actions .btn-outline-light { height: 40px; font-size: 14px; padding: 0 20px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat-item::after { display: none; }
  .stat-item { border-bottom: 1px solid var(--border-color); padding-bottom: 12px; }
  .stats-section { padding: 20px 0 8px; }
  .section-head .section-title { font-size: 24px; }
  .news-section, .features-section, .process-section, .faq-section, .cta-section { padding: 48px 0; }
  .process-steps { grid-template-columns: 1fr; gap: 16px; }
  .process-step { padding: 22px 18px; }
  .faq-section .container { padding: 0 12px; }
  .custom-accordion .accordion-button { font-size: 15px; padding: 16px 16px; }
  .custom-accordion .accordion-body { padding: 4px 16px 16px; font-size: 13px; }
  .cta-box { padding: 30px 22px; border-radius: 16px; }
  .cta-box h2 { font-size: 22px; }
  .cta-form input { min-width: 100%; width: 100%; }
  .btn-amber { width: 100%; }
  .cta-privacy { text-align: center; }
  .site-footer { padding-top: 40px; }
  .footer-bottom { margin-top: 28px; }
}

@media (max-width: 575px) {
  .banner-content h1 { font-size: 24px; }
  .banner-content .banner-sub { font-size: 14px; }
  .category-banner { min-height: 210px; }
  .filter-tabs { gap: 6px; }
  .filter-tab { padding: 0 14px; height: 32px; font-size: 13px; }
  .news-card .card-body { padding: 14px; }
  .news-card .card-title { font-size: 15px; min-height: 42px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-number { font-size: 24px; }
  .footer-bottom p { font-size: 12px; }
}
