/* ============================================
   萝莉岛 - 原创样式表
   品牌：萝莉岛
   域名：lz847433.cn
   配色方案：深紫黑 + 暖橙 + 青绿
   ============================================ */

/* === CSS变量定义 === */
:root {
  --primary: #1A0A2E;
  --secondary: #FF6B35;
  --accent: #00D4AA;
  --bg-dark: #0D0D1A;
  --bg-card: #1E1E3A;
  --text-light: #E8E8F0;
  --text-muted: #9A9AB0;
  --text-white: #FFFFFF;
  --border-color: #2A2A4A;
  --gradient-main: linear-gradient(135deg, #1A0A2E 0%, #0D0D1A 100%);
  --gradient-accent: linear-gradient(135deg, #FF6B35 0%, #FF8F5E 100%);
  --gradient-teal: linear-gradient(135deg, #00D4AA 0%, #00E8C0 100%);
  --shadow-card: 0 8px 32px rgba(0,0,0,0.3);
  --shadow-hover: 0 12px 48px rgba(255,107,53,0.2);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1280px;
}

/* === 全局重置 === */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--secondary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* === 顶部导航 === */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(13, 13, 26, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}

.site-header.scrolled {
  background: rgba(13, 13, 26, 0.98);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.voqmq {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.mphrj {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.mphrj img {
  height: 40px;
  width: auto;
}

.mphrj .hor2lb7z {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  white-space: nowrap;
}

.mphrj .hor2lb7z span {
  color: var(--secondary);
}

/* 导航菜单 */
.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  color: var(--text-light);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--secondary);
  background: rgba(255, 107, 53, 0.1);
}

/* 搜索框 */
.search-bar {
  background: rgba(30, 30, 58, 0.8);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 600px;
  margin: 12px auto 0;
  transition: var(--transition);
}

.search-bar:focus-within {
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
}

.search-bar input {
  background: transparent;
  border: none;
  color: var(--text-light);
  padding: 10px 18px;
  font-size: 14px;
  width: 100%;
  outline: none;
}

.search-bar input::placeholder {
  color: var(--text-muted);
}

.search-bar button {
  background: var(--gradient-accent);
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: var(--transition);
}

.search-bar button:hover {
  opacity: 0.9;
}

.5ddmg9m {
  background: var(--primary);
  padding: 10px 0;
  margin-top: 68px;
}

/* 移动端菜单按钮 */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
}

/* === Hero Banner === */
.q6n3qzr2 {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--primary);
}

.vuv7o7o9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.eq0p82nw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13,13,26,0.3) 0%, rgba(13,13,26,0.85) 100%);
}

.ovsw632m {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px;
  max-width: 800px;
}

.ovsw632m h1 {
  font-size: 38px;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 16px;
  line-height: 1.3;
}

.ovsw632m h1 span {
  color: var(--secondary);
}

.ovsw632m p {
  font-size: 17px;
  color: var(--text-muted);
  margin-bottom: 30px;
  line-height: 1.8;
}

.uz77y {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* === 按钮样式 === */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-decoration: none;
}

.btn-primary {
  background: var(--gradient-accent);
  color: var(--secondary);
  background: var(--secondary);
  color: #fff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.4);
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}

.btn-outline:hover {
  background: var(--accent);
  color: var(--bg-dark);
  transform: translateY(-2px);
}

/* === 通用板块样式 === */
.section {
  padding: 70px 0;
}

.uufwwzaq {
  background: var(--primary);
}

.lkodhv0 {
  text-align: center;
  margin-bottom: 48px;
}

.lkodhv0 h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 12px;
}

.lkodhv0 h2 span {
  color: var(--secondary);
}

.lkodhv0 p {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.x90tj {
  display: inline-block;
  background: rgba(255, 107, 53, 0.12);
  color: var(--secondary);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

/* === 视频卡片网格 === */
.x55qnu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.video-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--secondary);
}

