/* ============================================
   萝莉岛 - 原创样式表
   品牌：萝莉岛 | 域名：qvLkp.cn
   配色：深紫黑+活力橙+青绿
   ============================================ */

/* CSS Reset & Base */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Noto Sans CJK SC', sans-serif;
  background-color: #0D0D1A;
  color: #E8E8F0;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: #FF6B35; text-decoration: none; transition: color 0.3s; }
a:hover { color: #00D4AA; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ============ Header / 导航 ============ */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(13, 13, 26, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 107, 53, 0.15);
  transition: background 0.3s;
}
.kfk7y8l8 {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 68px;
}
.6ygidi { display: flex; align-items: center; gap: 10px; }
.6ygidi img { height: 42px; width: auto; }
.jip7sdo { font-size: 1.4rem; font-weight: 700; color: #FF6B35; letter-spacing: 1px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 8px 16px; border-radius: 8px; font-size: 0.95rem;
  color: #C8C8DD; transition: all 0.3s; font-weight: 500;
}
.main-nav a:hover, .main-nav a.active {
  color: #FF6B35; background: rgba(255, 107, 53, 0.1);
}
.mobile-menu-btn {
  display: none; background: none; border: none; cursor: pointer;
  width: 36px; height: 36px; position: relative;
}
.mobile-menu-btn span {
  display: block; width: 24px; height: 2px; background: #E8E8F0;
  position: absolute; left: 6px; transition: all 0.3s;
}
.mobile-menu-btn span:nth-child(1) { top: 10px; }
.mobile-menu-btn span:nth-child(2) { top: 17px; }
.mobile-menu-btn span:nth-child(3) { top: 24px; }

