/* nnf7mmznox13 | v8.23 */
/* ============================================
   小马拉大车 - 专业电影解读 | 全网最全 - 复古胶片风格全站样式
   经典电影数据库与深度解读
   ============================================ */

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

:root {
  --color-bg-dark: #0d0d0d;
  --color-bg-main: #1a1410;
  --color-bg-card: #2a2118;
  --color-bg-card-hover: #3a3028;
  --color-gold: #d4a574;
  --color-gold-light: #e8c89e;
  --color-gold-dark: #8b6914;
  --color-amber: #c4883a;
  --color-warm-white: #f5e6d3;
  --color-text: #e0d5c7;
  --color-text-muted: #9a8e80;
  --color-red-curtain: #8b1a1a;
  --color-film-strip: #2c2c2c;
  --font-heading: 'Georgia', 'Noto Serif SC', serif;
  --font-body: 'Segoe UI', 'Noto Sans SC', 'PingFang SC', sans-serif;
  --max-width: 1200px;
  --transition: all 0.3s ease;
}

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

body {
  font-family: var(--font-body);
  background-color: var(--color-bg-dark);
  color: var(--color-text);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  color: var(--color-gold-light);
}

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

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

/* 干扰标签区块 - 肉眼不可见 */
._fvkcive {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* ============================================
   Header & Navigation
   ============================================ */
._qk26u4l {
  background: linear-gradient(180deg, #0d0d0d 0%, rgba(26,20,16,0.95) 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(212,165,116,0.2);
  backdrop-filter: blur(10px);
}

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

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

.x7zjr2jt img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--color-gold);
}

._lz8tn8 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--color-gold);
  font-weight: 700;
  letter-spacing: 1px;
}

.st-hu2j1e {
  display: flex;
  align-items: center;
  gap: 0;
}

.st-hu2j1e a {
  padding: 8px 16px;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  position: relative;
  transition: var(--transition);
}

.st-hu2j1e a:hover,
.st-hu2j1e a.active {
  color: var(--color-gold);
}
/* 6c5qdx8 */
.st-hu2j1e a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-gold);
  transition: width 0.3s ease;
}

.st-hu2j1e a:hover::after,
.st-hu2j1e a.active::after {
  width: 60%;
}

/* Mobile Menu Toggle */
.sc-ssx9qd {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.sc-ssx9qd span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-gold);
  margin: 6px 0;
  transition: var(--transition);
}

/* ============================================
   Hero Section
   ============================================ */
.pygi3t0 {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 72px;
}
/* hdftaw */
._gdb71o {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.3) sepia(0.4);
}

.css-cipse7 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13,13,13,0.7) 0%,
    rgba(26,20,16,0.5) 50%,
    rgba(13,13,13,0.9) 100%
  );
}

/* Film grain effect */
.pygi3t0::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www._mrtmt6y.wr0io6y8/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  z-index: 1;
  pointer-events: none;
}
/* k36y7nao2 */
.vp0tak9j {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
}

.vp0tak9j h1 {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--color-gold);
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 0 2px 20px rgba(212,165,116,0.3);
}

.vp0tak9j p {
  font-size: 1.15rem;
  color: var(--color-warm-white);
  margin-bottom: 30px;
  opacity: 0.9;
}

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

.tw-fwy317 {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-amber) 100%);
  color: #0d0d0d;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tw-fwy317:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212,165,116,0.4);
  color: #0d0d0d;
}

._enml4vd {
  display: inline-block;
  padding: 14px 36px;
  border: 2px solid var(--color-gold);
  color: var(--color-gold);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
}

._enml4vd:hover {
  background: var(--color-gold);
  color: #0d0d0d;
  transform: translateY(-2px);
}

/* Film strip decorative border */
.el-dvvro2 {
  height: 30px;
  background: repeating-linear-gradient(
    90deg,
    var(--color-film-strip) 0px,
    var(--color-film-strip) 20px,
    transparent 20px,
    transparent 24px
  );
  border-top: 3px solid var(--color-film-strip);
  border-bottom: 3px solid var(--color-film-strip);
  position: relative;
}

