/* roulang page: index */
:root {
  --primary: #FF6B35;
  --primary-dark: #F25A24;
  --rose: #E6396F;
  --yellow: #FFC94D;
  --page-bg: #FAF7F2;
  --card-bg: #FFFFFF;
  --deep-bg: #2B2118;
  --deep-bg-2: #33261B;
  --ink: #231F1B;
  --sub: #6B5D50;
  --muted: #948A7E;
  --line: #F0E9E0;
  --chip-bg: #F1EBE3;
  --radius-lg: 16px;
  --radius-sm: 12px;
  --shadow-card: 0 2px 10px rgba(70,45,20,.06);
  --shadow-hover: 0 12px 28px rgba(70,45,20,.12);
  --font-sans: "PingFang SC","Microsoft YaHei","Noto Sans CJK SC","Source Han Sans SC",sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 72px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; line-height: 1.3; letter-spacing: .01em; }
p { margin: 0; }

.container { max-width: 1240px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }
.section { padding: 72px 0; }
.section-head { max-width: 700px; margin-bottom: 40px; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--primary-dark); font-size: 13px; font-weight: 600;
  margin-bottom: 10px;
}
.section-eyebrow::before {
  content: ""; width: 22px; height: 4px; border-radius: 99px;
  background: var(--primary);
}
.section-head h2 { font-size: 30px; line-height: 1.25; color: var(--ink); }
.section-head p { color: var(--sub); font-size: 15px; margin-top: 10px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; }
.tophead {
  background: rgba(255,255,255,.98);
  box-shadow: 0 1px 0 var(--line), 0 6px 24px rgba(70,45,20,.04);
}
.tophead-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-icon {
  width: 38px; height: 38px; border-radius: 12px;
  background: linear-gradient(145deg, var(--primary), #FF8F50);
  display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: 0 6px 14px rgba(255,107,53,.3);
  transform: rotate(-3deg);
  flex: 0 0 auto;
}
.brand-icon svg { width: 21px; height: 21px; }
.brand-name { font-weight: 800; font-size: 21px; color: var(--ink); }
.brand-tag {
  font-size: 11px; background: rgba(255,107,53,.12); color: var(--primary-dark);
  border-radius: 999px; padding: 4px 9px; font-weight: 600; white-space: nowrap;
  border: 1px solid rgba(255,107,53,.25);
}
.head-links { display: flex; align-items: center; gap: 6px; }
.head-links a {
  padding: 8px 14px; border-radius: 999px; color: var(--sub);
  font-size: 14px; font-weight: 500; transition: all .15s ease;
}
.head-links a:hover { color: var(--primary-dark); background: rgba(255,107,53,.08); }
.btn-bookmark {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--primary); color: var(--primary-dark);
  font-size: 14px; font-weight: 600; padding: 8px 16px;
  border-radius: 999px; background: #fff; transition: all .15s ease;
  margin-left: 6px;
}
.btn-bookmark:hover { background: rgba(255,107,53,.07); }
.btn-bookmark svg { width: 16px; height: 16px; }

