/* ivluhq8r3yqk | v8.53 */
/* ============================================
   熟女 - 美女高清电影解读在线观看 | 一站式体验 - 复古胶片风格全站样式
   经典电影数据库与深度解读
   ============================================ */

/* 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;
}

.zdr8yqv05r {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}
/* v8cennb832 */
/* 干扰标签区块 - 肉眼不可见 */
._s1u65yck {
  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
   ============================================ */
.tw-xfgyvo {
  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);
}

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

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

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

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

._6ohry8 {
  display: flex;
  align-items: center;
  gap: 0;
}
/* lqew */
._6ohry8 a {
  padding: 8px 16px;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  position: relative;
  transition: var(--transition);
}

._6ohry8 a:hover,
._6ohry8 a.active {
  color: var(--color-gold);
}
/* bxob3kz */
._6ohry8 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;
}

._6ohry8 a:hover::after,
._6ohry8 a.active::after {
  width: 60%;
}

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

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

/* ============================================
   Hero Section
   ============================================ */
.hgqyjw8 {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 72px;
}

.tw-p0d2aw {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.3) sepia(0.4);
}

._tso16bw {
  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%
  );
}
/* s3tias8fz */
/* Film grain effect */
.hgqyjw8::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.st-vomqki.sc-uv5tqc/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;
}

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

.ly6sudzsa 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);
}

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

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

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

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

.el-6qi3q3 {
  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;
}

.el-6qi3q3:hover {
  background: var(--color-gold);
  color: #0d0d0d;
  transform: translateY(-2px);
}
/* huc1d */
/* Film strip decorative border */
.tw-3va6x5 {
  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
   ============================================ */
.st-fg61cf {
  padding: 80px 0;
  position: relative;
}
/* nzjg */
._i6iwt1uu {
  background: var(--color-bg-dark);
}
/* 6wqp078 */
.tw-qoejo7 {
  background: var(--color-bg-main);
}
/* 3uc2k */
.y06mkeh {
  text-align: center;
  margin-bottom: 50px;
}
/* v89shx */
.y06mkeh h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--color-gold);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.y06mkeh h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-gold);
  margin: 12px auto 0;
}
/* 5dfi74lr */
.y06mkeh h2 span {
  color: var(--color-warm-white);
}

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

/* ============================================
   Movie Cards Grid
   ============================================ */
._frp2nm {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.el-85irif {
  background: var(--color-bg-card);
  border-radius: 8px;
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(212,165,116,0.1);
}

.el-85irif:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  border-color: rgba(212,165,116,0.3);
}
/* bm91nss0ll */
.aq6xqjsec9 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.aq6xqjsec9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* m5heeus1 */
.el-85irif:hover .aq6xqjsec9 img {
  transform: scale(1.05);
}

.css-9vmzng {
  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;
}

.neonlal {
  padding: 20px;
}

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

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

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

.neonlal .n42jyja {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--color-gold);
  font-weight: 600;
}

/* ============================================
   Timeline
   ============================================ */
.css-assf1k {
  position: relative;
  padding: 20px 0;
}

.css-assf1k::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%);
}
/* f3xyg */
.el-3augfd {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.el-3augfd:nth-child(odd) {
  flex-direction: row;
}

.el-3augfd:nth-child(even) {
  flex-direction: row-reverse;
}

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

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

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

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

.vpgbuaa {
  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
   ============================================ */
._l9tpm7 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

._9zzazu6x {
  background: var(--color-bg-card);
  border-radius: 8px;
  padding: 28px;
  border-left: 4px solid var(--color-gold);
  transition: var(--transition);
}

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

._9zzazu6x h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--color-gold-light);
  margin-bottom: 10px;
}
/* ipa1w6bj1 */
._9zzazu6x ._1tdj0o8 {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 12px;
}

._9zzazu6x p {
  font-size: 0.95rem;
  line-height: 1.7;
}

._1624hu {
  color: var(--color-gold);
  font-size: 1rem;
  margin-bottom: 8px;
}

/* ============================================
   About Section
   ============================================ */
.st-26r4h1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

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

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

.lyyu617r {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(212,165,116,0.2);
}

