:root {
  --primary: #2e69c0;
  --dark: #102544;
  --text: #1d2a40;
  --muted: #62718b;
  --line: #d6e2f6;
  --card: #ffffff;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
  color: var(--text);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  padding-top: 66px;
}




.container { width: min(1240px, 94vw); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}


.nav-wrap { min-height: 66px; display: flex; justify-content: space-between; align-items: center; }
.logo { text-decoration: none; color: var(--dark); font-weight: 800; font-size: 22px; }
.nav { display: flex; align-items: center; gap: 10px; }
.nav-tab {
  text-decoration: none;
  color: #244978;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 16px;
  border: 1px solid #c8d8f1;
  border-radius: 10px;
  background: #fff;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

}
.nav-tab:hover,
.nav-tab.is-active {
  color: #fff;
  background: #2e69c0;
  border-color: #2e69c0;
}
.nav-share {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  border: 1px solid #22c55e;
  border-radius: 10px;
  background: #22c55e;
  cursor: pointer;
}
.nav-share:hover {
  background: #16a34a;
  border-color: #16a34a;
}

.nav a[href="./about.html"],
#wechatShareBtn,
#timelineShareBtn {
  display: none !important;
}

.menu-btn { display: none; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--primary); padding: 8px 10px; }

.overview { padding: 24px 0 12px; }

.overview-wrap {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 24px;
  background: #fff;
}
.overview-wrap h1 { margin: 0; font-size: clamp(30px, 3.1vw, 43px); color: var(--dark); }
.overview-rate {
  color: #e53935;
  font-size: 1.28em;
  font-weight: 900;
}
.overview-wrap p { margin: 8px 0 0; color: var(--muted); }

.slides-section {
  padding: 8px 0 48px;
  background: #fff;
}

#slidesContainer [class*="-frame"] {
  background: #f8fbff !important;
}

#aiCases,
#customCases,
#aboutUs {
  scroll-margin-top: 90px;
}

.slide-block {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(37, 79, 144, 0.08);
}

.slide-head {
  display: none !important;
}

[class$="-dots"] {
  display: none !important;
}

#slidesContainer img,
#slidesContainer video {
  cursor: zoom-in;
}







body.media-viewer-open {
  overflow: hidden;
}

.media-viewer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;

  display: none;
  align-items: center;
  justify-content: center;
}

.media-viewer.open {
  display: flex;
}

.media-viewer-stage {
  width: min(96vw, 1480px);
  max-height: 94vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.media-viewer-image,
.media-viewer-video {
  max-width: 100%;
  max-height: 94vh;
  display: none;
  object-fit: contain;
}

.media-viewer-image {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: none;
  will-change: transform;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
}


.media-viewer-image.show,
.media-viewer-video.show {
  display: block;
}

.media-viewer-close {
  position: absolute;
  right: 26px;
  top: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.media-viewer-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.media-viewer-prev { left: 18px; }
.media-viewer-next { right: 18px; }

.first-slide {
  border-radius: 0;
}

.first-frame {
  position: relative;
  background: #f8fbff;
  min-height: 760px;
  padding: 30px 28px 22px;
}

.first-top-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 16px;
  background: #7fb0f6;
}

.first-main-title {
  margin-top: 52px;
  text-align: center;
  color: #0a2a5d;
  font-size: clamp(26px, 2.5vw, 48px);
  font-weight: 800;
}


.first-sub-title {
  margin-top: 54px;
  text-align: center;
  color: #133463;
  font-size: clamp(19px, 1.76vw, 35px);
  font-weight: 800;
}


.first-card-wrap {
  margin: 72px auto 0;
  width: min(1120px, 96%);
  border: 1px solid #deebfe;
  border-radius: 20px;
  background: #f1f7ff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  overflow: hidden;
}

.first-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  background: rgba(230, 240, 255, 0.9);
  border: 1px solid #d9e8fd;
  border-radius: 16px;
}

.first-divider.d1 { left: 33.33%; transform: translateX(-45px); }
.first-divider.d2 { left: 66.66%; transform: translateX(-45px); }

.first-col {
  position: relative;
  z-index: 1;
  min-height: 212px;
  padding: 28px 14px 20px;
  text-align: center;
}

.first-col img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}

.first-col .t1 {
  margin-top: 10px;
  color: #67a5f3;
  font-weight: 700;
  font-size: clamp(24px, 1.8vw, 34px);
}

.first-col .t2 {
  margin-top: 6px;
  color: #132f5c;
  font-weight: 700;
  font-size: clamp(20px, 1.4vw, 28px);
}

.first-foot {
  margin-top: 86px;
  text-align: center;
  color: #0d2f63;
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 800;
}

.second-slide {
  border-radius: 0;
}

.second-frame {
  background: #f8fbff;
  min-height: 760px;
  padding: 42px 34px 24px;
}

.second-title {
  margin: 0;
  color: #0a2e64;
  font-size: clamp(24px, 2.4vw, 45px);
  font-weight: 900;
  letter-spacing: 0.5px;
}


.second-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.second-item {
  text-align: center;
}

.second-hex-wrap {
  width: min(248px, 100%);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #d9e8fb;
  background: #eaf2ff;
}

.second-hex-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: #eaf2ff;
}

.second-item-title {
  margin: 30px 0 0;
  color: #0a2e64;
  font-size: clamp(24px, 1.85vw, 34px);
  font-weight: 900;
}

.second-item-desc {
  margin: 8px 0 0;
  color: #0a2e64;
  font-size: clamp(22px, 1.5vw, 29px);
  font-weight: 800;
}

.second-foot {
  margin-top: 46px;
  text-align: center;
  color: #7fb0f6;
  font-size: clamp(24px, 1.8vw, 33px);
  font-weight: 900;
}

.fourth-slide {
  border-radius: 0;
}

.fourth-frame {
  position: relative;
  background: #fff;
  min-height: 760px;
  padding: 24px 20px 28px;
}

.fourth-title {
  margin: 0 auto;
  width: min(1120px, 98%);
  color: #062a61;
  font-size: clamp(34px, 2.6vw, 52px);
  font-weight: 800;
  line-height: 1.08;
}

.fourth-body {
  margin: 20px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  justify-content: space-between;
  gap: 16px;
}

.fourth-lead {
  margin: 18px 0 0;
  color: #1f3762;
  font-size: clamp(22px, 1.3vw, 24px);
  line-height: 1.34;
  font-weight: 500;
}

