/* roulang page: index */
:root {
  --primary: #0E5E56;
  --primary-dark: #0B4F4A;
  --accent: #FF6F4A;
  --accent-hover: #FF835F;
  --bg-light: #F5F6F2;
  --bg-mist: #E9EDE8;
  --dark-deep: #0A2A28;
  --dark-footer: #0B2E2B;
  --text-main: #2B3533;
  --text-muted: #6B7672;
  --text-light: #BFD8D4;
  --border: #E0E4DF;
  --border-light: #E4E8E4;
  --radius-card: 16px;
  --radius-btn: 999px;
  --radius-img: 12px;
  --shadow-hover: 0 8px 24px rgba(10,42,40,0.08);
  --shadow-nav: 0 2px 8px rgba(10,42,40,0.06);
  --shadow-accent: 0 4px 12px rgba(255,111,74,0.3);
  --font-main: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --font-title: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --transition-base: all 0.25s ease;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-main);
  background: var(--bg-light);
  color: var(--text-main);
  line-height: 1.75;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-title); font-weight: 700; line-height: 1.3; color: var(--dark-deep); }
a { color: var(--primary); text-decoration: none; transition: var(--transition-base); }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; }
.btn { border-radius: var(--radius-btn); font-size: 14px; font-weight: 600; padding: 10px 24px; transition: var(--transition-base); border: 1px solid transparent; }
.btn:focus, .form-control:focus, .form-control:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(14,94,86,0.15); border-color: var(--primary); }
.btn-accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-accent:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: #fff; box-shadow: var(--shadow-accent); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: #fff; color: var(--dark-deep); border-color: #fff; }
.btn-outline-primary { background: #fff; color: var(--primary); border-color: var(--primary); }
.btn-outline-primary:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn-lg { padding: 14px 36px; font-size: 15px; }

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--border-light);
  box-shadow: var(--shadow-nav);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .navbar { padding: 10px 0; }
