/* ============================================================
   91 修车改装 - 原创主题样式
   品牌色：#FF6B00（橙）/ #1A1A2E（深夜蓝）/ #E8E8E8（银）
   ============================================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', sans-serif;
  background: #0d0d1a;
  color: #e0e0e0;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: #FF6B00; text-decoration: none; transition: color .25s; }
a:hover { color: #ffaa55; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ---------- CSS Variables ---------- */
:root {
  --orange: #FF6B00;
  --orange-light: #FF8C35;
  --orange-dark: #CC5500;
  --dark: #0d0d1a;
  --dark2: #141428;
  --dark3: #1e1e38;
  --dark4: #252545;
  --silver: #c8c8d8;
  --silver-light: #e8e8f0;
  --white: #ffffff;
  --text: #d0d0e0;
  --text-muted: #8888aa;
  --border: rgba(255,107,0,0.2);
  --radius: 10px;
  --radius-lg: 18px;
  --shadow: 0 4px 24px rgba(0,0,0,0.5);
  --shadow-orange: 0 4px 24px rgba(255,107,0,0.25);
  --transition: all .3s ease;
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--dark2); }
::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 3px; }

/* ---------- Container ---------- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.container-sm { max-width: 960px; margin: 0 auto; padding: 0 20px; }

/* ---------- Announce Bar ---------- */
.0cz7tntr {
  background: linear-gradient(90deg, var(--orange-dark), var(--orange), var(--orange-dark));
  padding: 8px 0;
  overflow: hidden;
  position: relative;
}
.0cz7tntr .container { display: flex; align-items: center; gap: 12px; }
.cuh2wq67 {
  background: var(--dark);
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
.mt0ne {
  overflow: hidden;
  flex: 1;
}
.5hwrw0r3 {
  display: inline-block;
  white-space: nowrap;
  color: var(--dark);
  font-size: 13px;
  font-weight: 600;
  animation: scrollLeft 40s linear infinite;
}
@keyframes scrollLeft {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* ---------- Site Header ---------- */
.oofzp {
  background: rgba(13,13,26,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,0.6);
}
.zitr2e7f {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 68px;
}
.ng03xn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
.hbdl0n {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
}
.3bsdl9 {
  height: 36px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
}
.wgq26 {
  font-size: 20px;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.5px;
}
.wgq26 span { color: var(--orange); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}
.main-nav a {
  color: var(--silver);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: var(--transition);
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--orange);
  background: rgba(255,107,0,0.1);
}

.xxffm {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.xg6sp {
  color: var(--silver);
  font-size: 14px;
  padding: 6px 16px;
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: var(--transition);
}
.xg6sp:hover { color: var(--orange); border-color: var(--orange); }
.859hq4x {
  background: var(--orange);
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 6px;
  transition: var(--transition);
}
.859hq4x:hover { background: var(--orange-light); transform: translateY(-1px); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--silver);
  border-radius: 2px;
  transition: var(--transition);
}

/* ---------- Search Bar ---------- */
.sbfzptk {
  background: var(--dark2);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.i9an42 {
  display: flex;
  align-items: center;
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto;
  transition: border-color .3s;
}
.i9an42:focus-within { border-color: var(--orange); }
.i9an42 input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--silver-light);
  font-size: 14px;
  padding: 10px 16px;
}
.i9an42 input::placeholder { color: var(--text-muted); }
.i9an42 button {
  background: var(--orange);
  border: none;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  cursor: pointer;
  transition: background .25s;
}
.i9an42 button:hover { background: var(--orange-light); }
.gxq9d {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
.gxq9d span { color: var(--text-muted); }
.gxq9d a {
  color: var(--text-muted);
  background: var(--dark3);
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  transition: var(--transition);
}
.gxq9d a:hover { color: var(--orange); background: rgba(255,107,0,0.1); }

/* ---------- Hero / Banner ---------- */
.zy74t41 {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.zy74t41-bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/banner.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(0.45);
  z-index: 0;
}
.zy74t41-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,13,26,0.9) 0%, rgba(255,107,0,0.15) 60%, rgba(13,13,26,0.7) 100%);
  z-index: 1;
}
.zy74t41-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.zy74t41-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,107,0,0.15);
  border: 1px solid rgba(255,107,0,0.4);
  color: var(--orange);
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.zy74t41 h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 18px;
  letter-spacing: -1px;
}
.zy74t41 h1 .hl { color: var(--orange); }
.zy74t41-desc {
  font-size: 1.1rem;
  color: var(--silver);
  max-width: 580px;
  margin-bottom: 32px;
  line-height: 1.8;
}
.zy74t41-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: var(--orange);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 8px;
  transition: var(--transition);
  border: 2px solid var(--orange);
}
.btn-primary:hover {
  background: var(--orange-light);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-orange);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.35);
  transition: var(--transition);
}
.btn-outline:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
}
.zy74t41-stats {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.zy74t41-stat-item { text-align: left; }
.zy74t41-stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
}
.zy74t41-stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ---------- Section Common ---------- */
.section { padding: 72px 0; }
.m4c4woa5 { background: var(--dark2); }
.q1jxxi7 {
  text-align: center;
  margin-bottom: 48px;
}
.szf57m {
  display: inline-block;
  background: rgba(255,107,0,0.12);
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,107,0,0.3);
}
.v29xqd {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.25;
}
.v29xqd .hl { color: var(--orange); }
.bofx9f {
  color: var(--text-muted);
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ---------- Video Cards ---------- */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}
.video-card {
  background: var(--dark3);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: var(--transition);
  cursor: pointer;
}
.video-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
  box-shadow: var(--shadow-orange);
}
.video-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--dark4);
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.video-card:hover .video-thumb img { transform: scale(1.06); }
.video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  transition: opacity .3s;
}
.video-card:hover .video-play-btn { opacity: 1; }
.play-icon {
  width: 56px;
  height: 56px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(255,107,0,0.5);
  transition: transform .3s;
}
.video-card:hover .play-icon { transform: scale(1.1); }
.play-icon svg { width: 22px; height: 22px; fill: var(--white); margin-left: 3px; }
.video-duration {
  position: absolute;
  bottom: 8px;
  right: 10px;
  background: rgba(0,0,0,0.8);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
}
.video-tag-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--orange);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.video-info { padding: 14px 16px 16px; }
.video-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--silver-light);
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--text-muted);
}
.video-meta span { display: flex; align-items: center; gap: 4px; }
.video-meta svg { width: 13px; height: 13px; fill: currentColor; }
.video-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.video-tag {
  font-size: 11px;
  color: var(--orange);
  background: rgba(255,107,0,0.1);
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255,107,0,0.2);
}