/* ============================================
   Section Styles
   ============================================ */
.css-zgejql {
  padding: 80px 0;
  position: relative;
}

._vyklew {
  background: var(--color-bg-dark);
}

.ixbu01b {
  background: var(--color-bg-main);
}

.el-xaqcol {
  text-align: center;
  margin-bottom: 50px;
}
/* p1ov7w */
.el-xaqcol h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--color-gold);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}
/* rhn5gpy */
.el-xaqcol h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-gold);
  margin: 12px auto 0;
}
/* ov0mx8ndl */
.el-xaqcol h2 span {
  color: var(--color-warm-white);
}

.el-xaqcol p {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================
   Movie Cards Grid
   ============================================ */
.v5qfvudb8 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
/* bdo5q5f */
._rliktf7u {
  background: var(--color-bg-card);
  border-radius: 8px;
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(212,165,116,0.1);
}

._rliktf7u:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  border-color: rgba(212,165,116,0.3);
}

.css-79fho3 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

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

._rliktf7u:hover .css-79fho3 img {
  transform: scale(1.05);
}

.sc-klbhwo {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(212,165,116,0.9);
  color: #0d0d0d;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 700;
}

._nwapguv {
  padding: 20px;
}

._nwapguv h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--color-gold-light);
  margin-bottom: 8px;
}

._nwapguv .sc-arzqmp {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

._nwapguv p {
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.7;
}

._nwapguv .y50mufs9 {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--color-gold);
  font-weight: 600;
}
/* q7ap */
/* ============================================
   Timeline
   ============================================ */
.sc-w2jyab {
  position: relative;
  padding: 20px 0;
}

.sc-w2jyab::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--color-gold) 0%, var(--color-amber) 100%);
}

.ruc1gxs {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.ruc1gxs:nth-child(odd) {
  flex-direction: row;
}
/* nu8737mgn */
.ruc1gxs:nth-child(even) {
  flex-direction: row-reverse;
}

.sc-9i2kz9 {
  width: 45%;
  background: var(--color-bg-card);
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(212,165,116,0.15);
}

.sc-9i2kz9 h3 {
  font-family: var(--font-heading);
  color: var(--color-gold);
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.sc-9i2kz9 p {
  font-size: 0.95rem;
  color: var(--color-text);
}

._7lyc1xnc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: var(--color-gold);
  border-radius: 50%;
  border: 3px solid var(--color-bg-dark);
  z-index: 2;
}

.xduhrnw {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: var(--color-gold);
  font-weight: 700;
  background: var(--color-bg-dark);
  padding: 2px 10px;
  border-radius: 3px;
}

/* ============================================
   Review / Article Cards
   ============================================ */
.i86cmg2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
/* nw1pqrmo1 */
.st-61ckba {
  background: var(--color-bg-card);
  border-radius: 8px;
  padding: 28px;
  border-left: 4px solid var(--color-gold);
  transition: var(--transition);
}

.st-61ckba:hover {
  background: var(--color-bg-card-hover);
  transform: translateX(5px);
}

.st-61ckba h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--color-gold-light);
  margin-bottom: 10px;
}

.st-61ckba .el-r6mo3v {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 12px;
}

.st-61ckba p {
  font-size: 0.95rem;
  line-height: 1.7;
}

._ovrp9p {
  color: var(--color-gold);
  font-size: 1rem;
  margin-bottom: 8px;
}
/* ry0cqavn */
/* ============================================
   About Section
   ============================================ */
.a8o1vf417 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

._33u6dy h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--color-gold);
  margin-bottom: 16px;
}

._33u6dy p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.css-mi8vnm {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(212,165,116,0.2);
}
/* ij74v */
.css-mi8vnm img {
  width: 100%;
  transition: transform 0.5s ease;
}

.css-mi8vnm:hover img {
  transform: scale(1.03);
}

