/* y1zkhh2jfqos | v1.15 */
/* ============================================
   海角社区 - 海角社区专业的电影解说 - 复古胶片风格全站样式
   经典电影数据库与深度解读
   ============================================ */

/* 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);
}
/* js8f */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* 干扰标签区块 - 肉眼不可见 */
.sfm9641dz7 {
  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
   ============================================ */
.z9yzw80 {
  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);
}

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

.el-o32qey {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* e5rwr4vm */
.el-o32qey img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--color-gold);
}

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

.el-czg7yy {
  display: flex;
  align-items: center;
  gap: 0;
}

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

.el-czg7yy a:hover,
.el-czg7yy a.active {
  color: var(--color-gold);
}

.el-czg7yy 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;
}

.el-czg7yy a:hover::after,
.el-czg7yy a.active::after {
  width: 60%;
}

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

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

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

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

._abwmg7 {
  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 */
.css-0ejnp1::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.u9d2m93._l3zbn1vq/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;
}

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

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

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

._9agt3xsy {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
/* cymembac */
.w4aqemlz1 {
  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;
}

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

.el-dxo2lf {
  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-dxo2lf:hover {
  background: var(--color-gold);
  color: #0d0d0d;
  transform: translateY(-2px);
}

/* Film strip decorative border */
._rrheirga {
  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
   ============================================ */
._s5cz4jy {
  padding: 80px 0;
  position: relative;
}

.tw-4jpwwe {
  background: var(--color-bg-dark);
}
/* qti42hlbd */
._y25f9n {
  background: var(--color-bg-main);
}

.zm90axjo {
  text-align: center;
  margin-bottom: 50px;
}

.zm90axjo h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--color-gold);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.zm90axjo h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-gold);
  margin: 12px auto 0;
}

.zm90axjo h2 span {
  color: var(--color-warm-white);
}

.zm90axjo p {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto;
}
/* c20qko8oh */
/* ============================================
   Movie Cards Grid
   ============================================ */
.afrj2er {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

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

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

._rux9lmoo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
/* 1svoapka */
._rux9lmoo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.st-s9evts:hover ._rux9lmoo img {
  transform: scale(1.05);
}
/* q4bter5s */
.el-ol5e3u {
  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;
}
/* isjv44by3 */
._p4fyfpq {
  padding: 20px;
}

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

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

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

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

/* ============================================
   Timeline
   ============================================ */
.y0smcrvve {
  position: relative;
  padding: 20px 0;
}

.y0smcrvve::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%);
}

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

.djaicsqy:nth-child(odd) {
  flex-direction: row;
}

.djaicsqy:nth-child(even) {
  flex-direction: row-reverse;
}

._lf2d9a8k {
  width: 45%;
  background: var(--color-bg-card);
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(212,165,116,0.15);
}
/* 63mv */
._lf2d9a8k h3 {
  font-family: var(--font-heading);
  color: var(--color-gold);
  font-size: 1.1rem;
  margin-bottom: 8px;
}

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

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

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

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

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

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

.tw-sxbvbh .css-7x3ar7 {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 12px;
}

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

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

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

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

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

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

.css-k0vo2h img {
  width: 100%;
  transition: transform 0.5s ease;
}

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

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

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

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

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

.aagmag2 h4 {
  font-family: var(--font-heading);
  color: var(--color-gold-light);
  font-size: 1.1rem;
  margin-bottom: 4px;
}
/* 5rse4f5 */
.aagmag2 ._hllbl9 {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

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

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

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

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

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

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

.css-ulqead.active ._0n5baj ._pyrxerbp {
  transform: rotate(45deg);
}

.wn00kn0u {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
/* 3njvmufk */
._elaxvc0 {
  padding: 0 24px 18px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--color-text);
}
/* 67e0y29vzi */
.css-ulqead.active .wn00kn0u {
  max-height: 500px;
}

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

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

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

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

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

.vvwgky6 ul {
  list-style: none;
}

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

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

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

._rl56z9 {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
/* b9pi517jyb */
._rl56z9 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);
}

._rl56z9 a:hover {
  background: var(--color-gold);
  color: #0d0d0d;
}
/* fqlv */
.aq13zfilcg {
  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);
}

.aq13zfilcg a {
  color: var(--color-text-muted);
  margin: 0 8px;
}

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

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

._sbgo13f {
  display: flex;
  gap: 8px;
  list-style: none;
  font-size: 0.9rem;
  flex-wrap: wrap;
}
/* vm7siiyh1 */
._sbgo13f li {
  color: var(--color-text-muted);
}

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

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

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

.st-5o1qdb::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.u9d2m93._l3zbn1vq/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;
}

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

.st-5o1qdb p {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  position: relative;
}

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

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

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

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

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

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

/* ============================================
   APP Download Page
   ============================================ */
._kr35zij5 {
  padding: 120px 0 80px;
  text-align: center;
  background: linear-gradient(135deg, var(--color-bg-dark) 0%, #1a1410 50%, #0d0d0d 100%);
  min-height: 100vh;
}
/* za4rmpedm */
.sk5qbjhbh {
  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);
}

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

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

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

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

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

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

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

/* Loading animation */
@keyframes filmFlicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.95; }
  75% { opacity: 0.98; }
}
/* 7igm0 */
.t8yenlqcq {
  animation: filmFlicker 0.1s infinite;
}
/* 8kwmij */
/* ============================================
   Responsive Design - Mobile First
   ============================================ */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  ._97v3lx76 {
    padding: 10px 16px;
  }

  ._zs9fhfv5 {
    font-size: 1.1rem;
  }

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

  .el-czg7yy.open {
    display: flex;
  }

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

  .css-tr10rl {
    display: block;
  }

  .css-0ejnp1 {
    min-height: 70vh;
    margin-top: 64px;
  }

  .el-ms8285 h1 {
    font-size: 2rem;
  }

  .el-ms8285 p {
    font-size: 1rem;
  }
/* 2s2lft */
  ._s5cz4jy {
    padding: 50px 0;
  }

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

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

  ._gpfl5h1 {
    grid-template-columns: 1fr;
  }
/* mj8fe00 */
  ._w4qpq8 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .y0smcrvve::before {
    left: 20px;
  }

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

  ._lf2d9a8k {
    width: 100%;
  }

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

  .vcm8914 {
    left: 20px;
    transform: translateX(-50%);
  }
/* xw7qk82 */
  .st-5o1qdb {
    padding: 100px 0 40px;
  }

  .st-5o1qdb h1 {
    font-size: 1.8rem;
  }

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

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

  .w4aqemlz1, .el-dxo2lf {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  ._p4fyfpq {
    padding: 16px;
  }

  .zm90axjo h2 {
    font-size: 1.4rem;
  }
}

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

  .st-miwzxq {
    grid-template-columns: repeat(2, 1fr);
  }
/* 3myazui3to */}

/* 1n67wy6g8dwl471l */