.navbar-brand { display: flex; align-items: center; gap: 10px; padding: 0; }
.logo-icon {
  width: 38px; height: 38px;
  background: var(--primary);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px;
  flex-shrink: 0;
}
.logo-icon i { font-size: 15px; }
.logo-text {
  font-size: 18px; font-weight: 700; color: var(--dark-deep);
  letter-spacing: 0.5px; white-space: nowrap;
}
.navbar-nav { gap: 4px; }
.navbar-nav .nav-link {
  font-size: 14px; font-weight: 500; color: #3A4340;
  padding: 8px 14px !important; border-radius: 999px;
  position: relative;
}
.navbar-nav .nav-link:hover { color: var(--accent); }
.navbar-nav .nav-link.active { color: var(--primary); font-weight: 600; }
.navbar-nav .nav-link.active::after {
  content: ''; position: absolute; left: 14px; right: 14px; bottom: 2px;
  height: 2px; background: var(--primary); border-radius: 2px;
}
.nav-tools { display: flex; align-items: center; gap: 12px; }
.search-box { position: relative; }
.search-box input {
  height: 36px; width: 180px;
  border: 1px solid #DCE1DC; border-radius: 999px;
  background: #F2F4F1; padding: 0 36px 0 16px;
  font-size: 13px; color: var(--text-main);
  transition: var(--transition-base);
}
.search-box input:focus { background: #fff; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(14,94,86,0.12); }
.search-box button {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  border: none; background: transparent; color: var(--text-muted);
  width: 30px; height: 30px; border-radius: 50%; font-size: 13px;
  transition: var(--transition-base);
}
.search-box button:hover { color: var(--primary); background: rgba(14,94,86,0.08); }
.navbar-toggler { border: 1px solid var(--border); border-radius: 10px; padding: 5px 10px; }
.navbar-toggler:focus { box-shadow: 0 0 0 2px rgba(14,94,86,0.2); }
.navbar-toggler-icon { width: 18px; height: 18px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(11,78,74,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.hero {
  background: var(--dark-deep);
  padding: 72px 0 64px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.hero::before {
  content: '';
  position: absolute; top: -120px; right: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,111,74,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -80px; left: 30%;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,94,86,0.3) 0%, transparent 70%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero h1 {
  color: #fff; font-size: 32px; font-weight: 700; line-height: 1.3;
  margin-bottom: 16px; max-width: 560px;
}
.hero-subtitle {
  color: var(--text-light); font-size: 16px; line-height: 1.75;
  margin-bottom: 28px; max-width: 520px;
}
.countdown { margin: 24px 0 32px; }
.countdown-label {
  color: rgba(255,255,255,0.7); font-size: 13px;
  display: block; margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.countdown-timer { display: flex; gap: 12px; flex-wrap: wrap; }
.countdown-block {
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 14px 20px;
  text-align: center;
  min-width: 72px;
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
}
.cd-num {
  display: block; font-size: 28px; font-weight: 700; color: #fff;
  font-variant-numeric: tabular-nums; line-height: 1.2;
}
.cd-label {
  font-size: 12px; color: rgba(255,255,255,0.75);
  margin-top: 4px; display: block;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-cover { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,0.35); }
.hero-cover img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.hero-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,42,40,0.25) 0%, transparent 40%); }
.play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(255,255,255,0.25); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 22px;
  z-index: 2; cursor: pointer; transition: var(--transition-base);
  border: 2px solid rgba(255,255,255,0.5);
}
.play-btn:hover { background: rgba(255,111,74,0.9); color: #fff; transform: translate(-50%,-50%) scale(1.06); }

.section-stats { padding: 40px 0; background: #fff; border-bottom: 1px solid var(--border-light); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-item { text-align: center; padding: 16px 8px; }
.stat-num {
  display: block; font-size: 30px; font-weight: 700; color: var(--primary);
  font-variant-numeric: tabular-nums; line-height: 1.2; margin-bottom: 4px;
}
.stat-label { font-size: 13px; color: var(--text-muted); }

.section-block { padding: 72px 0; }
.section-block.alt { background: var(--bg-light); }
.section-head { margin-bottom: 40px; }
.section-head h2 { font-size: 26px; margin-bottom: 8px; 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(--accent);
}
.section-head p { color: var(--text-muted); font-size: 14px; margin: 0; padding-left: 16px; }

.highlight-list { background: #fff; border-radius: var(--radius-card); border: 1px solid var(--border-light); overflow: hidden; }
.highlight-item {
  display: flex; align-items: center; gap: 20px;
  padding: 20px 24px; border-bottom: 1px solid var(--border-light);
  transition: var(--transition-base); position: relative;
}
.highlight-item:last-child { border-bottom: none; }
.highlight-item:hover { background: #F7F9F6; box-shadow: var(--shadow-hover); }
.hl-thumb { width: 160px; flex-shrink: 0; border-radius: var(--radius-img); overflow: hidden; }
.hl-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; transition: transform .3s ease; }
.highlight-item:hover .hl-thumb img { transform: scale(1.03); }
.hl-order {
  font-size: 18px; font-weight: 700; color: var(--accent);
  font-variant-numeric: tabular-nums; flex-shrink: 0; width: 36px;
}
.hl-content { flex: 1; min-width: 0; }
.hl-content h3 { font-size: 16px; margin-bottom: 4px; }
.hl-content p { font-size: 13px; color: var(--text-muted); margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hl-duration {
  background: #E4F0EC; color: var(--primary); border-radius: 999px;
  font-size: 12px; font-weight: 500; padding: 4px 12px; white-space: nowrap; flex-shrink: 0;
}
.link-more {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 24px; font-size: 14px; font-weight: 600; color: var(--primary);
}
.link-more:hover { color: var(--accent); gap: 12px; }

.subscribe-box {
  background: #E4EFEB; border-radius: var(--radius-card);
  padding: 48px; text-align: center;
  position: relative; overflow: hidden;
}
.subscribe-box::before {
  content: ''; position: absolute; top: -70px; right: -70px;
  width: 180px; height: 180px; border-radius: 50%;
  background: rgba(255,255,255,0.35);
}
.subscribe-box h2 { font-size: 26px; margin-bottom: 8px; }
.subscribe-box > p { color: var(--text-muted); font-size: 14px; margin-bottom: 24px; }
.subscribe-form {
  display: flex; gap: 12px; justify-content: center; align-items: center;
  max-width: 520px; margin: 0 auto; flex-wrap: wrap;
}
.subscribe-form input {
  flex: 1; min-width: 220px; height: 44px;
  border: 1px solid #DCE1DC; border-radius: 999px;
  padding: 0 20px; background: #fff; font-size: 14px;
  transition: var(--transition-base);
}
.subscribe-form input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(14,94,86,0.15); outline: none; }
.subscribe-form .btn { height: 44px; }

.replay-card {
  background: #fff; border-radius: var(--radius-card);
  border: 1px solid var(--border-light); padding: 12px;
  transition: var(--transition-base); cursor: pointer; height: 100%;
}
.replay-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--primary); }
.replay-cover { position: relative; border-radius: var(--radius-img); overflow: hidden; margin-bottom: 12px; }
.replay-cover img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.duration-tag {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(255,255,255,0.85); color: #222;
  font-size: 12px; font-weight: 500; border-radius: 6px; padding: 2px 8px;
  backdrop-filter: blur(4px);
}
.replay-play {
  position: absolute; top: 8px; right: 8px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; transition: var(--transition-base);
}
.replay-card:hover .replay-play { transform: scale(1.1); }
.replay-card h3 { font-size: 16px; margin: 0 0 4px; }
.replay-card .replay-meta { font-size: 13px; color: var(--text-muted); }

.news-feature-card {
  display: flex; gap: 24px; background: #fff;
  border-radius: var(--radius-card); border: 1px solid var(--border-light);
  padding: 24px; margin-bottom: 16px; transition: var(--transition-base);
}
.news-feature-card:hover { box-shadow: var(--shadow-hover); }
.news-feature-img { width: 200px; flex-shrink: 0; border-radius: var(--radius-img); overflow: hidden; }
.news-feature-img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.news-feature-body { flex: 1; min-width: 0; }
.news-feature-body h3 { font-size: 20px; margin: 8px 0 8px; }
.news-feature-body h3 a { color: var(--dark-deep); }
.news-feature-body h3 a:hover { color: var(--primary); }
.news-feature-body p { font-size: 14px; color: var(--text-muted); margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-list { background: #fff; border-radius: var(--radius-card); border: 1px solid var(--border-light); overflow: hidden; }
.news-row {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 24px; border-bottom: 1px solid var(--border-light);
  transition: var(--transition-base); flex-wrap: wrap;
}
.news-row:last-child { border-bottom: none; }
.news-row:hover { background: #F7F9F6; }
.news-time { font-size: 13px; color: var(--text-muted); white-space: nowrap; font-variant-numeric: tabular-nums; }
.news-title { font-size: 15px; color: var(--primary); font-weight: 500; flex: 1; min-width: 180px; }
.news-title:hover { color: var(--accent); }
.news-excerpt { font-size: 13px; color: var(--text-muted); margin: 0; flex-basis: 100%; padding-left: 88px; }
.badge-cat {
  display: inline-block; background: #E4F0EC; color: var(--primary);
  font-size: 12px; font-weight: 500; border-radius: 999px; padding: 2px 12px; height: 22px; line-height: 18px;
  white-space: nowrap;
}
.news-empty { font-size: 14px; color: var(--text-muted); padding: 40px; text-align: center; background: #fff; border-radius: var(--radius-card); border: 1px dashed var(--border); }

.accordion { background: #fff; border-radius: var(--radius-card); overflow: hidden; }
.accordion-item { background: #fff; border: none; border-bottom: 1px solid var(--border-light); }
.accordion-item:last-child { border-bottom: none; }
.accordion-button {
  font-size: 15px; font-weight: 500; color: var(--text-main);
  padding: 18px 24px; background: #fff; box-shadow: none !important;
}
.accordion-button:not(.collapsed) { color: var(--primary); background: #F9FBFA; }
.accordion-button:focus { box-shadow: none; border-color: transparent; }
.accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230E5E56'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.accordion-button:not(.collapsed)::after { filter: hue-rotate(0deg); }
.accordion-body { padding: 0 24px 20px; color: var(--text-muted); font-size: 14px; }

.cta-box {
  background: var(--dark-deep); border-radius: var(--radius-card);
  padding: 56px 48px; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.cta-box::before {
  content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,111,74,0.2) 0%, transparent 70%);
}
.cta-box h2 { color: #fff; font-size: 26px; margin-bottom: 8px; position: relative; z-index: 1; }
.cta-box p { color: var(--text-light); font-size: 14px; margin-bottom: 24px; position: relative; z-index: 1; }
.cta-box .btn { position: relative; z-index: 1; }

.site-footer { background: var(--dark-footer); color: #C9D6D2; padding: 56px 0 0; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-brand .logo-icon { background: rgba(255,255,255,0.12); }
.footer-brand .logo-text { color: #fff; font-size: 17px; }
.site-footer h4 { color: #fff; font-size: 15px; margin-bottom: 16px; font-weight: 600; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer ul li { margin-bottom: 8px; }
.site-footer ul li a { color: #C9D6D2; font-size: 13px; }
.site-footer ul li a:hover { color: var(--accent); }
.footer-contact { font-size: 13px; color: #C9D6D2; line-height: 2; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; margin-top: 40px; text-align: center; font-size: 13px; color: rgba(255,255,255,0.5); }

@media (max-width: 991px) {
  .navbar-collapse { padding: 16px 0 8px; }
  .navbar-nav { gap: 0; }
  .navbar-nav .nav-link { padding: 12px 16px !important; border-radius: 8px; }
  .navbar-nav .nav-link.active::after { display: none; }
  .navbar-nav .nav-link.active { background: rgba(14,94,86,0.08); }
  .nav-tools { flex-direction: column; align-items: stretch; gap: 10px; padding: 12px 0; }
  .search-box { width: 100%; }
  .search-box input { width: 100%; }
  .nav-tools .btn { width: 100%; height: 40px; }
  .hero { padding: 48px 0; }
  .hero h1 { font-size: 28px; }
  .hero-cover { margin-top: 32px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .section-block { padding: 48px 0; }
  .highlight-item { flex-wrap: wrap; gap: 12px; }
  .hl-thumb { width: 100%; }
  .news-feature-card { flex-direction: column; }
  .news-feature-img { width: 100%; }
  .news-excerpt { padding-left: 0; }
  .subscribe-box { padding: 32px 24px; }
  .cta-box { padding: 40px 24px; }
}
@media (max-width: 767px) {
  .hero h1 { font-size: 24px; }
  .countdown-block { padding: 10px 14px; min-width: 60px; }
  .cd-num { font-size: 22px; }
  .section-head h2 { font-size: 22px; }
  .highlight-item { padding: 16px; }
  .hl-order { width: 28px; font-size: 16px; }
  .replay-card { margin-bottom: 4px; }
  .subscribe-form input { width: 100%; }
  .subscribe-form .btn { width: 100%; }
  .news-row { padding: 14px 16px; }
  .news-time { width: 100%; }
  .news-title { min-width: 0; flex-basis: 100%; }
  .cta-box h2 { font-size: 22px; }
  .site-footer .row > div { margin-bottom: 24px; }
}
@media (max-width: 575px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-actions .btn { width: 100%; }
  .hero-cover { margin-top: 24px; }
  .footer-bottom { font-size: 12px; }
}

/* roulang page: article */
:root {
  --primary: #0E5E56;
  --primary-dark: #0B4F4A;
  --primary-deep: #093D38;
  --accent: #FF6F4A;
  --accent-hover: #FF835F;
  --bg-light: #F5F6F2;
  --bg-mist: #E9EDE8;
  --hero-bg: #0A2A28;
  --text-main: #1C2422;
  --text-muted: #66716D;
  --border: #E0E4DF;
  --white: #FFFFFF;
  --radius-card: 16px;
  --radius-img: 12px;
  --radius-btn: 999px;
  --shadow-hover: 0 8px 24px rgba(10, 42, 40, 0.08);
  --shadow-nav: 0 2px 8px rgba(10, 42, 40, 0.06);
  --font-main: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-main);
  background: var(--bg-light);
  -webkit-font-smoothing: antialiased;
}
.container { max-width: 1200px; }
a { color: var(--primary); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; margin: 0 0 12px; }
p { margin: 0; }

/* ===== 顶部导航 ===== */
.site-header {
  background: var(--white);
  border-bottom: 1px solid #E4E8E4;
  box-shadow: var(--shadow-nav);
  position: sticky;
  top: 0;
  z-index: 1050;
}
.site-header .navbar { min-height: 68px; padding: 8px 0; }
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #0B2E2B;
  line-height: 1.2;
}
.navbar-brand:hover { color: #0B2E2B; }
.logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #3A4340;
  padding: 10px 14px;
  position: relative;
  transition: color .2s;
}
.navbar-nav .nav-link:hover { color: var(--accent); }
.navbar-nav .nav-link.active { color: var(--primary); font-weight: 600; }
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
.nav-tools { display: flex; align-items: center; gap: 10px; }
.search-box {
  display: flex;
  align-items: center;
  background: #F2F4F1;
  border: 1px solid #DCE1DC;
  border-radius: 999px;
  height: 36px;
  padding: 0 4px 0 16px;
  transition: border-color .2s, box-shadow .2s;
}
.search-box:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(14,94,86,.15);
}
.search-box input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 13px;
  color: var(--text-main);
  width: 136px;
}
.search-box input::placeholder { color: #98A29E; }
.search-box button {
  border: none;
  background: transparent;
  color: var(--text-muted);
  padding: 0 8px;
  font-size: 14px;
  line-height: 1;
}
.btn-accent {
  background: var(--accent);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  font-size: 14px;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  transition: background .2s, box-shadow .2s, transform .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.btn-accent:hover {
  background: var(--accent-hover);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,111,74,.3);
  transform: translateY(-1px);
}
.navbar-toggler { border: none; padding: 4px 8px; background: transparent; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(14,94,86,.15); }
.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(14,94,86,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== 页头横幅 ===== */
.page-banner {
  background: linear-gradient(100deg, rgba(228,239,235,0.97) 0%, rgba(216,234,229,0.94) 45%, rgba(14,94,86,0.38) 100%), url('/assets/images/backpic/back-1.png') center / cover no-repeat;
  padding: 44px 0 40px;
  position: relative;
}
.breadcrumb-nav { margin-bottom: 16px; }
.breadcrumb { background: transparent; padding: 0; margin: 0; font-size: 13px; }
.breadcrumb-item a { color: var(--primary); }
.breadcrumb-item a:hover { color: var(--accent); }
.breadcrumb-item + .breadcrumb-item::before { color: #8AA09B; content: "/"; }
.breadcrumb-item.active { color: #55625E; }
.page-banner h1 {
  font-size: 28px;
  color: #0B2E2B;
  margin: 0 0 12px;
  line-height: 1.35;
  font-weight: 700;
}
.banner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: #66716D;
}
.banner-meta span { display: inline-flex; align-items: center; gap: 6px; }
.banner-meta i { color: var(--primary); width: 16px; text-align: center; }

/* ===== 正文阅读区 ===== */
.article-main-wrap { padding: 56px 0 72px; }
.article-body { font-size: 15px; color: #33413D; line-height: 1.9; }
.article-body h2 {
  font-size: 22px;
  color: #0B2E2B;
  margin: 36px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.article-body h3 { font-size: 18px; color: #0B2E2B; margin: 28px 0 12px; }
.article-body p { margin-bottom: 20px; }
.article-body a { color: var(--primary); text-decoration: underline; }
.article-body a:hover { color: var(--accent); }
.article-body img {
  border-radius: 12px;
  margin: 24px 0;
  box-shadow: 0 4px 16px rgba(10,42,40,0.08);
}
.article-body blockquote {
  border-left: 4px solid var(--accent);
  background: var(--bg-mist);
  padding: 16px 24px;
  border-radius: 0 12px 12px 0;
  margin: 24px 0;
  color: #55625E;
}
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 20px; }
.article-body li { margin-bottom: 8px; }
.article-body table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}
.article-body table th {
  background: #E4EFEB;
  color: #0B2E2B;
  font-weight: 600;
  padding: 12px 16px;
  border: 1px solid var(--border);
  font-size: 14px;
}
.article-body table td {
  padding: 10px 16px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 14px;
}
.not-found {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
}
.not-found i { font-size: 40px; color: #C9D6D2; margin-bottom: 12px; display: block; }
.not-found p { font-size: 16px; color: var(--text-muted); margin-bottom: 20px; }
.article-footer-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.back-link { font-size: 14px; font-weight: 500; color: var(--primary); }
.back-link:hover { color: var(--accent); }

/* ===== 相关推荐区 ===== */
.related-section { background: var(--bg-mist); padding: 64px 0; }
.section-title {
  font-size: 26px;
  color: #0B2E2B;
  margin-bottom: 32px;
  position: relative;
  padding-left: 16px;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 4px;
  background: var(--accent);
}
.related-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid #E8ECE7;
  border-radius: var(--radius-card);
  overflow: hidden;
  height: 100%;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  color: inherit;
}
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: #D7E0DB;
  color: inherit;
}
.related-card .card-thumb { position: relative; overflow: hidden; border-radius: 0; }
.related-card .card-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .4s;
}
.related-card:hover .card-thumb img { transform: scale(1.04); }
.related-card .card-info {
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.related-card h3 {
  font-size: 15px;
  color: #0B2E2B;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-card p {
  font-size: 13px;
  color: #66716D;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-card .card-meta { margin-top: auto; font-size: 12px; color: #A3ADAA; }

/* ===== 文章底部 CTA ===== */
.article-cta { background: var(--hero-bg); padding: 56px 0; }
.cta-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 0 16px;
}
.cta-inner h2 { color: #fff; font-size: 26px; margin-bottom: 12px; }
.cta-inner p { color: #C9D6D2; font-size: 14px; margin-bottom: 28px; }
.cta-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.cta-buttons .btn-accent { height: 46px; padding: 0 32px; line-height: 46px; font-size: 15px; }
.btn-outline-light-custom {
  height: 46px;
  padding: 0 28px;
  line-height: 42px;
  border: 2px solid rgba(255,255,255,.6);
  background: transparent;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-light-custom:hover {
  background: rgba(255,255,255,.1);
  border-color: #fff;
  color: #fff;
}

/* ===== 页脚 ===== */
.site-footer {
  background: #0B2E2B;
  color: #C9D6D2;
  padding: 64px 0 0;
  font-size: 14px;
}
.site-footer h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: .5px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul li a {
  color: #C9D6D2;
  font-size: 13px;
  transition: color .2s, padding-left .2s;
}
.site-footer ul li a:hover {
  color: var(--accent);
  padding-left: 4px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-brand .logo-text { font-size: 18px; font-weight: 700; color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  margin-top: 48px;
  text-align: center;
  font-size: 13px;
  color: #869C97;
}
.footer-contact p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #C9D6D2;
}

/* ===== 响应式 ===== */
@media (max-width: 991px) {
  .navbar-collapse { padding-bottom: 16px; }
  .nav-tools { width: 100%; margin-top: 12px; padding: 4px 0; }
  .search-box { flex: 1; }
  .search-box input { width: 100%; }
  .page-banner { padding: 32px 0; }
  .page-banner h1 { font-size: 24px; }
  .article-main-wrap { padding: 40px 0 56px; }
  .related-section { padding: 48px 0; }
  .article-cta { padding: 48px 0; }
  .site-footer { padding-top: 48px; }
}
@media (max-width: 576px) {
  .page-banner h1 { font-size: 22px; }
  .banner-meta { gap: 10px; }
  .banner-meta span { font-size: 12px; }
  .article-body { font-size: 14px; line-height: 1.85; }
  .section-title { font-size: 22px; }
  .cta-inner h2 { font-size: 22px; }
  .cta-buttons { flex-direction: column; width: 100%; }
  .cta-buttons .btn-accent, .cta-buttons .btn-outline-light-custom {
    width: 100%;
    margin: 4px 0;
  }
  .article-footer-line { flex-direction: column; align-items: flex-start; }
}

/* roulang page: category1 */
:root {
  --primary: #0E5E56;
  --primary-dark: #0B4F4A;
  --accent: #FF6F4A;
  --accent-hover: #FF835F;
  --accent-soft: #FFF0E8;
  --bg-light: #F5F6F2;
  --bg-mist: #E9EDE8;
  --bg-dark: #0A2A28;
  --text-main: #1F2926;
  --text-muted: #6B7A76;
  --text-light: #BFD8D4;
  --text-on-dark: #E8F2EF;
  --border: #E0E4DF;
  --border-strong: #C9D6D2;
  --radius-sm: 8px;
  --radius-card: 16px;
  --radius-pill: 999px;
  --shadow-header: 0 2px 8px rgba(10,42,40,0.06);
  --shadow-card: 0 2px 12px rgba(10,42,40,0.04);
  --shadow-hover: 0 8px 24px rgba(10,42,40,0.08);
  --shadow-accent: 0 4px 12px rgba(255,111,74,0.3);
  --transition: all 0.25s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  background: var(--bg-light);
  color: var(--text-main);
  line-height: 1.75;
  font-size: 15px;
  overflow-x: hidden;
}
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent); }
img { max-width: 100%; }
.container { max-width: 1200px; }

/* ===== Header ===== */
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid #E4E8E4;
  box-shadow: var(--shadow-header);
  position: sticky;
  top: 0;
  z-index: 1030;
}
.site-header .navbar { padding: 10px 0; }
.site-header .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #0B2E2B;
}
.logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}
.logo-text { white-space: nowrap; }
.site-header .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #3A4340;
  padding: 8px 16px !important;
  border-radius: var(--radius-pill);
  transition: var(--transition);
  position: relative;
}
.site-header .nav-link:hover { color: var(--accent); }
.site-header .nav-link.active {
  color: var(--primary-dark);
  font-weight: 600;
}
.site-header .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
.nav-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-box {
  display: flex;
  align-items: center;
  background: #F2F4F1;
  border: 1px solid #DCE1DC;
  border-radius: var(--radius-pill);
  height: 36px;
  padding: 0 4px 0 16px;
  width: 220px;
  transition: var(--transition);
}
.search-box:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(14,94,86,0.15);
}
.search-box input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 13px;
  color: var(--text-main);
  outline: none;
  min-width: 0;
}
.search-box input::placeholder { color: #9AA8A3; }
.search-box button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--primary);
  font-size: 13px;
  cursor: pointer;
  transition: var(--transition);
}
.search-box button:hover { background: var(--primary); color: #fff; }
.btn-accent {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  padding: 0 24px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.btn-accent:hover {
  background: var(--accent-hover);
  color: #fff;
  box-shadow: var(--shadow-accent);
}
.btn-accent:focus-visible {
  outline: 3px solid rgba(255,111,74,0.4);
  outline-offset: 2px;
}
.navbar-toggler {
  border-color: var(--border-strong);
  border-radius: var(--radius-sm);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(14,94,86,0.15);
  outline: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(14, 94, 86, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== Page Banner ===== */
.page-banner {
  background:
    linear-gradient(180deg, rgba(233,237,232,0.94) 0%, rgba(233,237,232,0.88) 100%),
    url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--accent);
  z-index: 1;
}
.page-banner::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 28px solid rgba(14,94,86,0.06);
  top: -90px;
  right: -60px;
  pointer-events: none;
}
.page-banner-inner {
  max-width: 760px;
  position: relative;
  z-index: 2;
}
.banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(14,94,86,0.1);
  color: var(--primary);
  font-size: 13px;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.banner-tag i { font-size: 12px; }
.page-banner h1 {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-dark);
  line-height: 1.3;
  margin-bottom: 8px;
}
.page-banner p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 0;
  max-width: 640px;
}

/* ===== Section ===== */
.category-section {
  padding: 48px 0;
}

/* ===== Feature Cards ===== */
.feature-card {
  background: #fff;
  border: 1px solid #E8ECE7;
  border-radius: var(--radius-card);
  padding: 28px 24px;
  height: 100%;
  transition: var(--transition);
}
.feature-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
  border-color: rgba(14,94,86,0.25);
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(14,94,86,0.1);
  color: var(--primary);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.feature-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 8px;
}
.feature-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.7;
}

/* ===== Block Card ===== */
.block-card {
  background: #fff;
  border: 1px solid #E8ECE7;
  border-radius: var(--radius-card);
  padding: 32px 28px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-card);
}
.block-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.block-line {
  width: 4px;
  height: 20px;
  background: var(--accent);
  border-radius: 2px;
}
.block-head h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-main);
  margin: 0;
}

/* ===== Scene ===== */
.scene-list { display: flex; flex-direction: column; gap: 16px; }
.scene-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  transition: var(--transition);
  border: 1px solid transparent;
}
.scene-item:hover {
  background: #F7F9F6;
  border-color: var(--border);
}
.scene-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(255,111,74,0.1);
  color: var(--accent);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scene-item h3 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.scene-item p { font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.7; }

/* ===== Preview List ===== */
.preview-list { display: flex; flex-direction: column; gap: 12px; }
.preview-item {
  display: flex;
  gap: 16px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  transition: var(--transition);
  align-items: center;
  background: #fff;
}
.preview-item:hover {
  box-shadow: var(--shadow-hover);
  border-color: rgba(14,94,86,0.2);
  transform: translateY(-2px);
}
.preview-thumb {
  width: 120px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: var(--bg-mist);
}
.preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.preview-time {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  font-variant-numeric: tabular-nums;
}
.preview-info { flex: 1; min-width: 0; }
.preview-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-info p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-meta {
  font-size: 13px;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
}

/* ===== Steps ===== */
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step-item {
  background: #F7F9F6;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  transition: var(--transition);
}
.step-item:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}
.step-num {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
}
.step-item h3 { font-size: 15px; font-weight: 600; margin: 8px 0 6px; }
.step-item p { font-size: 13px; color: var(--text-muted); margin: 0; line-height: 1.6; }

/* ===== FAQ Accordion ===== */
.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0 !important;
}
.accordion-button {
  background: transparent;
  color: var(--text-main);
  font-size: 15px;
  font-weight: 500;
  padding: 16px 4px;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--primary-dark);
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(14,94,86,0.12);
  outline: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230E5E56'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.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='%230B4F4A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
  padding: 0 4px 16px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ===== Related Cats ===== */
