/* ============================================================
   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 ---------- */
.o378l {
  background: linear-gradient(90deg, var(--orange-dark), var(--orange), var(--orange-dark));
  padding: 8px 0;
  overflow: hidden;
  position: relative;
}
.o378l .container { display: flex; align-items: center; gap: 12px; }
.c7or78 {
  background: var(--dark);
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
.7xup6b6l {
  overflow: hidden;
  flex: 1;
}
.gog3bj1a {
  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 ---------- */
.ybn2od {
  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);
}
.jf8d4 {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 68px;
}
.q8cnqujx {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
.5elwouaj {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
}
.4wqvg2 {
  height: 36px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
}
.i1zrtxz {
  font-size: 20px;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.5px;
}
.i1zrtxz 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);
}

.jl1jbb7 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nva4fl {
  color: var(--silver);
  font-size: 14px;
  padding: 6px 16px;
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: var(--transition);
}
.nva4fl:hover { color: var(--orange); border-color: var(--orange); }
.yget1zgm {
  background: var(--orange);
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 6px;
  transition: var(--transition);
}
.yget1zgm: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 ---------- */
.09vfbw5 {
  background: var(--dark2);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.w2oc2w {
  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;
}
.w2oc2w:focus-within { border-color: var(--orange); }
.w2oc2w input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--silver-light);
  font-size: 14px;
  padding: 10px 16px;
}
.w2oc2w input::placeholder { color: var(--text-muted); }
.w2oc2w button {
  background: var(--orange);
  border: none;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  cursor: pointer;
  transition: background .25s;
}
.w2oc2w button:hover { background: var(--orange-light); }
.m471nzbe {
  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;
}
.m471nzbe span { color: var(--text-muted); }
.m471nzbe a {
  color: var(--text-muted);
  background: var(--dark3);
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  transition: var(--transition);
}
.m471nzbe a:hover { color: var(--orange); background: rgba(255,107,0,0.1); }