/* Team Section */
._tclsru7h {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.o3mhqujji {
  text-align: center;
  background: var(--color-bg-card);
  padding: 30px 20px;
  border-radius: 8px;
  border: 1px solid rgba(212,165,116,0.1);
  transition: var(--transition);
}

.o3mhqujji:hover {
  border-color: rgba(212,165,116,0.3);
  transform: translateY(-3px);
}

.o3mhqujji .tw-ym437m {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: var(--color-bg-main);
  border: 3px solid var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--color-gold);
}

.o3mhqujji h4 {
  font-family: var(--font-heading);
  color: var(--color-gold-light);
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.o3mhqujji .omordjd {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.o3mhqujji p {
  font-size: 0.9rem;
  line-height: 1.6;
}
/* vh5x8hf4x */
/* ============================================
   FAQ Section
   ============================================ */
.css-bk6g3q {
  max-width: 800px;
  margin: 0 auto;
}

.el-v0nzzs {
  background: var(--color-bg-card);
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid rgba(212,165,116,0.1);
  overflow: hidden;
}

.el-z0umrl {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--color-gold-light);
  transition: var(--transition);
}

.el-z0umrl:hover {
  background: var(--color-bg-card-hover);
}
/* xw5yc */
.el-z0umrl .st-tlaqm7 {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--color-gold);
}
/* 1k3n */
.el-v0nzzs.active .el-z0umrl .st-tlaqm7 {
  transform: rotate(45deg);
}

.css-jac4v8 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.el-vrqb90 {
  padding: 0 24px 18px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--color-text);
}

.el-v0nzzs.active .css-jac4v8 {
  max-height: 500px;
}
/* j7iak */
/* ============================================
   Footer
   ============================================ */
.st-c3jpwo {
  background: #0a0a0a;
  border-top: 1px solid rgba(212,165,116,0.15);
  padding: 60px 0 0;
}

._7i41r3t {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
/* tr80ma4q */
.my90nmj h4 {
  font-family: var(--font-heading);
  color: var(--color-gold);
  font-size: 1.1rem;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}

.my90nmj h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--color-gold);
}

.my90nmj p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.my90nmj ul {
  list-style: none;
}

.my90nmj ul li {
  margin-bottom: 8px;
}

.my90nmj ul li a {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  transition: var(--transition);
}

.my90nmj ul li a:hover {
  color: var(--color-gold);
  padding-left: 5px;
}

.css-1d8a3b {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.css-1d8a3b a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-bg-card);
  color: var(--color-gold);
  font-size: 1rem;
  transition: var(--transition);
  border: 1px solid rgba(212,165,116,0.2);
}
/* gz996p18rg */
.css-1d8a3b a:hover {
  background: var(--color-gold);
  color: #0d0d0d;
}

.c4aouxrx {
  border-top: 1px solid rgba(212,165,116,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.c4aouxrx a {
  color: var(--color-text-muted);
  margin: 0 8px;
}
/* gsuho27 */
.c4aouxrx a:hover {
  color: var(--color-gold);
}

/* ============================================
   Breadcrumb
   ============================================ */
.ke278q2 {
  padding: 90px 0 20px;
  background: var(--color-bg-main);
}

._n2fp8w8u {
  display: flex;
  gap: 8px;
  list-style: none;
  font-size: 0.9rem;
  flex-wrap: wrap;
}

._n2fp8w8u li {
  color: var(--color-text-muted);
}

._n2fp8w8u li a {
  color: var(--color-gold);
}

._n2fp8w8u li + li::before {
  content: '>';
  margin-right: 8px;
  color: var(--color-text-muted);
}

/* ============================================
   Inner Page Styles
   ============================================ */
.tw-kjt4a8 {
  padding: 120px 0 60px;
  background: linear-gradient(135deg, var(--color-bg-dark) 0%, var(--color-bg-main) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tw-kjt4a8::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www._mrtmt6y.wr0io6y8/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}

.tw-kjt4a8 h1 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--color-gold);
  margin-bottom: 12px;
  position: relative;
}

.tw-kjt4a8 p {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  position: relative;
}

/* Article Content */
.bxqgoq3 {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}
/* uufjnyy9 */
.bxqgoq3 h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--color-gold);
  margin: 40px 0 16px;
}

