/* ============================================
   榴莲视频 - 原创样式表
   品牌：榴莲视频 | 域名：fhhui.cn
   配色方案：糖心粉 + 深夜蓝黑
   ============================================ */

/* CSS Variables */
:root {
  --lcj52: #FF6B9D;
  --kyrb1k: #C44569;
  --o8h9a6: #F8B500;
  --qaes0: #0D0D1A;
  --fh5m8xm0: #1A1A2E;
  --wqaqbhz2: #242445;
  --j615jf5f: #FFFFFF;
  --iki53hvl: #B8B8CC;
  --c06eneog: #7A7A99;
  --xtady7b3: #2A2A4A;
  --h5knblpp: linear-gradient(135deg, #FF6B9D, #C44569);
  --f7lkq: linear-gradient(135deg, #F8B500, #E09200);
  --ziudcg: linear-gradient(180deg, #0D0D1A, #1A1A2E);
  --cqij3oxd: 0 4px 20px rgba(255, 107, 157, 0.15);
  --jdjq1j: 0 8px 40px rgba(255, 107, 157, 0.2);
  --q7g66: 12px;
  --x10vkxi: 8px;
  --w3vil: 20px;
  --rhyyuv: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --uf2jk7: 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(--qaes0);
  color: var(--j615jf5f);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

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

ul, ol {
  list-style: none;
}

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

/* ============================================
   Header & Navigation
   ============================================ */
.h9zvgk {
  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(--xtady7b3);
  transition: var(--rhyyuv);
}

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

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

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

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

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

.cwlis a {
  color: var(--iki53hvl);
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: var(--x10vkxi);
  transition: var(--rhyyuv);
  white-space: nowrap;
}

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

.cwlis a.active {
  color: var(--lcj52);
}

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

.lod6o span {
  width: 24px;
  height: 2px;
  background: var(--j615jf5f);
  transition: var(--rhyyuv);
  border-radius: 2px;
}

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

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

.ut949 {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 2px solid var(--xtady7b3);
  border-radius: 50px;
  background: var(--qaes0);
  color: var(--j615jf5f);
  font-size: 0.95rem;
  outline: none;
  transition: var(--rhyyuv);
}

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

.ut949::placeholder {
  color: var(--c06eneog);
}

.yx3fu7 {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--h5knblpp);
  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(--rhyyuv);
}

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

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

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

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

.bmpp20id {
  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;
}

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

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

.c6rb2 h1 .pujzv64 {
  background: var(--h5knblpp);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

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

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

.us5lzfpa {
  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(--rhyyuv);
  text-decoration: none;
}

.ldkybcs {
  background: var(--h5knblpp);
  color: white;
  box-shadow: var(--cqij3oxd);
}

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

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

.u59k2:hover {
  background: var(--lcj52);
  color: white;
}

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

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

.hrjfr {
  background: var(--fh5m8xm0);
}

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

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

.hzn07 h2 .pujzv64 {
  background: var(--h5knblpp);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.hzn07 .vnfmfae {
  width: 60px;
  height: 3px;
  background: var(--h5knblpp);
  margin: 16px auto 0;
  border-radius: 3px;
}

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

.g97dqzm {
  background: var(--fh5m8xm0);
  border-radius: var(--q7g66);
  overflow: hidden;
  border: 1px solid var(--xtady7b3);
  transition: var(--rhyyuv);
  cursor: pointer;
}

.g97dqzm:hover {
  transform: translateY(-4px);
  box-shadow: var(--jdjq1j);
  border-color: var(--lcj52);
}

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

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

.g97dqzm:hover .nqjhfb img {
  transform: scale(1.05);
}

.beitxk {
  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(--rhyyuv);
  opacity: 0;
}

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

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

.tprrhjmf {
  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;
}

.up583qo {
  padding: 14px;
}

.dsk2wxg {
  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;
}

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

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

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

.dhzlngg {
  background: var(--fh5m8xm0);
  border: 1px solid var(--xtady7b3);
  border-radius: var(--q7g66);
  padding: 32px 24px;
  text-align: center;
  transition: var(--rhyyuv);
}

.dhzlngg:hover {
  transform: translateY(-4px);
  border-color: var(--lcj52);
  box-shadow: var(--cqij3oxd);
}

.ufc4m7mf {
  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;
}

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

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

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

.pxr3lvg {
  background: var(--fh5m8xm0);
  border: 1px solid var(--xtady7b3);
  border-radius: var(--q7g66);
  overflow: hidden;
  text-align: center;
  transition: var(--rhyyuv);
}

.pxr3lvg:hover {
  transform: translateY(-4px);
  box-shadow: var(--cqij3oxd);
  border-color: var(--lcj52);
}

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

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

.pxr3lvg:hover .zzjq7n1 img {
  transform: scale(1.05);
}

.n3c3tf3j {
  padding: 20px 16px;
}

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

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

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

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

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

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

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

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

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

.m450ai7 {
  background: var(--fh5m8xm0);
  border: 1px solid var(--xtady7b3);
  border-radius: var(--q7g66);
  padding: 28px;
  transition: var(--rhyyuv);
}

.m450ai7:hover {
  border-color: var(--lcj52);
}

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

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

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

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

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

.igpohn {
  color: var(--c06eneog);
  font-size: 0.78rem;
}

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

.k1kvp {
  background: var(--fh5m8xm0);
  border: 1px solid var(--xtady7b3);
  border-radius: var(--q7g66);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--rhyyuv);
}

.k1kvp:hover {
  border-color: var(--lcj52);
}

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

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

.k1kvp.active .mgikmq::after {
  content: '−';
}

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

.k1kvp.active .dtlbmg2 {
  max-height: 300px;
}

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

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

.fs67kxz7 {
  background: var(--fh5m8xm0);
  border: 1px solid var(--xtady7b3);
  border-radius: var(--q7g66);
  padding: 28px;
  text-align: center;
}

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

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

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

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

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

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

.rptd9us { background: #07C160; }
.r6tqz { background: #E6162D; }
.m5sdbn { background: #161823; border: 1px solid #333; }
.ek8y9 { background: #FB7299; }

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

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

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

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

.zex2t8j a {
  display: block;
  color: var(--iki53hvl);
  font-size: 0.88rem;
  padding: 4px 0;
  transition: var(--rhyyuv);
}

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

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

.qoz64poy {
  text-align: center;
}

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

.qoz64poy span {
  font-size: 0.75rem;
  color: var(--c06eneog);
}

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

.bx809hn a {
  color: var(--c06eneog);
}

.bx809hn a:hover {
  color: var(--lcj52);
}

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

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

.s503ls-list a {
  color: var(--iki53hvl);
}

.s503ls-list a:hover {
  color: var(--lcj52);
}

.s503ls-list .separator {
  color: var(--c06eneog);
}

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

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

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

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

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

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

.z4v3ly p {
  color: var(--iki53hvl);
  font-size: 1rem;
}

.secc2g {
  padding: 48px 0;
}

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

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

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

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

.q9htt {
  background: var(--fh5m8xm0);
  border: 1px solid var(--xtady7b3);
  border-radius: var(--q7g66);
  padding: 28px 20px;
  text-align: center;
  position: relative;
  counter-increment: step;
}

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

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

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

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

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

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

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

.wcl1cv {
  text-align: center;
}

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

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

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

.fcb5662n.loaded {
  opacity: 1;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1024px) {
  .ndez5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .eax47jm {
    grid-template-columns: repeat(3, 1fr);
  }
  .ng1wh82j {
    grid-template-columns: repeat(2, 1fr);
  }
  .vacairv {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .cwlis.active {
    display: flex;
  }

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

  .lod6o {
    display: flex;
  }

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

  .nsox4 {
    font-size: 0.95rem;
  }

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

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

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

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

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

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

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

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

  .gpquup5 {
    padding: 48px 0;
  }

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

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

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

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

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

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

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

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

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

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

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