/* 易询盘GEO 产品页面样式 */

/* Banner区域 */
.geo-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.geo-banner-bg {
  width: 100%;
  display: block;
  min-height: 500px;
  object-fit: cover;
}

/* Banner按钮包装器 */
.geo-banner-btn-wrapper {
  position: absolute;
  bottom: 18%;
  left: 104px;
}

/* Banner体验按钮样式 - 紫色渐变填充 */
.geo-experience-btn {
  height: 42px;
  padding: 0 14px 0 10px;
  background: linear-gradient(82deg, #9056FA 0%, #7530E3 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(117, 48, 227, 0.3);
}

.geo-experience-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(117, 48, 227, 0.4);
}

.geo-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  padding: 0 104px;
  box-sizing: border-box;
}

/* 大屏幕上向左偏移100px */
@media (min-width: 1600px) {
  .geo-banner-content {
    left: calc(50% - 100px);
  }
}

.geo-banner-text {
  max-width: 520px;
}

.geo-banner-text h1 {
  font-size: 42px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 4px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.geo-banner-text h2 {
  font-size: 36px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 8px;
  line-height: 1.2;
}

.geo-banner-text h2 .highlight {
  color: #8349FD;
  font-weight: 600;
}

.geo-banner-text .english {
  font-size: 22px;
  color: #4a4a5a;
  margin-bottom: 16px;
  font-weight: 500;
}

.geo-banner-text .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 28px;
}

.geo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff7f00 0%, #ff9500 100%);
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 127, 0, 0.3);
}

.geo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 127, 0, 0.4);
  color: #fff;
}

.geo-btn img {
  width: 20px;
  height: 20px;
}

/* 什么是易询盘GEO */
.geo-intro {
  padding: 80px 0;
  background: #fff;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 550;
  color: #333333;
  margin-bottom: 20px;
}

.section-title p {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
}

.section-title .brand-name {
  color: #8349FD;
  font-size: 24px;
  font-weight: 400;
}

.geo-intro-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.geo-demo-box {
  flex: 1;
  max-width: 772px;
  margin-left: 100px;
}

.geo-search-demo {
  position: relative;
}

.geo-search-demo img {
  width: 100%;
  border-radius: 12px;
}

/* 标题在右边（用户提问效果） */
.typewriter-title {
  position: absolute;
  top: 65px;
  left: 65px;
  right: 65px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #374151;
  background: transparent;
  padding: 8px 24px;
  border-radius: 6px;
  box-shadow: none;
  text-align: right;
}

/* 标题打字机光标效果 - 只在打字时显示 */
.typewriter-title.typing::after {
  content: '|';
  animation: blink 0.7s infinite;
  margin-left: 2px;
}

/* 打字机效果覆盖层 */
.typewriter-overlay {
  position: absolute;
  top: 107px;
  left: 65px;
  right: 65px;
  bottom: 80px;
  background: transparent;
  border: none;
  border-radius: 8px;
  padding: 20px 24px;
  overflow-y: auto;
  box-shadow: none;
}

/* 自定义滚动条 */
.typewriter-overlay::-webkit-scrollbar {
  width: 6px;
}

.typewriter-overlay::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.typewriter-overlay::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.typewriter-overlay::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.typewriter-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #374151;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.typewriter-content strong,
.typewriter-content b {
  font-weight: bold !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* 下划线文本效果 - 每行文字都有下划线 */
.typewriter-content .underline-text {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* 打字完成后，下划线逐渐显示 */
.typewriter-content.typing-done .underline-text {
  animation: underlineReveal 1.5s ease-out forwards;
}

@keyframes underlineReveal {
  0% {
    text-decoration-color: transparent;
  }

  100% {
    text-decoration-color: #FF5B1A;
  }
}

/* 缩小段落间距 */
.typewriter-content br {
  display: block;
  content: "";
  margin-top: 4px;
}

/* 打字机光标效果 - 只在打字时显示 */
.typewriter-content.typing::after {
  content: '|';
  animation: blink 0.7s infinite;
  margin-left: 2px;
}

@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

.geo-ai-logos {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 383px;
  transform: translateX(-100px);
}

.ai-logo-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
}

.ai-logo-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.ai-logo-item img {
  width: 36px;
  height: 36px;
}

.ai-logo-item .hover {
  display: none;
}

.ai-logo-item span {
  font-size: 16px;
  font-weight: 500;
}

.ai-logo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 383px;
  height: 60px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ai-logo-btn:hover {
  transform: translateY(-2px);
}

.ai-logo-btn img {
  width: 353px !important;
  height: 117px !important;
  object-fit: contain !important;
}

.ai-logo-btn img.normal,
.ai-logo-btn img.hover {
  width: 353px !important;
  height: 117px !important;
  object-fit: contain !important;
}

.ai-logo-btn .hover {
  display: none;
}

.ai-logo-btn:hover .normal,
.ai-logo-btn.active .normal {
  display: none;
}

.ai-logo-btn:hover .hover,
.ai-logo-btn.active .hover {
  display: inline-block;
}

/* 低亮状态 - 当其他按钮被悬停时，显示 normal 图片 */
.ai-logo-btn.dimmed {
  transform: none;
}

.ai-logo-btn.dimmed .normal {
  display: inline-block;
}

.ai-logo-btn.dimmed .hover {
  display: none;
}

/* 悬停高亮状态 */
.ai-logo-btn.hovered {
  opacity: 1;
  transform: translateY(-2px);
}

.ai-logo-btn.hovered .normal {
  display: none;
}

.ai-logo-btn.hovered .hover {
  display: inline-block;
}

/* 防止geo-ai-logos区域内的按钮被拉伸，并调整左对齐 */
.geo-ai-logos .geo-experience-btn {
  align-self: flex-start;
  margin-left: 95px;
}

.ai-logo-item.chatgpt:hover {
  border-left: 3px solid #10a37f;
}

.ai-logo-item.gemini:hover {
  border-left: 3px solid #4285f4;
}

.ai-logo-item.grok:hover {
  border-left: 3px solid #000;
}

.geo-btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff7f00 0%, #ff9500 100%);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.geo-btn-small:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 127, 0, 0.3);
  color: #fff;
}