/* Category chip nav */
.category-nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.category-scroll {
  display: flex; gap: 8px; overflow-x: auto; padding: 8px 20px;
  max-width: 1240px; margin: 0 auto;
  white-space: nowrap; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.category-scroll::-webkit-scrollbar { display: none; }
.chip {
  display: inline-flex; align-items: center; justify-content: center;
  height: 38px; padding: 0 18px; border-radius: 999px;
  background: var(--chip-bg); color: var(--sub);
  font-size: 14px; font-weight: 600; white-space: nowrap;
  transition: all .15s ease; border: 1px solid transparent;
}
.chip:hover { background: rgba(255,107,53,.1); color: var(--primary-dark); }
.chip.active { background: var(--primary); color: #fff; box-shadow: 0 6px 14px rgba(255,107,53,.32); }
.chip svg { width: 16px; height: 16px; margin-right: 4px; }

/* Hero */
.hero { position: relative; overflow: hidden; }
.hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(250,247,242,.96) 15%, rgba(250,247,242,.88) 52%, rgba(255,244,236,.72));
}
.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 48px; align-items: center; padding-top: 64px; padding-bottom: 72px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,107,53,.1); color: var(--primary-dark);
  border-radius: 999px; padding: 6px 13px; font-size: 13px; font-weight: 600;
  border: 1px solid rgba(255,107,53,.18);
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); position: relative; }
.live-dot::after {
  content: ""; position: absolute; inset: -4px; border: 1px solid rgba(255,107,53,.5);
  border-radius: 50%; animation: pulse 1.5s infinite;
}
@keyframes pulse { 0% { transform: scale(.6); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }
.hero h1 { font-size: 45px; line-height: 1.22; margin-top: 18px; color: var(--ink); }
.hero h1 .accent { color: var(--primary-dark); position: relative; white-space: nowrap; }
.hero h1 .accent::after {
  content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 10px;
  background: rgba(255,201,77,.45); z-index: -1; border-radius: 2px;
}
.hero-description { font-size: 16px; color: var(--sub); margin-top: 18px; max-width: 560px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 28px; font-size: 13px; color: var(--sub); }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points li::before { content: "✓"; color: var(--primary-dark); font-weight: 800; }
.hero-stage { position: relative; }
.compare-card {
  background: rgba(255,255,255,.96); border-radius: 20px;
  padding: 20px; box-shadow: 0 4px 18px rgba(70,45,20,.08);
  border: 1px solid var(--line);
  transform: rotate(1.2deg);
}
.compare-title { font-weight: 700; font-size: 15px; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.compare-title small { color: var(--muted); font-weight: 500; font-size: 12px; }
.compare-row {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 12px; border-radius: 12px; background: var(--page-bg);
  margin-bottom: 9px; font-size: 13px; color: var(--sub);
  border: 1px solid transparent;
}
.compare-row .cmp-type { flex: 0 0 86px; font-weight: 700; color: var(--ink); }
.compare-row.recommend {
  background: #fffdf7; border-color: #ffd9c8;
  box-shadow: 0 6px 14px rgba(255,107,53,.08);
}
.cmp-rec-badge {
  background: var(--primary); color: #fff; font-size: 11px; font-weight: 600;
  padding: 3px 8px; border-radius: 999px; margin-left: auto;
}
.compare-cta { margin-top: 10px; }

.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  background: var(--primary); color: #fff; font-weight: 700; font-size: 15px;
  padding: 12px 24px; border-radius: 999px; box-shadow: 0 8px 18px rgba(255,107,53,.3);
  transition: all .18s ease; white-space: nowrap; line-height: 1;
}
.btn-primary svg { width: 17px; height: 17px; transform: translateX(0); transition: transform .18s; }
.btn-primary:hover { background: var(--primary-dark); box-shadow: 0 10px 22px rgba(255,107,53,.36); transform: translateY(-2px); }
.btn-primary:hover svg { transform: translateX(3px); }
.btn-primary:active { transform: translateY(1px); box-shadow: 0 4px 10px rgba(255,107,53,.3); }
.btn-quiet {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--sub); font-weight: 600; font-size: 14px;
  border: 1px solid var(--line); padding: 12px 22px; border-radius: 999px;
  transition: all .18s ease;
}
.btn-quiet:hover { border-color: var(--primary); color: var(--primary-dark); background: rgba(255,107,53,.05); }

/* Decorative floating shapes */
.hero-float-1 {
  position: absolute; width: 150px; height: 150px; border-radius: 32px;
  background: var(--yellow); opacity: .18; transform: rotate(18deg); right: -20px; top: -35px;
}
.hero-float-2 {
  position: absolute; width: 80px; height: 80px; border-radius: 24px;
  background: var(--rose); opacity: .1; transform: rotate(-12deg); bottom: 20%; left: -24px;
}

/* Stats strip */
.stats-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { display: flex; flex-direction: column; align-items: center; padding: 28px 12px; text-align: center; position: relative; }
.stat-item + .stat-item::before { content: ""; position: absolute; left: 0; top: 25%; height: 50%; width: 1px; background: var(--line); }
.stat-item b { font-size: 30px; color: var(--primary-dark); letter-spacing: -1px; }
.stat-item span { font-size: 13px; color: var(--muted); margin-top: 3px; }