.related-cats {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.related-cats span { font-size: 14px; color: var(--text-muted); }
.related-cats a {
  padding: 6px 16px;
  border: 1px solid rgba(14,94,86,0.3);
  border-radius: 999px;
  font-size: 13px;
  color: var(--primary);
  transition: var(--transition);
}
.related-cats a:hover {
  background: #E4F0EC;
  border-color: rgba(14,94,86,0.4);
  color: var(--primary-dark);
}

/* ===== Sidebar ===== */
@media (min-width: 992px) {
  .sidebar { position: sticky; top: 100px; }
}
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.side-card {
  background: #fff;
  border: 1px solid #E8ECE7;
  border-radius: var(--radius-card);
  padding: 24px 22px;
  transition: var(--transition);
}
.side-card:hover {
  box-shadow: var(--shadow-hover);
}
.side-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.side-card h3 i { color: var(--accent); font-size: 14px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a {
  display: inline-block;
  padding: 5px 12px;
  background: var(--bg-mist);
  border-radius: 999px;
  font-size: 13px;
  color: var(--primary);
  transition: var(--transition);
  border: 1px solid transparent;
}
.tag-cloud a:hover {
  background: rgba(14,94,86,0.1);
  border-color: rgba(14,94,86,0.2);
  color: var(--primary-dark);
}
.side-links { list-style: none; padding: 0; margin: 0; }
.side-links li { padding: 8px 0; border-bottom: 1px solid #F0F2EE; }
.side-links li:last-child { border-bottom: none; }
.side-links a {
  color: var(--text-main);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.side-links a i { color: var(--primary); font-size: 12px; }
.side-links a:hover { color: var(--accent); }
.side-links a:hover i { color: var(--accent); }

/* ===== CTA Band ===== */
.cta-band {
  background: var(--bg-dark);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255,111,74,0.08);
  top: -160px;
  right: 120px;
  pointer-events: none;
}
.cta-band::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  bottom: -120px;
  left: 80px;
  pointer-events: none;
}
.cta-inner { text-align: center; position: relative; z-index: 1; }
.cta-inner h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
.cta-inner p {
  font-size: 15px;
  color: var(--text-light);
  margin-bottom: 28px;
}
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-buttons .btn-accent {
  height: 48px;
  padding: 0 36px;
  font-size: 16px;
}
.btn-outline-light {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.7);
  color: #fff;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  padding: 0 28px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-light:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus-visible {
  outline: 3px solid rgba(255,255,255,0.5);
  outline-offset: 2px;
}
.cta-buttons .btn-outline-light {
  height: 48px;
  padding: 0 36px;
  font-size: 16px;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--bg-dark);
  padding: 56px 0 24px;
  color: var(--text-on-dark);
}
.site-footer .logo-text { color: #fff; }
.site-footer h4 {
  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: 8px; }
.site-footer ul a { color: var(--text-light); font-size: 14px; transition: var(--transition); }
.site-footer ul a:hover { color: var(--accent); }
.footer-contact p { font-size: 14px; color: var(--text-light); margin-bottom: 8px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}
.footer-bottom p { font-size: 13px; color: #9AA8A3; margin: 0; }

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    padding-top: 16px;
    border-top: 1px solid var(--border);
  }
  .nav-tools {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 12px;
  }
  .search-box { width: 100%; max-width: none; }
  .nav-tools .btn-accent { width: 100%; }
  .sidebar { margin-top: 8px; }
}
@media (max-width: 768px) {
  .category-section { padding: 36px 0; }
  .block-card { padding: 24px 20px; }
  .cta-band { padding: 48px 0; }
  .cta-inner h2 { font-size: 24px; }
  .page-banner { padding: 36px 0 28px; }
  .page-banner h1 { font-size: 22px; }
}
@media (max-width: 576px) {
  .preview-item { flex-direction: column; align-items: stretch; }
  .preview-thumb { width: 100%; height: 160px; }
  .step-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 24px 20px; }
  .block-card { padding: 20px 16px; }
  .preview-info h3 { white-space: normal; }
  .preview-info p { white-space: normal; }
  .cta-buttons .btn-accent,
  .cta-buttons .btn-outline-light { width: 100%; }
}

