
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #1A1A1A;
  background: #FFFFFF;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 82, 255, 0.08);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  height: 72px;
}

.site-header__logo {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  flex-shrink: 0;
}

.site-header__logo-brand {
  font-size: 22px;
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: -0.02em;
}

.site-header__logo-geo {
  font-size: 22px;
  font-weight: 700;
  color: #0052FF;
  letter-spacing: -0.02em;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 36px;
}

.site-nav__link {
  font-size: 15px;
  font-weight: 500;
  color: #1A1A1A;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link--active {
  color: #0052FF;
}

.site-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.site-header__toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #1A1A1A;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.is-open .site-header__toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .site-header__toggle-bar:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .site-header__toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero__bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #FFFFFF 0%, #F0F5FF 50%, #E8F0FE 100%);
}

.hero__bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.hero__bg-orb--1 {
  width: 600px;
  height: 600px;
  background: rgba(0, 82, 255, 0.08);
  top: 10%;
  right: 5%;
}

.hero__bg-orb--2 {
  width: 400px;
  height: 400px;
  background: rgba(0, 82, 255, 0.06);
  top: 30%;
  right: 20%;
}

.hero__bg-dots {
  position: absolute;
  top: 40px;
  right: 80px;
  width: 120px;
  height: 120px;
  background-image: url('https://www.shenyugeo.com/wp-content/themes/yuxun-geo-v1%EF%BC%88%E5%BC%80%E5%8F%91%E5%AE%8C%E6%88%90%E7%89%88%EF%BC%89/assets/css/images/background/bg-dots.svg');
  background-size: 120px 120px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.hero__container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 88px 48px 0;
}

.hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: 560px;
}

.hero__left {
  flex: 0 0 540px;
  max-width: 540px;
}

.hero__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.hero__title-brand {
  color: #1A1A1A;
}

.hero__title-geo {
  color: #0052FF;
}

.hero__subtitle {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  margin-bottom: 28px;
}

.hero__highlight {
  color: #0052FF;
}

.hero__desc {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  margin-bottom: 40px;
  max-width: 480px;
}

.hero__features {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}

.hero__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.hero__feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 82, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052FF;
  background: rgba(0, 82, 255, 0.04);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.hero__feature-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.hero__feature-label {
  font-size: 13px;
  color: #1A1A1A;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}

.hero__actions {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 48px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}

.hero__btn--primary {
  background: #0052FF;
  color: #FFFFFF;
  border: 1.5px solid #0052FF;
}

.hero__btn--primary:hover {
  background: #0046DB;
  border-color: #0046DB;
  box-shadow: 0 4px 16px rgba(0, 82, 255, 0.3);
}

.hero__btn--secondary {
  background: #FFFFFF;
  color: #0052FF;
  border: 1.5px solid #0052FF;
}

.hero__btn--secondary:hover {
  background: rgba(0, 82, 255, 0.04);
  box-shadow: 0 4px 16px rgba(0, 82, 255, 0.1);
}

.hero__btn-arrow {
  flex-shrink: 0;
}

.hero__tagline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero__tagline-icon {
  flex-shrink: 0;
  display: block;
}

.hero__tagline-text {
  font-size: 14px;
  color: #0052FF;
  font-weight: 500;
  white-space: nowrap;
}

.hero__tagline-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 82, 255, 0.4) 0%, rgba(0, 82, 255, 0) 100%);
  max-width: 200px;
}

.hero__right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 500px;
}

.hero__visual {
  position: relative;
  width: 560px;
  height: 440px;
  perspective: 1200px;
}

.hero__laptop {
  position: absolute;
  top: 52%;
  left: 48%;
  transform: translate(-50%, -50%) rotateX(6deg) rotateY(-18deg);
  width: 400px;
  z-index: 2;
  transform-style: preserve-3d;
}

.hero__laptop-screen {
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
  border: 2px solid #C8CDD4;
  border-bottom: none;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14), 0 8px 24px rgba(0, 82, 255, 0.08);
}

.hero__laptop-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #F3F4F6;
  border-bottom: 1px solid #E5E7EB;
}

.hero__laptop-header-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hero__laptop-header-dot--red {
  background: #FF5F57;
}

.hero__laptop-header-dot--yellow {
  background: #FFBD2E;
}