.geo-btn-small img {
  width: 16px;
  height: 16px;
}

/* 优势区域 */
.geo-advantages {
  padding: 80px 0;
  background: linear-gradient(180deg, #F0F0F0 0%, rgba(255, 255, 255, 0) 100%);
}

.geo-advantages-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.advantages-list {
  flex: 1;
  margin-left: 100px;
}

.advantage-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.advantage-item-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.advantage-number {
  font-size: 36px;
  font-weight: 600;
  color: #FF5B1A;
  line-height: 1;
}

.advantage-item-header h3 {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin: 0;
  position: relative;
  left: -3px;
}

.advantage-desc {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.highlight-number {
  color: #FF5B1A;
  font-weight: 600;
}

.advantage-text strong {
  color: #ff7f00;
  font-weight: 600;
}

.advantages-image {
  flex: 1;
  max-width: 600px;
  transform: translateX(-50px);
}

.advantages-image img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1.09);
}

/* 表单区域 */
.geo-form-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.geo-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #fff5eb 0%, #fff 50%, #f0f8ff 100%);
  z-index: 0;
}

.geo-form-section .mainbox {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 60px;
}

.geo-form-content {
  flex: 1;
  max-width: 500px;
}

.geo-form-title {
  margin-bottom: 30px;
}

.geo-form-title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.geo-form-title p {
  font-size: 16px;
  color: #666;
}

.geo-form-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.geo-form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.geo-input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #f9f9f9;
}

.geo-input:focus {
  border-color: #ff7f00;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 127, 0, 0.1);
}

.geo-input::placeholder {
  color: #999;
}

.captcha-row {
  display: flex;
  gap: 15px;
}

.captcha-input {
  flex: 1;
}

.captcha-box {
  width: 120px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.captcha-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.geo-submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #ff7f00 0%, #ff9500 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.geo-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 127, 0, 0.4);
}

.geo-form-mascot {
  flex: 1;
  text-align: center;
}

.geo-form-mascot img {
  max-width: 100%;
  max-height: 400px;
}

/* 响应式 */
@media (max-width: 1200px) {
  .geo-banner-text h1 {
    font-size: 40px;
  }

  .geo-banner-text h2 {
    font-size: 30px;
  }

  .section-title h2 {
    font-size: 30px;
  }
}

/* 平板端 */
@media (max-width: 992px) {
  .geo-intro-content {
    flex-direction: column;
  }

  .geo-demo-box {
    margin-left: 0;
    max-width: 100%;
  }

  .geo-ai-logos {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    transform: none;
    margin-top: 30px;
  }

  .ai-logo-btn {
    width: auto;
    height: auto;
  }

  .ai-logo-btn img,
  .ai-logo-btn img.normal,
  .ai-logo-btn img.hover {
    width: 260px !important;
    height: 86px !important;
  }

  .geo-ai-logos .geo-experience-btn {
    margin-left: 0;
    width: 100%;
    max-width: 260px;
  }

  .geo-advantages-content {
    flex-direction: column;
  }

  .advantages-list {
    margin-left: 0;
  }

  .advantages-image {
    max-width: 100%;
    order: -1;
    transform: none;
  }

  .geo-form-section .mainbox {
    flex-direction: column;
  }

  .geo-form-content {
    max-width: 100%;
  }

  .geo-form-mascot {
    display: none;
  }
}

/* 手机端 */
@media (max-width: 768px) {
  .geo-banner-bg {
    min-height: 400px;
  }

  .geo-banner-content {
    padding: 0 20px;
  }

  .geo-banner-text h1 {
    font-size: 28px;
  }

  .geo-banner-text h2 {
    font-size: 22px;
  }

  .geo-banner-text .english {
    font-size: 16px;
  }

  .geo-banner-text .desc {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .geo-intro,
  .geo-advantages,
  .geo-form-section {
    padding: 50px 0;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .section-title p {
    font-size: 14px;
  }

  .section-title .brand-name {
    font-size: 18px;
  }

  .geo-ai-logos {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .ai-logo-btn {
    width: 100%;
    max-width: 280px;
  }

  .ai-logo-btn img,
  .ai-logo-btn img.normal,
  .ai-logo-btn img.hover {
    width: 100% !important;
    max-width: 240px !important;
    height: auto !important;
  }

  .geo-ai-logos .geo-experience-btn {
    margin-left: 0;
    align-self: center;
    width: 100%;
    max-width: 240px;
  }

  .advantage-item {
    flex-direction: column;
    gap: 10px;
  }

  .advantage-number {
    font-size: 32px;
    min-width: auto;
  }

  .advantage-item-header h3 {
    font-size: 18px;
  }

  .advantage-desc {
    font-size: 14px;
  }

  .geo-form-row {
    flex-direction: column;
  }
}

/* 超小屏手机端 */
@media (max-width: 480px) {
  .geo-banner-text h1 {
    font-size: 24px;
  }

  .geo-banner-text h2 {
    font-size: 18px;
  }

  .geo-banner-text .english {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 20px;
  }

  .ai-logo-btn img,
  .ai-logo-btn img.normal,
  .ai-logo-btn img.hover {
    max-width: 200px !important;
  }

  .geo-ai-logos .geo-experience-btn {
    max-width: 200px;
    font-size: 14px;
    height: 38px;
  }
}