/* ============================================
   麻豆 - 原创样式表
   品牌：麻豆 | 域名：noitr.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;
}
.3ya7f5nj {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 68px;
}
.r6pn1 { display: flex; align-items: center; gap: 10px; }
.r6pn1 img { height: 42px; width: auto; }
.nmrvgqdk { 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; }

/* ============ 搜索框 ============ */
.xn8zibl {
  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;
}
.bti529tc {
  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%);
}
.76os650w {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 60px 20px; text-align: center;
}
.76os650w 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;
}
.76os650w h1 span { color: #00D4AA; -webkit-text-fill-color: #00D4AA; }
.76os650w p {
  font-size: 1.15rem; color: #C8C8DD; max-width: 700px; margin: 0 auto 30px;
  line-height: 1.8;
}
.bakbyh { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.bakbyh 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;
}
.qvnf02le {
  display: flex; justify-content: center; gap: 50px; margin-top: 40px;
}
.qvnf02le .stat { text-align: center; }
.qvnf02le .dsi126nw {
  font-size: 2rem; font-weight: 800; color: #FF6B35;
}
.qvnf02le .id997 { font-size: 0.85rem; color: #9999BB; margin-top: 4px; }

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

/* ============ 动漫视频卡片 ============ */
.8keadfy {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.byh2a5u {
  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);
}
.byh2a5u:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(255,107,53,0.15);
}
.9hk4bngo {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.9hk4bngo img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
}
.byh2a5u:hover .9hk4bngo img { transform: scale(1.06); }
.bm3hh {
  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;
}
.bm3hh::after {
  content: ''; width: 0; height: 0;
  border-left: 20px solid #fff; border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; margin-left: 4px;
}
.byh2a5u:hover .bm3hh { transform: translate(-50%, -50%) scale(1); }
.9hk4bngo .vhvwos {
  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;
}
.k5848amk { padding: 16px; }
.k5848amk 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;
}
.kcp30n {
  display: flex; align-items: center; gap: 14px; font-size: 0.82rem; color: #9999BB;
}
.kcp30n span { display: flex; align-items: center; gap: 4px; }
.n6w87k { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.n6w87k span {
  padding: 3px 10px; background: rgba(0,212,170,0.1); border-radius: 12px;
  font-size: 0.75rem; color: #00D4AA;
}

/* ============ 服务模块 ============ */
.n9jtyyc4 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.okalb {
  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;
}
.okalb:hover {
  transform: translateY(-4px);
  border-color: rgba(255,107,53,0.3);
}
.ha7jo {
  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;
}
.okalb h3 { font-size: 1.15rem; color: #E8E8F0; margin-bottom: 10px; }
.okalb p { font-size: 0.9rem; color: #9999BB; line-height: 1.7; }

/* ============ AI赋能 ============ */
.ai-section {
  position: relative; overflow: hidden;
}
.hnqxk {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.g1svu4 {
  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;
}
.g1svu4:hover { border-color: rgba(0,212,170,0.3); transform: translateY(-3px); }
.3usy7g71 {
  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;
}
.g1svu4 h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 8px; }
.g1svu4 p { font-size: 0.88rem; color: #9999BB; line-height: 1.7; }

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

/* ============ 合作品牌 ============ */
.s387dyd {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;
  padding: 20px 0;
}
.xnfqco {
  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;
}
.xnfqco:hover { border-color: rgba(255,107,53,0.3); color: #FF6B35; }

/* ============ 用户评价 ============ */
.ueu1vqh {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.wbo5s {
  background: #1E1E3A; border-radius: 16px; padding: 28px;
  border: 1px solid rgba(0,212,170,0.08);
  transition: all 0.3s;
}
.wbo5s:hover { border-color: rgba(0,212,170,0.25); }
.rwap8dz4 { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.63a3lb {
  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;
}
.n1u3ol { font-weight: 600; color: #E8E8F0; }
.cflvxjx { font-size: 0.8rem; color: #6B6B8D; }
.o9v5nva { color: #FF6B35; font-size: 0.9rem; margin-bottom: 10px; }
.uhbwdc7 { font-size: 0.92rem; color: #C8C8DD; line-height: 1.7; }

/* ============ FAQ ============ */
.jjjn6hz { max-width: 800px; margin: 0 auto; }
.d41fnolh {
  background: #1E1E3A; border-radius: 12px; margin-bottom: 12px;
  border: 1px solid rgba(255,107,53,0.08); overflow: hidden;
}
.m9ecmc9b {
  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;
}
.m9ecmc9b:hover { color: #FF6B35; }
.m9ecmc9b .zbosqn {
  width: 24px; height: 24px; display: flex; align-items: center;
  justify-content: center; transition: transform 0.3s;
  color: #FF6B35; font-size: 1.2rem;
}
.d41fnolh.active .m9ecmc9b .zbosqn { transform: rotate(180deg); }
.qlnotk {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.q36ljony {
  padding: 0 24px 20px; font-size: 0.92rem; color: #9999BB; line-height: 1.8;
}
.d41fnolh.active .qlnotk { max-height: 300px; }

/* ============ 联系我们 ============ */
.a531pb {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;
}
.2sat3 {
  background: #1E1E3A; border-radius: 16px; padding: 32px;
  border: 1px solid rgba(255,107,53,0.08);
}
.2sat3 h3 { font-size: 1.2rem; color: #FF6B35; margin-bottom: 20px; }
.qrdnwzk3 {
  display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start;
}
.qrdnwzk3 .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;
}
.qrdnwzk3 .text { font-size: 0.92rem; color: #C8C8DD; }
.qrdnwzk3 .label { font-size: 0.82rem; color: #6B6B8D; margin-bottom: 2px; }
.kadzyrfx { display: flex; gap: 24px; justify-content: center; }
.tgaby { text-align: center; }
.tgaby img { width: 140px; height: 140px; border-radius: 12px; margin-bottom: 8px; }
.tgaby p { font-size: 0.85rem; color: #9999BB; }

/* ============ 社交分享 ============ */
.gubblgt0 {
  display: flex; justify-content: center; gap: 16px; padding: 30px 0;
}
.rsujgs5 {
  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;
}
.rsujgs5:hover { transform: scale(1.15); }
.rsujgs5.wechat { background: #07C160; }
.rsujgs5.weibo { background: #E6162D; }
.rsujgs5.douyin { background: #161823; border: 1px solid #333; }
.rsujgs5.bilibili { background: #00A1D6; }
.rsujgs5.qq { background: #12B7F5; }

/* ============ Footer ============ */
.site-footer {
  background: #0A0A18; border-top: 1px solid rgba(255,107,53,0.1);
  padding: 50px 0 0;
}
.i283xz {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px;
}
.s2kr5bb .r6pn1 { margin-bottom: 16px; }
.s2kr5bb p { font-size: 0.88rem; color: #6B6B8D; line-height: 1.7; max-width: 320px; }
.0hl4qh h4 {
  font-size: 1rem; color: #E8E8F0; margin-bottom: 16px;
  padding-bottom: 8px; border-bottom: 2px solid #FF6B35;
  display: inline-block;
}
.0hl4qh a {
  display: block; padding: 4px 0; font-size: 0.88rem; color: #6B6B8D;
  transition: color 0.3s;
}
.0hl4qh a:hover { color: #FF6B35; }
.lohfb {
  border-top: 1px solid rgba(255,107,53,0.08);
  padding: 20px 0; text-align: center;
  font-size: 0.82rem; color: #4A4A6A;
}
.lohfb .q0jon7 { 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 指南 ============ */
.h35h7zrb { max-width: 800px; margin: 0 auto; }
.pghhf {
  display: flex; gap: 20px; margin-bottom: 28px; align-items: flex-start;
}
.rpydo {
  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;
}
.4e8c0 h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 6px; }
.4e8c0 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) {
  .8keadfy { grid-template-columns: repeat(2, 1fr); }
  .uiumj0 { grid-template-columns: repeat(2, 1fr); }
  .i283xz { grid-template-columns: repeat(2, 1fr); }
  .hnqxk { 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; }
  .76os650w h1 { font-size: 1.8rem; }
  .qvnf02le { gap: 24px; }
  .qvnf02le .dsi126nw { font-size: 1.4rem; }
  .8keadfy { grid-template-columns: 1fr; }
  .n9jtyyc4 { grid-template-columns: 1fr; }
  .uiumj0 { grid-template-columns: repeat(2, 1fr); }
  .ueu1vqh { grid-template-columns: 1fr; }
  .a531pb { grid-template-columns: 1fr; }
  .i283xz { grid-template-columns: 1fr; }
  .section { padding: 50px 0; }
  .qslrt h2 { font-size: 1.5rem; }
  .search-bar { margin: 0 16px; }
}
@media (max-width: 480px) {
  .uiumj0 { grid-template-columns: 1fr; }
  .qvnf02le { flex-direction: column; gap: 16px; }
  .s387dyd { gap: 12px; }
  .xnfqco { 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; }

/* ============ 荣誉资质模块 ============ */
.cr399zm6 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.r6dtsqty {
  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;
}
.r6dtsqty: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;
}
.r6dtsqty h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 8px; }
.r6dtsqty p { font-size: 0.88rem; color: #9999BB; line-height: 1.7; }

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

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