/* ============================================
   抖阴 - 原创样式表
   品牌：抖阴 | 域名：wfchat.cn
   配色方案：糖心粉 + 深夜蓝黑
   ============================================ */

/* CSS Variables */
:root {
  --q6keq: #FF6B9D;
  --oyts3l: #C44569;
  --tzts7ly: #F8B500;
  --qf6ejtr: #0D0D1A;
  --xcurof6: #1A1A2E;
  --va1d3s: #242445;
  --feic90: #FFFFFF;
  --wtak6gm8: #B8B8CC;
  --ir1fa3: #7A7A99;
  --ssu94b: #2A2A4A;
  --ev5p6: linear-gradient(135deg, #FF6B9D, #C44569);
  --wd0zc3: linear-gradient(135deg, #F8B500, #E09200);
  --zzdxtkk0: linear-gradient(180deg, #0D0D1A, #1A1A2E);
  --mcy4j: 0 4px 20px rgba(255, 107, 157, 0.15);
  --fpt84jc9: 0 8px 40px rgba(255, 107, 157, 0.2);
  --lb8f8gao: 12px;
  --dcv8t4mz: 8px;
  --gekm9un2: 20px;
  --k9slqm: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --l9eb2f0: 1280px;
}

/* 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 SC', sans-serif;
  background-color: var(--qf6ejtr);
  color: var(--feic90);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

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

ul, ol {
  list-style: none;
}

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

/* ============================================
   Header & Navigation
   ============================================ */
.ucn6059y {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 13, 26, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--ssu94b);
  transition: var(--k9slqm);
}

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

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

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

.kr5klqt {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--ev5p6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.jetfy {
  display: flex;
  align-items: center;
  gap: 6px;
}

.jetfy a {
  color: var(--wtak6gm8);
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: var(--dcv8t4mz);
  transition: var(--k9slqm);
  white-space: nowrap;
}

.jetfy a:hover,
.jetfy a.active {
  color: var(--feic90);
  background: rgba(255, 107, 157, 0.12);
}

.jetfy a.active {
  color: var(--q6keq);
}

/* Mobile Menu Toggle */
.hd1u8gn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}

.hd1u8gn span {
  width: 24px;
  height: 2px;
  background: var(--feic90);
  transition: var(--k9slqm);
  border-radius: 2px;
}

/* ============================================
   Search Bar
   ============================================ */
.uv1ve970 {
  background: var(--xcurof6);
  border-bottom: 1px solid var(--ssu94b);
  padding: 12px 0;
  margin-top: 68px;
}

.patbu42 {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.zx3xp {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 2px solid var(--ssu94b);
  border-radius: 50px;
  background: var(--qf6ejtr);
  color: var(--feic90);
  font-size: 0.95rem;
  outline: none;
  transition: var(--k9slqm);
}

.zx3xp:focus {
  border-color: var(--q6keq);
  box-shadow: 0 0 0 3px rgba(255, 107, 157, 0.15);
}

.zx3xp::placeholder {
  color: var(--ir1fa3);
}

.kn3upn {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--ev5p6);
  border: none;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--k9slqm);
}

.kn3upn:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: var(--mcy4j);
}

/* ============================================
   Hero Section
   ============================================ */
.c57m5o {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--qf6ejtr);
}

.pczo9b5 {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pczo9b5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.j6oz6sm {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,26,0.3) 0%, rgba(13,13,26,0.85) 100%);
  z-index: 1;
}

.nwxp3fm {
  position: relative;
  z-index: 2;
  max-width: var(--l9eb2f0);
  margin: 0 auto;
  padding: 80px 20px 60px;
  text-align: center;
}

.c57m5o h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
}

.c57m5o h1 .oxhhy {
  background: var(--ev5p6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.anxuv {
  font-size: 1.15rem;
  color: var(--wtak6gm8);
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.8;
}

.swi874 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}

.u6st5 {
  background: rgba(255, 107, 157, 0.12);
  color: var(--q6keq);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 107, 157, 0.2);
}

.c51bq {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: var(--k9slqm);
  text-decoration: none;
}