/* roulang page: category2 */
:root {
  --primary: #0E5E56;
  --primary-dark: #093D38;
  --accent: #FF6F4A;
  --accent-hover: #FF835F;
  --accent-light: #FFF0E8;
  --bg-light: #F5F6F2;
  --bg-mist: #E9EDE8;
  --bg-ink: #0A2A28;
  --text-main: #223330;
  --text-muted: #6B7C77;
  --border: #E0E4DF;
  --border-light: #E4E8E4;
  --radius-card: 16px;
  --radius-lg: 12px;
  --radius-full: 999px;
  --shadow-card: 0 2px 8px rgba(10,42,40,0.06);
  --shadow-hover: 0 8px 24px rgba(10,42,40,0.08);
  --font-main: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  background: var(--bg-light);
  color: var(--text-main);
  line-height: 1.75;
  font-size: 15px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--accent);
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* ===== Header / Nav ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #FFFFFF;
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 2px 8px rgba(10,42,40,0.06);
}

.navbar {
  padding: 10px 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-right: 20px;
}

.logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.logo-text {
  font-size: 18px !important;
  font-weight: 700;
  color: #0B2E2B;
  white-space: nowrap;
}

.navbar-toggler {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 6px 10px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(14,94,86,0.15);
}

.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='%230E5E56' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-item {
  margin: 0 4px;
}