.hero__laptop-header-dot--green {
  background: #28CA41;
}

.hero__laptop-content {
  padding: 16px 20px 24px;
  background: #FFFFFF;
}

.hero__laptop-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #F3F4F6;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #999999;
}

.hero__laptop-ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(0, 82, 255, 0.08);
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #0052FF;
  font-weight: 500;
}

.hero__laptop-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.hero__laptop-line {
  height: 8px;
  border-radius: 4px;
  background: #E8F0FE;
}

.hero__laptop-line--full {
  width: 100%;
  background: linear-gradient(90deg, #0052FF 0%, #E8F0FE 100%);
}

.hero__laptop-line--90 {
  width: 90%;
}

.hero__laptop-line--75 {
  width: 75%;
}

.hero__laptop-line--60 {
  width: 60%;
}

.hero__laptop-sources-title {
  font-size: 11px;
  color: #999999;
  margin-bottom: 10px;
  display: block;
}

.hero__laptop-sources-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero__laptop-source {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__laptop-source-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0052FF, #6699FF);
  flex-shrink: 0;
}

.hero__laptop-source-avatar--2 {
  background: linear-gradient(135deg, #7B3FF2, #B794F6);
}

.hero__laptop-source-lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero__laptop-source-line {
  height: 6px;
  border-radius: 3px;
  background: #E8F0FE;
  width: 100%;
}

.hero__laptop-source-line--short {
  width: 60%;
}

.hero__laptop-base {
  height: 16px;
  background: linear-gradient(180deg, #D8D8D8 0%, #B0B0B0 40%, #909090 100%);
  border-radius: 0 0 6px 6px;
  position: relative;
  transform: rotateX(-60deg);
  transform-origin: top center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.hero__laptop-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 5px;
  background: #888888;
  border-radius: 0 0 4px 4px;
}

.hero__float {
  position: absolute;
  z-index: 3;
}

.hero__float--chart {
  top: 72px;
  left: -8px;
  width: 100px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.hero__float-chart {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding-bottom: 4px;
}

.hero__float-chart-bar {
  width: 12px;
  border-radius: 3px 3px 0 0;
  background: #E8F0FE;
}

.hero__float-chart-bar--1 {
  height: 30%;
}

.hero__float-chart-bar--2 {
  height: 50%;
  background: rgba(0, 82, 255, 0.3);
}

.hero__float-chart-bar--3 {
  height: 70%;
  background: #0052FF;
}

.hero__float--search img {
  display: block;
}

.hero__float-recommend-stars img {
  display: block;
}

.hero__float-chart-arrow {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
}

.hero__laptop-search img,
.hero__laptop-ai-badge img {
  display: block;
  flex-shrink: 0;
}

.hero__float--search {
  top: 48px;
  right: 32px;
  width: 48px;
  height: 48px;
  background: #0052FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 82, 255, 0.3);
}

.hero__float--recommend {
  bottom: 72px;
  right: 4px;
  width: 160px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 14px 16px;
}

.hero__float-recommend {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero__float-recommend-label {
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
}

.hero__float-recommend-stars {
  display: flex;
  gap: 2px;
}

.hero__float-recommend-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero__float-recommend-line {
  height: 6px;
  border-radius: 3px;
  background: #E8F0FE;
  width: 100%;
}

.hero__float-recommend-line--short {
  width: 70%;
}

.hero__platforms {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 22px 36px;
  margin-top: 32px;
  margin-bottom: 48px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
}

.hero__platforms-label {
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  font-weight: 500;
}

.hero__platforms-divider {
  width: 1px;
  height: 32px;
  background: #E5E7EB;
  flex-shrink: 0;
}

.hero__platforms-list {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: space-between;
}

.hero__platform {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
}

.hero__platform-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__platform-icon img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.hero__platform span {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 500;
  white-space: nowrap;
}

.section-btn--primary img {
  filter: brightness(0) invert(1);
}

.hero__platform-divider {
  width: 1px;
  height: 24px;
  background: #E5E7EB;
  flex-shrink: 0;
}

.section {
  position: relative;
  overflow: hidden;
}

.section__container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px;
}

.section__header {
  text-align: center;
  margin-bottom: 48px;
}

.section__badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(0, 82, 255, 0.08);
  color: #0052FF;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  margin-bottom: 20px;
}

.section__badge--icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.section__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1A1A1A;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.section__title-highlight {
  color: #0052FF;
}

.section__desc {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  max-width: 640px;
  margin: 0 auto;
}

.section__desc--decor {
  font-size: 15px;
}

.section__desc--lines {
  position: relative;
  display: inline-block;
  padding: 0 24px;
}

.section__desc--lines::before,
.section__desc--lines::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 82, 255, 0.3));
}

