main {
  background-color: #fff;
}

/* Contact Page Specific Styles */
.captchav2-hero {
  background: #fff;
  padding-top: 150px 0;
  /* min-height: 800px; */
  text-align: center;
  display: flex;
  font-family: Geistcos;
}

.captchav2-img {
  display: flex;
  align-items: center;
}

/* .captchav2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
} */
.captchav2 p {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #333;
}

.captchav2-text-btn {
  /* width: 158px; */
  /* height: 36px; */
  display: flex;
  align-items: center;
  gap: 10px;
  top: 239px;
  left: 320px;
  border-radius: 4px;
  opacity: 1;
  font-family: Geistcos;
  font-weight: 400;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 36px;
  text-align: center;

  vertical-align: middle;
  /* background: rgba(59, 136, 252, 0.1); */
  color: rgba(59, 136, 252, 1);
}

.captchav2-text-btn img {
  width: 32px;
}

.captchav2-hero h1 {
  width: 100%;
  font-size: 3rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1rem;
  text-align: center;
  flex: 1;
}

.captchav2-content {
  max-width: 1280px;
  margin: 0 auto;
}

.captchav2 h1 {
  text-align: center;
}

.captchav2-content {
  display: flex;
  flex-direction: column;
  /* grid-template-columns: 1fr 1fr; */
  margin-top: 4rem;
  margin-bottom: 120px;
}

.cloudflare-solution-hero-desc {
  display: flex;
  padding: 12px;
  margin-top: 22px;
}

.public-stats-globe {
  width: 100%;
}

.public-stats-globe source,
.public-stats-globe img {

  width: 100%;
}

.cloudflare-solution-hero-desc .left {
  display: flex;
  font-family: Geistcos;
  justify-content: center;
  gap: 40px;
  font-weight: 400;

  font-size: 20px;
  line-height: 28px;

  text-align: left;
  flex: 1;
}

.public-stats-globe.right {
  position: relative;
}

.public-stats-globe.right::after {
  position: absolute;
  content: '';
  width: 130px;
  height: 130px;
  background: url('/assets/cloud.svg') no-repeat center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cloudflare-solution-hero-desc .left .cloudflare-solution-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cloudflare-solution-hero-desc .left .cloudflare-solution-item  {
  color: #666;
}

.type-cloud-box {}

.type-cloud-box h2 {
  color: #111;
  text-align: center;
  font-family: Geistcos;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}

.cloud-head-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 263px;
  height: 50px;
  border-radius: 6px;
  opacity: 1;
  background: linear-gradient(90deg, #FF9538 0%, #FFCB80 100%);
  margin: 0 auto;
  font-family: Geistcos;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 120px;
  cursor: pointer;
}


.cloudType-box {
  display: flex;
  gap: 20px;
  font-family: Geistcos;
}

.cloudType-box .cloudType-item {
  display: flex;
  flex: 1;
  background-color: #FDFAF6;
  border-radius: 10px;
  padding: 24px;
  gap: 12px;
}

.cloudType-box .cloudType-item .index_no {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  line-height: 28px;
  background: #FFEED7;
  font-weight: 500;
  font-size: 16px;
  flex-shrink: 0;
}

.cloudType-box .cloudType-item .item-content {
  text-align: left;
  font-family: Geistcos;
}

.cloudType-box .cloudType-item .item-content h3 {
  font-family: Geistcos;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;

  text-align: center;
}

.cloudType-box .cloudType-item .item-content h4 {
  color: #FFA11B;
  font-family: Geistcos;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.cloudType-box .cloudType-item .item-content strong {
  color: #333;
  font-family: Geistcos;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px
}

.cloudType-box .cloudType-item .item-content p,
.cloudType-box .cloudType-item .item-content span {
  color: #666;
  font-family: Geistcos;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}


/* Typeof Captcha */
.captcha-cases-section {
  max-width: 1280px;
  /* padding: 5rem 4rem; */
  margin: auto;
  background-color: #fff;
}

.captchav2-cases-container {
  max-width: 1280px;
  margin: 120px auto;
}

.captchav2-cases-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  font-family: Geistcos;
}

.captchav2-cases-text {
  text-align: center;
  flex: 1;
}

.captchav2-cases-text h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-color);
}