.navbar-nav .nav-link {
  font-size: 14px;
  color: #3A4340;
  font-weight: 500;
  padding: 8px 14px !important;
  position: relative;
  border-radius: 8px;
  transition: color .2s;
}

.navbar-nav .nav-link:hover {
  color: var(--accent);
}

.navbar-nav .nav-link.active {
  color: var(--primary);
  font-weight: 600;
}

.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: var(--primary);
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-box {
  display: flex;
  align-items: center;
  background: #F2F4F1;
  border: 1px solid #DCE1DC;
  border-radius: var(--radius-full);
  height: 36px;
  padding: 0 6px 0 16px;
  transition: border-color .2s, box-shadow .2s;
}

.search-box:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(14,94,86,0.12);
}

.search-box input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 13px;
  color: var(--text-main);
  width: 130px;
}

.search-box input::placeholder {
  color: #8A9792;
}

.search-box button {
  border: none;
  background: transparent;
  color: var(--primary);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.search-box button:hover {
  background: rgba(14,94,86,0.1);
}

.btn-accent {
  background: var(--accent);
  color: #fff !important;
  border: none;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 20px !important;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  white-space: nowrap;
}

.btn-accent:hover {
  background: var(--accent-hover);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,111,74,0.3);
  transform: translateY(-1px);
}

