@charset "UTF-8";
.ai-partner-page {
  padding-top: 128px;
  overflow: hidden;
  color: #333;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

/* 首屏背景：沿用 Figma 提供的临时大图资源 */
.ai-hero {
  position: relative;
  overflow: hidden;
  background: #eaf3ff url("https://res.callmysoft.com/wm-static-resource/wm/755_wm/hero-bg1.png") center bottom/cover no-repeat;
}
.ai-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(235, 244, 255, 0.16) 0%, rgba(247, 251, 255, 0) 56%);
  pointer-events: none;
}

.ai-hero__inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 153px;
  padding-bottom: 126px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}

.ai-hero__copy {
  flex: 0 0 610px;
  min-width: 0;
}
.ai-hero__copy h1 {
  margin: 0;
  color: #333;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.ai-hero__copy h1 span {
  position: relative;
  display: inline-block;
  color: #0d64fb;
  font-size: 58px;
}
.ai-hero__copy h1 span::after {
  content: "";
  position: absolute;
  right: -19px;
  bottom: -8px;
  width: 108px;
  height: 28px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/755_wm/tag.png") center/contain no-repeat;
}

/* 卖点列表：图标来自 Figma 临时 SVG */
.ai-hero__points {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 37px 0 51px;
  padding: 0;
  list-style: none;
}
.ai-hero__points li {
  position: relative;
  padding-left: 30px;
  color: rgba(50, 50, 50, 0.8);
  font-size: 20px;
  line-height: 1.35;
  white-space: nowrap;
}
.ai-hero__points li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/755_wm/like.png") center/contain no-repeat;
}
.ai-hero__points li span {
  color: #0d64fb;
  font-weight: 700;
}

/* 下载按钮：保留 win64_url 绑定，避免影响现有下载逻辑 */
.ai-hero__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 278px;
  height: 70px;
  border-radius: 43px;
  background: linear-gradient(90deg, #6b64ff 0%, #2565ff 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}
.ai-hero__download img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ai-hero__download:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(90deg, #6B64FF 0%, #2565FF 100%);
}

/* 右侧视觉区域：使用项目内预览图资源 */
.ai-hero__visual {
  flex: 0 0 723px;
  height: 359px;
  margin-top: 30px;
  margin-right: -115px;
  margin-left: auto;
}
.ai-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.3) translate(0, 16px);
  -webkit-transform: scale(1.3) translate(0, 16px);
  -moz-transform: scale(1.3) translate(0, 16px);
  -ms-transform: scale(1.3) translate(0, 16px);
  -o-transform: scale(1.3) translate(0, 16px);
}

/* ====================
   第二屏：智能进化功能卡片
   ==================== */
.ai-feature-section {
  background: #fff;
}