.section__desc--lines::before {
  right: 100%;
  margin-right: 12px;
  background: linear-gradient(90deg, rgba(0, 82, 255, 0.3), transparent);
}

.section__desc--lines::after {
  left: 100%;
  margin-left: 12px;
}

.section__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.section-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 48px;
  padding: 0 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.section-btn--primary {
  background: #0052FF;
  color: #FFFFFF;
  border: 1.5px solid #0052FF;
}

.section-card {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
}

.section-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 82, 255, 0.06);
  border: 1.5px solid rgba(0, 82, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.section-card__icon img {
  width: 32px;
  height: 32px;
  display: block;
}

.section-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 12px;
}

.section-card__line {
  display: block;
  width: 24px;
  height: 3px;
  background: #0052FF;
  border-radius: 2px;
  margin: 0 auto 16px;
}

.section-card__line--bottom {
  margin-top: 20px;
  margin-bottom: 0;
}

.section-card__text {
  font-size: 14px;
  line-height: 1.75;
  color: #666666;
  text-align: center;
}

.value {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFF 100%);
}

.value__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.value__bg-dots {
  position: absolute;
  bottom: 40px;
  left: 48px;
  width: 100px;
  height: 100px;
  background-image: url('https://www.shenyugeo.com/wp-content/themes/yuxun-geo-v1%EF%BC%88%E5%BC%80%E5%8F%91%E5%AE%8C%E6%88%90%E7%89%88%EF%BC%89/assets/css/images/background/bg-dots.svg');
  background-size: 100px 100px;
  opacity: 0.5;
}

.value__bg-wave {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 200px;
  background: radial-gradient(ellipse at bottom right, rgba(0, 82, 255, 0.08) 0%, transparent 70%);
}

.value__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value__card {
  padding: 32px 24px 28px;
}

.process {
  background: linear-gradient(180deg, #F0F5FF 0%, #FFFFFF 50%, #F8FAFF 100%);
}

.process__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.process__bg-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url('https://www.shenyugeo.com/wp-content/themes/yuxun-geo-v1%EF%BC%88%E5%BC%80%E5%8F%91%E5%AE%8C%E6%88%90%E7%89%88%EF%BC%89/assets/css/images/background/bg-dots.svg');
  background-size: 100px 100px;
  opacity: 0.45;
}

.process__bg-dots--tl {
  top: 40px;
  left: 48px;
}

.process__bg-dots--br {
  bottom: 40px;
  right: 48px;
}

.process__steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
}

.process__step {
  flex: 1;
  max-width: 220px;
  padding: 28px 20px 24px;
  text-align: center;
  position: relative;
}

.process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #0052FF;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 16px;
}

.process__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.process__icon img {
  width: 32px;
  height: 32px;
  display: block;
}

.process__title {
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 12px;
}

.process__text {
  font-size: 13px;
  line-height: 1.7;
  color: #666666;
}

.process__arrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-top: 80px;
}

.process__arrow img {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.6;
}

.process__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  font-size: 14px;
  color: #666666;
}

.process__trust img {
  width: 16px;
  height: 16px;
  display: block;
}

.process__trust-dot {
  color: #0052FF;
}

.industries {
  background: linear-gradient(180deg, #F8FAFF 0%, #F0F5FF 50%, #FFFFFF 100%);
}

.industries__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.industries__bg-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(80px);
  background: rgba(0, 82, 255, 0.06);
}

.industries__bg-glow--tl {
  top: -100px;
  left: -100px;
}

.industries__bg-glow--br {
  bottom: -100px;
  right: -100px;
}

.industries__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.industries__card {
  padding: 28px 20px 24px;
}

.industries__tags {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.6;
}

.industries__banner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  background: rgba(0, 82, 255, 0.04);
  border-radius: 16px;
  border: 1px solid rgba(0, 82, 255, 0.08);
}