.video-thumb {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.video-card:hover .video-thumb img {
  transform: scale(1.05);
}

.d0jho5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(255, 107, 53, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
  z-index: 2;
}

.d0jho5::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.video-card:hover .d0jho5 {
  opacity: 1;
}

.mfokc {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  z-index: 2;
}

.qw9jjg {
  padding: 16px;
}

.qw9jjg h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 8px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.g5llp {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: var(--text-muted);
}

.g5llp span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.olb6lk {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.olb6lk span {
  background: rgba(0, 212, 170, 0.1);
  color: var(--accent);
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 12px;
}

/* === 特色模块网格 === */
.54xkov4l {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.h3mnp85s {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
  transition: var(--transition);
}

.h3mnp85s:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 32px rgba(0, 212, 170, 0.15);
}

.4sehitg {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 28px;
  background: rgba(255, 107, 53, 0.12);
  color: var(--secondary);
}

.h3mnp85s h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 10px;
}

.h3mnp85s p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* === 专家展示 === */
.zwhz0th2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.liuu9 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
}

.liuu9:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.v1cap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--secondary);
}

.liuu9 h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 4px;
}

.liuu9 .bopdf {
  font-size: 13px;
  color: var(--secondary);
  margin-bottom: 10px;
}

.liuu9 p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

.poyh1c7b {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.poyh1c7b a {
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  color: var(--text-light);
  transition: var(--transition);
}

.poyh1c7b a:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

/* === 合作品牌Logo墙 === */
.jm4nqi {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.g4zxnm {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 70px;
  transition: var(--transition);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-muted);
}

.g4zxnm:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: scale(1.05);
}

/* === FAQ模块 === */
.wbrsq {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item:hover {
  border-color: var(--secondary);
}

.faq-question {
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-question::after {
  content: '+';
  font-size: 20px;
  color: var(--secondary);
  transition: var(--transition);
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.3kxfe5p {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .3kxfe5p {
  padding: 0 24px 18px;
  max-height: 300px;
}

.3kxfe5p p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* === 用户评论 === */
.l3vsgv9 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.r4can2 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
}

.r4can2:hover {
  border-color: var(--accent);
}

.327ghhy6 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.rixwj6n {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.44pyq {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-white);
}

.yo8ioqxr {
  font-size: 12px;
  color: var(--text-muted);
}

.f4jtjbm {
  color: var(--secondary);
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.r4can2 p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* === 联系我们 === */
.k7jl8q1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.shgski {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
}

.shgski h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 12px;
}

.shgski p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

.shgski img {
  max-width: 160px;
  margin: 12px auto 0;
  border-radius: var(--radius-sm);
}

/* === 社交分享 === */
.4xwobv {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-light);
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: var(--transition);
}

.share-btn:hover {
  border-color: var(--secondary);
  color: var(--secondary);
  transform: translateY(-2px);
}

/* === 页脚 === */
.site-footer {
  background: var(--primary);
  border-top: 1px solid var(--border-color);
  padding: 50px 0 0;
}

.xtlsxx2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.mrcde0hx .1fdmh {
  height: 36px;
  margin-bottom: 14px;
}

.mrcde0hx p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.efdd7x1 h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 16px;
}

.efdd7x1 a {
  display: block;
  font-size: 13px;
  color: var(--text-muted);
  padding: 4px 0;
  transition: var(--transition);
}

.efdd7x1 a:hover {
  color: var(--secondary);
  padding-left: 6px;
}

.06fkl52 {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.06fkl52 img {
  width: 100px;
  border-radius: var(--radius-sm);
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
}

.footer-bottom a {
  color: var(--text-muted);
}

.footer-bottom a:hover {
  color: var(--secondary);
}

/* === 面包屑 === */
.v66nu {
  padding: 14px 0;
  font-size: 13px;
  color: var(--text-muted);
}

.v66nu a {
  color: var(--text-muted);
}

.v66nu a:hover {
  color: var(--secondary);
}

.v66nu span {
  margin: 0 8px;
  color: var(--border-color);
}

/* === 内页Banner === */
.ekv2e7 {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--primary);
}

.ekv2e7 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.ekv2e7 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13,13,26,0.4) 0%, rgba(13,13,26,0.9) 100%);
}