.fourth-req-list {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.fourth-req {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  border-radius: 14px;
  background: #f4f8ff;
}

.fourth-req-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.fourth-req-text {
  margin: 0;
  color: #78a9f7;
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 700;
  line-height: 1.2;
}

.fourth-req-text strong {
  color: #4f89eb;
  font-size: clamp(18px, 1.1vw, 22px);
  font-weight: 700;
}

.fourth-foot {
  margin: 18px 0 0;
  color: #84aef8;
  font-size: clamp(14px, 0.95vw, 17px);
  font-weight: 600;
  line-height: 1.3;
}

.fourth-mode-card {
  border: 4px solid #8cb5fb;
  border-radius: 12px;
  padding: 10px 16px 12px;
}

.fourth-mode-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fourth-mode-icon {
  width: 36px;
  height: 32px;
  object-fit: contain;
}

.fourth-mode-head h3 {
  margin: 0;
  color: #79a7f4;
  font-size: clamp(20px, 1.2vw, 26px);
  font-weight: 700;
}

.fourth-mode-card p {
  margin: 8px 0 0;
  color: #7ca8f4;
  font-size: clamp(14px, 0.92vw, 18px);
  font-weight: 600;
  line-height: 1.28;
}

.fourth-stat-bar {
  margin-top: 14px;
  min-height: 74px;
  border-radius: 10px;
  background: #7e9ff0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  font-size: clamp(20px, 1.2vw, 27px);
  font-weight: 700;
}

.fourth-stat-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.fourth-stat-bar strong {
  font-size: clamp(24px, 1.45vw, 32px);
  line-height: 1;
}

.fourth-hero-wrap {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
}

.fourth-hero-video,
.fourth-hero {
  width: 100%;
  display: block;
}

.fourth-hero-video {
  height: 100%;
  object-fit: cover;
}


.fourth-hero {
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}


.fourth-hero-wrap.video-fallback .fourth-hero-video {
  display: none;
}

.fourth-hero-wrap.video-fallback .fourth-hero {
  position: static;
  height: auto;
  opacity: 1;
}

.fourth-dots {
  position: absolute;
  right: 22px;
  bottom: 14px;
  width: 92px;
  height: 34px;
  background-image: radial-gradient(circle, #8db4f7 2px, transparent 2.2px);
  background-size: 11px 11px;
}

.fifth-slide {

  border-radius: 0;
}

.fifth-frame {
  position: relative;
  background: #fff;
  min-height: 760px;
  padding: 22px 16px 24px;
}

.fifth-title {
  margin: 0 auto;
  width: min(1219px, 98%);
  color: #082f66;
  font-size: clamp(35px, 2.32vw, 43px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}



.fifth-grid {
  margin: 58px auto 0;
  width: min(1219px, 98%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}



.fifth-item {
  min-width: 0;
}

.fifth-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 10px;
  min-height: 96px;
}

.fifth-copy.with-divider {
  border-left: 2px solid #8ea5c9;
  padding-left: 14px;
}

.fifth-no {
  color: #6a8ff0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.fifth-item-title {
  margin: 0;
  color: #5a90ea;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
}

.fifth-item-desc {
  margin: 6px 0 0;
  color: #22375f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  white-space: pre-line;
}



.fifth-image-wrap {
  margin-top: 18px;
  line-height: 0;
}

.fifth-image {
  width: 100%;
  height: auto;
  display: block;
}




.fifth-dots {
  position: absolute;
  right: 18px;
  bottom: 12px;
  width: 86px;
  height: 32px;
  background-image: radial-gradient(circle, #8cb1f5 2px, transparent 2.2px);
  background-size: 11px 11px;
  opacity: 0.9;
}

.sixth-slide {
  border-radius: 0;
}

.sixth-frame {
  position: relative;
  background: #f8fbff;
  min-height: 760px;
  padding: 26px 24px 34px;
}

.sixth-title {
  margin: 0 auto;
  width: min(1120px, 98%);
  color: #062a61;
  font-size: clamp(32px, 2.4vw, 46px);
  font-weight: 900;
  line-height: 1.06;
}


.sixth-grid {
  margin: 62px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sixth-card {
  min-height: 470px;
  border: 1px solid #dce8ff;
  background: rgba(255, 255, 255, 0.52);
  text-align: center;
  padding: 40px 16px 22px;
}

.sixth-icon-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #97b0ff, #6f8df2);
}

.sixth-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.sixth-card-title {
  margin: 0;
  color: #5f86f1;
  font-size: clamp(34px, 1.7vw, 34px);
  font-weight: 800;
  line-height: 1.08;
}

.sixth-card-desc {
  margin: 12px 0 0;
  color: #2a3d65;
  font-size: clamp(16px, 1.1vw, 28px);
  font-weight: 600;
  line-height: 1.38;
  white-space: pre-line;
}

.sixth-dots {
  position: absolute;
  right: 20px;
  bottom: 14px;
  width: 92px;
  height: 34px;
  background-image: radial-gradient(circle, #8db4f7 2px, transparent 2.2px);
  background-size: 11px 11px;
}

.seventh-slide {
  border-radius: 0;
}

.seventh-frame {
  position: relative;
  background: #f8fbff;
  min-height: 760px;
  padding: 24px 22px 26px;
}

.seventh-title {
  margin: 0 auto;
  width: min(1120px, 98%);
  color: #062a61;
  font-size: clamp(34px, 2.5vw, 46px);
  font-weight: 800;
  line-height: 1.12;
}

.seventh-top-grid {
  margin: 22px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 2px;
  gap: 8px;
  align-items: start;
}

.seventh-photo {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 2px solid #8db2f8;
  background: #eaf2ff;
}

.seventh-photo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.seventh-link-line {
  margin: 10px auto 0;
  width: min(864px, 78%);
  border-top: 2px solid #dbe9ff;
}

.seventh-bottom-grid {
  margin: 10px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seventh-card {
  text-align: center;
}

.seventh-no {
  margin: 0;
  color: #78a6f5;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.seventh-card-title {
  margin: 8px 0 0;
  color: #1f3762;
  font-size: clamp(24px, 1.35vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}

.seventh-card-desc {
  margin: 8px auto 0;
  max-width: 92%;
  border-radius: 12px;
  background: #f2f7ff;
  color: #000;
  font-size: clamp(14px, 0.92vw, 16px);
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.08em;
  white-space: pre-line;
  padding: 12px 12px 14px;
}


.seventh-dots {
  position: absolute;
  right: 20px;
  bottom: 14px;
  width: 92px;
  height: 34px;
  background-image: radial-gradient(circle, #8db4f7 2px, transparent 2.2px);
  background-size: 11px 11px;
}

.eighth-slide {
  border-radius: 0;
}

.eighth-frame {
  position: relative;
  background: #f8fbff;
  min-height: 760px;
  padding: 24px 22px 22px;
}

.eighth-title {
  margin: 0 auto;
  width: min(1120px, 98%);
  color: #062a61;
  font-size: clamp(34px, 2.48vw, 46px);
  font-weight: 900;
  line-height: 1.06;
}


.eighth-tags {
  margin: 28px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.eighth-tag {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #d7e8ff;
  border-radius: 16px;
  background: #f5faff;
  min-height: 92px;
  padding: 16px 20px;
}

.eighth-tag-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}

.eighth-tag-title {
  margin: 0;
  color: #0c2f66;
  font-size: clamp(22px, 1.45vw, 31px);
  font-weight: 800;
  line-height: 1.15;
}

.eighth-tag-desc {
  margin: 6px 0 0;
  color: #23395f;
  font-size: clamp(16px, 1.05vw, 22px);
  font-weight: 600;
  line-height: 1.28;
}

.eighth-images {
  margin: 20px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 2px;
  gap: 8px;
  align-items: start;
}

.eighth-image-wrap {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 44px;
  overflow: hidden;
  line-height: 0;
}

.eighth-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.eighth-dots {
  position: absolute;
  right: 20px;
  bottom: 14px;
  width: 92px;
  height: 34px;
  background-image: radial-gradient(circle, #8db4f7 2px, transparent 2.2px);
  background-size: 11px 11px;
}

.ninth-slide {
  border-radius: 0;
}

.ninth-frame {
  position: relative;
  background: #f8fbff;
  min-height: 760px;
  padding: 24px 22px 22px;
}

.ninth-tags {
  margin: 24px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ninth-tag {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #d7e8ff;
  border-radius: 16px;
  background: #f5faff;
  min-height: 92px;
  padding: 16px 20px;
}

.ninth-tag-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ninth-tag-title {
  margin: 0;
  color: #0c2f66;
  font-size: clamp(22px, 1.45vw, 31px);
  font-weight: 800;
  line-height: 1.15;
}

.ninth-tag-desc {
  margin: 6px 0 0;
  color: #23395f;
  font-size: clamp(16px, 1.05vw, 22px);
  font-weight: 600;
  line-height: 1.28;
}

.ninth-images {
  margin: 20px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 2px;
  gap: 8px;
  align-items: start;
}

.ninth-image-wrap {
  margin: 0;
  border-radius: 44px;
  overflow: hidden;
  line-height: 0;
}

.ninth-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.ninth-dots {
  position: absolute;
  right: 20px;
  bottom: 14px;
  width: 92px;
  height: 34px;
  background-image: radial-gradient(circle, #8db4f7 2px, transparent 2.2px);
  background-size: 11px 11px;
}

.tenth-slide {
  border-radius: 0;
}

.tenth-frame {
  position: relative;
  background: #f8fbff;
  min-height: 760px;
  padding: 24px 22px 20px;
}

.tenth-tags {
  margin: 24px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tenth-tag {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #d7e8ff;
  border-radius: 16px;
  background: #f5faff;
  min-height: 92px;
  padding: 16px 20px;
}

.tenth-tag-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}

.tenth-tag-title {
  margin: 0;
  color: #0c2f66;
  font-size: clamp(22px, 1.45vw, 31px);
  font-weight: 800;
  line-height: 1.15;
}

.tenth-tag-desc {
  margin: 6px 0 0;
  color: #23395f;
  font-size: clamp(16px, 1.05vw, 22px);
  font-weight: 600;
  line-height: 1.28;
}

.tenth-images {
  margin: 20px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 2px;
  gap: 8px;
  align-items: start;
}

.tenth-image-wrap {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 44px;
  overflow: hidden;
  line-height: 0;
  border: 2px solid #5b9dff;
}

.tenth-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.tenth-summary {
  margin: 18px auto 0;
  width: min(1120px, 98%);
  color: #1d355a;
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: 700;
  line-height: 1.4;
}

.tenth-summary strong {
  color: #69a3f2;
  font-weight: 800;
}

.tenth-dots {
  position: absolute;
  right: 20px;
  bottom: 14px;
  width: 92px;
  height: 34px;
  background-image: radial-gradient(circle, #8db4f7 2px, transparent 2.2px);
  background-size: 11px 11px;
}

.eleventh-split-slide {
  border-radius: 0;
}

.eleventh-split-frame {
  background: #f8fbff;
  min-height: 760px;
  padding: 16px 18px 18px;
}

.eleventh-split-title {
  margin: 0 auto 14px;
  width: min(1120px, 98%);
  color: #0a2e64;
  font-size: clamp(27px, 2.24vw, 46px);
  line-height: 1.08;
  font-weight: 900;
}


.eleventh-split-image-wrap {
  margin: 0 auto;
  width: min(1120px, 98%);
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}

.eleventh-split-image {
  width: 100%;
  height: auto;
  display: block;
}

.eleventh-more-slide {
  border-radius: 0;
}

.eleventh-more-frame {
  background: #f8fbff;
  min-height: 760px;
  padding: 20px 18px 22px;
}

.eleventh-more-grid {
  margin: 0 auto;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.eleventh-more-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}

.eleventh-more-image {
  width: 100%;
  height: auto;
  display: block;
}

.fifteenth-slide {
  border-radius: 0;
}

.fifteenth-frame {
  position: relative;
  background: #f8fbff;
  min-height: 740px;
  padding: 24px 22px 16px;
}

.f15-header,
.f15-layout {
  width: min(1120px, 98%);
  margin-left: auto;
  margin-right: auto;
}

.f15-header {
  margin-bottom: 22px;
}

.f15-title {
  margin: 0;
  color: #082f67;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.f15-divider {
  margin-top: 12px;
  width: 100%;
  max-width: 946px;
  height: 3px;
  background: linear-gradient(90deg, #6f8fff 0%, #9ab3ff 100%);
}

.f15-layout {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 22px;
  align-items: start;
  margin-top: 10px;
}


.f15-left,
.f15-right {
  display: grid;
  gap: 24px;
  align-content: start;
}

.f15-intro {
  margin: 4px 0 0;
  color: #173c75;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.52;
}

.f15-image-wrap {
  border-radius: 0;
  overflow: hidden;
  line-height: 0;
}

.f15-main-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.f15-feature-list {
  display: grid;
  gap: 18px;
}

.f15-feature-item,
.f15-support-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 88px;
  padding: 14px 18px;
  border: 1px solid #e5efff;
  border-radius: 14px;
  background: #f3f8ff;
  margin-top: 12px;
}


.f15-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.f15-copy h3 {
  margin: 0;
  color: #5d88ea;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.f15-copy p {
  margin: 8px 0 0;
  color: #173c75;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.34;
}


.f15-support-item .f15-copy h3 {
  color: #5d88ea;
}

.f15-support-item .f15-copy p {
  color: #8baef2;
}


.f15-decor {
  position: absolute;
  right: 22px;
  bottom: 8px;
  width: 88px;
  height: 28px;
  background-image: radial-gradient(circle, #86abff 2px, transparent 2.4px);
  background-size: 11px 11px;
}

.f15-note-slide {
  border-radius: 0;
}

.f15-note-frame {
  background: #f8fbff;
  min-height: auto;
  padding: 36px 30px 12px;
}

.f15-note-shell {
  width: min(1120px, 98%);
  margin: 0 auto;
}

.f15-note-title {
  margin: 0;
  text-align: center;
  color: #000;
  font-size: clamp(28px, 1.8vw, 37px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.08em;
}

.f15-note-list {
  margin: 18px 0 0;
  padding-left: 1.32em;
  color: #000;
  font-size: clamp(17px, 1.13vw, 27px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.06em;
}

.f15-note-list li + li {
  margin-top: 22px;
}

@media (max-width: 900px) {
  .f15-note-frame {
    min-height: auto;
    padding: 20px 14px 26px;
  }

  .f15-note-title {
    font-size: clamp(17px, 5.3vw, 25px);
    line-height: 1.2;
  }

  .f15-note-list {
    margin-top: 14px;
    padding-left: 1.2em;
    font-size: clamp(11px, 3.3vw, 17px);
    line-height: 1.56;
  }

  .f15-note-list li + li {
    margin-top: 14px;
  }
}

@media (max-width: 900px) {
  .fifteenth-frame {
    padding: 14px 12px 18px;
  }

  .f15-title {
    font-size: clamp(24px, 7vw, 34px);
  }

  .f15-divider {
    width: 72%;
  }

  .f15-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .f15-intro {
    margin-top: 0;
    font-size: clamp(14px, 3.6vw, 18px);
  }

  .f15-copy h3 {
    font-size: clamp(17px, 4.4vw, 22px);
  }

  .f15-copy p {
    font-size: clamp(14px, 3.8vw, 17px);
  }

  .f15-decor {
    display: none;
  }
}

.sixteenth-slide {
  border-radius: 0;
}

.sixteenth-frame {
  position: relative;
  background: #f8fbff;
  min-height: auto;
  padding: 36px 20px 120px;
}


.f16-grid {
  width: min(1120px, 98%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.f16-card {
  min-height: 430px;
  padding: 28px 30px 24px;
  border: 1px solid #c9ddff;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}


.f16-title {
  margin: 0;
  color: #2e73df;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: 0.2px;
}

.f16-title-line {
  margin-top: 16px;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #77a2ef 0%, #e5f0ff 75%);
}

.f16-text {
  margin: 30px 0 0;
  color: #2a4d7f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: 0.2px;
  white-space: normal;
  word-break: break-word;
}



.f16-decor {
  position: absolute;
  right: 22px;
  bottom: 8px;
  width: 88px;
  height: 28px;
  background-image: radial-gradient(circle, #86abff 2px, transparent 2.4px);
  background-size: 11px 11px;
}


@media (max-width: 900px) {
  .sixteenth-frame {
    padding: 16px 12px 20px;
    min-height: auto;
  }

  .f16-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .f16-card {
    min-height: 0;
    padding: 18px 16px;
    border-radius: 14px;
  }

  .f16-title {
    font-size: clamp(20px, 5.8vw, 25px);
  }

  .f16-title-line {
    margin-top: 12px;
    height: 6px;
  }

  .f16-text {
    margin-top: 16px;
    font-size: clamp(16px, 4.2vw, 19px);
    line-height: 1.6;
  }


  .f16-decor {
    display: none;
  }
}

.seventeenth-slide {
  border-radius: 0;
}

.seventeenth-frame {
  position: relative;
  background: #f8fbff;
  min-height: 760px;
  padding: 24px 20px 24px;
}

.f17-shell {
  width: min(1120px, 98%);
  margin: 0 auto;
}

.f17-main-title {
  margin: 0;
  color: #072c63;
  font-size: clamp(42px, 2.6vw, 50px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.f17-layout {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 286px 500px 286px;
  justify-content: space-between;
  align-items: center;
  min-height: 548px;
}

.f17-copy-col {
  min-height: 428px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.f17-item {
  padding: 0;
}

.f17-title {
  margin: 0;
  color: #73a5f8;
  font-size: clamp(22px, 1.5vw, 27px);
  font-weight: 800;
  line-height: 1.16;
}


.f17-text {
  margin: 10px 0 0;
  color: #3a4a61;
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 600;
  line-height: 1.42;
}


.f17-copy-left .f17-item {
  text-align: right;
}

.f17-copy-right .f17-item {
  text-align: left;
}

.f17-center {
  position: relative;
  width: 500px;
  height: 500px;
}

.f17-bubble {
  position: absolute;
  width: 224px;
  height: 224px;
  border-radius: 50%;
  border: 4px solid #7aa7f5;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 16px rgba(27, 80, 165, 0.12);
}


.f17-bubble.c1 {
  left: 14px;
  top: 14px;
}

.f17-bubble.c2 {
  right: 14px;
  top: 14px;
}

.f17-bubble.c3 {
  right: 14px;
  bottom: 14px;
}

.f17-bubble.c4 {
  left: 14px;
  bottom: 14px;
}



.f17-bubble-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


.f17-decor {
  position: absolute;
  right: 18px;
  bottom: 12px;
  width: 142px;
  height: 64px;
  border-radius: 999px 999px 0 0;
  background:
    radial-gradient(circle, #76a9f7 2px, transparent 2.2px) 0 0 / 11px 11px,
    radial-gradient(circle at 100% 100%, rgba(122, 173, 248, 0.25) 0 64%, transparent 65%);
}

@media (max-width: 900px) {
  .seventeenth-frame {
    min-height: auto;
    padding: 18px 12px 24px;
  }

  .f17-main-title {
    font-size: clamp(30px, 8.4vw, 44px);
  }

  .f17-layout {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
  }

  .f17-copy-col {
    min-height: 0;
    width: 100%;
    gap: 12px;
  }

  .f17-copy-left .f17-item,
  .f17-copy-right .f17-item {
    text-align: left;
  }

  .f17-center {
    width: min(380px, 100%);
    height: min(380px, calc(100vw - 36px));
    margin: 2px auto;
  }

  .f17-bubble {
    width: 45%;
    height: 45%;
    border: 3px solid #7aa7f5;
    border-radius: 50%;
  }



  .f17-bubble.c1 {
    left: 0;
    top: 0;
  }

  .f17-bubble.c2 {
    right: 0;
    top: 0;
  }

  .f17-bubble.c3 {
    right: 0;
    bottom: 0;
  }

  .f17-bubble.c4 {
    left: 0;
    bottom: 0;
  }

  .f17-title {
    font-size: clamp(23px, 6vw, 30px);
  }


  .f17-text {
    margin-top: 8px;
    font-size: clamp(16px, 4.2vw, 22px);
    line-height: 1.42;
  }

  .f17-decor {
    display: none;
  }
}


.video-showcase-slide {



  border-radius: 0;
}

.video-showcase-frame {
  background: #f8fbff;
  min-height: 760px;
  padding: 16px 18px 18px;
}

.video-showcase-wrap {
  margin: 0 auto;
  width: min(1120px, 98%);
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-showcase-player {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.custom-case-title {
  margin: 0 auto 10px;
  width: min(1120px, 98%);
  color: #0f3a7e;
  font-size: clamp(20px, 1.3vw, 28px);
  font-weight: 800;
  line-height: 1.2;
}

.custom-case-desc {
  margin: 0 auto 16px;
  width: min(1120px, 98%);
  color: #000;
  font-size: clamp(15px, 1.04vw, 21px);
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.05em;
}

.custom-gallery-slide {
  border-radius: 0;
}

.custom-gallery-frame {
  background: #f8fbff;
  min-height: 760px;
  padding: 20px 18px 22px;
}

.custom-gallery-grid {
  margin: 0 auto;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 2px;
  gap: 8px;
  align-items: start;
}

.custom-gallery-item {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.custom-gallery-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.e18-slide {
  border-radius: 0;
}

.e18-frame {
  position: relative;
  background: #f8fbff;
  min-height: 760px;
  padding: 34px 26px 24px;
}

.e18-title {
  margin: 0 auto;
  width: min(1120px, 98%);
  color: #07295f;
  font-size: clamp(20px, 1.4vw, 28px);

  line-height: 1;
  font-weight: 900;
}



.e18-main {
  margin: 58px auto 0;
  width: min(1120px, 98%);
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
  gap: 10px;
}

.e18-card {
  border-radius: 14px;
  background: #fff;
  padding: 26px 24px;
  box-shadow: 0 8px 22px rgba(47, 89, 158, 0.12);
}

.e18-left h3 {
  margin: 0;
  color: #1a4aa0;
  font-size: clamp(24px, 1.45vw, 32px);
  font-weight: 800;
}


.e18-core {
  margin: 16px 0 0;
  padding: 8px 14px 10px;
  border-radius: 8px;
  background: #f8fbff;
  color: #1f3969;
  font-size: clamp(14px, 0.9vw, 19px);

  line-height: 1.45;
  font-weight: 500;
}


.e18-qr-wrap {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.e18-qr-image {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  object-fit: contain;
  display: block;
}


.e18-qr-wrap p {
  margin: 0;
  color: #2a406d;
  font-size: clamp(14px, 0.85vw, 18px);
}

.e18-chat-btn {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2e69c0;
  font-size: clamp(14px, 0.9vw, 18px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
}

.e18-chat-btn:hover {
  color: #1f57ab;
  text-decoration: underline;
}

.e18-right {
  display: grid;
  align-content: center;
  gap: 14px;
}

.e18-right p {
  margin: 0;
  color: #1e3c75;
  font-size: clamp(16px, 1.02vw, 24px);
  font-weight: 600;
  line-height: 1.32;
  display: flex;
  align-items: center;
  gap: 10px;
}


.e18-contact-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.e18-bottom {
  margin: 62px auto 0;
  width: min(1120px, 98%);
  text-align: center;
  color: #102f67;
  font-size: clamp(24px, 1.45vw, 31px);
  font-weight: 800;
  line-height: 1.16;
}


.e18-dots {
  position: absolute;
  right: 22px;
  bottom: 14px;
  width: 90px;
  height: 32px;
  background-image: radial-gradient(circle, #8db4f7 2px, transparent 2.2px);
  background-size: 11px 11px;
}

.third-slide {



  border-radius: 0;
}

.third-frame {
  background: #f8fbff;
  min-height: 760px;
  padding: 14px 18px 18px;
}

.third-title {
  margin: 0 auto;
  width: min(1080px, 97%);
  color: #0a2e64;
  font-size: clamp(16px, 1.8vw, 34px);
  line-height: 1.15;
  font-weight: 800;
}


.third-board {
  position: relative;
  margin-top: 16px;
  left: 47.8%;
  width: min(1060px, 97%);
  height: 500px;
  transform: translateX(-50%);
}


.third-line {
  position: absolute;
  left: 9%;
  right: 9%;
  border-top: 2px dashed #9ec3ff;
}

.third-line.l1 { top: 204px; }
.third-line.l2 { top: 252px; }

.flow-node {
  position: absolute;
  width: 168px;
  transform: translateX(-50%);
  text-align: center;
}

.flow-circle {
  width: 142px;
  height: 142px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #9bc0ff;
  overflow: hidden;
  background: #eaf2ff;
}

.flow-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flow-label {
  margin: 0;
  color: #0a2e64;
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 700;
  line-height: 1.15;
}

.flow-label.top { margin-bottom: 7px; }
.flow-label.bottom { margin-top: 9px; }


.slide-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid #e8effb;
  background: #f7fbff;
}

.slide-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.slide-head h2 {
  margin: 0;
  font-size: 12px;
  color: #3a5179;
  font-weight: 600;
}


.ppt-frame {
  width: 100%;
  background: #fff;
  position: relative;
}

.ppt-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #fff;
}

.ppt-item {
  position: absolute;
}

.ppt-item.img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ppt-item.text {
  white-space: pre-line;
  line-height: 1.2;
  color: #08295c;
  letter-spacing: 0;
  overflow: visible;
  word-break: break-word;
}


.site-footer { padding: 34px 0; background: #102544; }
.site-footer h3 { color: #fff; margin: 0 0 10px; }
.site-footer p { color: #d5e1f8; margin: 4px 0; line-height: 1.8; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s ease, transform .5s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  body[data-page="ai"] .first-frame,
  body[data-page="ai"] .second-frame,
  body[data-page="ai"] .third-frame,
  body[data-page="ai"] .fourth-frame,
  body[data-page="ai"] .fifth-frame,
  body[data-page="ai"] .sixth-frame,
  body[data-page="ai"] .seventh-frame,
  body[data-page="ai"] .eighth-frame,
  body[data-page="ai"] .ninth-frame,
  body[data-page="ai"] .tenth-frame,
  body[data-page="ai"] .eleventh-split-frame,
  body[data-page="ai"] .video-showcase-frame,
  body[data-page="ai"] .e18-frame {
    min-height: auto !important;
  }

  body[data-page="ai"] .first-frame { padding: 20px 14px 16px !important; }
  body[data-page="ai"] .first-main-title {
    margin-top: 30px !important;
    font-size: clamp(18px, 6.6vw, 28px) !important;
    line-height: 1.25 !important;
  }

  body[data-page="ai"] .first-sub-title {
    margin-top: 20px !important;
    font-size: clamp(16px, 5.2vw, 24px) !important;
    line-height: 1.3 !important;
  }

  body[data-page="ai"] {
    overflow-x: hidden;
  }

  body[data-page="ai"] .slides-section,
  body[data-page="ai"] #slidesContainer,
  body[data-page="ai"] .slide-block {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  body[data-page="ai"] .first-card-wrap {
    margin-top: 22px !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  body[data-page="ai"] .first-col {
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 20px 12px 16px !important;
  }



  body[data-page="ai"] .first-col img {
    width: 72px !important;
    height: 72px !important;
  }

  body[data-page="ai"] .first-col .t1 {
    margin-top: 8px !important;
    font-size: clamp(20px, 5.8vw, 26px) !important;
    line-height: 1.2 !important;
  }

  body[data-page="ai"] .first-col .t2 {
    margin-top: 6px !important;
    font-size: clamp(14px, 4.2vw, 18px) !important;
    line-height: 1.3 !important;
  }

  body[data-page="ai"] .first-divider { display: none !important; }
  body[data-page="ai"] .second-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="ai"] .fourth-body {
    grid-template-columns: 1fr !important;
  }

  body[data-page="ai"] .fifth-grid,
  body[data-page="ai"] .sixth-grid,
  body[data-page="ai"] .seventh-bottom-grid,
  body[data-page="ai"] .custom-gallery-grid,
  body[data-page="ai"] .eleventh-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="ai"] .seventh-top-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body[data-page="ai"] .eighth-tags,
  body[data-page="ai"] .ninth-tags,
  body[data-page="ai"] .tenth-tags {
    grid-template-columns: 1fr !important;
  }

  body[data-page="ai"] .eighth-images,
  body[data-page="ai"] .ninth-images,
  body[data-page="ai"] .tenth-images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }


  body[data-page="ai"] .seventh-photo,
  body[data-page="ai"] .eighth-image-wrap,
  body[data-page="ai"] .ninth-image-wrap,
  body[data-page="ai"] .tenth-image-wrap,
  body[data-page="ai"] .custom-gallery-item {
    grid-row-end: auto !important;
  }


  body[data-page="ai"] .third-board {
    left: auto !important;
    height: auto !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body[data-page="ai"] .third-line { display: none !important; }
  body[data-page="ai"] .flow-node {
    position: static !important;
    width: 100% !important;
    transform: none !important;
  }

  body[data-page="ai"] .flow-circle {
    width: 160px !important;
    height: 160px !important;
  }

  body[data-page="ai"] .flow-label.bottom,
  body[data-page="ai"] .flow-node.n8 .flow-label.top,
  body[data-page="ai"] .flow-node.n9 .flow-label.top,
  body[data-page="ai"] .flow-node.n10 .flow-label.top {
    display: none !important;
  }

  body[data-page="ai"] .flow-label.top,
  body[data-page="ai"] .flow-node.n8 .flow-label.bottom,
  body[data-page="ai"] .flow-node.n9 .flow-label.bottom,
  body[data-page="ai"] .flow-node.n10 .flow-label.bottom {
    display: block !important;
  }

  body[data-page="ai"] .eleventh-more-grid {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  body[data-page="ai"] .e18-main {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  body[data-page="ai"] .second-title {
    font-size: clamp(18px, 6vw, 28px) !important;
    line-height: 1.25 !important;
  }

  body[data-page="ai"] .second-item-title {
    font-size: clamp(24px, 6.5vw, 30px) !important;
    line-height: 1.2 !important;
  }

  body[data-page="ai"] .second-item-desc {
    font-size: clamp(18px, 5vw, 24px) !important;
    line-height: 1.25 !important;
  }

  body[data-page="ai"] .second-foot {
    font-size: clamp(14px, 4.4vw, 20px) !important;
    line-height: 1.35 !important;
  }

  body[data-page="ai"] .third-title {
    font-size: clamp(14px, 4.2vw, 19px) !important;
    line-height: 1.35 !important;
  }

  body[data-page="ai"] .flow-label {
    font-size: clamp(16px, 4.8vw, 22px) !important;
    line-height: 1.2 !important;
  }

  body[data-page="ai"] .fourth-title {
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.15 !important;
  }

  body[data-page="ai"] .fourth-lead {
    font-size: clamp(16px, 4.4vw, 20px) !important;
    line-height: 1.42 !important;
  }

  body[data-page="ai"] .fourth-req {
    align-items: flex-start !important;
  }

  body[data-page="ai"] .fourth-req-text {
    font-size: clamp(13px, 3.8vw, 15px) !important;
    line-height: 1.35 !important;
    word-break: break-word;
  }

  body[data-page="ai"] .fourth-req-text strong {
    font-size: clamp(16px, 4.8vw, 20px) !important;
  }

  body[data-page="ai"] .fourth-mode-head h3 {
    font-size: clamp(20px, 5.5vw, 24px) !important;
    line-height: 1.2 !important;
  }

  body[data-page="ai"] .fourth-mode-card p {
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 1.4 !important;
  }

  body[data-page="ai"] .fourth-stat-bar {
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 1.2 !important;
  }

  body[data-page="ai"] .fourth-stat-bar strong {
    font-size: clamp(22px, 6.2vw, 28px) !important;
  }

  body[data-page="ai"] .e18-chat-btn {
    display: none !important;
  }
}




@media (max-width: 900px) {
  .menu-btn { display: none !important; }

  .nav-wrap {
    min-height: 58px;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(16px, 4.8vw, 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav,
  .nav.open {
    display: flex;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .nav-tab {
    flex: 1 1 0;
    width: auto;
    font-size: 16px;
    padding: 12px 10px;
    min-height: 46px;
    text-align: center;
  }

  body[data-page="ai"] .overview {
    padding: 10px 0 8px !important;
  }

  body[data-page="ai"] .overview-wrap {
    padding: 12px 12px !important;
  }

  body[data-page="ai"] .overview-wrap h1 {
    font-size: clamp(20px, 8vw, 30px) !important;
    line-height: 1.2 !important;
  }

  body[data-page="ai"] .first-card-wrap {
    margin-top: 16px !important;
  }

  body[data-page="ai"] .first-col {
    padding: 14px 10px 12px !important;
  }

  body[data-page="ai"] .first-col img {
    width: 64px !important;
    height: 64px !important;
  }

  body[data-page="ai"] .first-col .t1 {
    font-size: clamp(16px, 4.8vw, 22px) !important;
  }

  body[data-page="ai"] .first-col .t2 {
    font-size: clamp(12px, 4vw, 16px) !important;
  }
}


@media (max-width: 700px) {
  body {
    padding-top: 74px;
  }

  .menu-btn { display: none !important; }



  .nav-wrap {
    min-height: 58px;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(16px, 4.8vw, 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav,
  .nav.open {
    display: flex;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .nav-tab {
    flex: 1 1 0;
    width: auto;
    font-size: 16px;
    padding: 12px 10px;
    min-height: 46px;
    text-align: center;
  }

  .nav-share {
    width: 100%;
  }


  .first-frame {

    min-height: auto;
    padding: 20px 14px 16px;
  }

  .first-main-title {
    margin-top: 30px;
    font-size: clamp(18px, 6.6vw, 28px);
    line-height: 1.25;
  }

  .first-sub-title {
    margin-top: 20px;
    font-size: clamp(16px, 5.2vw, 24px);
    line-height: 1.3;
  }

  .first-card-wrap {
    margin-top: 22px;
    grid-template-columns: 1fr;
  }

  .first-col {
    min-height: 0;
    padding: 20px 12px 16px;
  }

  .first-col img {
    width: 72px;
    height: 72px;
  }

  .first-col .t1 {
    margin-top: 8px;
    font-size: clamp(20px, 5.8vw, 26px);
    line-height: 1.2;
  }

  .first-col .t2 {
    margin-top: 6px;
    font-size: clamp(14px, 4.2vw, 18px);
    line-height: 1.3;
  }

  .first-divider {
    display: none;
  }

  .first-foot {
    margin-top: 18px;
  }

  body[data-page="ai"] .e18-chat-btn {
    display: none;
  }


  .second-frame {
    min-height: auto;
    padding: 22px 14px 18px;
  }

  .second-grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .second-item-title {
    margin-top: 12px;
  }

  .second-item-desc {
    margin-top: 4px;
  }

  .second-foot {
    margin-top: 18px;
  }

  .fourth-frame {
    min-height: auto;
    padding: 18px 12px;
  }

  .fourth-title {
    font-size: 34px;
  }

  .fourth-body {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fourth-lead {
    margin-top: 10px;
    font-size: 20px;
  }

  .fourth-req-text {
    font-size: 15px;
  }

  .fourth-req-text strong {
    font-size: 22px;
  }

  .fourth-foot {
    font-size: 16px;
  }

  .fourth-mode-card {
    border-width: 2px;
  }

  .fourth-mode-head h3 {
    font-size: 24px;
  }

  .fourth-mode-card p {
    font-size: 16px;
  }

  .fourth-stat-bar {
    min-height: 56px;
    padding: 8px 12px;
    gap: 6px;
    font-size: 16px;
  }

  .fourth-stat-bar strong {
    font-size: 28px;
  }

  .fourth-dots {
    display: none;
  }

  .fifth-frame {

    min-height: auto;
    padding: 20px 12px 18px;
  }

  .fifth-title {
    font-size: 29px;
  }


  .fifth-grid {
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 18px;
  }


  .fifth-copy {
    min-height: 0;
  }

  .fifth-copy.with-divider {
    border-left: 0;
    padding-left: 0;
  }

  .fifth-image-wrap {
    margin-top: 10px;
  }


  .fifth-dots {
    display: none;
  }

  .sixth-frame {
    min-height: auto;
    padding: 20px 12px 18px;
  }

  .sixth-title {
    font-size: 27px;
  }


  .sixth-grid {
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sixth-card {
    min-height: 0;
    padding: 20px 14px 16px;
  }

  .sixth-card-title {
    font-size: 26px;
  }

  .sixth-card-desc {
    font-size: 16px;
  }

  .sixth-dots {
    display: none;
  }

  .seventh-frame {
    min-height: auto;
    padding: 20px 12px 18px;
  }

  .seventh-title {
    font-size: 27px;
  }


  .seventh-top-grid {
    margin-top: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .seventh-photo {
    border-radius: 18px;
  }

  .seventh-photo-img {
    height: auto;
  }

  .seventh-link-line {
    display: none;
  }

  .seventh-bottom-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .seventh-no {
    font-size: 40px;
  }

  .seventh-card-title {
    font-size: 26px;
  }

  .seventh-card-desc {
    max-width: 100%;
    font-size: 16px;
  }

  .seventh-dots {
    display: none;
  }

  .eighth-frame {
    min-height: auto;
    padding: 20px 12px 18px;
  }

  .eighth-title {
    font-size: 34px;
  }

  .eighth-tags {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .eighth-tag {
    min-height: 0;
    border-radius: 12px;
    padding: 12px;
    gap: 10px;
  }

  .eighth-tag-icon {
    width: 38px;
    height: 38px;
  }

  .eighth-tag-title {
    font-size: 20px;
  }

  .eighth-tag-desc {
    font-size: 14px;
  }

  .eighth-images {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .eighth-image-wrap {
    border-radius: 18px;
  }

  .eighth-dots {
    display: none;
  }

  .ninth-frame {
    min-height: auto;
    padding: 20px 12px 18px;
  }

  .ninth-tags {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ninth-tag {
    min-height: 0;
    border-radius: 12px;
    padding: 12px;
    gap: 10px;
  }

  .ninth-tag-icon {
    width: 38px;
    height: 38px;
  }

  .ninth-tag-title {
    font-size: 20px;
  }

  .ninth-tag-desc {
    font-size: 14px;
  }

  .ninth-images {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ninth-image-wrap {
    border-radius: 18px;
  }

  .ninth-dots {
    display: none;
  }

  .tenth-frame {
    min-height: auto;
    padding: 20px 12px 18px;
  }

  .tenth-tags {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tenth-tag {
    min-height: 0;
    border-radius: 12px;
    padding: 12px;
    gap: 10px;
  }

  .tenth-tag-icon {
    width: 38px;
    height: 38px;
  }

  .tenth-tag-title {
    font-size: 20px;
  }

  .tenth-tag-desc {
    font-size: 14px;
  }

  .tenth-images {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tenth-image-wrap {
    border-radius: 18px;
  }

  .tenth-summary {
    margin-top: 12px;
    font-size: 16px;
  }

  .tenth-dots {
    display: none;
  }

  .eleventh-split-frame {
    min-height: auto;
    padding: 10px 8px 12px;
  }

  .eleventh-split-title {
    margin-bottom: 10px;
    width: 100%;
    font-size: 22px;
  }


  .eleventh-split-image-wrap {
    width: 100%;
    border-radius: 10px;
  }

  .eleventh-split-image {
    width: 100%;
    height: auto;
  }

  .eleventh-more-frame {
    min-height: auto;
    padding: 10px 8px 12px;
  }

  .eleventh-more-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .video-showcase-frame {
    min-height: auto;
    padding: 10px 8px 12px;
  }

  .video-showcase-wrap {
    width: 100%;
    border-radius: 10px;
  }

  .custom-case-title {
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .custom-case-desc {
    width: 100%;
    margin-bottom: 12px;
    color: #000;
    font-size: 14px;
    line-height: 1.62;
    letter-spacing: 0.04em;
  }


  .custom-gallery-frame {
    min-height: auto;
    padding: 10px 8px 12px;
  }

  .custom-gallery-grid {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }


  .e18-frame {
    min-height: auto;
    padding: 18px 12px 20px;
  }

  .e18-title {
    width: 100%;
    font-size: 14px;
  }





  .e18-main {
    margin-top: 20px;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .e18-card {
    border-radius: 10px;
    padding: 14px 12px;
  }

  .e18-left h3 {
    font-size: 26px;
  }

  .e18-core {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.42;
  }



  .e18-qr-wrap {
    margin-top: 12px;
    gap: 8px;
  }

  .e18-qr-image {
    width: 86px;
    height: 86px;
    border-radius: 8px;
  }


  .e18-qr-wrap p {
    font-size: 15px;
  }

  .e18-chat-btn {
    right: 10px;
    top: auto;
    bottom: 88px;
    transform: none;
    padding: 0;
    font-size: 15px;
  }

  .e18-right p {
    font-size: 17px;
    gap: 8px;
  }


  .e18-contact-icon {
    width: 24px;
    height: 24px;
  }

  .e18-bottom {
    margin-top: 24px;
    width: 100%;
    font-size: 13px;
  }



  .e18-dots {
    right: 10px;
    bottom: 8px;
    width: 70px;
    height: 24px;
  }

  .media-viewer-stage {


    width: 100vw;
    max-height: 100vh;
    padding: 0 10px;
    touch-action: none;

  }

  .media-viewer-image,
  .media-viewer-video {
    max-height: 88vh;
  }

  .media-viewer-arrow {
    display: none;
  }

  .media-viewer-close {
    right: 10px;
    top: 10px;
    width: 42px;
    height: 42px;
  }

  .third-frame {
    min-height: auto;
    padding: 22px 12px 18px;
  }


  .third-board {
    margin-top: 18px;
    left: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    transform: none;
  }


  .third-line {
    display: none;
  }

  .flow-node {
    position: static;
    width: 100%;
  }

  .flow-circle {
    width: 160px;
    height: 160px;
  }

  .flow-label.bottom,
  .flow-node.n8 .flow-label.top,
  .flow-node.n9 .flow-label.top,
  .flow-node.n10 .flow-label.top {
    display: none !important;
  }

  .flow-label.top,
  .flow-node.n8 .flow-label.bottom,
  .flow-node.n9 .flow-label.bottom,
  .flow-node.n10 .flow-label.bottom {
    display: block !important;
  }
}

@media (max-width: 700px) {
  body[data-page="ai"] .first-main-title {
    font-size: clamp(16px, 5.4vw, 24px) !important;
    line-height: 1.22 !important;
    letter-spacing: 0;
  }

  body[data-page="ai"] .first-sub-title {
    font-size: clamp(14px, 4.4vw, 20px) !important;
    line-height: 1.28 !important;
  }

  body[data-page="ai"] .second-frame,
  body[data-page="ai"] .third-frame,
  body[data-page="ai"] .fourth-frame {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body[data-page="ai"] .second-title {
    font-size: clamp(16px, 5.2vw, 24px) !important;
    line-height: 1.26 !important;
    word-break: break-word;
  }

  body[data-page="ai"] .second-item-title {
    font-size: clamp(18px, 5.8vw, 24px) !important;
  }

  body[data-page="ai"] .second-item-desc {
    font-size: clamp(14px, 4.4vw, 19px) !important;
  }

  body[data-page="ai"] .second-foot {
    margin-top: 14px !important;
    font-size: clamp(12px, 3.9vw, 17px) !important;
  }

  body[data-page="ai"] .third-title {
    font-size: clamp(12px, 3.8vw, 16px) !important;
    line-height: 1.34 !important;
  }

  body[data-page="ai"] .flow-circle {
    width: 136px !important;
    height: 136px !important;
  }

  body[data-page="ai"] .flow-label {
    font-size: clamp(14px, 4.3vw, 18px) !important;
    line-height: 1.2 !important;
  }

  body[data-page="ai"] .fourth-title {
    font-size: clamp(18px, 6vw, 28px) !important;
    line-height: 1.2 !important;
  }

  body[data-page="ai"] .fourth-lead {
    font-size: clamp(13px, 4vw, 17px) !important;
    line-height: 1.42 !important;
  }

  body[data-page="ai"] .fourth-req-text {
    font-size: clamp(12px, 3.5vw, 14px) !important;
  }

  body[data-page="ai"] .fourth-req-text strong {
    font-size: clamp(14px, 4.1vw, 18px) !important;
  }

  body[data-page="ai"] .fourth-mode-head h3 {
    font-size: clamp(16px, 5.1vw, 21px) !important;
  }

  body[data-page="ai"] .fourth-mode-card p {
    font-size: clamp(12px, 3.8vw, 15px) !important;
  }

  body[data-page="ai"] .fourth-stat-bar {
    font-size: clamp(12px, 3.8vw, 15px) !important;
    gap: 4px !important;
  }

  body[data-page="ai"] .fourth-stat-bar strong {
    font-size: clamp(18px, 5.8vw, 24px) !important;
  }
}

@media (max-width: 700px) {
  body[data-page="ai"] .fifth-frame,
  body[data-page="ai"] .sixth-frame,
  body[data-page="ai"] .seventh-frame,
  body[data-page="ai"] .eighth-frame,
  body[data-page="ai"] .ninth-frame,
  body[data-page="ai"] .tenth-frame,
  body[data-page="ai"] .eleventh-split-frame,
  body[data-page="ai"] .eleventh-more-frame,
  body[data-page="ai"] .fifteenth-frame,
  body[data-page="ai"] .f15-note-frame,
  body[data-page="ai"] .sixteenth-frame,
  body[data-page="ai"] .seventeenth-frame,
  body[data-page="ai"] .e18-frame {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body[data-page="ai"] .fifth-title,
  body[data-page="ai"] .sixth-title,
  body[data-page="ai"] .seventh-title,
  body[data-page="ai"] .eighth-title,
  body[data-page="ai"] .f17-main-title,
  body[data-page="ai"] .eleventh-split-title {
    font-size: clamp(20px, 7vw, 32px) !important;
    line-height: 1.18 !important;
    word-break: break-word;
  }

  body[data-page="ai"] .ninth-tag-title,
  body[data-page="ai"] .tenth-tag-title,
  body[data-page="ai"] .f15-title {
    font-size: clamp(18px, 6vw, 28px) !important;
    line-height: 1.22 !important;
  }

  body[data-page="ai"] .fifth-no,
  body[data-page="ai"] .sixth-card-title,
  body[data-page="ai"] .seventh-card-title,
  body[data-page="ai"] .f16-title,
  body[data-page="ai"] .f17-title,
  body[data-page="ai"] .e18-left h3 {
    font-size: clamp(16px, 5.5vw, 26px) !important;
    line-height: 1.24 !important;
  }

  body[data-page="ai"] .fifth-item-desc,
  body[data-page="ai"] .sixth-card-desc,
  body[data-page="ai"] .seventh-card-desc,
  body[data-page="ai"] .eighth-tag-desc,
  body[data-page="ai"] .ninth-tag-desc,
  body[data-page="ai"] .tenth-tag-desc,
  body[data-page="ai"] .tenth-summary,
  body[data-page="ai"] .f15-intro,
  body[data-page="ai"] .f15-copy p,
  body[data-page="ai"] .f15-note-list,
  body[data-page="ai"] .f16-text,
  body[data-page="ai"] .f17-text,
  body[data-page="ai"] .e18-core,
  body[data-page="ai"] .e18-right p,
  body[data-page="ai"] .e18-bottom {
    font-size: clamp(12px, 3.9vw, 18px) !important;
    line-height: 1.5 !important;
    word-break: break-word;
  }

  body[data-page="ai"] .fifth-item-title,
  body[data-page="ai"] .eighth-tag-title,
  body[data-page="ai"] .ninth-tag-title,
  body[data-page="ai"] .tenth-tag-title,
  body[data-page="ai"] .f15-copy h3 {
    font-size: clamp(14px, 4.2vw, 20px) !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }



  body[data-page="ai"] .fifth-copy,
  body[data-page="ai"] .seventh-card,
  body[data-page="ai"] .eighth-tag,
  body[data-page="ai"] .ninth-tag,
  body[data-page="ai"] .tenth-tag,
  body[data-page="ai"] .f15-feature-item,
  body[data-page="ai"] .f15-support-item {
    min-height: 0 !important;
  }

  body[data-page="ai"] .f15-layout,
  body[data-page="ai"] .f16-grid,
  body[data-page="ai"] .f17-layout,
  body[data-page="ai"] .e18-main {
    gap: 10px !important;
  }

  body[data-page="ai"] .f17-center {
    width: min(320px, 100%) !important;
    height: min(320px, calc(100vw - 40px)) !important;
  }

  body[data-page="ai"] .f17-bubble {
    border-width: 2px !important;
  }

  body[data-page="ai"] .tenth-summary {
    margin-top: 10px !important;
  }

  body[data-page="ai"] .e18-title {
    font-size: clamp(13px, 4.4vw, 18px) !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 700px) {
  body[data-page="ai"] #slidesContainer,
  body[data-page="ai"] #slidesContainer * {
    max-width: 100% !important;
  }

  body[data-page="ai"] #slidesContainer h2,
  body[data-page="ai"] #slidesContainer h3,
  body[data-page="ai"] #slidesContainer .f15-title,
  body[data-page="ai"] #slidesContainer .f16-title,
  body[data-page="ai"] #slidesContainer .f17-main-title,
  body[data-page="ai"] #slidesContainer .f17-title {
    font-size: clamp(18px, 5.8vw, 26px) !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
  }

  body[data-page="ai"] #slidesContainer p,
  body[data-page="ai"] #slidesContainer li,
  body[data-page="ai"] #slidesContainer .f15-copy p,
  body[data-page="ai"] #slidesContainer .f16-text,
  body[data-page="ai"] #slidesContainer .f17-text,
  body[data-page="ai"] #slidesContainer .e18-core,
  body[data-page="ai"] #slidesContainer .e18-right p,
  body[data-page="ai"] #slidesContainer .e18-bottom {
    font-size: clamp(12px, 3.7vw, 16px) !important;
    line-height: 1.46 !important;
    letter-spacing: 0 !important;
    word-break: break-word !important;
  }

  body[data-page="ai"] #slidesContainer [class*="-frame"] {
    min-height: auto !important;
  }

  body[data-page="ai"] #slidesContainer .fifth-copy,
  body[data-page="ai"] #slidesContainer .sixth-card,
  body[data-page="ai"] #slidesContainer .seventh-card,
  body[data-page="ai"] #slidesContainer .eighth-tag,
  body[data-page="ai"] #slidesContainer .ninth-tag,
  body[data-page="ai"] #slidesContainer .tenth-tag,
  body[data-page="ai"] #slidesContainer .f15-feature-item,
  body[data-page="ai"] #slidesContainer .f15-support-item,
  body[data-page="ai"] #slidesContainer .f16-card,
  body[data-page="ai"] #slidesContainer .e18-card {
    padding: 10px !important;
    min-height: 0 !important;
  }

  body[data-page="ai"] #slidesContainer .eighth-tag,
  body[data-page="ai"] #slidesContainer .ninth-tag,
  body[data-page="ai"] #slidesContainer .tenth-tag {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  body[data-page="ai"] #slidesContainer .eighth-tag-icon,
  body[data-page="ai"] #slidesContainer .ninth-tag-icon,
  body[data-page="ai"] #slidesContainer .tenth-tag-icon {
    width: 30px !important;
    height: 30px !important;
  }

}

@media (max-width: 900px) {
  body[data-page="ai"] #slidesContainer .second-grid,
  body[data-page="ai"] #slidesContainer .fifth-grid,
  body[data-page="ai"] #slidesContainer .sixth-grid,
  body[data-page="ai"] #slidesContainer .eighth-tags,
  body[data-page="ai"] #slidesContainer .ninth-tags,
  body[data-page="ai"] #slidesContainer .tenth-tags,
  body[data-page="ai"] #slidesContainer .eighth-images,
  body[data-page="ai"] #slidesContainer .ninth-images,
  body[data-page="ai"] #slidesContainer .tenth-images,
  body[data-page="ai"] #slidesContainer .custom-gallery-grid,
  body[data-page="ai"] #slidesContainer .eleventh-more-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 10px !important;
  }

  body[data-page="ai"] #slidesContainer .seventh-top-grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)) !important;
    gap: 8px !important;
  }

  body[data-page="ai"] #slidesContainer .seventh-bottom-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 10px !important;
  }


  body[data-page="ai"] #slidesContainer .fourth-body,
  body[data-page="ai"] #slidesContainer .f15-layout,
  body[data-page="ai"] #slidesContainer .f16-grid,
  body[data-page="ai"] #slidesContainer .f17-layout,
  body[data-page="ai"] #slidesContainer .e18-main {
    grid-template-columns: 1fr !important;
  }

  body[data-page="ai"] #slidesContainer .eighth-tag,
  body[data-page="ai"] #slidesContainer .ninth-tag,
  body[data-page="ai"] #slidesContainer .tenth-tag {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px !important;
  }

  body[data-page="ai"] #slidesContainer .eighth-tag-icon,
  body[data-page="ai"] #slidesContainer .ninth-tag-icon,
  body[data-page="ai"] #slidesContainer .tenth-tag-icon {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width: 700px) {
  body[data-page="ai"] #slidesContainer h2,
  body[data-page="ai"] #slidesContainer h3,
  body[data-page="ai"] #slidesContainer .f15-title,
  body[data-page="ai"] #slidesContainer .f16-title,
  body[data-page="ai"] #slidesContainer .f17-main-title,
  body[data-page="ai"] #slidesContainer .f17-title,
  body[data-page="ai"] #slidesContainer .fifth-item-title,
  body[data-page="ai"] #slidesContainer .eighth-tag-title,
  body[data-page="ai"] #slidesContainer .ninth-tag-title,
  body[data-page="ai"] #slidesContainer .tenth-tag-title {
    font-size: clamp(15px, 4.4vw, 22px) !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }


  body[data-page="ai"] #slidesContainer p,
  body[data-page="ai"] #slidesContainer li,
  body[data-page="ai"] #slidesContainer .f15-copy p,
  body[data-page="ai"] #slidesContainer .f16-text,
  body[data-page="ai"] #slidesContainer .f17-text,
  body[data-page="ai"] #slidesContainer .e18-core,
  body[data-page="ai"] #slidesContainer .e18-right p,
  body[data-page="ai"] #slidesContainer .e18-bottom,
  body[data-page="ai"] #slidesContainer .fifth-item-desc,
  body[data-page="ai"] #slidesContainer .sixth-card-desc,
  body[data-page="ai"] #slidesContainer .seventh-card-desc,
  body[data-page="ai"] #slidesContainer .eighth-tag-desc,
  body[data-page="ai"] #slidesContainer .ninth-tag-desc,
  body[data-page="ai"] #slidesContainer .tenth-tag-desc {
    font-size: clamp(12px, 3.5vw, 15px) !important;
    line-height: 1.42 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 900px) {
  html,
  body[data-page="ai"],
  body[data-page="ai"] main,
  body[data-page="ai"] .slides-section,
  body[data-page="ai"] #slidesContainer {
    overflow-x: hidden !important;
  }


  body[data-page="ai"] .container,
  body[data-page="ai"] #slidesContainer,
  body[data-page="ai"] #slidesContainer .slide-block {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body[data-page="ai"] #slidesContainer h1,
  body[data-page="ai"] #slidesContainer h2,
  body[data-page="ai"] #slidesContainer h3,
  body[data-page="ai"] #slidesContainer p,
  body[data-page="ai"] #slidesContainer li {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    white-space: normal !important;
  }

  body[data-page="ai"] #slidesContainer img,
  body[data-page="ai"] #slidesContainer video,
  body[data-page="ai"] #slidesContainer svg,
  body[data-page="ai"] #slidesContainer canvas,
  body[data-page="ai"] #slidesContainer iframe {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 900px) {
  body[data-page="ai"] #slidesContainer .second-grid,
  body[data-page="ai"] #slidesContainer .fifth-grid,
  body[data-page="ai"] #slidesContainer .sixth-grid,
  body[data-page="ai"] #slidesContainer .seventh-top-grid,
  body[data-page="ai"] #slidesContainer .seventh-bottom-grid,
  body[data-page="ai"] #slidesContainer .eighth-tags,
  body[data-page="ai"] #slidesContainer .ninth-tags,
  body[data-page="ai"] #slidesContainer .tenth-tags,
  body[data-page="ai"] #slidesContainer .eighth-images,
  body[data-page="ai"] #slidesContainer .ninth-images,
  body[data-page="ai"] #slidesContainer .tenth-images,
  body[data-page="ai"] #slidesContainer .custom-gallery-grid,
  body[data-page="ai"] #slidesContainer .eleventh-more-grid,
  body[data-page="ai"] #slidesContainer .fourth-body,
  body[data-page="ai"] #slidesContainer .f15-layout,
  body[data-page="ai"] #slidesContainer .f16-grid,
  body[data-page="ai"] #slidesContainer .f17-layout,
  body[data-page="ai"] #slidesContainer .e18-main {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body[data-page="ai"] #slidesContainer .slide-block {
    margin-bottom: 12px !important;
  }

  body[data-page="ai"] #slidesContainer [class*="-frame"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body[data-page="ai"] #slidesContainer .eighth-tag,
  body[data-page="ai"] #slidesContainer .ninth-tag,
  body[data-page="ai"] #slidesContainer .tenth-tag {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: start !important;
    column-gap: 8px !important;
    row-gap: 4px !important;
  }

  body[data-page="ai"] #slidesContainer .eighth-tag-icon,
  body[data-page="ai"] #slidesContainer .ninth-tag-icon,
  body[data-page="ai"] #slidesContainer .tenth-tag-icon {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width: 700px) {
  body[data-page="ai"] #slidesContainer h2,
  body[data-page="ai"] #slidesContainer h3,
  body[data-page="ai"] #slidesContainer .fifth-item-title,
  body[data-page="ai"] #slidesContainer .eighth-tag-title,
  body[data-page="ai"] #slidesContainer .ninth-tag-title,
  body[data-page="ai"] #slidesContainer .tenth-tag-title {
    font-size: clamp(14px, 4.6vw, 19px) !important;
    line-height: 1.25 !important;
  }

  body[data-page="ai"] #slidesContainer p,
  body[data-page="ai"] #slidesContainer li,
  body[data-page="ai"] #slidesContainer .fifth-item-desc,
  body[data-page="ai"] #slidesContainer .sixth-card-desc,
  body[data-page="ai"] #slidesContainer .seventh-card-desc,
  body[data-page="ai"] #slidesContainer .eighth-tag-desc,
  body[data-page="ai"] #slidesContainer .ninth-tag-desc,
  body[data-page="ai"] #slidesContainer .tenth-tag-desc {
    font-size: clamp(12px, 3.8vw, 15px) !important;
    line-height: 1.45 !important;
  }
}
