/* ---------- Hero / Banner ---------- */
.o6cm1to {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.o6cm1to-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;
}
.o6cm1to-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;
}
.o6cm1to-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.o6cm1to-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;
}
.o6cm1to 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;
}
.o6cm1to h1 .hl { color: var(--orange); }
.o6cm1to-desc {
  font-size: 1.1rem;
  color: var(--silver);
  max-width: 580px;
  margin-bottom: 32px;
  line-height: 1.8;
}
.o6cm1to-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);
}
.o6cm1to-stats {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.o6cm1to-stat-item { text-align: left; }
.o6cm1to-stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
}
.o6cm1to-stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ---------- Section Common ---------- */
.section { padding: 72px 0; }
.0hq23dn { background: var(--dark2); }
.r8vwm {
  text-align: center;
  margin-bottom: 48px;
}
.zq2evo6 {
  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);
}
.cc2k9 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.25;
}
.cc2k9 .hl { color: var(--orange); }
.h0qha {
  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 ---------- */
.8o5c5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
}
.n3wtk {
  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;
}
.n3wtk::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform .3s;
}
.n3wtk:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: var(--shadow-orange); }
.n3wtk:hover::before { transform: scaleX(1); }
.qlbi72k {
  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;
}
.xc3nijx {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.uf2m7 { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ---------- Expert Cards ---------- */
.89w2v0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
}
.rlvxo {
  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);
}
.rlvxo:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: var(--shadow-orange); }
.3437gv5 {
  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);
}
.6esz0 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.x85ad {
  font-size: 13px;
  color: var(--orange);
  margin-bottom: 10px;
  font-weight: 600;
}
.9s5gyedi { font-size: 12px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.dpxaqu0 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 14px;
}
.3kfk6 {
  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);
}
.8wkp457 { 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 ---------- */
.jsp4k {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.izpqtd {
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  padding: 18px;
  text-align: center;
  transition: var(--transition);
}
.izpqtd:hover { border-color: var(--orange); transform: translateY(-3px); }
.blpiqp {
  font-size: 15px;
  font-weight: 800;
  color: var(--silver);
  letter-spacing: 0.5px;
}
.w09o02 { font-size: 11px; color: var(--text-muted); margin-top: 4px; }

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

/* ---------- Review Cards ---------- */
.ec2zin {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
}
.qhiksj51 {
  background: var(--dark3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: var(--transition);
  position: relative;
}
.qhiksj51:hover { border-color: var(--orange); box-shadow: var(--shadow-orange); }
.1cylg8 {
  font-size: 36px;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.5;
}
.3qpsgrs {
  font-size: 14px;
  color: var(--silver);
  line-height: 1.8;
  margin-bottom: 16px;
}
.s6pnph { display: flex; align-items: center; gap: 12px; }
.d4p3m {
  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;
}
.gart92g { font-size: 14px; font-weight: 700; color: var(--white); }
.31sis { font-size: 12px; color: var(--text-muted); }
.ghlzlw2y { 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;
}
.8v986 {
  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);
}
.8v986:hover { border-color: var(--orange); transform: translateY(-4px); }
.sfhq8l {
  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;
}
.3auuqei { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.g3ygtlh { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ---------- Contact Section ---------- */
.8z6hhs7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.abjmwq17 {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.abjmwq17 h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.pnz31un9 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
}
.h8pez { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.niw3xu0 { color: var(--text-muted); font-size: 12px; }
.vylqcy { color: var(--silver-light); font-weight: 500; }
.1yi1of {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.shbhw { text-align: center; }
.shbhw img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 2px solid var(--border);
}
.cnnffl5 { font-size: 12px; color: var(--text-muted); margin-top: 6px; }

/* ---------- CTA Banner ---------- */
.8i4zflc {
  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;
}
.8i4zflc::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;
}
.8i4zflc h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
}
.8i4zflc p { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 28px; }
.7k20vg { 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 ---------- */
.e82xeowr {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  padding: 16px 0;
}
.fvjds {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.0gx57wl { 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;
}
.79yz5nm { background: rgba(9,187,7,0.1); color: #09BB07; border: 1px solid rgba(9,187,7,0.3); }
.79yz5nm:hover { background: rgba(9,187,7,0.2); }
.bqg3i4 { background: rgba(230,22,45,0.1); color: #E6162D; border: 1px solid rgba(230,22,45,0.3); }
.bqg3i4:hover { background: rgba(230,22,45,0.2); }
.zv71wr { background: rgba(255,255,255,0.05); color: var(--white); border: 1px solid rgba(255,255,255,0.15); }
.zv71wr:hover { background: rgba(255,255,255,0.1); }
.cq6ge { background: rgba(0,161,214,0.1); color: #00A1D6; border: 1px solid rgba(0,161,214,0.3); }
.cq6ge:hover { background: rgba(0,161,214,0.2); }

/* ---------- Site Footer ---------- */
.cy8cg {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}
.ht34i3 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.xll6b {}
.ox8ij1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.ox8ij1 img { height: 32px; width: auto; }
.ox8ij1-text {
  font-size: 18px;
  font-weight: 900;
  color: var(--white);
}
.ox8ij1-text span { color: var(--orange); }
.wto8dn8 {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.upbez9 { font-size: 12px; color: var(--text-muted); line-height: 2; }
.upbez9 a { color: var(--text-muted); }
.upbez9 a:hover { color: var(--orange); }
.7mib6ob7 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.27cv7e { display: flex; flex-direction: column; gap: 8px; }
.27cv7e a {
  font-size: 13px;
  color: var(--text-muted);
  transition: color .25s;
}
.27cv7e a:hover { color: var(--orange); }
.4g9gg {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.8sh88 { font-size: 12px; color: var(--text-muted); }
.8sh88 a { color: var(--text-muted); }
.8sh88 a:hover { color: var(--orange); }
.624m6 {
  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);
}
.1yw9c { font-size: 11px; color: var(--text-muted); }
.1yw9c a { color: var(--text-muted); }

/* ---------- Breadcrumb ---------- */
.7qkjghpy {
  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 ---------- */
.c6lzqm7-section { padding: 32px 0; }
.c6lzqm7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.c6lzqm7 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);
}
.c6lzqm7 a:hover {
  color: var(--orange);
  border-color: var(--orange);
  background: rgba(255,107,0,0.08);
}

/* ---------- AI Section ---------- */
.paznwg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}
.ukyrhh9 {
  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);
}
.ukyrhh9::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%;
}
.ukyrhh9:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: var(--shadow-orange); }
.pi8v59 { font-size: 32px; margin-bottom: 14px; }
.vc2ghygo { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.h0eg8d { font-size: 13px; color: var(--text-muted); line-height: 1.7; }
.ix2cv {
  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 ---------- */
.0dhf0mv {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.jw7uf1mo {
  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);
}
.jw7uf1mo:hover { border-color: var(--orange); transform: translateY(-4px); }
.rdcsct { font-size: 36px; margin-bottom: 12px; }
.ijak7 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.dqz1yfc { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; }
.zn0slp { font-size: 12px; color: var(--orange); font-weight: 600; }

/* ---------- Video Player Modal ---------- */
.yxraa5hy {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.yxraa5hy.active { display: flex; }
.ffbwqi {
  background: var(--dark2);
  border-radius: var(--radius-lg);
  width: 90%;
  max-width: 900px;
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
.7vs1d {
  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;
}
.7vs1d:hover { background: var(--orange); }
.6nh7i5 {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
}
.6nh7i5 video,
.6nh7i5 iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.nb4bgrfr { padding: 16px 20px; }
.rk5eu { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.zhueq { font-size: 13px; color: var(--text-muted); }

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

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .ht34i3 { grid-template-columns: 1fr 1fr; }
  .8z6hhs7 { 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; }
  .o6cm1to { min-height: 420px; }
  .o6cm1to-stats { gap: 24px; }
  .ht34i3 { grid-template-columns: 1fr; gap: 28px; }
  .4g9gg { 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; }
  .nva4fl { display: none; }
}

@media (max-width: 480px) {
  .o6cm1to h1 { font-size: 1.9rem; }
  .o6cm1to-btns { flex-direction: column; }
  .btn-primary, .btn-outline { text-align: center; }
  .video-grid { grid-template-columns: 1fr; }
  .howto-steps { grid-template-columns: 1fr; }
  .umrofeq { grid-template-columns: 1fr 1fr; }
  .ec2zin { grid-template-columns: 1fr; }
  .89w2v0 { grid-template-columns: 1fr 1fr; }
  .8o5c5 { 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; }
.kayl0ya { 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; }