.ekv2e7-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ekv2e7-content h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 8px;
}

.ekv2e7-content p {
  font-size: 15px;
  color: var(--text-muted);
}

/* === How-To指南 === */
.8th49 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  counter-reset: step;
}

.hd0vgj4 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 28px 22px;
  position: relative;
  transition: var(--transition);
  counter-increment: step;
}

.hd0vgj4:hover {
  border-color: var(--secondary);
}

.hd0vgj4::before {
  content: counter(step);
  position: absolute;
  top: -14px;
  left: 22px;
  width: 32px;
  height: 32px;
  background: var(--secondary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.hd0vgj4 h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 8px;
  margin-top: 6px;
}

.hd0vgj4 p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* === 社区美图展示 === */
.2023z3it {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.eddgebm4 {
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.eddgebm4 img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: var(--transition);
}

.eddgebm4:hover img {
  transform: scale(1.08);
}

.7jdaw7c {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 12px 12px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: 13px;
  opacity: 0;
  transition: var(--transition);
}

.eddgebm4:hover .7jdaw7c {
  opacity: 1;
}

/* === 数据统计条 === */
.leydm2ut {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0;
}

.eaznd {
  text-align: center;
}

.stat-num {
  font-size: 36px;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1.2;
}

.fr7l9 {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 6px;
}

/* === 内容列表 === */
.89xt6b3n {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fbb3fbcm {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.fbb3fbcm:hover {
  border-color: var(--secondary);
  transform: translateX(4px);
}

.fbb3fbcm-img {
  width: 240px;
  min-height: 160px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.fbb3fbcm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fbb3fbcm-body {
  padding: 20px;
  flex: 1;
}

.fbb3fbcm-body h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 8px;
}

.fbb3fbcm-body p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 12px;
}

/* === 懒加载占位 === */
.lazy-load {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy-load.loaded {
  opacity: 1;
}

/* === 回到顶部 === */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: var(--secondary);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.4);
}

/* === 响应式设计 === */
@media (max-width: 1024px) {
  .xtlsxx2 {
    grid-template-columns: 1fr 1fr;
  }
  .leydm2ut {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mobile-menu-btn {
    display: block;
  }
  
  .main-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: rgba(13, 13, 26, 0.98);
    flex-direction: column;
    padding: 16px;
    border-top: 1px solid var(--border-color);
  }
  
  .main-nav.open {
    display: flex;
  }
  
  .main-nav a {
    padding: 12px 16px;
    width: 100%;
  }
  
  .ovsw632m h1 {
    font-size: 26px;
  }
  
  .lkodhv0 h2 {
    font-size: 24px;
  }
  
  .x55qnu {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  
  .xtlsxx2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .fbb3fbcm {
    flex-direction: column;
  }
  
  .fbb3fbcm-img {
    width: 100%;
    min-height: 180px;
  }
  
  .ekv2e7 {
    height: 200px;
  }
  
  .ekv2e7-content h1 {
    font-size: 24px;
  }
  
  .leydm2ut {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .stat-num {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .ovsw632m h1 {
    font-size: 22px;
  }
  
  .uz77y {
    flex-direction: column;
    align-items: center;
  }
  
  .x55qnu {
    grid-template-columns: 1fr;
  }
  
  .54xkov4l {
    grid-template-columns: 1fr;
  }
  
  .zwhz0th2 {
    grid-template-columns: 1fr;
  }
  
  .l3vsgv9 {
    grid-template-columns: 1fr;
  }
  
  .2023z3it {
    grid-template-columns: repeat(2, 1fr);
  }
}