/* ---------- Feature Modules ---------- */
.v2ru0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
}
.awjpz {
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.awjpz::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform .3s;
}
.awjpz:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: var(--shadow-orange); }
.awjpz:hover::before { transform: scaleX(1); }
.pbmv4j {
  width: 52px;
  height: 52px;
  background: rgba(255,107,0,0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 24px;
}
.i71d4kb7 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.b95q7e { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ---------- Expert Cards ---------- */
.q5hqj {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
}
.rys9kl8 {
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  text-align: center;
  transition: var(--transition);
}
.rys9kl8:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: var(--shadow-orange); }
.wrdbki1s {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 14px;
  border: 3px solid rgba(255,107,0,0.3);
}
.w2vcrb {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.vaoh8 {
  font-size: 13px;
  color: var(--orange);
  margin-bottom: 10px;
  font-weight: 600;
}
.tyc2rpg { font-size: 12px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.ilfemrh {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 14px;
}
.hsq0crn {
  font-size: 11px;
  background: rgba(255,107,0,0.1);
  color: var(--orange);
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255,107,0,0.2);
}
.l3o0mpx { display: flex; gap: 8px; justify-content: center; }
.btn-sm {
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 6px;
  font-weight: 600;
  transition: var(--transition);
}
.btn-sm-primary {
  background: var(--orange);
  color: var(--white);
}
.btn-sm-primary:hover { background: var(--orange-light); color: var(--white); }
.btn-sm-outline {
  border: 1px solid var(--border);
  color: var(--silver);
}
.btn-sm-outline:hover { border-color: var(--orange); color: var(--orange); }

/* ---------- Partner Logo Wall ---------- */
.qk0tf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.r5b48v2 {
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  padding: 18px;
  text-align: center;
  transition: var(--transition);
}
.r5b48v2:hover { border-color: var(--orange); transform: translateY(-3px); }
.q77eu {
  font-size: 15px;
  font-weight: 800;
  color: var(--silver);
  letter-spacing: 0.5px;
}
.onkjjoc { font-size: 11px; color: var(--text-muted); margin-top: 4px; }

/* ---------- Stats Bar ---------- */
.sqika8xd {
  background: linear-gradient(135deg, var(--dark3), var(--dark4));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.j9nace {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  text-align: center;
}
.bvkg0gn1 {}
.p1xq9 {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 6px;
}
.2lwpx { font-size: 13px; color: var(--text-muted); }

/* ---------- Review Cards ---------- */
.vb70dgv {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
}
.s1scnr {
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: var(--transition);
  position: relative;
}
.s1scnr:hover { border-color: var(--orange); box-shadow: var(--shadow-orange); }
.che3w9u {
  font-size: 36px;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.5;
}
.f87a4swi {
  font-size: 14px;
  color: var(--silver);
  line-height: 1.8;
  margin-bottom: 16px;
}
.mnmp94z { display: flex; align-items: center; gap: 12px; }
.6x7l6xci {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  flex-shrink: 0;
}
.1foarpm6 { font-size: 14px; font-weight: 700; color: var(--white); }
.4mgaf { font-size: 12px; color: var(--text-muted); }
.xlzjp { display: flex; gap: 2px; margin-top: 3px; }
.star { color: #FFD700; font-size: 12px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .3s;
}
.faq-item:hover { border-color: var(--border); }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--silver-light);
  gap: 12px;
}
.faq-q:hover { color: var(--orange); }
.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,107,0,0.1);
  border: 1px solid rgba(255,107,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--orange);
  flex-shrink: 0;
  transition: transform .3s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 22px 18px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
  border-top: 1px solid rgba(255,255,255,0.04);
  padding-top: 14px;
}
.faq-item.open .faq-a { display: block; }