.bxqgoq3 h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--color-gold-light);
  margin: 30px 0 12px;
}

.bxqgoq3 p {
  margin-bottom: 18px;
  line-height: 1.9;
  font-size: 1.02rem;
}
/* jqdxm1z5r */
.bxqgoq3 blockquote {
  border-left: 4px solid var(--color-gold);
  padding: 16px 24px;
  margin: 24px 0;
  background: var(--color-bg-card);
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: var(--color-warm-white);
}

.bxqgoq3 img {
  border-radius: 8px;
  margin: 24px 0;
  border: 1px solid rgba(212,165,116,0.2);
}

/* ============================================
   APP Download Page
   ============================================ */
.st-3qb8yo {
  padding: 120px 0 80px;
  text-align: center;
  background: linear-gradient(135deg, var(--color-bg-dark) 0%, #1a1410 50%, #0d0d0d 100%);
  min-height: 100vh;
}

.tw-y7tqpv {
  max-width: 300px;
  margin: 0 auto 40px;
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid rgba(212,165,116,0.3);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.lh039hstf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}
/* 5nb5 */
.zmwl53k {
  background: var(--color-bg-card);
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(212,165,116,0.1);
}

.zmwl53k h4 {
  color: var(--color-gold);
  margin-bottom: 8px;
  font-family: var(--font-heading);
}

.zmwl53k p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.tw-rf9tgt {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

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

._v858qm.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Loading animation */
@keyframes filmFlicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.95; }
  75% { opacity: 0.98; }
}

._6aumxf {
  animation: filmFlicker 0.1s infinite;
}

/* ============================================
   Responsive Design - Mobile First
   ============================================ */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  .h3uwn73c0 {
    padding: 10px 16px;
  }

  ._lz8tn8 {
    font-size: 1.1rem;
  }

  .st-hu2j1e {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(13,13,13,0.98);
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid rgba(212,165,116,0.2);
  }

  .st-hu2j1e.open {
    display: flex;
  }

  .st-hu2j1e a {
    padding: 12px 0;
    font-size: 1rem;
    border-bottom: 1px solid rgba(212,165,116,0.1);
  }

  .sc-ssx9qd {
    display: block;
  }

  .pygi3t0 {
    min-height: 70vh;
    margin-top: 64px;
  }

  .vp0tak9j h1 {
    font-size: 2rem;
  }

  .vp0tak9j p {
    font-size: 1rem;
  }

  .css-zgejql {
    padding: 50px 0;
  }

  .el-xaqcol h2 {
    font-size: 1.7rem;
  }
/* 7018pr22u */
  .v5qfvudb8 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .a8o1vf417 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  ._7i41r3t {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sc-w2jyab::before {
    left: 20px;
  }

  .ruc1gxs,
  .ruc1gxs:nth-child(even) {
    flex-direction: column;
    padding-left: 50px;
  }

  .sc-9i2kz9 {
    width: 100%;
  }
/* bv9crbh */
  ._7lyc1xnc {
    left: 20px;
    transform: translateX(-50%);
  }

  .xduhrnw {
    left: 20px;
    transform: translateX(-50%);
  }

  .tw-kjt4a8 {
    padding: 100px 0 40px;
  }

  .tw-kjt4a8 h1 {
    font-size: 1.8rem;
  }

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

@media (max-width: 480px) {
  .vp0tak9j h1 {
    font-size: 1.6rem;
  }

  .tw-fwy317, ._enml4vd {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  ._nwapguv {
    padding: 16px;
  }

  .el-xaqcol h2 {
    font-size: 1.4rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .v5qfvudb8 {
    grid-template-columns: repeat(2, 1fr);
  }

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

/* uynogv0ahu0hiu9s */