/* ===== Category Banner ===== */
.category-banner {
  position: relative;
  background: linear-gradient(100deg, rgba(245,246,242,0.96) 25%, rgba(14,94,86,0.08) 100%), url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
  overflow: hidden;
}

.category-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--accent);
}

.category-banner-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.category-badge {
  display: inline-block;
  background: var(--accent-light);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
  letter-spacing: .03em;
}

.category-banner h1 {
  font-size: 26px;
  font-weight: 700;
  color: #0B2E2B;
  margin: 0 0 6px;
  line-height: 1.3;
}

.category-banner p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ===== Feature Strip ===== */
.feature-strip {
  padding: 48px 0 24px;
}

.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  height: 100%;
  transition: box-shadow .25s, transform .25s;
}

.feature-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(14,94,86,0.08);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0B2E2B;
  margin: 0 0 8px;
}

.feature-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}

/* ===== Category Main ===== */
.category-main {
  padding: 40px 0 24px;
}

.panel-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px;
}

.panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.panel-head h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0B2E2B;
  margin: 0;
}

.panel-head span {
  font-size: 13px;
  color: var(--text-muted);
}

.spot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spot-item {
  display: flex;
  gap: 20px;
  padding: 16px 12px;
  margin: 0 -12px;
  border-radius: var(--radius-lg);
  border-bottom: 1px solid #ECEFEC;
  transition: background .2s, box-shadow .2s;
}

