/* ============================================
   大象传媒 - 原创样式表
   品牌色系：甜心粉红 + 梦幻紫
   ============================================ */

/* CSS Variables */
:root {
  --primary: #E8456B;
  --primary-light: #FF7E9D;
  --accent: #6C3AED;
  --accent-light: #8B5CF6;
  --dark-bg: #1A1025;
  --light-bg: #FFF5F7;
  --card-bg: #FFFFFF;
  --text-main: #2D1B3D;
  --text-secondary: #8B7A9E;
  --text-light: #B8A9C9;
  --border: #F0E4F0;
  --shadow: rgba(232, 69, 107, 0.12);
  --gradient-primary: linear-gradient(135deg, #E8456B 0%, #FF7E9D 50%, #6C3AED 100%);
  --gradient-hero: linear-gradient(135deg, #1A1025 0%, #2D1B3D 40%, #E8456B 100%);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

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

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

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

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   Header & Navigation
   ============================================ */
.c7bq8ib {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(26, 16, 37, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232, 69, 107, 0.2);
  transition: var(--transition);
}

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

.eqy4w {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eqy4w img {
  height: 42px;
  width: auto;
}

.fvm6dfpc {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.oxarg a {
  color: #ddd;
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: 8px;
  transition: var(--transition);
  white-space: nowrap;
}

.oxarg a:hover,
.oxarg a.active {
  color: #fff;
  background: rgba(232, 69, 107, 0.2);
}

.mkh32 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}

.mkh32 span {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--transition);
}

/* Search Bar */
.i1das1ra {
  background: rgba(26, 16, 37, 0.8);
  padding: 10px 0;
  border-bottom: 1px solid rgba(232, 69, 107, 0.1);
}

.i1das1ra .container {
  display: flex;
  justify-content: center;
}

.bewe160b {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(232, 69, 107, 0.3);
  border-radius: 30px;
  padding: 6px 8px 6px 20px;
  width: 100%;
  max-width: 560px;
  transition: var(--transition);
}

.bewe160b:focus-within {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.15);
}

.bewe160b input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.9rem;
  padding: 6px 0;
}

.bewe160b input::placeholder {
  color: var(--text-light);
}

.uiajgzp4 {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 8px 20px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
}

.uiajgzp4:hover {
  background: var(--accent);
}

/* ============================================
   Hero Section
   ============================================ */
.budiaxu {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark-bg);
}

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

.mhlol {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.mhlol.active {
  opacity: 1;
}

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

.bnm9dwcn {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,16,37,0.85) 0%, rgba(26,16,37,0.5) 50%, rgba(232,69,107,0.3) 100%);
  z-index: 2;
}

.xxg8j {
  position: relative;
  z-index: 3;
  max-width: 650px;
  padding: 60px 0;
}

.wae6ne {
  display: inline-block;
  background: rgba(232, 69, 107, 0.2);
  color: var(--primary-light);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 20px;
  border: 1px solid rgba(232, 69, 107, 0.3);
}

.xxg8j h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 18px;
}

.xxg8j h1 span {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.xxg8j p {
  color: #ccc;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.oidirq3w {
  font-size: 0.82rem !important;
  color: var(--text-light) !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  opacity: 0.8;
}

.nxojz {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.btn-primary:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(232, 69, 107, 0.3);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: var(--transition);
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  transform: translateY(-2px);
}

/* ============================================
   Section Common
   ============================================ */
.section {
  padding: 70px 0;
}

.pb6xzhtx {
  background: var(--dark-bg);
  color: #fff;
}

.mk9ur {
  background: #fff;
}

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

.yylkzok h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-main);
}

.pb6xzhtx .yylkzok h2 {
  color: #fff;
}

.yylkzok h2 span {
  color: var(--primary);
}

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

.pb6xzhtx .yylkzok p {
  color: var(--text-light);
}

.p2k0q1w {
  width: 60px;
  height: 3px;
  background: var(--gradient-primary);
  margin: 14px auto 0;
  border-radius: 3px;
}

/* Sub Heading */
.jpon8q3u {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 24px;
  padding-left: 14px;
  border-left: 4px solid var(--primary);
}

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