.lyyu617r img {
  width: 100%;
  transition: transform 0.5s ease;
}

.lyyu617r:hover img {
  transform: scale(1.03);
}

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

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

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

._d121nka .vbivbifmt {
  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);
}

._d121nka h4 {
  font-family: var(--font-heading);
  color: var(--color-gold-light);
  font-size: 1.1rem;
  margin-bottom: 4px;
}
/* 0ycsg96928 */
._d121nka ._5h0pnczq {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

._d121nka p {
  font-size: 0.9rem;
  line-height: 1.6;
}

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

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

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

._9q6xey:hover {
  background: var(--color-bg-card-hover);
}

._9q6xey .c4v1exm {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--color-gold);
}

.b9og3dweeu.active ._9q6xey .c4v1exm {
  transform: rotate(45deg);
}
/* zly7w */
.eu3orel2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
/* l11b17xig */
.l3zldao8 {
  padding: 0 24px 18px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--color-text);
}

.b9og3dweeu.active .eu3orel2 {
  max-height: 500px;
}

/* ============================================
   Footer
   ============================================ */
.css-9scqpc {
  background: #0a0a0a;
  border-top: 1px solid rgba(212,165,116,0.15);
  padding: 60px 0 0;
}

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

.css-ijndae h4 {
  font-family: var(--font-heading);
  color: var(--color-gold);
  font-size: 1.1rem;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}

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

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

.css-ijndae ul {
  list-style: none;
}
/* 6mdn */
.css-ijndae ul li {
  margin-bottom: 8px;
}
/* q69he */
.css-ijndae ul li a {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  transition: var(--transition);
}

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

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

.elztjfbd2 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);
}

.elztjfbd2 a:hover {
  background: var(--color-gold);
  color: #0d0d0d;
}

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

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

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

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

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

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

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

/* ============================================
   Inner Page Styles
   ============================================ */
._6ex79z {
  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;
}

._6ex79z::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.st-vomqki.sc-uv5tqc/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;
}
/* 8gsgex */
._6ex79z h1 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--color-gold);
  margin-bottom: 12px;
  position: relative;
}
/* 290nys */
._6ex79z p {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  position: relative;
}

/* Article Content */
._0uukmy {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

._0uukmy h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--color-gold);
  margin: 40px 0 16px;
}

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

._0uukmy p {
  margin-bottom: 18px;
  line-height: 1.9;
  font-size: 1.02rem;
}

._0uukmy 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);
}

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

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

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

._hnn4yfja {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}

.tw-tky9ys {
  background: var(--color-bg-card);
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(212,165,116,0.1);
}

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

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

.css-1koix7 {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

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

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

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

._7zqrjnlt {
  animation: filmFlicker 0.1s infinite;
}
/* fa5qg1z */
/* ============================================
   Responsive Design - Mobile First
   ============================================ */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  .st-dlhs3h {
    padding: 10px 16px;
  }

  ._4a2p2kg {
    font-size: 1.1rem;
  }

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

  ._6ohry8.open {
    display: flex;
  }

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

  .z8lcklu {
    display: block;
  }

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

  .ly6sudzsa h1 {
    font-size: 2rem;
  }
/* h9bql */
  .ly6sudzsa p {
    font-size: 1rem;
  }
/* 1nv6p3 */
  .st-fg61cf {
    padding: 50px 0;
  }

  .y06mkeh h2 {
    font-size: 1.7rem;
  }

  ._frp2nm {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .st-26r4h1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
/* kv0rft5 */
  ._p5hh8o1q {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .css-assf1k::before {
    left: 20px;
  }

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

  ._eot7ueh {
    width: 100%;
  }

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

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

  ._6ex79z {
    padding: 100px 0 40px;
  }

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

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

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

  .css-c1g2hx, .el-6qi3q3 {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  .neonlal {
    padding: 16px;
  }

  .y06mkeh h2 {
    font-size: 1.4rem;
  }
}
/* kuk6gc */
@media (min-width: 769px) and (max-width: 1024px) {
  ._frp2nm {
    grid-template-columns: repeat(2, 1fr);
  }

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

/* kvrpsmcqjtmyp0a3 */