.spot-item:last-child {
  border-bottom: none;
}

.spot-item:hover {
  background: #F7F9F6;
  box-shadow: 0 4px 16px rgba(10,42,40,0.06);
}

.spot-thumb {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  display: block;
  background: var(--bg-mist);
}

.spot-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.spot-item:hover .spot-thumb img {
  transform: scale(1.04);
}

.spot-info {
  flex: 1;
  min-width: 0;
}

.spot-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
  font-size: 12px;
}

.spot-cat {
  background: #E4F0EC;
  color: var(--primary);
  padding: 2px 10px;
  border-radius: var(--radius-full);
  font-weight: 500;
  font-size: 12px;
}

.spot-time {
  color: var(--text-muted);
  font-size: 12px;
}

.spot-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.4;
}

.spot-info h3 a {
  color: var(--primary-dark);
}

.spot-info h3 a:hover {
  color: var(--accent);
}

.spot-info p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.load-more-wrap {
  text-align: center;
  padding-top: 20px;
}

.btn-load-more {
  border: 1px solid var(--primary);
  background: #fff;
  color: var(--primary);
  border-radius: var(--radius-full);
  padding: 10px 34px;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s;
  cursor: pointer;
}

.btn-load-more:hover {
  background: #E4F0EC;
  box-shadow: 0 4px 12px rgba(14,94,86,0.15);
}