/* Value cards */
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-card {
  background: var(--card-bg); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 24px; transition: all .18s ease; box-shadow: var(--shadow-card);
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: rgba(255,107,53,.3); }
.value-ico {
  width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,107,53,.12); color: var(--primary-dark); margin-bottom: 16px;
}
.value-ico.yellow { background: rgba(255,201,77,.25); }
.value-ico.rose { background: rgba(230,57,111,.1); color: var(--rose); }
.value-ico svg { width: 24px; height: 24px; }
.value-label {
  display: inline-block; font-size: 12px; background: #f3ede5; color: var(--sub);
  border-radius: 999px; padding: 3px 10px; margin-bottom: 10px; font-weight: 600;
}
.value-card h3 { font-size: 19px; margin-bottom: 8px; }
.value-card p { font-size: 14px; color: var(--sub); line-height: 1.7; }

/* Steps section */
.steps-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.step-item { position: relative; padding: 22px 16px; text-align: center; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,107,53,.12);
  color: var(--primary-dark); font-weight: 800; font-size: 16px; margin-bottom: 12px;
}
.step-item h3 { font-size: 16px; margin-bottom: 6px; }
.step-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.step-arrow {
  position: absolute; top: 38px; right: -10px; width: 20px; height: 20px;
  color: var(--muted); opacity: .5;
}
.step-tip {
  display: inline-flex; align-items: flex-start; gap: 8px; margin-top: 24px;
  background: rgba(255,201,77,.18); border: 1px solid rgba(255,201,77,.4);
  color: var(--sub); border-radius: 14px; padding: 10px 16px; font-size: 13px; max-width: 780px;
}
.step-tip strong { color: var(--ink); }