.lsffyb {
  background: var(--card-bg);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px var(--shadow);
  transition: var(--transition);
  cursor: pointer;
}

.lsffyb:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(232, 69, 107, 0.2);
}

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

.rpt26 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

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

.u405lgs::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;
}

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

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

.bgw3bcr {
  padding: 14px 16px;
}

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

.zia5h5b {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jrp3molw {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--text-secondary);
  font-size: 0.8rem;
}

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

.ijdkbz {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.ijdkbz span {
  background: var(--light-bg);
  color: var(--primary);
  font-size: 0.72rem;
  padding: 2px 10px;
  border-radius: 12px;
}

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

.lv5g9xs {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 4px 20px var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--border);
}

.lv5g9xs:hover {
  transform: translateY(-6px);
  border-color: var(--primary-light);
}

.qblog {
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  background: var(--light-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

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

.lv5g9xs p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ============================================
   Expert Section
   ============================================ */
.b4hr1pp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tojue {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 20px var(--shadow);
  transition: var(--transition);
  text-align: center;
}

.tojue:hover {
  transform: translateY(-6px);
}

.soe8qija {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.soe8qija img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tojue:hover .soe8qija img {
  transform: scale(1.05);
}

.gmgc96x {
  padding: 20px 16px;
}

.gmgc96x h3,
.gmgc96x h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.gmgc96x .xry6c1dj {
  color: var(--primary);
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.gmgc96x p {
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.5;
  margin-bottom: 14px;
}

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

.d1hkcxg6 a {
  font-size: 0.8rem;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid var(--border);
  color: var(--text-secondary);
  transition: var(--transition);
}

.d1hkcxg6 a:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

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

.xm5rf {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 280px;
}

.xm5rf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.xm5rf .u48v5bv {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,16,37,0.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.xm5rf h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.xm5rf p {
  color: #ccc;
  font-size: 0.9rem;
}

/* ============================================
   Partner Logos
   ============================================ */
.z62xja93 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.pqj5hi {
  width: 140px;
  height: 60px;
  background: var(--card-bg);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-shadow: 0 2px 10px var(--shadow);
  transition: var(--transition);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.pqj5hi:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px var(--shadow);
}

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

.j9bq7pz {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 4px 20px var(--shadow);
  border: 1px solid var(--border);
}

.pp8ekc {
  color: #FFB800;
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.j9bq7pz p {
  color: var(--text-main);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

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

.fft5ak .nzjdeq {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

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

.fft5ak .yblzev {
  color: var(--text-secondary);
  font-size: 0.8rem;
}

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

.e9qd9 {
  background: var(--card-bg);
  border-radius: var(--radius);
  margin-bottom: 12px;
  box-shadow: 0 2px 10px var(--shadow);
  border: 1px solid var(--border);
  overflow: hidden;
}

.is3nw {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.is3nw:hover {
  color: var(--primary);
}

.is3nw::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--primary);
  transition: var(--transition);
}

.e9qd9.open .is3nw::after {
  content: '-';
}

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

.fz6b6j-inner {
  padding: 0 24px 18px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
}

.e9qd9.open .fz6b6j {
  max-height: 300px;
}

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

.xob05ad {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px var(--shadow);
}

.xob05ad h3 {
  font-size: 1.05rem;
  margin-bottom: 12px;
}

.xob05ad p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

.xob05ad .k5avak {
  font-size: 2rem;
  margin-bottom: 14px;
}

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

.nxf2d1h {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px var(--shadow);
  position: relative;
  counter-increment: step;
}

.nxf2d1h::before {
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--gradient-primary);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 auto 16px;
}

.nxf2d1h h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.nxf2d1h p {
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* ============================================
   Toast Notification
   ============================================ */
.yr98wo2r {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background: var(--dark-bg);
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 0.9rem;
  z-index: 9999;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
  border: 1px solid rgba(232, 69, 107, 0.4);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.yr98wo2r.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ============================================
   Video Modal
   ============================================ */
.u2349xi0-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.u2349xi0-overlay.active {
  opacity: 1;
  visibility: visible;
}

.u2349xi0 {
  background: var(--dark-bg);
  border-radius: var(--radius-lg);
  padding: 40px;
  max-width: 520px;
  width: 90%;
  text-align: center;
  border: 1px solid rgba(232, 69, 107, 0.3);
}

.u2349xi0 .dpsbj {
  width: 80px;
  height: 80px;
  background: rgba(232, 69, 107, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.u2349xi0 .dpsbj::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent var(--primary);
  margin-left: 4px;
}

.u2349xi0 h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.u2349xi0 p {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 24px;
  line-height: 1.6;
}

.u2349xi0 .btn-primary {
  display: inline-block;
}

.epd2ge4 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================
   Footer
   ============================================ */
.lgcp80as {
  background: var(--dark-bg);
  color: #ccc;
  padding: 50px 0 0;
}

.axjo7rf {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.eebm0g h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.eebm0g p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-light);
}

.cwqt9f4 {
  display: flex;
  gap: 20px;
  margin-top: 18px;
}

.cwqt9f4 .bk62d3b {
  text-align: center;
}

.cwqt9f4 img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.cwqt9f4 span {
  display: block;
  font-size: 0.75rem;
  margin-top: 6px;
  color: var(--text-light);
}

.chuc9 h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
}

.chuc9 ul {
  list-style: none;
}

.chuc9 li {
  margin-bottom: 8px;
}

.chuc9 a {
  color: var(--text-light);
  font-size: 0.88rem;
  transition: var(--transition);
}

.chuc9 a:hover {
  color: var(--primary-light);
}

.w8rhiov {
  padding: 20px 0;
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-light);
}

.w8rhiov a {
  color: var(--primary-light);
}

.hevcgs7 {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
}

.hevcgs7 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 0.85rem;
  transition: var(--transition);
}

.hevcgs7 a:hover {
  background: var(--primary);
}

/* ============================================
   Breadcrumb
   ============================================ */
.f64bp {
  padding: 14px 0;
  margin-top: 110px;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.f64bp-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.f64bp-list a {
  color: var(--text-secondary);
}

.f64bp-list a:hover {
  color: var(--primary);
}

.f64bp-list li::after {
  content: '>';
  margin-left: 8px;
  color: var(--text-light);
}

.f64bp-list li:last-child::after {
  content: '';
}

.f64bp-list li:last-child {
  color: var(--primary);
}

/* ============================================
   Inner Page Hero
   ============================================ */
.bfmrut81 {
  background: var(--gradient-hero);
  padding: 50px 0;
  text-align: center;
}

.bfmrut81 h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.bfmrut81 p {
  color: #ccc;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
  .ehezee11 {
    grid-template-columns: repeat(3, 1fr);
  }
  .b4hr1pp {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .axjo7rf {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .mkh32 {
    display: flex;
  }
  .oxarg {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    background: rgba(26, 16, 37, 0.98);
    flex-direction: column;
    padding: 20px;
    gap: 4px;
    transform: translateY(-120%);
    transition: transform 0.3s ease;
  }
  .oxarg.open {
    transform: translateY(0);
  }
  .oxarg a {
    width: 100%;
    padding: 12px 16px;
  }
  .xxg8j h1 {
    font-size: 1.8rem;
  }
  .budiaxu {
    min-height: 420px;
  }
  .ehezee11 {
    grid-template-columns: repeat(2, 1fr);
  }
  .a8gwl5 {
    grid-template-columns: 1fr;
  }
  .q5xxn {
    grid-template-columns: 1fr;
  }
  .h33glr4w {
    grid-template-columns: 1fr;
  }
  .arjyv {
    grid-template-columns: 1fr;
  }
  .wxxrjg56 {
    grid-template-columns: repeat(2, 1fr);
  }
  .axjo7rf {
    grid-template-columns: 1fr;
  }
  .yylkzok h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .ehezee11 {
    grid-template-columns: 1fr;
  }
  .wxxrjg56 {
    grid-template-columns: 1fr;
  }
  .nxojz {
    flex-direction: column;
  }
}

/* ============================================
   Lazy Loading
   ============================================ */
img[data-src] {
  opacity: 0;
  transition: opacity 0.5s ease;
}

img[data-src].loaded {
  opacity: 1;
}

/* ============================================
   Animations
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   JSON-LD & Schema Styles (hidden)
   ============================================ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