.btn-load-more.is-all {
  opacity: .55;
  cursor: default;
  border-color: var(--border);
  color: var(--text-muted);
  background: #F7F9F6;
}

/* ===== Sidebar ===== */
.category-aside {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aside-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 24px;
}

.aside-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0B2E2B;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.aside-card h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 32px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-item {
  display: inline-block;
  background: #F2F4F1;
  border: 1px solid #DCE1DC;
  border-radius: var(--radius-full);
  padding: 5px 14px;
  font-size: 13px;
  color: #33504A;
  transition: all .2s;
}

.tag-item:hover {
  background: #E4F0EC;
  border-color: var(--primary);
  color: var(--primary);
}

.entry-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.entry-list li {
  border-bottom: 1px solid #EEF1EE;
}

.entry-list li:last-child {
  border-bottom: none;
}

.entry-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  font-size: 14px;
  color: var(--text-main);
  transition: color .2s;
}

.entry-list a i {
  color: var(--primary);
  width: 18px;
  font-size: 14px;
  text-align: center;
}

.entry-list a:hover {
  color: var(--accent);
}

.entry-list a:hover i {
  color: var(--accent);
}

/* ===== FAQ ===== */
.category-faq {
  padding: 64px 0;
}

.section-head {
  text-align: center;
  margin-bottom: 32px;
}

.section-head h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0B2E2B;
  margin-bottom: 8px;
}

.section-head p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

.faq-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 8px 28px;
}

.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #EDF0EC;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-button {
  background: transparent;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-main);
  padding: 18px 4px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background: transparent;
}

.accordion-button:hover {
  color: var(--primary);
}

.accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230E5E56'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.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='%230E5E56'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.accordion-body {
  padding: 0 4px 18px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ===== CTA ===== */
.category-cta {
  padding: 48px 0;
}

.cta-box {
  background: var(--bg-ink);
  border-radius: 24px;
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: rgba(255,111,74,0.15);
  border-radius: 50%;
}

.cta-box::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 30%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(14,94,86,0.25);
}

.cta-box h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.cta-box p {
  color: #BFD8D4;
  font-size: 14px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.cta-box .btn + .btn {
  margin-left: 12px;
}

.cta-box .btn-accent-lg {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--radius-full);
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: all .2s;
}

.cta-box .btn-accent-lg:hover {
  background: var(--accent-hover);
  box-shadow: 0 4px 12px rgba(255,111,74,0.35);
  transform: translateY(-2px);
}

.btn-outline-light {
  border: 1px solid rgba(255,255,255,0.65);
  color: #fff;
  border-radius: var(--radius-full);
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: all .2s;
  background: transparent;
}

.btn-outline-light:hover {
  background: #fff;
  color: var(--primary-dark);
  border-color: #fff;
}

/* ===== Related Cats ===== */
.related-cats {
  padding: 0 0 64px;
}

.related-cats h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0B2E2B;
  text-align: center;
  margin-bottom: 20px;
}

.related-cat-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.related-link {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: var(--radius-full);
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  transition: all .2s;
}

.related-link:hover {
  background: #E4F0EC;
  color: var(--primary);
  box-shadow: 0 2px 8px rgba(14,94,86,0.1);
}

/* ===== Footer ===== */
.site-footer {
  background: #0B2E2B;
  color: #C9D6D2;
  padding: 56px 0 24px;
}

.site-footer h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer ul a {
  color: #C9D6D2;
  font-size: 13px;
  transition: color .2s;
}

.site-footer ul a:hover {
  color: var(--accent);
  text-decoration: none;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-brand .logo-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact p {
  font-size: 13px;
  color: #C9D6D2;
  margin-bottom: 10px;
}

.footer-contact i {
  color: #7FA8A0;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  color: #A8BBB5;
  margin: 0;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 12px 0;
  }

  .navbar-nav .nav-link.active::after {
    display: none;
  }

  .navbar-nav .nav-link.active {
    background: rgba(14,94,86,0.08);
    border-radius: 8px;
  }

  .nav-tools {
    margin-top: 12px;
    flex-wrap: wrap;
    width: 100%;
  }

  .search-box {
    flex: 1 1 auto;
  }

  .search-box input {
    width: 100%;
  }

  .category-aside {
    position: static;
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .feature-strip {
    padding: 32px 0 16px;
  }

  .category-main {
    padding: 24px 0 16px;
  }

  .panel-card {
    padding: 20px 16px;
  }

  .spot-item {
    gap: 14px;
    padding: 12px 8px;
  }

  .spot-thumb {
    width: 100px;
    height: 66px;
  }

  .cta-box {
    padding: 40px 24px;
    border-radius: 16px;
  }

  .cta-box .btn + .btn {
    margin-left: 0;
    margin-top: 12px;
  }

  .related-cat-links {
    gap: 8px;
  }

  .related-link {
    padding: 6px 14px;
    font-size: 13px;
  }

  .section-head h2 {
    font-size: 22px;
  }

  .faq-wrap {
    padding: 8px 18px;
  }
}

@media (max-width: 575.98px) {
  .category-banner {
    padding: 20px 0;
  }

  .category-banner h1 {
    font-size: 22px;
  }

  .category-banner p {
    font-size: 13px;
  }

  .feature-card {
    padding: 20px;
  }

  .panel-head {
    flex-direction: column;
    gap: 4px;
  }

  .spot-item {
    gap: 10px;
  }

  .spot-thumb {
    width: 80px;
    height: 60px;
    border-radius: 8px;
  }

  .spot-info h3 {
    font-size: 14px;
  }

  .spot-info p {
    font-size: 12px;
  }

  .logo-text {
    font-size: 16px !important;
  }

  .cta-box h2 {
    font-size: 20px;
  }

  .cta-box p {
    font-size: 13px;
  }
}