/* Deal cards wall */
.deal-wall { background: var(--page-bg); }
.wall-sub-actions { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; gap: 16px; flex-wrap: wrap; }
.filter-tabs { display: inline-flex; align-items: center; gap: 6px; background: #fff; padding: 4px; border-radius: 999px; border: 1px solid var(--line); }
.filter-tab { display: inline-flex; align-items: center; height: 34px; padding: 0 15px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 600; transition: all .15s; }
.filter-tab.current { background: var(--primary); color: #fff; box-shadow: 0 3px 8px rgba(255,107,53,.28); }
.deal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.deal-card {
  background: var(--card-bg); border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; transition: all .2s ease; box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
}
.deal-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); border-color: rgba(255,107,53,.28); }
.deal-thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #F7EFE6; }
.deal-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.deal-card:hover .deal-thumb img { transform: scale(1.04); }
.deal-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--rose); color: #fff; font-size: 12px; font-weight: 600;
  padding: 4px 11px; border-radius: 7px; box-shadow: 0 4px 10px rgba(230,57,111,.3);
}
.deal-badge.green { background: #3E7B4F; box-shadow: 0 4px 10px rgba(62,123,79,.25); }
.deal-badge.dark { background: #4c3c2f; box-shadow: 0 4px 10px rgba(76,60,47,.3); }
.deal-thumb .deal-tag {
  position: absolute; right: 10px; bottom: 10px; z-index: 2;
  background: rgba(255,255,255,.92); color: var(--sub); font-size: 12px;
  padding: 4px 10px; border-radius: 999px; font-weight: 600;
}
.deal-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.deal-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.deal-meta span { display: inline-flex; align-items: center; gap: 4px; }
.deal-meta .dot { width: 4px; height: 4px; background: var(--muted); border-radius: 50%; }
.deal-card h3 { font-size: 18px; font-weight: 700; line-height: 1.35; }
.deal-card h3 a:hover { color: var(--primary-dark); }
.deal-summary {
  font-size: 13px; color: var(--muted); line-height: 1.6; margin-top: 7px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 42px;
}
.deal-go {
  margin-top: auto; padding-top: 14px; display: flex; align-items: center; gap: 6px;
  color: var(--primary-dark); font-size: 14px; font-weight: 600;
}
.deal-go:hover { color: var(--primary); }
.deal-go svg { width: 15px; height: 15px; transition: transform .15s; }
.deal-go:hover svg { transform: translateX(3px); }

/* Social proof */
.social-proof {
  background: linear-gradient(140deg, var(--deep-bg), var(--deep-bg-2));
  color: #F5EDE3; padding: 72px 0;
}
.social-proof .section-eyebrow::before { background: var(--yellow); }
.social-proof .section-eyebrow { color: var(--yellow); }
.social-proof .section-head h2 { color: #F5EDE3; }
.proof-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; align-items: start; }
.proof-list { display: flex; flex-direction: column; gap: 14px; }
.proof-item {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 16px 18px;
}
.proof-item .head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.avatar {
  width: 38px; height: 38px; border-radius: 50%; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; background: #FFC94D; font-size: 14px;
}
.avatar.a1 { background: #f09a74; }
.avatar.a2 { background: #a489d8; }
.avatar.a3 { background: #6fb8a7; }
.proof-item .name { font-size: 14px; font-weight: 600; }
.proof-item .time { font-size: 12px; color: rgba(255,255,255,.5); }
.proof-item .status { margin-left: auto; font-size: 12px; background: rgba(255,107,53,.18); color: #ffb18c; border-radius: 999px; padding: 3px 10px; }
.proof-item p { font-size: 14px; color: rgba(255,255,255,.75); line-height: 1.7; }
.rank-box {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 22px;
}
.rank-title { display: flex; align-items: center; gap: 8px; color: var(--yellow); font-weight: 700; font-size: 18px; margin-bottom: 16px; }
.rank-list { display: flex; flex-direction: column; gap: 10px; }
.rank-row {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.05); border-radius: 12px; padding: 10px 12px;
}
.rank-no { font-weight: 800; color: rgba(255,255,255,.4); font-size: 14px; width: 22px; flex: 0 0 auto; }
.rank-row .rank-txt { font-size: 14px; font-weight: 500; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rank-row .rank-note { font-size: 12px; color: rgba(255,255,255,.45); white-space: nowrap; }
.rank-row.hot { background: rgba(255,107,53,.14); border: 1px dashed rgba(255,107,53,.35); }
.rank-row.hot .rank-no { color: var(--primary); }

/* News area */
.news-grid { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.news-list { display: flex; flex-direction: column; }
.news-item { border-bottom: 1px solid var(--line); padding: 16px 0 16px; }
.news-item:first-child { padding-top: 0; }
.news-item .tag { display: inline-block; background: rgba(255,107,53,.1); color: var(--primary-dark); font-size: 12px; border-radius: 6px; padding: 3px 8px; margin-bottom: 6px; font-weight: 600; }
.news-item h3 { font-size: 16px; margin-bottom: 4px; }
.news-item h3 a:hover { color: var(--primary-dark); }
.news-item p { font-size: 13px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-item .meta { font-size: 12px; color: #b3a89c; margin-top: 8px; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: var(--shadow-card); }
.side-card .ico { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,201,77,.25); display: flex; align-items: center; justify-content: center; color: #aa6c00; margin-bottom: 12px; }
.side-card h3 { font-size: 16px; margin-bottom: 8px; }
.side-card p { font-size: 13px; color: var(--sub); line-height: 1.7; }
.side-tip {
  background: #fff8ef; border-left: 4px solid var(--primary); padding: 12px 14px;
  border-radius: 0 12px 12px 0; margin-top: 16px; font-size: 13px; color: var(--sub);
}
.subscribe-box { margin-top: 16px; display: flex; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 4px 4px 4px 16px; align-items: center; }
.subscribe-box input { flex: 1; border: none; outline: none; font-size: 13px; color: var(--ink); background: transparent; }
.subscribe-box button { flex: 0 0 auto; background: var(--primary); color: #fff; border-radius: 999px; height: 36px; padding: 0 16px; font-size: 13px; font-weight: 600; transition: all .15s; }
.subscribe-box button:hover { background: var(--primary-dark); }

/* FAQ */
.faq-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-wrap { max-width: 860px; }
.faq-item { border: 1px solid var(--line); background: var(--page-bg); border-radius: 14px; padding: 16px 20px; margin-bottom: 10px; transition: background .15s; }
.faq-item.open { background: #fffdf9; border-color: rgba(255,107,53,.35); box-shadow: 0 4px 12px rgba(70,45,20,.04); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; text-align: left; width: 100%; }
.faq-q .faq-title { font-weight: 700; font-size: 15px; color: var(--ink); }
.faq-q .faq-icon { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,107,53,.1); color: var(--primary-dark); display: flex; align-items: center; justify-content: center; font-size: 18px; transition: transform .25s; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--primary); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a-inner { padding-top: 12px; font-size: 14px; color: var(--sub); line-height: 1.75; }

/* CTA banner */
.cta-section { padding: 60px 0; }
.cta-banner {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 36px 40px; box-shadow: var(--shadow-card); flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.cta-banner::before { content: ""; position: absolute; right: -40px; top: -40px; width: 160px; height: 160px; background: rgba(255,201,77,.25); border-radius: 50%; }
.cta-copy h2 { font-size: 24px; margin-bottom: 8px; }
.cta-copy p { color: var(--sub); font-size: 14px; max-width: 600px; }
.cta-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.legal-note { margin-top: 20px; font-size: 12px; color: #b3a89c; max-width: 980px; line-height: 1.6; }

/* Footer */
.site-footer { background: var(--deep-bg); color: #F5EDE3; padding: 48px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brend .brand-label { font-size: 22px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.footer-brend p { margin-top: 14px; font-size: 14px; color: rgba(255,255,255,.6); max-width: 300px; line-height: 1.7; }
.footer-col h4 { font-size: 15px; color: #fff; margin-bottom: 14px; }
.footer-col a { display: block; padding: 5px 0; font-size: 13px; color: rgba(255,255,255,.6); transition: all .15s; }
.footer-col a:hover { color: var(--primary); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); margin-top: 36px; padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: 12px; color: rgba(255,255,255,.4); flex-wrap: wrap;
}

/* Fixed bottom bar */
.float-cta {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  width: calc(100% - 28px); max-width: 720px;
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px);
  border: 1px solid var(--line); border-radius: 999px;
  box-shadow: 0 18px 44px rgba(70,45,20,.18);
  display: flex; align-items: center; justify-content: space-between;
  padding: 9px 10px 9px 22px; z-index: 80; gap: 8px;
}
.float-cta-copy { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--ink); font-weight: 600; min-width: 0; }
.float-cta-copy .inner-txt { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.float-cta-copy small { color: var(--muted); font-weight: 400; display: block; font-size: 11px; }
.btn-go { padding: 10px 20px; font-size: 14px; flex: 0 0 auto; }

/* FAQ focus & others */
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; border-radius: 4px; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-top: 44px; }
  .hero-stage { max-width: 580px; }
  .deal-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid { grid-template-columns: 1fr; gap: 32px; }
  .news-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .value-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .tophead-inner { height: 62px; }
  .head-links a { display: none; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat-item:nth-child(n+3)::before { display: none; }
  .stat-item + .stat-item::before { display: none; }
  .steps-grid { grid-template-columns: repeat(2,1fr); gap: 28px 12px; }
  .step-arrow { display: none; }
  .value-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 32px; }
  .section-head h2 { font-size: 24px; }
  .cta-banner { padding: 26px 22px; }
  .float-cta-copy small { display: none; }
}
@media (max-width: 520px) {
  .tophead-inner { gap: 6px; }
  .brand-tag { display: none; }
  .deal-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 30px; }
  .hero-description { font-size: 15px; }
  .hero-points { gap: 8px 14px; }
  .steps-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item b { font-size: 24px; }
  .stat-item { padding: 20px 8px; }
  .float-cta { bottom: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* roulang page: category1 */
:root {
  --primary: #FF6B35;
  --primary-dark: #F25A24;
  --rose: #E6396F;
  --yellow: #FFC94D;
  --page-bg: #FAF7F2;
  --card-bg: #FFFFFF;
  --deep-bg: #2B2118;
  --deep-bg-2: #33261B;
  --ink: #231F1B;
  --sub: #6B5D50;
  --muted: #948A7E;
  --line: #F0E9E0;
  --chip-bg: #F1EBE3;
  --radius-lg: 16px;
  --radius-sm: 12px;
  --shadow-card: 0 2px 10px rgba(70,45,20,.06);
  --shadow-hover: 0 12px 28px rgba(70,45,20,.12);
  --font-sans: "PingFang SC","Microsoft YaHei","Noto Sans CJK SC","Source Han Sans SC",sans-serif;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 76px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.container { max-width: 1240px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }

.section { padding: 56px 0; }
.section-head { margin-bottom: 32px; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--primary-dark); font-size: 13px; font-weight: 600;
  margin-bottom: 8px;
}
.section-eyebrow::before {
  content: ""; width: 22px; height: 4px; border-radius: 99px;
  background: var(--primary);
}

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; }
.tophead {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--line);
}
.tophead-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-icon {
  width: 38px; height: 38px; border-radius: 12px;
  background: linear-gradient(145deg, var(--primary), #FF8F50);
  display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: 0 6px 14px rgba(255,107,53,.3);
  transform: rotate(-3deg);
  flex: 0 0 auto;
}
.brand-icon svg { width: 21px; height: 21px; }
.brand-name { font-weight: 800; font-size: 21px; color: var(--ink); }
.brand-tag {
  font-size: 11px; background: rgba(255,107,53,.12); color: var(--primary-dark);
  border-radius: 999px; padding: 4px 9px; font-weight: 600; white-space: nowrap;
  border: 1px solid rgba(255,107,53,.25);
}
.head-links { display: flex; align-items: center; gap: 4px; }
.head-links a {
  padding: 8px 14px; border-radius: 999px; color: var(--sub);
  font-size: 14px; font-weight: 500; transition: all .15s ease;
}
.head-links a:hover { color: var(--primary-dark); background: rgba(255,107,53,.08); }
.btn-bookmark {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--primary); color: var(--primary-dark);
  font-size: 14px; font-weight: 600; padding: 8px 16px;
  border-radius: 999px; background: #fff; transition: all .15s ease;
  margin-left: 6px;
}
.btn-bookmark:hover { background: rgba(255,107,53,.07); }
.btn-bookmark svg { width: 16px; height: 16px; }

/* Category chip nav */
.category-nav { background: #fff; border-bottom: 1px solid var(--line); }
.category-scroll {
  display: flex; gap: 8px; overflow-x: auto;
  padding: 8px 20px; max-width: 1240px; margin: 0 auto;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.category-scroll::-webkit-scrollbar { display: none; }
.chip {
  display: inline-flex; align-items: center; justify-content: center;
  height: 38px; padding: 0 18px; border-radius: 999px;
  background: var(--chip-bg); color: var(--sub);
  font-size: 14px; font-weight: 600; white-space: nowrap;
  transition: all .15s ease; border: 1px solid transparent;
  flex: 0 0 auto;
}
.chip:hover { background: rgba(255,107,53,.1); color: var(--primary-dark); }
.chip.active { background: var(--primary); color: #fff; box-shadow: 0 6px 14px rgba(255,107,53,.32); }
.chip svg { width: 16px; height: 16px; margin-right: 4px; }

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  background: var(--primary); color: #fff; font-weight: 700; font-size: 15px;
  padding: 12px 24px; border-radius: 999px; transition: all .15s ease;
  border: 1px solid transparent;
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(255,107,53,.25); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  background: #fff; color: var(--ink); font-weight: 600; font-size: 14px;
  padding: 11px 22px; border-radius: 999px; transition: all .15s ease;
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--primary); color: var(--primary-dark); background: #fffdf9; }

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

/* Category page specific */
.cat-banner {
  background: linear-gradient(135deg, #FFF6EF 0%, #FFF0E6 55%, #FEEDD9 100%);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.cat-banner::after {
  content: "";
  position: absolute;
  top: -80px; right: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,201,77,.25) 0%, transparent 70%);
  pointer-events: none;
}
.cat-banner-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items: center;
  padding: 44px 0 50px;
  position: relative;
  z-index: 1;
}
.cat-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,107,53,.1); color: var(--primary-dark);
  border-radius: 999px; padding: 5px 13px; font-size: 12px; font-weight: 700;
  border: 1px solid rgba(255,107,53,.2);
  margin-bottom: 14px;
}
.cat-banner h1 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}
.cat-banner h1 em {
  font-style: normal;
  color: var(--primary-dark);
  position: relative;
}
.cat-banner h1 em::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 9px;
  background: rgba(255,201,77,.45);
  border-radius: 2px;
  z-index: -1;
}
.cat-desc { color: var(--sub); font-size: 15px; line-height: 1.8; margin-top: 14px; max-width: 540px; }
.cat-banner-meta {
  display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 18px;
  font-size: 13px; color: var(--sub);
}
.cat-banner-meta span { display: inline-flex; align-items: center; gap: 6px; }
.cat-banner-meta span::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary);
}
.cat-banner-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-hover);
  transform: rotate(1.5deg);
  border: 4px solid #fff;
  position: relative;
}
.cat-banner-img img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.cat-banner-img .float-tip {
  position: absolute;
  bottom: 14px; left: 14px;
  background: rgba(255,255,255,.94);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-dark);
  box-shadow: 0 6px 16px rgba(70,45,20,.14);
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(4px);
}