/* ============ 搜索框 ============ */
.3k64gfaa {
  background: linear-gradient(135deg, #1A0A2E 0%, #0D0D1A 100%);
  padding: 14px 0; margin-top: 68px;
  border-bottom: 1px solid rgba(0, 212, 170, 0.1);
}
.search-bar {
  display: flex; max-width: 680px; margin: 0 auto;
  background: #1E1E3A; border-radius: 30px; overflow: hidden;
  border: 1px solid rgba(255, 107, 53, 0.2);
  transition: border-color 0.3s;
}
.search-bar:focus-within { border-color: #FF6B35; }
.search-bar input {
  flex: 1; padding: 12px 24px; background: transparent; border: none;
  color: #E8E8F0; font-size: 0.95rem; outline: none;
}
.search-bar input::placeholder { color: #6B6B8D; }
.search-bar button {
  padding: 12px 28px; background: linear-gradient(135deg, #FF6B35, #FF8F5E);
  border: none; color: #fff; font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: opacity 0.3s;
}
.search-bar button:hover { opacity: 0.9; }

/* ============ Hero Banner ============ */
.hero-section {
  position: relative; min-height: 520px; display: flex; align-items: center;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  overflow: hidden;
}
.o0uklot {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,10,46,0.88) 0%, rgba(13,13,26,0.75) 50%, rgba(0,212,170,0.1) 100%);
}
.akea7k {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 60px 20px; text-align: center;
}
.akea7k h1 {
  font-size: 2.8rem; font-weight: 800; margin-bottom: 16px;
  background: linear-gradient(135deg, #FF6B35, #FFB088);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1.3;
}
.akea7k h1 span { color: #00D4AA; -webkit-text-fill-color: #00D4AA; }
.akea7k p {
  font-size: 1.15rem; color: #C8C8DD; max-width: 700px; margin: 0 auto 30px;
  line-height: 1.8;
}
.6oosa { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.6oosa span {
  padding: 6px 18px; background: rgba(255,107,53,0.12); border: 1px solid rgba(255,107,53,0.25);
  border-radius: 20px; font-size: 0.85rem; color: #FFB088;
}
.a6x8ka8 {
  display: flex; justify-content: center; gap: 50px; margin-top: 40px;
}
.a6x8ka8 .stat { text-align: center; }
.a6x8ka8 .5e05ws5d {
  font-size: 2rem; font-weight: 800; color: #FF6B35;
}
.a6x8ka8 .05tsybse { font-size: 0.85rem; color: #9999BB; margin-top: 4px; }

/* ============ Section Common ============ */
.section { padding: 70px 0; }
.section-alt { background: #111128; }
.xmrpd {
  text-align: center; margin-bottom: 50px;
}
.xmrpd h2 {
  font-size: 2rem; font-weight: 700; color: #E8E8F0; margin-bottom: 12px;
}
.xmrpd h2 .highlight { color: #FF6B35; }
.xmrpd p { color: #9999BB; font-size: 1rem; max-width: 600px; margin: 0 auto; }
.xmrpd .cg5owy {
  width: 60px; height: 3px; background: linear-gradient(90deg, #FF6B35, #00D4AA);
  margin: 16px auto 0; border-radius: 2px;
}

/* ============ 动漫视频卡片 ============ */
.by98eo7y {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.ecw9z5a {
  background: #1E1E3A; border-radius: 14px; overflow: hidden;
  transition: transform 0.35s, box-shadow 0.35s; cursor: pointer;
  border: 1px solid rgba(255,107,53,0.08);
}
.ecw9z5a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(255,107,53,0.15);
}
.tey7d {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.tey7d img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
}
.ecw9z5a:hover .tey7d img { transform: scale(1.06); }
.jlbpikvr {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0);
  width: 60px; height: 60px; background: rgba(255,107,53,0.9);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: transform 0.35s; z-index: 2;
}
.jlbpikvr::after {
  content: ''; width: 0; height: 0;
  border-left: 20px solid #fff; border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; margin-left: 4px;
}
.ecw9z5a:hover .jlbpikvr { transform: translate(-50%, -50%) scale(1); }
.tey7d .4y549kj {
  position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.75);
  padding: 2px 8px; border-radius: 4px; font-size: 0.8rem; color: #fff; z-index: 2;
}
.rvd0r { padding: 16px; }
.rvd0r h3 {
  font-size: 1rem; font-weight: 600; color: #E8E8F0; margin-bottom: 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.gmof3n {
  display: flex; align-items: center; gap: 14px; font-size: 0.82rem; color: #9999BB;
}
.gmof3n span { display: flex; align-items: center; gap: 4px; }
.z0ombh2l { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.z0ombh2l span {
  padding: 3px 10px; background: rgba(0,212,170,0.1); border-radius: 12px;
  font-size: 0.75rem; color: #00D4AA;
}

/* ============ 服务模块 ============ */
.8g89b {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.rg036p {
  background: linear-gradient(145deg, #1E1E3A, #161630);
  border-radius: 16px; padding: 36px 28px; text-align: center;
  border: 1px solid rgba(255,107,53,0.08);
  transition: transform 0.3s, border-color 0.3s;
}
.rg036p:hover {
  transform: translateY(-4px);
  border-color: rgba(255,107,53,0.3);
}
.e67j9f8 {
  width: 64px; height: 64px; margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(255,107,53,0.15), rgba(0,212,170,0.1));
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.rg036p h3 { font-size: 1.15rem; color: #E8E8F0; margin-bottom: 10px; }
.rg036p p { font-size: 0.9rem; color: #9999BB; line-height: 1.7; }

/* ============ AI赋能 ============ */
.ai-section {
  position: relative; overflow: hidden;
}
.7196n2 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.64leaxo {
  background: linear-gradient(145deg, #1A1A35, #12122A);
  border-radius: 16px; padding: 32px; display: flex; gap: 20px;
  border: 1px solid rgba(0,212,170,0.1);
  transition: all 0.3s;
}
.64leaxo:hover { border-color: rgba(0,212,170,0.3); transform: translateY(-3px); }
.gcohp {
  flex-shrink: 0; width: 52px; height: 52px;
  background: linear-gradient(135deg, #00D4AA, #00A88A);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.64leaxo h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 8px; }
.64leaxo p { font-size: 0.88rem; color: #9999BB; line-height: 1.7; }

/* ============ 专家团队 ============ */
.prav9 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.5zsd6b0e {
  background: #1E1E3A; border-radius: 16px; padding: 28px 20px;
  text-align: center; border: 1px solid rgba(255,107,53,0.08);
  transition: all 0.3s;
}
.5zsd6b0e:hover { transform: translateY(-4px); border-color: rgba(255,107,53,0.25); }
.bg4jh790 {
  width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 16px;
  overflow: hidden; border: 3px solid rgba(255,107,53,0.3);
}
.bg4jh790 img { width: 100%; height: 100%; object-fit: cover; }
.5zsd6b0e h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 4px; }
.5zsd6b0e .role { font-size: 0.85rem; color: #FF6B35; margin-bottom: 10px; }
.5zsd6b0e p { font-size: 0.82rem; color: #9999BB; line-height: 1.6; margin-bottom: 14px; }
.gds3t { display: flex; justify-content: center; gap: 10px; }
.gds3t a {
  padding: 6px 14px; border-radius: 20px; font-size: 0.8rem;
  border: 1px solid rgba(255,107,53,0.3); color: #FF6B35;
  transition: all 0.3s;
}
.gds3t a:hover { background: #FF6B35; color: #fff; }

/* ============ 合作品牌 ============ */
.kgu3t3h {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;
  padding: 20px 0;
}
.rkdw8 {
  width: 160px; height: 70px; background: #1E1E3A; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,107,53,0.08);
  font-size: 0.95rem; color: #9999BB; font-weight: 600;
  transition: all 0.3s;
}
.rkdw8:hover { border-color: rgba(255,107,53,0.3); color: #FF6B35; }

/* ============ 用户评价 ============ */
.sakx04c7 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.afrzqy {
  background: #1E1E3A; border-radius: 16px; padding: 28px;
  border: 1px solid rgba(0,212,170,0.08);
  transition: all 0.3s;
}
.afrzqy:hover { border-color: rgba(0,212,170,0.25); }
.tmr24jt { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.zdhjsbe2 {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #FF6B35, #00D4AA);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #fff; font-weight: 700;
}
.7hfrcet { font-weight: 600; color: #E8E8F0; }
.wbq8554m { font-size: 0.8rem; color: #6B6B8D; }
.c9js95b3 { color: #FF6B35; font-size: 0.9rem; margin-bottom: 10px; }
.8stm9yo { font-size: 0.92rem; color: #C8C8DD; line-height: 1.7; }

/* ============ FAQ ============ */
.uzy4x { max-width: 800px; margin: 0 auto; }
.x2h0y8 {
  background: #1E1E3A; border-radius: 12px; margin-bottom: 12px;
  border: 1px solid rgba(255,107,53,0.08); overflow: hidden;
}
.vtkur {
  padding: 20px 24px; cursor: pointer; display: flex;
  justify-content: space-between; align-items: center;
  font-weight: 600; color: #E8E8F0; font-size: 1rem;
  transition: color 0.3s;
}
.vtkur:hover { color: #FF6B35; }
.vtkur .3unoq {
  width: 24px; height: 24px; display: flex; align-items: center;
  justify-content: center; transition: transform 0.3s;
  color: #FF6B35; font-size: 1.2rem;
}
.x2h0y8.active .vtkur .3unoq { transform: rotate(180deg); }
.agqqh3lg {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.3odwfc3 {
  padding: 0 24px 20px; font-size: 0.92rem; color: #9999BB; line-height: 1.8;
}
.x2h0y8.active .agqqh3lg { max-height: 300px; }

/* ============ 联系我们 ============ */
.o452xp2n {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;
}
.gxpv9j {
  background: #1E1E3A; border-radius: 16px; padding: 32px;
  border: 1px solid rgba(255,107,53,0.08);
}
.gxpv9j h3 { font-size: 1.2rem; color: #FF6B35; margin-bottom: 20px; }
.dfxn3 {
  display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start;
}
.dfxn3 .icon {
  flex-shrink: 0; width: 36px; height: 36px; background: rgba(255,107,53,0.1);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
}
.dfxn3 .text { font-size: 0.92rem; color: #C8C8DD; }
.dfxn3 .label { font-size: 0.82rem; color: #6B6B8D; margin-bottom: 2px; }
.4s18dm { display: flex; gap: 24px; justify-content: center; }
.3eifvo8y { text-align: center; }
.3eifvo8y img { width: 140px; height: 140px; border-radius: 12px; margin-bottom: 8px; }
.3eifvo8y p { font-size: 0.85rem; color: #9999BB; }

/* ============ 社交分享 ============ */
.y1kus {
  display: flex; justify-content: center; gap: 16px; padding: 30px 0;
}
.njo302m {
  width: 44px; height: 44px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; font-size: 1.1rem;
  color: #fff; transition: transform 0.3s, opacity 0.3s; cursor: pointer;
  border: none;
}
.njo302m:hover { transform: scale(1.15); }
.njo302m.wechat { background: #07C160; }
.njo302m.weibo { background: #E6162D; }
.njo302m.douyin { background: #161823; border: 1px solid #333; }
.njo302m.bilibili { background: #00A1D6; }
.njo302m.qq { background: #12B7F5; }

/* ============ Footer ============ */
.site-footer {
  background: #0A0A18; border-top: 1px solid rgba(255,107,53,0.1);
  padding: 50px 0 0;
}
.idvtgx {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px;
}
.xgz3dl .6ygidi { margin-bottom: 16px; }
.xgz3dl p { font-size: 0.88rem; color: #6B6B8D; line-height: 1.7; max-width: 320px; }
.d4wuz3 h4 {
  font-size: 1rem; color: #E8E8F0; margin-bottom: 16px;
  padding-bottom: 8px; border-bottom: 2px solid #FF6B35;
  display: inline-block;
}
.d4wuz3 a {
  display: block; padding: 4px 0; font-size: 0.88rem; color: #6B6B8D;
  transition: color 0.3s;
}
.d4wuz3 a:hover { color: #FF6B35; }
.bmptg {
  border-top: 1px solid rgba(255,107,53,0.08);
  padding: 20px 0; text-align: center;
  font-size: 0.82rem; color: #4A4A6A;
}
.bmptg .t67zsqf { color: #6B6B8D; margin-top: 4px; }

/* ============ 面包屑 ============ */
.breadcrumb {
  padding: 16px 0; font-size: 0.85rem; color: #6B6B8D;
  margin-top: 68px;
}
.breadcrumb a { color: #9999BB; }
.breadcrumb a:hover { color: #FF6B35; }
.breadcrumb span { margin: 0 8px; color: #4A4A6A; }

/* ============ 内页通用 ============ */
.page-hero {
  position: relative; padding: 100px 0 60px; text-align: center;
  background-size: cover; background-position: center;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,26,0.92) 0%, rgba(13,13,26,0.8) 100%);
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { font-size: 2.2rem; font-weight: 700; color: #FF6B35; margin-bottom: 12px; }
.page-hero p { font-size: 1rem; color: #9999BB; max-width: 600px; margin: 0 auto; }

/* ============ How-To 指南 ============ */
.75br3 { max-width: 800px; margin: 0 auto; }
.b8v250 {
  display: flex; gap: 20px; margin-bottom: 28px; align-items: flex-start;
}
.3wn0a4c {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #FF6B35, #FF8F5E);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 800; color: #fff;
}
.142tq9j h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 6px; }
.142tq9j p { font-size: 0.9rem; color: #9999BB; line-height: 1.7; }

/* ============ 按钮 ============ */
.btn {
  display: inline-block; padding: 12px 30px; border-radius: 30px;
  font-size: 0.95rem; font-weight: 600; cursor: pointer;
  transition: all 0.3s; border: none; text-align: center;
}
.btn-primary {
  background: linear-gradient(135deg, #FF6B35, #FF8F5E);
  color: #fff;
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); color: #fff; }
.btn-outline {
  background: transparent; border: 2px solid #FF6B35; color: #FF6B35;
}
.btn-outline:hover { background: #FF6B35; color: #fff; }
.btn-teal {
  background: linear-gradient(135deg, #00D4AA, #00A88A); color: #fff;
}
.btn-teal:hover { opacity: 0.9; color: #fff; }

/* ============ 响应式 ============ */
@media (max-width: 1024px) {
  .by98eo7y { grid-template-columns: repeat(2, 1fr); }
  .prav9 { grid-template-columns: repeat(2, 1fr); }
  .idvtgx { grid-template-columns: repeat(2, 1fr); }
  .7196n2 { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .main-nav { 
    display: none; position: fixed; top: 68px; left: 0; right: 0;
    background: rgba(13,13,26,0.98); flex-direction: column;
    padding: 20px; gap: 4px;
    border-bottom: 1px solid rgba(255,107,53,0.15);
  }
  .main-nav.active { display: flex; }
  .mobile-menu-btn { display: block; }
  .akea7k h1 { font-size: 1.8rem; }
  .a6x8ka8 { gap: 24px; }
  .a6x8ka8 .5e05ws5d { font-size: 1.4rem; }
  .by98eo7y { grid-template-columns: 1fr; }
  .8g89b { grid-template-columns: 1fr; }
  .prav9 { grid-template-columns: repeat(2, 1fr); }
  .sakx04c7 { grid-template-columns: 1fr; }
  .o452xp2n { grid-template-columns: 1fr; }
  .idvtgx { grid-template-columns: 1fr; }
  .section { padding: 50px 0; }
  .xmrpd h2 { font-size: 1.5rem; }
  .search-bar { margin: 0 16px; }
}
@media (max-width: 480px) {
  .prav9 { grid-template-columns: 1fr; }
  .a6x8ka8 { flex-direction: column; gap: 16px; }
  .kgu3t3h { gap: 12px; }
  .rkdw8 { width: 130px; height: 56px; font-size: 0.82rem; }
}

/* ============ 动画 ============ */
.fade-in {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============ 懒加载占位 ============ */
.lazy-img {
  background: #1A1A35;
  transition: opacity 0.5s;
}
.lazy-img[data-src] { opacity: 0.6; }
.lazy-img.loaded { opacity: 1; }

/* ============ 甜心社区互动模块 ============ */
.community-interact-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.community-interact-card {
  background: linear-gradient(145deg, #1E1E3A, #161630);
  border-radius: 16px; padding: 32px 24px; text-align: center;
  border: 1px solid rgba(0,212,170,0.1);
  transition: transform 0.3s, border-color 0.3s;
}
.community-interact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,212,170,0.3);
}
.community-interact-card .ci-icon {
  width: 56px; height: 56px; margin: 0 auto 16px;
  background: linear-gradient(135deg, rgba(0,212,170,0.15), rgba(255,107,53,0.1));
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
}
.community-interact-card h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 8px; }
.community-interact-card p { font-size: 0.88rem; color: #9999BB; line-height: 1.7; }

/* ============ 荣誉资质模块 ============ */
.bhgk6a {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.1ee18io5 {
  background: linear-gradient(145deg, #1A1A35, #12122A);
  border-radius: 16px; padding: 28px; display: flex; gap: 18px;
  border: 1px solid rgba(255,215,0,0.1);
  transition: all 0.3s;
}
.1ee18io5:hover { border-color: rgba(255,215,0,0.3); transform: translateY(-3px); }
.honor-icon {
  flex-shrink: 0; width: 52px; height: 52px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.1ee18io5 h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 8px; }
.1ee18io5 p { font-size: 0.88rem; color: #9999BB; line-height: 1.7; }

/* ============ 用户评价 4列适配 ============ */
@media (min-width: 1025px) {
  .sakx04c7 { grid-template-columns: repeat(2, 1fr); }
}

/* ============ 社区互动响应式 ============ */
@media (max-width: 1024px) {
  .community-interact-grid { grid-template-columns: repeat(2, 1fr); }
  .bhgk6a { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .community-interact-grid { grid-template-columns: 1fr; }
}