/* ---------- How To Steps ---------- */
.howto-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  counter-reset: step;
}
.7n1k7 {
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  text-align: center;
  position: relative;
  transition: var(--transition);
}
.7n1k7:hover { border-color: var(--orange); transform: translateY(-4px); }
.o8px4g {
  width: 48px;
  height: 48px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: var(--white);
  margin: 0 auto 14px;
}
.o1ils4 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.6r8fv { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ---------- Contact Section ---------- */
.me2f6b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.l0myy {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.l0myy h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.mcx0l {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
}
.d42bu { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.07sy39 { color: var(--text-muted); font-size: 12px; }
.bjbxyexy { color: var(--silver-light); font-weight: 500; }
.hdoio {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.peqp56 { text-align: center; }
.peqp56 img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 2px solid var(--border);
}
.igmlcddc { font-size: 12px; color: var(--text-muted); margin-top: 6px; }

/* ---------- CTA Banner ---------- */
.ewb9g1qi {
  background: linear-gradient(135deg, var(--orange-dark) 0%, var(--orange) 50%, var(--orange-dark) 100%);
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ewb9g1qi::before {
  content: '国产主播';
  position: absolute;
  font-size: 300px;
  font-weight: 900;
  color: rgba(255,255,255,0.04);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ewb9g1qi h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
}
.ewb9g1qi p { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 28px; }
.npjkv36 { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-white {
  background: var(--white);
  color: var(--orange);
  font-size: 15px;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 8px;
  transition: var(--transition);
}
.btn-white:hover { background: var(--silver-light); color: var(--orange-dark); transform: translateY(-2px); }
.btn-dark {
  background: rgba(0,0,0,0.3);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.4);
  transition: var(--transition);
}
.btn-dark:hover { background: rgba(0,0,0,0.5); color: var(--white); transform: translateY(-2px); }

/* ---------- Share Bar ---------- */
.x6cupmr0 {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  padding: 16px 0;
}
.hfkdig4c {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.0ctkk8vy { font-size: 13px; color: var(--text-muted); }
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  transition: var(--transition);
  cursor: pointer;
}
.04u8t0sq { background: rgba(9,187,7,0.1); color: #09BB07; border: 1px solid rgba(9,187,7,0.3); }
.04u8t0sq:hover { background: rgba(9,187,7,0.2); }
.qvjnhii { background: rgba(230,22,45,0.1); color: #E6162D; border: 1px solid rgba(230,22,45,0.3); }
.qvjnhii:hover { background: rgba(230,22,45,0.2); }
.w7euj32 { background: rgba(255,255,255,0.05); color: var(--white); border: 1px solid rgba(255,255,255,0.15); }
.w7euj32:hover { background: rgba(255,255,255,0.1); }
.20s8c { background: rgba(0,161,214,0.1); color: #00A1D6; border: 1px solid rgba(0,161,214,0.3); }
.20s8c:hover { background: rgba(0,161,214,0.2); }

/* ---------- Site Footer ---------- */
.dyjy8uuf {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}
.ynjnns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.bmf0yrt {}
.k9w75f2z {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.k9w75f2z img { height: 32px; width: auto; }
.k9w75f2z-text {
  font-size: 18px;
  font-weight: 900;
  color: var(--white);
}
.k9w75f2z-text span { color: var(--orange); }
.848n6z9f {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.um74ksl { font-size: 12px; color: var(--text-muted); line-height: 2; }
.um74ksl a { color: var(--text-muted); }
.um74ksl a:hover { color: var(--orange); }
.l7gxj {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.0vz5elit { display: flex; flex-direction: column; gap: 8px; }
.0vz5elit a {
  font-size: 13px;
  color: var(--text-muted);
  transition: color .25s;
}
.0vz5elit a:hover { color: var(--orange); }
.xj07552 {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.uksbsf4 { font-size: 12px; color: var(--text-muted); }
.uksbsf4 a { color: var(--text-muted); }
.uksbsf4 a:hover { color: var(--orange); }
.plb47 {
  font-size: 12px;
  color: var(--text-muted);
  background: rgba(255,107,0,0.08);
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255,107,0,0.15);
}
.i2jy2 { font-size: 11px; color: var(--text-muted); }
.i2jy2 a { color: var(--text-muted); }

/* ---------- Breadcrumb ---------- */
.vqyt9 {
  background: var(--dark2);
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb .sep { color: var(--text-muted); font-size: 11px; }
.breadcrumb .current { color: var(--orange); }

/* ---------- Tag Cloud ---------- */
.sgm7mrj-section { padding: 32px 0; }
.sgm7mrj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.sgm7mrj a {
  font-size: 13px;
  color: var(--text-muted);
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 5px 14px;
  border-radius: 20px;
  transition: var(--transition);
}
.sgm7mrj a:hover {
  color: var(--orange);
  border-color: var(--orange);
  background: rgba(255,107,0,0.08);
}

/* ---------- AI Section ---------- */
.p50esy {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}
.10kz7gwj {
  background: linear-gradient(135deg, var(--dark3), var(--dark4));
  border: 1px solid rgba(255,107,0,0.15);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.10kz7gwj::after {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 100px; height: 100px;
  background: radial-gradient(circle, rgba(255,107,0,0.15), transparent);
  border-radius: 50%;
}
.10kz7gwj:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: var(--shadow-orange); }
.llk7pd4k { font-size: 32px; margin-bottom: 14px; }
.y2tp8rtv { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.1maedh9 { font-size: 13px; color: var(--text-muted); line-height: 1.7; }
.ooxhgq1x {
  display: inline-block;
  background: rgba(255,107,0,0.12);
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid rgba(255,107,0,0.25);
  letter-spacing: 0.5px;
}

/* ---------- Community Section ---------- */
.ja5zsc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.fvvldu {
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  text-align: center;
  transition: var(--transition);
}
.fvvldu:hover { border-color: var(--orange); transform: translateY(-4px); }
.6vsg7 { font-size: 36px; margin-bottom: 12px; }
.urms2fb { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.8y1p28p8 { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; }
.qkuhxbfj { font-size: 12px; color: var(--orange); font-weight: 600; }

/* ---------- Video Player Modal ---------- */
.lyhjxd {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lyhjxd.active { display: flex; }
.jwyy4a89 {
  background: var(--dark2);
  border-radius: var(--radius-lg);
  width: 90%;
  max-width: 900px;
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
.obsvaq {
  position: absolute;
  top: 12px; right: 14px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: var(--white);
  font-size: 20px;
  width: 32px; height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s;
}
.obsvaq:hover { background: var(--orange); }
.sp6xd {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
}
.sp6xd video,
.sp6xd iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.ao8rvne { padding: 16px 20px; }
.4bkbkf { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.8ey3mske { font-size: 13px; color: var(--text-muted); }

/* ---------- Page Hero (inner pages) ---------- */
.pguz3e89 {
  background: linear-gradient(135deg, var(--dark2), var(--dark3));
  border-bottom: 1px solid var(--border);
  padding: 48px 0;
  text-align: center;
}
.pguz3e89 h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 10px;
}
.pguz3e89 h1 span { color: var(--orange); }
.pguz3e89 p { font-size: 15px; color: var(--text-muted); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .ynjnns { grid-template-columns: 1fr 1fr; }
  .me2f6b { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .main-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--dark); flex-direction: column; padding: 16px; border-bottom: 1px solid var(--border); z-index: 999; gap: 4px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 16px; font-size: 15px; }
  .hamburger { display: flex; }
  .zy74t41 { min-height: 420px; }
  .zy74t41-stats { gap: 24px; }
  .ynjnns { grid-template-columns: 1fr; gap: 28px; }
  .xj07552 { flex-direction: column; text-align: center; }
  .video-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
  .howto-steps { grid-template-columns: 1fr 1fr; }
  .section { padding: 48px 0; }
  .xg6sp { display: none; }
}

@media (max-width: 480px) {
  .zy74t41 h1 { font-size: 1.9rem; }
  .zy74t41-btns { flex-direction: column; }
  .btn-primary, .btn-outline { text-align: center; }
  .video-grid { grid-template-columns: 1fr; }
  .howto-steps { grid-template-columns: 1fr; }
  .j9nace { grid-template-columns: 1fr 1fr; }
  .vb70dgv { grid-template-columns: 1fr; }
  .q5hqj { grid-template-columns: 1fr 1fr; }
  .v2ru0 { grid-template-columns: 1fr; }
}

/* ---------- Utility ---------- */
.text-orange { color: var(--orange); }
.text-muted { color: var(--text-muted); }
.text-white { color: var(--white); }
.text-center { text-align: center; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-24 { margin-bottom: 24px; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.gap-12 { gap: 12px; }
.bq89a { text-align: center; margin-top: 36px; }
.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--orange);
  border: 1px solid var(--orange);
  padding: 10px 28px;
  border-radius: 8px;
  transition: var(--transition);
}
.btn-view-all:hover { background: var(--orange); color: var(--white); }

/* ---------- Lazy Load ---------- */
img[data-src] { opacity: 0; transition: opacity .4s; }
img.loaded { opacity: 1; }