/* Breadcrumb */
.crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
  padding: 16px 0 4px;
  max-width: 1240px;
  margin: 0 auto;
}
.crumb a { color: var(--sub); }
.crumb a:hover { color: var(--primary-dark); }
.crumb .sep { font-size: 11px; color: var(--muted); opacity: .6; }

/* Sub category tags */
.sub-chips {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
  padding: 14px 0 6px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.sub-chips::-webkit-scrollbar { display: none; }
.sub-chip {
  display: inline-flex; align-items: center;
  height: 30px; padding: 0 13px;
  border-radius: 999px;
  background: #fff;
  color: var(--sub);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid var(--line);
  transition: all .15s ease;
  flex: 0 0 auto;
}
.sub-chip:hover {
  border-color: rgba(255,107,53,.4);
  color: var(--primary-dark);
  background: rgba(255,107,53,.04);
}
.sub-chip.active {
  background: rgba(255,107,53,.1);
  border-color: rgba(255,107,53,.35);
  color: var(--primary-dark);
  font-weight: 600;
}

/* Sort bar */
.sort-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 16px;
  gap: 12px;
  flex-wrap: wrap;
}
.view-options { display: flex; align-items: center; gap: 8px; }
.view-btn {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  border: 1px solid transparent;
  transition: all .15s ease;
}
.view-btn:hover { color: var(--primary-dark); background: rgba(255,107,53,.07); }
.view-btn.active { color: var(--primary-dark); background: rgba(255,107,53,.1); border-color: rgba(255,107,53,.2); }