.captchav2-cases-description {
  font-size: 16px;
  font-family: Geistcos;
  color: #939aa9;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding: 0 80px;
}

.learn-more-btn {
  width: 232px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  text-align: center;
  /* background-color: var(--accent-color); */
  background: linear-gradient(90deg, #3987fc 0%, #6cd7fe 100%);
  color: var(--white);
  text-decoration: none;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.learn-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 176, 158, 0.2);
}

.typeof-captcha-box {
  flex: 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.captchav2-case-card {
  background-color: var(--white);
  /* border: 1px solid var(--border-color); */
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: left;
  border: 1px solid #e4e4e6;
}

.captchav2-case-card p {
  font-family: Geistcos;
  font-weight: 400;

  font-size: 18px;
  line-height: 32px;

}

.captchav2-case-card strong {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;

}

.captchav2-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.captchav2-case-text {
  font-family: Geistcos;
  font-weight: 400;

  font-size: 14px;
  line-height: 100%;

  text-align: left;
  color: #3b88fc;
  margin-bottom: 24px;
}

.captchav2-case-card h3 {
  font-family: Geistcos;
  font-weight: 400;

  font-size: 18px;
  line-height: 32px;

  /* color: #666; */
  font-family: Geistcos;
  margin: 0;
}

@media (max-width: 1024px) {
  .captchav2-cases-content {
    flex-direction: column;
    gap: 2rem;
  }

  .captchav2-cases-text {
    max-width: 100%;
    text-align: center;
    position: static;
  }

  .typeof-captcha-box {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .captcha-cases-section {
    padding: 3rem 2rem;
  }

  .captchav2-cases-text h2 {
    font-size: 2rem;
  }

  .captchav2-cases-description {
    font-size: 1rem;
  }

  .typeof-captcha-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .captchav2-case-card {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .typeof-captcha-box {
    grid-template-columns: 1fr;
  }
}

/* 价格表格 */
.captchav2-table {
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
  backdrop-filter: blur(20px);
  overflow: visible;
  margin-top: 60px;
}

.table-header {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr !important;
  padding: 20px 24px;
  font-weight: 600;
  color: #1a1a1a;
  overflow: hidden;
  font-size: 16px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-family: Geistcos;
  font-weight: 400;
  text-align: left;
}

.table-body {
  padding: 0;
  overflow: visible;
}

.captchav2-row {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr;
  padding: 18px 24px;
  align-items: center;
  /* 更平滑的过渡效果，与hover状态保持一致 */
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #F9F9F9;
}

.captchav2-row:last-child {
  border-bottom: none;
}

.captchav2-row:hover {
  background: #fff;
  /* 更优雅的放大效果 */
  transform: scale(1);
  /* 脱离容器限制 - 使用负margin扩展宽度 */
  margin-left: -30px;
  margin-right: -30px;
  /* 增加padding保持内容居中 */
  padding-left: 20px;
  padding-right: 20px;
  /* 提升层级，确保显示在最上层 */
  z-index: 100;
  /* 增强视觉效果 */
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  border-radius: 10px;
  /* 背景色变化 */
  /* background: linear-gradient(135deg, #764ba2 0%, #667eea 100%); */
}

.captchav2-info {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
}

.captchav2-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.captchav2-info {
  display: flex;
  /* flex-direction: column; */
  gap: 6px;
  font-weight: 500;
  /* width: 300px; */
}

.captchav2-main,
.captchav2-secondary {
  display: flex;
  align-items: center;
  gap: 2px;
}

.captchav2-highlight {
  color: #667eea;
  font-weight: 700;
  font-size: 1.05rem;
}

.captchav2-note {
  color: #6b7280;
  font-size: 0.85em;
  margin-left: 4px;
  font-weight: 400;
}

.success-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #10b981;
  font-weight: 600;
  background: rgba(16, 185, 129, 0.1);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.check-icon {
  width: 16px;
  height: 16px;
}

.pricing-cta {
  text-align: center;
  /* margin-top: px; */
  padding: 24px;
  margin-bottom: 40px;
}

.try-now-btn {
  background: linear-gradient(90deg, #3987fc 0%, #6cd7fe 100%);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 176, 158, 0.3);
}

.try-now-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 176, 158, 0.4);
}

@media (max-width: 1024px) {
  .captchav2-table {
    margin: 0 1rem;
  }

  .table-header,
  .captchav2-row {
    grid-template-columns: 2fr 1.3fr 1fr;
    padding: 16px 20px;
  }
}

@media (max-width: 768px) {
  .pricing-container h2 {
    font-size: 2rem;
  }

  .captchav2-table {
    border-radius: 12px;
    margin: 0;
  }

  .table-header,
  .captchav2-row {
    grid-template-columns: 1.8fr 1.2fr 1fr;
    font-size: 0.9rem;
    padding: 14px 16px;
  }

  .table-header {
    font-size: 0.85rem;
  }

  .captchav2-info {
    gap: 10px;
  }

  .captchav2-icon {
    width: 24px;
    height: 24px;
  }

  .captchav2-note {
    font-size: 0.8em;
  }

  .success-rate {
    padding: 4px 8px;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {

  .table-header,
  .captchav2-row {
    grid-template-columns: 1.5fr 1fr 0.8fr;
    font-size: 0.8rem;
    padding: 12px;
  }

  .table-header {
    font-size: 0.75rem;
  }

  .captchav2-icon {
    width: 20px;
    height: 20px;
  }

  .captchav2-info {
    gap: 8px;
    font-size: 0.85rem;
  }

  .captchav2-highlight {
    font-size: 0.95rem;
  }

  .success-rate {
    padding: 3px 6px;
    font-size: 0.75rem;
  }

  .captchav2-row:hover {
    /* 移动端禁用缩放和边框效果，保持简洁 */
    transform: none;
    border-left: none;
    background: rgba(102, 126, 234, 0.08);
    /* 移动端也添加轻微阴影效果 */
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.1);
    /* 移动端适度的宽度扩展效果 */
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    z-index: 10;
  }
}

/* Choose capunlock */
/* Typeof Captcha */
.Choose-cases-section {
  padding: 5rem 4rem;
  margin: auto;
  background-color: #fafbff;
}

.Choose-cases-container {
  max-width: 1280px;
  margin: 0 auto;
}

.Choose-cases-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  font-family: Geistcos;
}

.Choose-cases-text {
  text-align: center;
  flex: 1;
  /* max-width: 400px; */
  /* position: sticky;
          top: 100px; */
}

.Choose-cases-text h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.Choose-cases-description {
  font-size: 16px;
  font-family: Geistcos;
  color: #939aa9;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding: 0 80px;
}

.Choose-typeof-captcha-box {
  flex: 2;
  width: 100%;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

.Choose-case-card {
  /* background-color: var(--white); */
  /* border: 1px solid var(--border-color); */
  border-radius: 12px;
  /* padding: 1.5rem; */
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
  text-align: left;
}

.Choose-case-card p {
  font-family: Geistcos;
  font-weight: 400;

  font-size: 18px;
  line-height: 32px;

}

.Choose-case-card strong {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;

}

.Choose-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.Choose-case-icon {
  margin-bottom: 24px;
}

.Choose-case-icon,
.Choose-case-icon img {
  width: 34px;
  height: 34px;
  /* margin-bottom: 24px; */
}

.Choose-case-card span {
  font-family: Geistcos;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  color: #333;
  line-height: 100%;

}

.Choose-case-card p {
  font-family: Geistcos;
  font-weight: 400;

  font-size: 14px;
  line-height: 20px;

}

@media (max-width: 1024px) {
  .Choose-cases-content {
    flex-direction: column;
    gap: 2rem;
  }

  .Choose-cases-text {
    max-width: 100%;
    text-align: center;
    position: static;
  }

  /* .Supported-typeof-captcha-box {
              grid-template-columns: repeat(3, 1fr);
          } */
}

@media (max-width: 768px) {
  .Choose-cases-section {
    padding: 3rem 2rem;
  }

  .Choose-cases-text h2 {
    font-size: 2rem;
  }

  .Choose-cases-description {
    font-size: 1rem;
  }

  /* .Supported-typeof-captcha-box {
              grid-template-columns: repeat(2, 1fr);
              gap: 1rem;
          } */

  .Choose-case-card {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  /* .Supported-typeof-captcha-box {
              grid-template-columns: 1fr;
          } */
}

/* ---------------------------------------------------------------------------------------------------------- */

/* Supported capunlock */
/* Typeof Captcha */
.Supported-cases-section {
  padding: 5rem 4rem;
  margin: auto;
  background-color: #fff;
  padding-bottom: 120px;
}

.Supported-cases-container {
  max-width: 1280px;
  margin: 0 auto;
}

.Supported-cases-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  font-family: Geistcos;
}

.Supported-cases-text {
  text-align: center;
  flex: 1;
  /* max-width: 400px; */
  /* position: sticky;
          top: 100px; */
}

.Supported-cases-text h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.Supported-cases-text p {
  font-family: Geistcos;
  font-weight: 400;

  font-size: 18px;
  line-height: 32px;

  text-align: center;
  color: #666;
  padding: 0 200px;
}

.Supported-cases-description {
  font-size: 16px;
  font-family: Geistcos;
  color: #939aa9;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding: 0 80px;
}

/* .Supported-typeof-captcha-box {
          flex: 2;
          width: 100%;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 1.5rem;
      } */

.Supported-case-card {
  /* background-color: var(--white); */
  /* border: 1px solid var(--border-color); */
  display: flex;
  height: 48px;
  align-items: center;
  border-radius: 6px;
  /* padding: 1.5rem; */
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
  text-align: left;
  border: 1px solid #e4e4e6;
}

.Supported-case-card p {
  font-family: Geistcos;
  font-weight: 400;

  font-size: 18px;
  line-height: 32px;

}

.Supported-case-card strong {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;

}

.Supported-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.Supported-case-icon,
.Supported-case-icon img {
  width: 34px;
  height: 34px;
  /* margin-bottom: 24px; */
}

.Supported-case-card h3 {
  font-family: Geistcos;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;

  margin-bottom: 12px;
}

.Supported-case-card p {
  font-family: Geistcos;
  font-weight: 400;

  font-size: 14px;
  line-height: 20px;

}

.Supported-row-one,
.Supported-row-two,
.Supported-row-three {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
}

@media (max-width: 1024px) {
  .Supported-cases-content {
    flex-direction: column;
    gap: 2rem;
  }

  .Supported-cases-text {
    max-width: 100%;
    text-align: center;
    position: static;
  }

  /* .Supported-typeof-captcha-box {
              grid-template-columns: repeat(3, 1fr);
          } */
}

@media (max-width: 768px) {
  .Supported-cases-section {
    padding: 3rem 2rem;
  }

  .Supported-cases-text h2 {
    font-size: 2rem;
  }

  .Supported-cases-description {
    font-size: 1rem;
  }

  /* .Supported-typeof-captcha-box {
              grid-template-columns: repeat(2, 1fr);
              gap: 1rem;
          } */

  .Supported-case-card {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  /* .Supported-typeof-captcha-box {
              grid-template-columns: 1fr;
          } */
}


/* solve */
.solve-section {
  background-color: #F6F7FD;
  padding: 120px 4rem;
}

.solve-section .solve-container {
  max-width: 1280px;
  margin: 0 auto;
}

.solve-container h1 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Geistcos;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;

  color: #111;
}

.solve-content {
  display: flex;
  gap: 20px;
}

.slove-content-left {
  /* border: 1px solid #e4e4e6; */
  /* background: #f9f9f9;
  border-radius: 10px; */
  width: 480px;
  height: 553px;
  background-clip: border-box;
}

.slove-steps {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.slove-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.slove-head .slove-head-text {
  font-family: Geistcos;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #111;
}

.slove-step-content {
  display: flex;
  gap: 17px;
  position: relative;
}

.slove-step-content::after {
  position: absolute;
  content: "";
  top: 15px;
  height: 0;
  border-bottom: 1px dashed #e4e4e6;
  width: 78%;
  /* z-index: 0; */
}

.slove-step-content .span {
  font-family: Geistcos;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;

  color: #666;
}

.slove-step-three,
.slove-step-two,
.slove-step-four,
.slove-step-one {
  position: relative;
  z-index: 10;
  font-size: 14px;
  color: #666666;
  flex: 1;
}

.step-tag {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  text-align: center;
  border-radius: 6px;
  background: #FFF1DB;
  color: #D99622;
  font-family: Geistcos;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 12px;
}

.slove-content-right {
  flex: 1;
  background: #f9f9f9;
  border: 1px solid #e4e4e6;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  height: 553px;
}

.slove-content-right .extension-desc {
  font-family: Geistcos;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin: 15px 0;
}

.slove-content-right .slove-right-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Geistcos;
  font-weight: 400;
  font-size: 20px;
  color: #111;
}

.extension-box {
  display: flex;
  gap: 20px;
  flex: 1
}

.extension-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  flex: 1
}

.extension-icon-title {
  display: flex;
  align-items: center;
  background: #FCF7F0;
  border-radius: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #757A94;
  width: 139px;
  margin-bottom: 22px;
}

.extension-icon-title img {
  width: 36px;
  height: 36px;
  margin-right: 4px;
}

.extension-item strong {
  font-family: Geistcos;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #333;
}

.extension-item p {
  font-family: Geistcos;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #999;
  margin-top: 16px;
}

.extension-install-btn {
  width: 100%;
  height: 50px;
  opacity: 1;
  border-radius: 6px;
  background: linear-gradient(90deg, #3987fc 0%, #6cd7fe 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-family: Geistcos;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;

  color: #ffffff;
  margin-top: 30px;

  cursor: pointer;
}

/* slove */

/* 代码编辑器样式 */
.captcha-cases-section .step-card {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  background: url("/assets/step-card-bg.svg") no-repeat;
  height: 178px;
  background-size: 100% 100%;
  width: 100%;
  min-width: 1200px;
  background-position: center;
}

.step-card .step-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.step-card-item img {
  width: 40px;
}

.step-card-item p {
  font-family: Geistcos;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;

  text-align: center;

  color: #333;
}

.step-card {
  position: relative;
}

.step-card .arrow-line1,
.step-card .arrow-line2,
.step-card .arrow-line3 {
  position: absolute;
  top: 40%;
}

.step-card .arrow-line1 {
  left: 18%;
}

.step-card .arrow-line2 {
  left: 43%;
}

.step-card .arrow-line3 {
  left: 68%;
}

/* ------------------------ */

.code-captcha-box {
  position: relative;
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
  border-radius: 12px;
  padding: 24px 32px;
  margin: 0 0 30px 0;
  min-height: 400px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border: 1px solid #4a5568;
  border-top: none;
  width: 100%;
}

/* 窗口控制按钮 */
.code-captcha-box::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff5f56;
  box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #27ca3f;
}