.industries__banner-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0052FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.industries__banner-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.industries__banner-text {
  flex: 1;
}

.industries__banner-desc {
  font-size: 14px;
  color: #666666;
  margin-bottom: 6px;
}

.industries__banner-title {
  font-size: 16px;
  font-weight: 700;
  color: #0052FF;
}

.industries__banner .section-btn {
  flex-shrink: 0;
}

.contact {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F5FF 100%);
  padding-bottom: 40px;
}

.contact__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact__bg-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url('https://www.shenyugeo.com/wp-content/themes/yuxun-geo-v1%EF%BC%88%E5%BC%80%E5%8F%91%E5%AE%8C%E6%88%90%E7%89%88%EF%BC%89/assets/css/images/background/bg-dots.svg');
  background-size: 100px 100px;
  opacity: 0.45;
}

.contact__bg-dots--tr {
  top: 40px;
  right: 48px;
}

.contact__bg-dots--bl {
  bottom: 40px;
  left: 48px;
}

.contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.contact__card {
  padding: 36px 24px 32px;
  text-align: center;
}

.contact__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0052FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contact__icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.contact__info {
  font-size: 20px;
  font-weight: 700;
  color: #0052FF;
  margin-bottom: 8px;
}

.contact__caption {
  font-size: 13px;
  color: #999999;
}

.contact__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 28px 32px;
  margin-bottom: 32px;
}

.contact__benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact__benefit-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__benefit-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.contact__benefit-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact__benefit-text strong {
  font-size: 14px;
  font-weight: 700;
  color: #1A1A1A;
}

.contact__benefit-text span {
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
}

.contact__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  color: #999999;
}

.contact__privacy img {
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0.7;
}