/* Resource list cards */
.res-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}
.res-card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
}
.res-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: #F6C6B4;
}
.res-card-media {
  flex: 0 0 168px;
  position: relative;
  overflow: hidden;
}
.res-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform .3s ease;
}
.res-card:hover .res-card-media img { transform: scale(1.03); }
.res-badge {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  background: var(--rose);
  color: #fff;
  box-shadow: 0 2px 8px rgba(230,57,111,.3);
}
.res-badge.hot {
  background: var(--primary);
  box-shadow: 0 2px 8px rgba(255,107,53,.35);
}
.res-badge.done {
  background: #2B7A4B;
  box-shadow: 0 2px 8px rgba(43,122,75,.25);
}
.res-card-body {
  padding: 15px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.res-card-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s ease;
}
.res-card:hover .res-card-title { color: var(--primary-dark); }
.res-desc {
  font-size: 13px;
  color: var(--sub);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  min-height: 0;
}
.res-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
  margin-top: auto;
}
.tag-light {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 6px;
  background: #F4EBDD;
  color: #6B5D50;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.tag-light.orange {
  background: rgba(255,107,53,.1);
  color: var(--primary-dark);
  border: 1px solid rgba(255,107,53,.16);
}
.tag-light.grey {
  background: #F4F1EC;
  color: var(--sub);
}
.res-card-link {
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .15s ease;
}
.res-card-link:hover { gap: 7px; }
.res-card-link svg { width: 13px; height: 13px; }