.ai-feature-section__inner {
  width: 1201px;
  margin: 0 auto;
  padding-top: 88px;
  padding-bottom: 95px;
  box-sizing: border-box;
}
.ai-feature-section__inner h2 {
  margin: 0;
  color: #333;
  font-family: "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}

.ai-feature-list {
  display: flex;
  gap: 27px;
  margin-top: 72px;
}

.ai-feature-card {
  flex: 0 0 280px;
  width: 280px;
  height: 350px;
  padding: 35px 0 0 25px;
  border: 3px solid #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 1px 7.1px rgba(120, 120, 120, 0.25);
}
.ai-feature-card--memory {
  background: linear-gradient(180deg, #fdf3ee 0%, #fff 100%);
}
.ai-feature-card--persona {
  background: linear-gradient(180deg, #fff1f1 0%, #fff 100%);
}
.ai-feature-card--privacy {
  background: linear-gradient(180deg, #eff6fd 0%, #fff 100%);
}
.ai-feature-card--platform {
  background: linear-gradient(180deg, #f4edfd 0%, #fff 100%);
}
.ai-feature-card h3 {
  margin: 32px 0 0;
  color: #333;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
}
.ai-feature-card p {
  margin: 16px 0 0;
  width: 230px;
  color: #363636;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.ai-feature-card--persona h3 {
  margin-top: 27px;
}
.ai-feature-card:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

.ai-feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.ai-feature-card__icon img {
  display: block;
  max-width: 80px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ====================
   第三屏：热门陪伴智能体
   ==================== */
.ai-agent-section {
  background: #fff;
}

.ai-agent-section__inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 74px;
  padding-bottom: 120px;
  box-sizing: border-box;
}
.ai-agent-section__inner h2 {
  margin: 0;
  color: #333;
  font-family: "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.ai-agent-section__subtitle {
  margin: 17px 0 0;
  color: #555;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.ai-agent-group {
  margin-top: 53px;
}
.ai-agent-group + .ai-agent-group {
  margin-top: 86px;
}
.ai-agent-group h3 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  margin: 0;
  padding-left: 19px;
  color: #1b1c1c;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
}
.ai-agent-group h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 6px;
  height: 30px;
  border-radius: 999px;
  background: #337eff;
}

.ai-agent-list {
  display: grid;
  grid-template-columns: repeat(3, 367px);
  gap: 47px;
  margin-top: 37px;
}

.ai-agent-card {
  overflow: hidden;
  width: 367px;
  height: 371px;
  border-radius: 16px;
  background: #f6f9ff;
  box-shadow: 0 0 23.3px rgba(41, 74, 102, 0.1);
}
.ai-agent-card--blue {
  background: #f6f9ff;
}
.ai-agent-card--cream {
  background: #fff8f3;
}
.ai-agent-card--purple {
  background: #fbf6fe;
}
.ai-agent-card:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

.ai-agent-card__image {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 240px;
  overflow: hidden;
}
.ai-agent-card__image img:not(.ai-agent-card__deco):not(.ai-agent-card__mbti) {
  display: block;
  width: 322px;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.ai-agent-card__mbti {
  position: absolute;
  top: 20px;
  right: 19px;
  width: 105.4px;
  height: 93px;
  aspect-ratio: 17/15;
}

/* 角色图尺寸不一致，按卡片类型分别微调，才能贴近设计稿的视觉重心 */
.ai-agent-card--night .ai-agent-card__image img:not(.ai-agent-card__deco):not(.ai-agent-card__mbti) {
  width: 322px;
  height: 258px;
}

.ai-agent-card--mbti .ai-agent-card__image img:not(.ai-agent-card__deco):not(.ai-agent-card__mbti) {
  width: 260px;
  height: 338px;
  margin-top: 5px;
}

.ai-agent-card--food .ai-agent-card__image img:not(.ai-agent-card__deco):not(.ai-agent-card__mbti) {
  width: 292px;
  height: 310px;
}

.ai-agent-card--study .ai-agent-card__image img:not(.ai-agent-card__deco):not(.ai-agent-card__mbti) {
  width: 281px;
  height: 262px;
  margin-top: 9px;
}

.ai-agent-card--sister .ai-agent-card__image img:not(.ai-agent-card__deco):not(.ai-agent-card__mbti) {
  width: 271px;
  height: 271px;
  margin-top: 8px;
}

.ai-agent-card--colleague .ai-agent-card__image img:not(.ai-agent-card__deco):not(.ai-agent-card__mbti) {
  width: 288px;
  height: 327px;
  margin-top: 6px;
}

.ai-agent-card__deco {
  position: absolute;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: 1;
}
.ai-agent-card__deco--top {
  top: 10px;
  right: 24px;
  width: 45px;
  height: 45px;
}
.ai-agent-card__deco--side {
  left: 18px;
  top: 152px;
  width: 54px;
  height: 54px;
}

.ai-agent-card__copy {
  min-height: 131px;
  padding: 31px 28px 0;
  box-sizing: border-box;
  background: #fff;
}
.ai-agent-card__copy h4 {
  margin: 0;
  color: #333;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
}
.ai-agent-card__copy p {
  margin: 13px 0 0;
  color: #555;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

/* ====================
   第四屏：治愈场景切换
   ==================== */
.ai-scene-section {
  background: linear-gradient(181deg, #eaf4ff 1.22%, #fff 98.41%);
}

.ai-scene-section__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 76px 0 130px;
  box-sizing: border-box;
}
.ai-scene-section__inner h2 {
  margin: 0;
  color: #111;
  font-family: "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.ai-scene-tabs-swiper {
  width: 100%;
  margin-top: 52px;
  overflow: visible;
}
.ai-scene-tabs-swiper .swiper-wrapper {
  justify-content: center;
  align-items: center;
}
.ai-scene-tabs-swiper .swiper-slide {
  width: auto;
}

.ai-scene-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: auto;
  min-width: 182px;
  height: 62px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #444;
  cursor: pointer;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.ai-scene-tab:focus-visible {
  outline: 2px solid rgba(50, 103, 246, 0.28);
  outline-offset: 4px;
}
.ai-scene-tab.swiper-slide-thumb-active {
  background: #fff;
  box-shadow: 0 10px 28px rgba(74, 112, 160, 0.14);
  color: #3267f6;
}

.ai-scene-tab__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ai-scene-tab__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ai-scene-tab__icon-default {
  display: block;
}

.ai-scene-tab__icon-active {
  display: none;
}

.ai-scene-tab.swiper-slide-thumb-active .ai-scene-tab__icon-default {
  display: none;
}
.ai-scene-tab.swiper-slide-thumb-active .ai-scene-tab__icon-active {
  display: block;
}

.ai-scene-tab__label {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 26px;
  line-height: 1.4;
  white-space: nowrap;
}

.ai-scene-content-swiper {
  margin-top: 55px;
  padding: 24px 0 36px;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: -32px;
}
.ai-scene-content-swiper .swiper-slide {
  padding: 0 40px;
  box-sizing: border-box;
  height: auto;
  overflow: visible;
}

.ai-scene-card {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  max-height: 463px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 38.3px rgba(36, 116, 186, 0.15);
}

.ai-scene-card__copy {
  display: flex;
  flex: 0 0 390px;
  flex-direction: column;
  justify-content: center;
  padding: 0 36px 0 65px;
  background: rgba(255, 255, 255, 0.92);
}
.ai-scene-card__copy h3 {
  margin: 0 0 0 4px;
  color: #444;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
}
.ai-scene-card__copy p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 0;
  color: #444;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 26px;
  line-height: 1.6;
}

.ai-scene-card--scene-one .ai-scene-card__copy p,
.ai-scene-card--scene-two .ai-scene-card__copy p {
  max-width: 342px;
}

.ai-scene-card--scene-one .ai-scene-card__bubble {
  max-width: none;
}
.ai-scene-card--scene-one .ai-scene-card__bubble--one {
  top: 106px;
  left: 70px;
  width: 220px;
  padding: 15px 8px 13px 13px;
}
.ai-scene-card--scene-one .ai-scene-card__bubble--two {
  top: 166px;
  left: 112px;
  width: 200px;
  padding-right: 15px;
}
.ai-scene-card--scene-one .ai-scene-card__bubble--three {
  top: 245px;
  left: 46px;
  width: 228px;
  padding: 15px 19px 9px 18px;
}

.ai-scene-card--scene-two .ai-scene-card__bubble {
  max-width: none;
}
.ai-scene-card--scene-two .ai-scene-card__bubble--one {
  top: 87px;
  left: 47px;
  width: auto;
  max-width: 208px;
  white-space: nowrap;
}
.ai-scene-card--scene-two .ai-scene-card__bubble--two {
  top: 141px;
  left: 117px;
  width: 210px;
  padding-right: 15px;
}
.ai-scene-card--scene-two .ai-scene-card__bubble--three {
  top: 242px;
  left: 80px;
  width: 208px;
  padding-right: 13px;
}

.ai-scene-card--scene-three .ai-scene-card__copy p,
.ai-scene-card--scene-four .ai-scene-card__copy p,
.ai-scene-card--scene-five .ai-scene-card__copy p {
  max-width: 342px;
}

.ai-scene-card__visual {
  position: relative;
  display: flex;
  flex: 1;
  min-width: 0;
  min-height: 463px;
}

.ai-scene-card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ai-scene-card__bubble {
  position: absolute;
  max-width: 224px;
  padding: 11px 14px;
  border-radius: 12px;
  color: #2f2f30;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.63;
  box-sizing: border-box;
}
.ai-scene-card__bubble--one, .ai-scene-card__bubble--three {
  background: #d3e0ff;
  box-shadow: 0 10px 15px rgba(112, 74, 36, 0.12);
}
.ai-scene-card__bubble--two {
  background: #fff0e5;
}
.ai-scene-card__bubble--one {
  top: 114px;
  left: 47px;
}
.ai-scene-card__bubble--two {
  top: 170px;
  left: 93px;
}
.ai-scene-card__bubble--three {
  top: 245px;
  left: 46px;
}

.ai-scene-card--scene-three .ai-scene-card__bubble {
  max-width: none;
}
.ai-scene-card--scene-three .ai-scene-card__bubble--one {
  top: 53px;
  left: 369px;
  width: 217px;
  padding-right: 13px;
}
.ai-scene-card--scene-three .ai-scene-card__bubble--two {
  top: 149px;
  left: 412px;
  width: 222px;
  padding-right: 15px;
}

.ai-scene-card--scene-four .ai-scene-card__bubble {
  max-width: none;
}
.ai-scene-card--scene-four .ai-scene-card__bubble--one {
  top: 80px;
  left: 45px;
  width: 214px;
  padding-right: 13px;
}
.ai-scene-card--scene-four .ai-scene-card__bubble--two {
  top: 220px;
  left: 110px;
  width: 210px;
  padding-right: 15px;
}

.ai-scene-card--scene-five .ai-scene-card__bubble {
  max-width: none;
}
.ai-scene-card--scene-five .ai-scene-card__bubble--one {
  top: 75px;
  left: 58px;
  width: 208px;
  padding-right: 13px;
}
.ai-scene-card--scene-five .ai-scene-card__bubble--two {
  top: 148px;
  left: 102px;
  width: 218px;
  padding-right: 15px;
}
.ai-scene-card--scene-five .ai-scene-card__bubble--three {
  top: 226px;
  left: 102px;
  width: 220px;
  padding-right: 15px;
  background: #fff0e5;
}

/* ====================
   底部 CTA：按 Figma foot 节点还原
   ==================== */
.ai-footer-cta {
  background: #eaf4ff url("https://res.callmysoft.com/wm-static-resource/wm/755_wm/foot-bg1.png") center/cover no-repeat;
}

.ai-footer-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  min-height: 401px;
  margin: 0 auto;
  padding: 105px 0 88px;
  box-sizing: border-box;
  text-align: center;
}
.ai-footer-cta__inner h2 {
  margin: 0;
  color: #333;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.38px;
}
.ai-footer-cta__inner p {
  margin: 22px 0 0;
  color: #555;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.64px;
}

.ai-footer-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 278px;
  height: 70px;
  margin-top: 34px;
  border-radius: 43px;
  background: linear-gradient(90deg, #6b64ff 0%, #2565ff 100%);
  color: #fff;
  text-decoration: none;
}
.ai-footer-cta__button img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ai-footer-cta__button span {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1px;
}
.ai-footer-cta__button:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(90deg, #6B64FF 0%, #2565FF 100%);
}/*# sourceMappingURL=style.css.map */