.nvwpmgzc {
  background: var(--ev5p6);
  color: white;
  box-shadow: var(--mcy4j);
}

.nvwpmgzc:hover {
  transform: translateY(-2px);
  box-shadow: var(--fpt84jc9);
  color: white;
}

.n4gg6 {
  background: transparent;
  color: var(--q6keq);
  border: 2px solid var(--q6keq);
}

.n4gg6:hover {
  background: var(--q6keq);
  color: white;
}

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

/* ============================================
   Section Common
   ============================================ */
.sfp62 {
  padding: 72px 0;
}

.ncmw8 {
  background: var(--xcurof6);
}

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

.kk4ibltg h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.kk4ibltg h2 .oxhhy {
  background: var(--ev5p6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kk4ibltg p {
  color: var(--wtak6gm8);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.kk4ibltg .ws4ac87 {
  width: 60px;
  height: 3px;
  background: var(--ev5p6);
  margin: 16px auto 0;
  border-radius: 3px;
}

/* ============================================
   Video Cards Grid
   ============================================ */
.gcjws {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sdya7o {
  background: var(--xcurof6);
  border-radius: var(--lb8f8gao);
  overflow: hidden;
  border: 1px solid var(--ssu94b);
  transition: var(--k9slqm);
  cursor: pointer;
}

.sdya7o:hover {
  transform: translateY(-4px);
  box-shadow: var(--fpt84jc9);
  border-color: var(--q6keq);
}

.ppamdsjl {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.ppamdsjl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--k9slqm);
}

.sdya7o:hover .ppamdsjl img {
  transform: scale(1.05);
}

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

.tuiixhm::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent white;
  margin-left: 3px;
}

.sdya7o:hover .tuiixhm {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.rqt6uf8 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
}

.h07e9 {
  padding: 14px;
}

.zd3u96x {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.ilxup5k {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ir1fa3);
  font-size: 0.8rem;
}

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

/* ============================================
   Feature Cards
   ============================================ */
.cqrnefl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.l3pfu8 {
  background: var(--xcurof6);
  border: 1px solid var(--ssu94b);
  border-radius: var(--lb8f8gao);
  padding: 32px 24px;
  text-align: center;
  transition: var(--k9slqm);
}

.l3pfu8:hover {
  transform: translateY(-4px);
  border-color: var(--q6keq);
  box-shadow: var(--mcy4j);
}

.h5s051m {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: rgba(255, 107, 157, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.l3pfu8 h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.l3pfu8 p {
  color: var(--wtak6gm8);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ============================================
   Expert Section
   ============================================ */
.m9ygg {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.gg3wbwq0 {
  background: var(--xcurof6);
  border: 1px solid var(--ssu94b);
  border-radius: var(--lb8f8gao);
  overflow: hidden;
  text-align: center;
  transition: var(--k9slqm);
}

.gg3wbwq0:hover {
  transform: translateY(-4px);
  box-shadow: var(--mcy4j);
  border-color: var(--q6keq);
}

.zzz2c {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.zzz2c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--k9slqm);
}

.gg3wbwq0:hover .zzz2c img {
  transform: scale(1.05);
}

.qx9pwo {
  padding: 20px 16px;
}

.ejane {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.k1z39 {
  color: var(--q6keq);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.g6b5eab {
  color: var(--wtak6gm8);
  font-size: 0.82rem;
  line-height: 1.5;
  margin-bottom: 14px;
}

.qa5pzmoy {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.hl1pfl95 {
  padding: 6px 16px;
  font-size: 0.8rem;
  border-radius: 50px;
}

/* ============================================
   Partner Logos
   ============================================ */
.djz0b7 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.djz0b7 img {
  height: 60px;
  opacity: 0.6;
  transition: var(--k9slqm);
  filter: grayscale(30%);
}

.djz0b7 img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* ============================================
   Reviews
   ============================================ */
.w9n2087 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.s7y85w8c {
  background: var(--xcurof6);
  border: 1px solid var(--ssu94b);
  border-radius: var(--lb8f8gao);
  padding: 28px;
  transition: var(--k9slqm);
}

.s7y85w8c:hover {
  border-color: var(--q6keq);
}

.f3er9g8 {
  color: var(--tzts7ly);
  font-size: 0.9rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.ymdcpz {
  color: var(--wtak6gm8);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

.lez88 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.in26b6ge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ev5p6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
}

.xhpd4 {
  font-weight: 600;
  font-size: 0.9rem;
}

.y9jyo {
  color: var(--ir1fa3);
  font-size: 0.78rem;
}

/* ============================================
   FAQ Section
   ============================================ */
.d9h9pu4v {
  max-width: 800px;
  margin: 0 auto;
}

.a1k7slg {
  background: var(--xcurof6);
  border: 1px solid var(--ssu94b);
  border-radius: var(--lb8f8gao);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--k9slqm);
}

.a1k7slg:hover {
  border-color: var(--q6keq);
}

.xgp3ue {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 0.95rem;
  user-select: none;
}

.xgp3ue::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--q6keq);
  transition: var(--k9slqm);
  flex-shrink: 0;
  margin-left: 16px;
}

.a1k7slg.active .xgp3ue::after {
  content: '−';
}

.z140e6ev {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.a1k7slg.active .z140e6ev {
  max-height: 300px;
}

.hhydm {
  padding: 0 24px 18px;
  color: var(--wtak6gm8);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ============================================
   Contact Section
   ============================================ */
.j0fveh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.h12zy7i2 {
  background: var(--xcurof6);
  border: 1px solid var(--ssu94b);
  border-radius: var(--lb8f8gao);
  padding: 28px;
  text-align: center;
}

.h12zy7i2 h4 {
  font-size: 1rem;
  margin-bottom: 12px;
  color: var(--q6keq);
}

.h12zy7i2 p {
  color: var(--wtak6gm8);
  font-size: 0.88rem;
  line-height: 1.7;
}

.h12zy7i2 img {
  width: 140px;
  height: 140px;
  margin: 12px auto 0;
  border-radius: var(--dcv8t4mz);
}

/* ============================================
   Social Share
   ============================================ */
.f5h5n {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 20px 0;
}

.zrtiv {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: white;
  transition: var(--k9slqm);
  cursor: pointer;
  border: none;
}

.zrtiv:hover {
  transform: translateY(-3px);
  box-shadow: var(--mcy4j);
}

.b4as0jt { background: #07C160; }
.peut7w9b { background: #E6162D; }
.xwex1g { background: #161823; border: 1px solid #333; }
.m3hof2sk { background: #FB7299; }

/* ============================================
   Footer
   ============================================ */
.ge8s8 {
  background: #080812;
  border-top: 1px solid var(--ssu94b);
  padding: 48px 0 0;
}

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

.k5qyj8sp p {
  color: var(--wtak6gm8);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-top: 12px;
}

.ge8s8 h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--feic90);
}

.o3p1vq a {
  display: block;
  color: var(--wtak6gm8);
  font-size: 0.88rem;
  padding: 4px 0;
  transition: var(--k9slqm);
}

.o3p1vq a:hover {
  color: var(--q6keq);
  padding-left: 4px;
}

.x8rixlg7 {
  display: flex;
  gap: 16px;
}

.dlavwbj {
  text-align: center;
}

.dlavwbj img {
  width: 100px;
  height: 100px;
  border-radius: var(--dcv8t4mz);
  margin-bottom: 6px;
}

.dlavwbj span {
  font-size: 0.75rem;
  color: var(--ir1fa3);
}

.vbl6j {
  border-top: 1px solid var(--ssu94b);
  padding: 20px 0;
  text-align: center;
  color: var(--ir1fa3);
  font-size: 0.82rem;
}

.vbl6j a {
  color: var(--ir1fa3);
}

.vbl6j a:hover {
  color: var(--q6keq);
}

/* ============================================
   Breadcrumb
   ============================================ */
.r8yw1 {
  padding: 16px 0;
  margin-top: 68px;
  background: var(--xcurof6);
  border-bottom: 1px solid var(--ssu94b);
}

.r8yw1-list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--ir1fa3);
}

.r8yw1-list a {
  color: var(--wtak6gm8);
}

.r8yw1-list a:hover {
  color: var(--q6keq);
}

.r8yw1-list .separator {
  color: var(--ir1fa3);
}

/* ============================================
   Inner Page Content
   ============================================ */
.cqllw {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cqllw-bg {
  position: absolute;
  inset: 0;
}

.cqllw-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.cqllw-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,26,0.5) 0%, rgba(13,13,26,0.9) 100%);
}

.cqllw-content {
  position: relative;
  z-index: 2;
  max-width: var(--l9eb2f0);
  margin: 0 auto;
  padding: 60px 20px 40px;
}

.cqllw h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.cqllw p {
  color: var(--wtak6gm8);
  font-size: 1rem;
}

.hs09fusq {
  padding: 48px 0;
}

.hs09fusq h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.hs09fusq h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--q6keq);
}

.hs09fusq p {
  color: var(--wtak6gm8);
  margin-bottom: 16px;
  line-height: 1.8;
}

/* ============================================
   How-To Guide
   ============================================ */
.vxhzl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}

.tkeeq {
  background: var(--xcurof6);
  border: 1px solid var(--ssu94b);
  border-radius: var(--lb8f8gao);
  padding: 28px 20px;
  text-align: center;
  position: relative;
  counter-increment: step;
}

.tkeeq::before {
  content: counter(step);
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: var(--ev5p6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: white;
}

.tkeeq h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  margin-top: 8px;
}

.tkeeq p {
  color: var(--wtak6gm8);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* ============================================
   Tags
   ============================================ */
.ut72wl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.l8jp2 {
  background: rgba(255, 107, 157, 0.1);
  color: var(--q6keq);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 107, 157, 0.15);
  transition: var(--k9slqm);
}

.l8jp2:hover {
  background: rgba(255, 107, 157, 0.2);
}

/* ============================================
   Stats Bar
   ============================================ */
.x5ae0 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0;
}

.orivqsrg {
  text-align: center;
}

.dzvgn {
  font-size: 2.4rem;
  font-weight: 800;
  background: var(--ev5p6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.a9xbd261 {
  color: var(--wtak6gm8);
  font-size: 0.9rem;
  margin-top: 4px;
}

/* ============================================
   Lazy Load Placeholder
   ============================================ */
.ltykze {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ltykze.loaded {
  opacity: 1;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1024px) {
  .gcjws {
    grid-template-columns: repeat(3, 1fr);
  }
  .m9ygg {
    grid-template-columns: repeat(3, 1fr);
  }
  .h0mo5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vxhzl {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .jetfy {
    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 var(--ssu94b);
  }

  .jetfy.active {
    display: flex;
  }

  .jetfy a {
    width: 100%;
    padding: 12px 16px;
  }

  .hd1u8gn {
    display: flex;
  }

  .c57m5o h1 {
    font-size: 1.8rem;
  }

  .anxuv {
    font-size: 0.95rem;
  }

  .gcjws {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cqrnefl {
    grid-template-columns: 1fr;
  }

  .m9ygg {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .w9n2087 {
    grid-template-columns: 1fr;
  }

  .j0fveh {
    grid-template-columns: 1fr;
  }

  .h0mo5 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .x5ae0 {
    grid-template-columns: repeat(2, 1fr);
  }

  .vxhzl {
    grid-template-columns: 1fr;
  }

  .sfp62 {
    padding: 48px 0;
  }

  .kk4ibltg h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .gcjws {
    grid-template-columns: 1fr;
  }

  .m9ygg {
    grid-template-columns: 1fr;
  }

  .c57m5o h1 {
    font-size: 1.5rem;
  }

  .udvgkm3 {
    flex-direction: column;
    align-items: center;
  }
}

/* ============================================
   Animations
   ============================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.r9cdq1 {
  animation: fadeInUp 0.6s ease forwards;
}

/* ============================================
   Scrollbar
   ============================================ */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--qf6ejtr);
}

::-webkit-scrollbar-thumb {
  background: var(--ssu94b);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--q6keq);
}