.page-main {
  padding-top: 72px;
}
@media screen and (max-width: 1280px) {
  .hero__container {
    padding: 80px 32px 0;
  }

  .hero__left {
    flex: 0 0 460px;
    max-width: 460px;
  }

  .hero__title,
  .hero__subtitle {
    font-size: 48px;
  }

  .hero__visual {
    width: 460px;
    height: 380px;
  }

  .hero__laptop {
    width: 340px;
  }

  .section__container {
    padding: 72px 32px;
  }

  .value__grid,
  .industries__grid {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .site-header__inner {
    padding: 0 32px;
  }

  .site-nav__list {
    gap: 24px;
  }

  .hero__content {
    gap: 40px;
  }

  .hero__left {
    flex: 0 0 400px;
    max-width: 400px;
  }

  .hero__title,
  .hero__subtitle {
    font-size: 42px;
  }

  .hero__features {
    gap: 20px;
  }

  .hero__feature-icon {
    width: 48px;
    height: 48px;
  }

  .hero__feature-icon img {
    width: 20px;
    height: 20px;
  }

  .hero__feature-label {
    font-size: 12px;
  }

  .hero__visual {
    width: 400px;
    height: 340px;
  }

  .hero__laptop {
    width: 300px;
  }

  .hero__float--chart {
    width: 80px;
    height: 64px;
    left: -10px;
  }

  .hero__float--recommend {
    width: 140px;
    right: 0;
  }

  .hero__platforms {
    padding: 16px 24px;
    gap: 16px;
  }

  .hero__platform {
    padding: 0 8px;
  }

  .hero__platform span {
    font-size: 13px;
  }

  .section__title {
    font-size: 32px;
  }

  .value__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process__steps {
    flex-wrap: wrap;
    gap: 16px;
  }

  .process__arrow {
    display: none;
  }

  .process__step {
    flex: 0 0 calc(33.333% - 12px);
    max-width: none;
  }

  .industries__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact__benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries__banner {
    flex-wrap: wrap;
  }

  .industries__banner .section-btn {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .site-header {
    position: fixed;
    padding-top: constant(safe-area-inset-top);
    padding-top: 20px;
    padding-top: max(20px, env(safe-area-inset-top, 0px));
  }

  .site-header__inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding: 0 18px;
    gap: 12px;
  }

  .site-header__logo {
    flex-shrink: 0;
    white-space: nowrap;
    overflow: visible;
    min-width: auto;
  }

  .site-header__logo-brand,
  .site-header__logo-geo {
    font-size: 20px;
    line-height: 1.2;
  }

  .site-header__toggle {
    display: flex;
    flex-shrink: 0;
    margin-left: auto;
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 82, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .site-header.is-open .site-nav {
    max-height: 320px;
    opacity: 1;
  }

  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 16px;
  }

  .site-nav__link {
    display: block;
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .page-main {
    padding-top: calc(60px + max(20px, env(safe-area-inset-top, 0px)));
  }

  .hero__container,
  .section__container {
    width: 92%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__container {
    padding-top: 104px;
    padding-top: calc(84px + max(20px, env(safe-area-inset-top, 0px)));
    padding-bottom: 0;
    overflow: visible;
    min-height: 0;
  }

  .section__container {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hero {
    overflow: visible;
  }

  .hero__content {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 32px;
    min-height: unset;
    height: auto;
  }

  .hero__left {
    flex: none;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .hero__right {
    width: 100%;
    min-height: 0;
    display: flex;
    justify-content: center;
  }

  .hero__title,
  .hero__subtitle {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .hero__subtitle {
    margin-bottom: 16px;
  }

  .hero__desc {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 28px;
  }

  .hero__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin-bottom: 28px;
    width: 100%;
  }

  .hero__feature {
    flex: none;
    width: 100%;
    min-width: 0;
    gap: 8px;
  }

  .hero__feature-icon {
    width: 52px;
    height: 52px;
  }

  .hero__feature-icon img {
    width: 24px;
    height: 24px;
  }

  .hero__feature-label {
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
    text-align: center;
  }

  .hero__actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    margin-bottom: 24px;
  }

  .hero__btn {
    width: 100%;
    height: 48px;
    padding: 0 24px;
    font-size: 15px;
    justify-content: center;
  }

  .hero__tagline {
    flex-wrap: wrap;
    gap: 8px;
  }

  .hero__tagline-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .hero__tagline-line {
    display: none;
  }

  .hero__visual {
    width: 100%;
    max-width: 100%;
    height: 280px;
    margin: 0 auto;
  }

  .hero__laptop {
    width: min(78vw, 300px);
  }

  .hero__float--chart {
    width: 72px;
    height: 58px;
    left: 0;
    top: 24px;
    padding: 8px;
  }

  .hero__float--search {
    width: 44px;
    height: 44px;
    top: 16px;
    right: 8px;
  }

  .hero__float--recommend {
    width: 130px;
    bottom: 24px;
    right: 0;
    padding: 12px 14px;
  }

  .hero__bg-dots {
    right: 12px;
    top: 80px;
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
  }

  .hero__platforms {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px;
    margin-top: 28px;
    margin-bottom: 32px;
    border-radius: 12px;
    width: 100%;
  }

  .hero__platforms-divider {
    display: none;
  }

  .hero__platforms-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    justify-items: center;
  }

  .hero__platform-divider {
    display: none;
  }

  .hero__platform {
    padding: 6px 4px;
    justify-content: center;
  }

  .hero__platform-icon img {
    width: 28px;
    height: 28px;
    max-width: none;
    object-fit: contain;
  }

  .hero__platform span {
    font-size: 13px;
    white-space: normal;
  }

  .section__header {
    margin-bottom: 32px;
  }

  .section__title {
    font-size: 26px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .section__desc {
    font-size: 15px;
    line-height: 1.75;
  }

  .section__badge {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .section__cta {
    margin-top: 32px;
    width: 100%;
  }

  .section-btn {
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 0 24px;
    font-size: 15px;
    justify-content: center;
    box-sizing: border-box;
  }

  .section-card__title {
    font-size: 17px;
    line-height: 1.4;
  }

  .section-card__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .value__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .industries__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .value__grid > *,
  .industries__grid > *,
  .hero__features > *,
  .contact__grid > * {
    min-width: 0;
  }

  .value__card,
  .industries__card {
    padding: 20px 14px;
    min-width: 0;
  }

  .industries__tags {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .hero__title,
  .hero__subtitle,
  .hero__desc,
  .hero__feature-label,
  .section__title,
  .section__desc,
  .section-card__title,
  .section-card__text,
  .industries__tags,
  .process__text,
  .process__title,
  .contact__info,
  .contact__caption,
  .industries__banner-title,
  .industries__banner-desc,
  .contact__privacy {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .hero img,
  .section img {
    max-width: 100%;
    height: auto;
  }

  .section-card__icon img,
  .contact__icon img,
  .hero__feature-icon img {
    max-width: 100%;
    height: auto;
  }

  .process__steps {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .process__step {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }

  .process__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0 8px;
    flex-shrink: 0;
  }

  .process__arrow img {
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    opacity: 0.5;
  }

  .process__title {
    font-size: 17px;
    line-height: 1.4;
  }

  .process__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .process__trust {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;
    margin-top: 28px;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .industries__banner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px;
    width: 100%;
  }

  .industries__banner .section-btn {
    width: 100%;
  }

  .industries__banner-title {
    font-size: 15px;
    line-height: 1.5;
  }

  .industries__banner-desc {
    font-size: 13px;
    line-height: 1.6;
  }

  .contact__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }

  .contact__card {
    padding: 28px 20px;
  }

  .contact__info {
    font-size: 20px;
    line-height: 1.4;
    word-break: break-all;
  }

  .contact__caption {
    font-size: 13px;
    line-height: 1.5;
  }

  .contact__benefits {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
  }

  .contact__benefit-text strong {
    font-size: 15px;
  }

  .contact__benefit-text span {
    font-size: 13px;
    line-height: 1.55;
  }

  .contact__privacy {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 4px;
    text-align: center;
  }

  .section__desc--lines::before,
  .section__desc--lines::after {
    display: none;
  }

  .section__desc--lines {
    padding: 0;
  }

  .value__bg-dots,
  .process__bg-dots,
  .contact__bg-dots {
    opacity: 0.35;
  }
}

@media screen and (max-width: 480px) {
  .site-header__inner {
    padding: 0 16px;
  }

  .site-header__logo-brand,
  .site-header__logo-geo {
    font-size: 19px;
  }

  .hero__title,
  .hero__subtitle {
    font-size: 28px;
  }

  .hero__desc {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .hero__features {
    gap: 16px 12px;
  }

  .hero__feature-icon {
    width: 48px;
    height: 48px;
  }

  .hero__visual {
    height: 260px;
  }

  .hero__laptop {
    width: min(82vw, 260px);
  }

  .hero__platforms-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .section__container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section__title {
    font-size: 24px;
  }

  .section__desc {
    font-size: 14px;
  }

  .process__step {
    padding: 20px 16px;
  }

  .value__grid,
  .industries__grid {
    gap: 12px;
  }

  .value__card,
  .industries__card {
    padding: 18px 12px;
  }

  .contact__info {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .hero__title,
  .hero__subtitle {
    font-size: 26px;
  }
}
.hero-animate-left {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeInUp 0.8s ease forwards;
}

.hero-animate-right {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeInUp 0.8s ease 0.2s forwards;
}

.hero-animate-bottom {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeInUp 0.8s ease 0.4s forwards;
}

@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-float {
  animation: heroFloat 4s ease-in-out infinite;
}

.hero-float--delay-1 {
  animation-delay: 0.5s;
}

.hero-float--delay-2 {
  animation-delay: 1s;
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.hero__laptop {
  animation: heroLaptopFloat 5s ease-in-out infinite;
  animation-delay: 0.3s;
}

@keyframes heroLaptopFloat {
  0%, 100% {
    transform: translate(-50%, -50%) rotateX(6deg) rotateY(-18deg) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(6deg) rotateY(-18deg) translateY(-6px);
  }
}

.hero__btn--primary:active {
  transform: scale(0.98);
}

.hero__btn--secondary:active {
  transform: scale(0.98);
}

.hero__feature:hover .hero__feature-icon {
  border-color: #0052FF;
  background: rgba(0, 82, 255, 0.08);
  transform: scale(1.05);
}

.hero__feature-icon {
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.hero__platform {
  transition: opacity 0.3s ease;
}

.hero__platform:hover {
  opacity: 0.8;
}

@media (prefers-reduced-motion: reduce) {
  .hero-animate-left,
  .hero-animate-right,
  .hero-animate-bottom {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hero-float,
  .hero__laptop {
    animation: none;
  }

  .hero__btn,
  .hero__feature-icon,
  .hero__platform {
    transition: none;
  }
}

.hero.is-visible .hero-animate-left,
.hero.is-visible .hero-animate-right,
.hero.is-visible .hero-animate-bottom {
  opacity: 1;
  transform: translateY(0);
}

				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			