/* mini row horizontal inner card */
.mini-row-feed {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.mini-row {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFAF5 100%);
  border: 1px solid #F5E8DC;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all .16s ease;
}
.mini-row:hover {
  border-color: rgba(255,107,53,.4);
  box-shadow: 0 6px 16px rgba(70,45,20,.07);
  transform: translateX(3px);
}
.mini-row-icon {
  width: 40px; height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  background: rgba(255,201,77,.2);
  color: #C77800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
}
.mini-row-info { flex: 1; min-width: 0; }
.mini-row-title {
  font-size: 14px; font-weight: 700; color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mini-row-sub {
  font-size: 12px; color: var(--muted);
  display: flex;
  gap: 10px;
  margin-top: 2px;
  flex-wrap: wrap;
}
.mini-row-action {
  flex: 0 0 auto;
  font-size: 13px; font-weight: 700;
  color: var(--primary-dark);
  background: rgba(255,107,53,.09);
  padding: 7px 14px;
  border-radius: 999px;
  transition: all .15s ease;
  white-space: nowrap;
}
.mini-row-action:hover { background: var(--primary); color: #fff; }

/* Pagination territory */
.pagination-sim {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding: 12px 0;
  font-size: 13px;
  color: var(--muted);
}

/* FAQ */
.faq-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  transition: border-color .15s ease;
}
.faq-card:hover { border-color: #F0C9B8; }

.faq-item {
  border-bottom: 1px solid #EFE7DE;
  padding: 18px 0;
}
.faq-item:last-of-type { border-bottom: none; }
.faq-item summary {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: color .15s ease;
}
.faq-item summary:hover { color: var(--primary-dark); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .faq-mark {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(255,107,53,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--primary-dark);
  transition: all .2s ease;
  flex: 0 0 auto;
  font-weight: 300;
}
.faq-item[open] summary .faq-mark {
  background: var(--primary);
  color: #fff;
  transform: rotate(45deg);
}
.faq-answer {
  padding: 12px 20px 4px 0;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.8;
}

/* CTA area */
.cta-panel {
  background: var(--deep-bg);
  border-radius: 24px;
  padding: 46px 40px;
  position: relative;
  overflow: hidden;
}
.cta-panel::before {
  content: "";
  position: absolute;
  top: -70px; right: -40px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(255,107,53,.22);
  pointer-events: none;
}
.cta-panel::after {
  content: "";
  position: absolute;
  bottom: -90px; left: 25%;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,201,77,.12);
  pointer-events: none;
}
.cta-title { font-size: 28px; font-weight: 800; color: #FFF3E8; }
.cta-text { color: rgba(255,243,232,.72); font-size: 15px; max-width: 640px; margin-top: 10px; }
.cta-note {
  font-size: 12px;
  color: rgba(255,243,232,.45);
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 14px;
  max-width: 720px;
}

/* Fixed bottom bar */
.fixed-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(70,45,20,.08);
  z-index: 80;
  padding: 11px 0;
}
.fixed-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.fixed-bar-tip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.fixed-bar-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 0 4px rgba(34,197,94,.15);
  flex: 0 0 auto;
}
.fixed-bar-text {
  font-size: 13px; font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixed-bar-text small { display: block; font-weight: 400; color: var(--muted); font-size: 12px; }
.btn-go {
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  box-shadow: 0 7px 16px rgba(255,107,53,.32);
  transition: all .16s ease;
}
.btn-go:hover { background: var(--primary-dark); transform: translateY(-1px); }
.btn-go svg { width: 15px; height: 15px; }

/* Footer */
.site-footer {
  background: var(--deep-bg);
  color: #F5EDE3;
  padding: 64px 0 30px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr .9fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-brend .brand-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #FFF3E8;
}
.brand-label .brand-icon { width: 32px; height: 32px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.footer-grid p, .footer-col p { color: rgba(245,237,227,.6); margin: 12px 0 0; font-size: 13px; line-height: 1.7; }
.footer-col h4 {
  color: rgba(255,243,232,.4);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.footer-col a {
  display: block;
  color: rgba(245,237,227,.72);
  font-size: 13px;
  padding: 4px 0;
  transition: color .15s ease, transform .15s ease;
}
.footer-col a:hover { color: var(--primary); transform: translateX(2px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.09);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(245,237,227,.4);
}

/* Responsive */
@media (max-width: 1024px) {
  .cat-banner-grid { grid-template-columns: 1fr; padding: 36px 0 40px; }
  .cat-banner-img { max-width: 520px; }
  .res-list { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 768px) {
  .head-links a:not(.btn-bookmark) { display: none; }
  .brand-tag { display: none; }
  .tophead-inner { height: 62px; }
  .brand-name { font-size: 18px; }
  .res-list { grid-template-columns: 1fr; }
  .cat-banner h1 { font-size: 30px; }
  .cta-panel { padding: 34px 22px; }
  .cta-title { font-size: 23px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 24px; }
  .fixed-bar-text small { display: none; }
  .section { padding: 44px 0; }
}

@media (max-width: 520px) {
  .res-card { flex-direction: column; }
  .res-card-media { flex: none; }
  .res-card-media img { aspect-ratio: 16/9; }
  .tophead-inner { gap: 10px; }
  .btn-bookmark { padding: 8px 13px; font-size: 13px; }
  .cat-banner h1 { font-size: 27px; }
  .res-card-body { gap: 6px; }
  .mini-row { padding: 10px 12px; gap: 10px; }
  .mini-row-action { padding: 6px 10px; font-size: 12px; }
  .sort-bar { flex-direction: column; align-items: flex-start; }
}

/* Hide default focus outline fallback */
a:focus, button:focus { outline: none; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
  border-radius: 6px;
}
