/*
Theme Name: YQQ V2
Author: Codex
Version: 2.2.5
*/

:root {
  --ink: #142025;
  --muted: #5f6f76;
  --line: #dfe8e7;
  --paper: #fbf7f0;
  --soft: #f4fbfa;
  --green: #14a76c;
  --green-dark: #087c55;
  --teal: #10b9bd;
  --orange: #ff8a1f;
  --navy: #10242b;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.7;
  background: var(--paper);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--green);
  color: #fff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(20, 167, 108, .23);
}
.btn:hover { background: var(--green-dark); }
.btn.secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(251, 247, 240, .92);
  border-bottom: 1px solid rgba(20, 32, 37, .08);
  backdrop-filter: blur(16px);
}
.nav {
  height: 74px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  font-size: 22px;
  white-space: nowrap;
}
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--teal));
  box-shadow: 0 12px 30px rgba(16, 185, 189, .22);
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #314247;
  font-size: 14px;
  font-weight: 750;
}
.nav-links a:hover { color: var(--green-dark); }
.nav-links .btn { box-shadow: 0 8px 22px rgba(20, 167, 108, .28); }
.mobile-menu {
  display: none;
}
.mobile-menu summary {
  list-style: none;
  cursor: pointer;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 1020px) {
  .nav-links { display: none; }
  .mobile-menu {
    position: relative;
    display: block;
    margin-left: auto;
  }
  .mobile-menu summary {
    min-width: 46px;
    min-height: 42px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 8px;
    background: var(--green);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(20, 167, 108, .22);
  }
  .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 168px;
    padding: 10px;
    border: 1px solid rgba(20, 32, 37, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(20, 32, 37, .16);
  }
  .mobile-menu-panel a {
    display: block;
    padding: 10px 12px;
    color: var(--ink);
    font-weight: 850;
  }
}

@media (max-width: 640px) {
  .nav { height: 58px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 9px; }
  .mobile-menu summary { width: 42px; height: 38px; padding: 0; }
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 52px;
  background:
    radial-gradient(circle at 78% 18%, rgba(20, 167, 108, .18), transparent 34%),
    linear-gradient(135deg, #fffaf1 0%, #f3fbfa 54%, #edf8f2 100%);
}
.hero-full {
  height: min(calc(100vw / 2), calc(100vh - 74px));
  min-height: 610px;
  max-height: 960px;
  display: flex;
  align-items: center;
  padding: 0;
  color: #fff;
  background: #0b1d22;
}
.hero-full:after { content: none; }
.hero-content {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.hero-full .hero-content > div {
  position: absolute;
  left: clamp(235px, 16.2vw, 340px);
  top: 33.4%;
  width: clamp(600px, 41vw, 800px);
  max-width: none;
  transform: translateY(-8%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 44px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: clamp(7px, .52vw, 10px);
  margin: 0 0 clamp(10px, 1.05vw, 20px);
  color: var(--green-dark);
  font-size: clamp(10px, .68vw, 13px);
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: clamp(24px, 1.78vw, 34px);
  height: 2px;
  background: var(--orange);
}
.hero h1 {
  margin: 0;
  max-width: 810px;
  font-size: clamp(42px, 3.55vw, 72px);
  line-height: 1.08;
  letter-spacing: 0;
}
.hero-full h1 {
  color: #fff;
  text-shadow: 0 4px 22px rgba(0,0,0,.32);
}
.hero-copy {
  margin: clamp(14px, 1.25vw, 24px) 0 0;
  max-width: 760px;
  color: #405157;
  font-size: clamp(16px, 1.06vw, 20px);
}
.hero-highlight {
  margin: 10px 0 0;
  color: var(--orange);
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.35;
  font-weight: 900;
}
.hero-full .hero-copy {
  color: #e8f3ef;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, .73vw, 14px);
  margin-top: clamp(20px, 1.67vw, 32px);
}
.hero-full .btn {
  min-height: clamp(38px, 2.4vw, 46px);
  padding: 0 clamp(14px, 1.05vw, 20px);
  font-size: clamp(13px, .83vw, 16px);
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, .72vw, 14px);
  margin-top: clamp(20px, 1.55vw, 30px);
  max-width: clamp(520px, 34vw, 650px);
}
.proof-item {
  position: relative;
  flex: 1 1 0;
  min-width: 126px;
  width: auto;
  padding: clamp(13px, .88vw, 17px) clamp(14px, .94vw, 18px) clamp(12px, .78vw, 15px);
  border: 1px solid rgba(20, 167, 108, .16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(247,252,250,.78));
  box-shadow: 0 14px 34px rgba(27, 62, 73, .09);
  font-weight: 900;
  color: #26373c;
  font-size: clamp(15px, .96vw, 18px);
  text-align: left;
}
.proof-item::before {
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--green);
}
.hero-full .proof-item {
  color: #26373c;
  border-color: rgba(20, 167, 108, .16);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(247,252,250,.78));
  backdrop-filter: none;
}
.hero-full .proof-item span { color: #49626a; }
.hero-full .eyebrow { color: #8df3cf; }
.proof-item span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: clamp(13px, .78vw, 15px);
  font-weight: 760;
}

.product-hero img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(20, 32, 37, .08);
  box-shadow: 0 24px 65px rgba(28, 66, 58, .15);
}
.page-hero {
  padding: 88px 0 74px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 14%, rgba(20, 167, 108, .32), transparent 30%),
    linear-gradient(135deg, #10242b 0%, #143940 56%, #0b1d22 100%);
}
.page-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.1;
}
.page-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #d3e2e3;
  font-size: 18px;
}
.page-hero .eyebrow { color: #8df3cf; }
.product-hero .hero-grid { align-items: center; }

@media (max-width: 1020px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero { padding: 58px 0 34px; }
  .hero-full {
    height: auto;
    min-height: 0;
    padding: 66px 0 28px;
  }
  .hero-full .hero-content {
    position: relative;
    inset: auto;
    width: min(100% - 28px, 1180px);
    margin: 0 auto;
  }
  .hero-full .hero-content > div {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
  }
  .hero h1 {
    max-width: 94%;
    font-size: clamp(32px, 10vw, 40px);
    line-height: 1.12;
  }
  .hero-copy {
    max-width: 96%;
    font-size: 15px;
    line-height: 1.75;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .hero-actions .btn {
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    font-size: 14px;
  }
  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
  }
  .proof-item {
    width: auto;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 6px;
    font-size: 13px;
  }
  .proof-item span { margin-top: 2px; font-size: 10px; }
}
.ai-hero {
  min-height: 660px;
  height: min(calc(100vw / 2.32), calc(100vh - 74px));
  background: linear-gradient(90deg, #fbfdfe 0%, #f7fcfd 43%, #e2f4f8 100%);
  color: var(--ink);
  isolation: isolate;
}
.ai-scene,
.ai-hero-shade {
  position: absolute;
  inset: 0;
}
.ai-scene {
  z-index: 0;
  animation: aiSceneCycle 16s infinite ease-in-out;
}
.ai-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.ai-hero-shade {
  z-index: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.74) 38%, rgba(255,255,255,.1) 67%, transparent);
}
.ai-hero .hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, .9fr) minmax(660px, 1.1fr);
  gap: clamp(20px, 2vw, 42px);
  align-items: center;
  height: 100%;
}
.ai-hero .hero-content > div {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  max-width: none;
  transform: none;
}
.ai-copy {
  max-width: 650px;
  margin-left: clamp(142px, 11vw, 202px);
}
.ai-hero h1 {
  color: var(--ink);
  text-shadow: none;
  font-size: clamp(42px, 3.25vw, 64px);
}
.ai-hero .hero-copy { color: #3f555d; text-shadow: none; }
.ai-hero .hero-highlight { text-shadow: none; }
.ai-hero .proof-item {
  color: #26373c;
  border-color: rgba(20,32,37,.12);
  background: rgba(255,255,255,.76);
}
.ai-hero .proof-item span { color: var(--muted); }

.ai-demo-pair {
  display: grid;
  grid-template-columns: minmax(330px, 360px) minmax(330px, 360px);
  gap: 14px;
  align-items: stretch;
  justify-content: end;
  height: clamp(730px, 42.8vw, 780px);
  margin-right: 84px;
  opacity: 0;
  transform: translateX(58px) scale(.985);
  animation: aiPairCycle 16s infinite ease-in-out;
}
.ai-translation {
  position: relative;
  order: 2;
  height: calc(100% - 130px);
  min-height: 0;
  margin-top: 68px;
  overflow: hidden;
  padding-top: 0;
}
.ai-phone-crop {
  order: 1;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.ai-translation-track { display: grid; gap: 10px; }
.ai-cn {
  min-height: 58px;
  padding: 11px 13px;
  border: 1px solid rgba(19,42,49,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 28px rgba(14,32,38,.08);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  opacity: 1;
  transform: none;
  animation: none;
}
.ai-cn b { color: var(--green-dark); }
.ai-cn.customer b { color: #c96f00; }
.ai-tag {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(20,167,108,.1);
  color: var(--green-dark);
  font-size: 12px;
}
.ai-phone {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 10px solid #101417;
  border-radius: 42px;
  background: #f3eadb;
  box-shadow: 0 34px 86px rgba(14,32,38,.27);
}
.ai-wa-head {
  height: 58px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  border-bottom: 1px solid rgba(19,42,49,.12);
  background: #fff;
}
.ai-wa-head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.ai-screen {
  position: relative;
  height: calc(100% - 58px);
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background:
    radial-gradient(circle at 18px 22px, rgba(151,124,83,.13) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 54px 50px, rgba(82,128,116,.11) 0 1.2px, transparent 1.8px),
    linear-gradient(45deg, rgba(164,131,82,.045) 25%, transparent 25% 75%, rgba(164,131,82,.045) 75%),
    #efe6d7;
  background-size: 70px 70px, 78px 78px, 34px 34px, auto;
}
.ai-screen::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 15;
  height: 52px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18px 22px, rgba(151,124,83,.13) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 54px 50px, rgba(82,128,116,.11) 0 1.2px, transparent 1.8px),
    linear-gradient(45deg, rgba(164,131,82,.045) 25%, transparent 25% 75%, rgba(164,131,82,.045) 75%),
    #efe6d7;
  background-size: 70px 70px, 78px 78px, 34px 34px, auto;
}
.ai-chat-track {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 52px;
  overflow: visible;
  padding: 14px 13px 14px;
}
.ai-msg {
  position: relative;
  margin: 0 0 10px;
  opacity: 1;
  transform: none;
  animation: none;
}
.ai-bubble {
  max-width: 82%;
  padding: 8px 10px 7px;
  border-radius: 12px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
  box-shadow: 0 7px 16px rgba(15,32,38,.08);
}
.msg-text { display: block; }
.msg-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 4px;
  color: rgba(19,42,49,.5);
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}
.read-checks {
  position: relative;
  width: 18px; height: 13px;
  color: transparent;
  font-size: 0;
  letter-spacing: 0;
  padding-right: 0;
}
.read-checks::before,
.read-checks::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 4px; height: 9px;
  border-right: 1.6px solid #34b7f1;
  border-bottom: 1.6px solid #34b7f1;
  transform: rotate(45deg);
  transform-origin: center;
}
.read-checks::before { left: 3px; height: 8px; }
.read-checks::after { left: 10px; }
.ai-msg.customer .ai-bubble {
  background: rgba(255,255,255,.98);
  border-bottom-left-radius: 4px;
}
.ai-msg.ai .ai-bubble {
  margin-left: auto;
  background: #dcffd0;
  border-bottom-right-radius: 4px;
}
.ai-bubble.voice {
  width: 190px;
  min-height: 42px;
  display: grid;
  grid-template-columns: 14px 12px 1fr 30px;
  gap: 8px;
  align-items: center;
}
.play {
  width: 0; height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid rgba(19,42,49,.72);
}
.dot { width: 9px; height: 9px; border-radius: 50%; background: #1d9ac0; }
.wave {
  display: block;
  height: 18px;
  background: repeating-linear-gradient(90deg, rgba(19,42,49,.24) 0 2px, transparent 2px 7px);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.duration {
  display: block;
  margin-top: 4px;
  color: rgba(19,42,49,.56);
  font-size: 10px;
}
.small-avatar {
  width: 30px; height: 30px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(19,42,49,.1);
}
.small-avatar img { width: 100%; height: 100%; object-fit: cover; }
.ai-msg .product-card {
  width: 240px;
  padding: 7px 7px 8px;
  border-radius: 13px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 7px 16px rgba(15,32,38,.08);
  overflow: hidden;
}
.ai-msg .product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.product-caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 8px 3px 2px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
}
.product-caption span { min-width: 0; }
.product-caption time {
  color: rgba(19,42,49,.55);
  font-size: 13px;
  white-space: nowrap;
}
.ai-inputbar {
  position: absolute;
  left: 10px; right: 10px; bottom: 9px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 7px;
  align-items: center;
}
.ai-input {
  height: 42px;
  display: grid;
  grid-template-columns: 26px 1fr 24px 24px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: #69777c;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.ai-input span:nth-child(2) { color: #66757a; font-size: 18px; }
.input-face,
.input-attach,
.input-camera {
  position: relative;
  display: grid;
  place-items: center;
  color: transparent;
  font-size: 0;
}
.input-face::before { content: ""; width: 18px; height: 18px; border: 2px solid #657479; border-radius: 50%; }
.input-face::after { content: ""; position: absolute; width: 8px; height: 4px; border: 2px solid #657479; border-top: 0; border-radius: 0 0 10px 10px; bottom: 7px; box-shadow: -5px -6px 0 -3px #657479, 5px -6px 0 -3px #657479; }
.input-attach::before { content: ""; width: 9px; height: 20px; border: 2px solid #657479; border-left-width: 3px; border-radius: 8px; transform: rotate(8deg); }
.input-attach::after { content: ""; position: absolute; width: 4px; height: 12px; border: 2px solid #657479; border-left: 0; border-radius: 0 7px 7px 0; transform: rotate(8deg); }
.input-camera::before { content: ""; width: 20px; height: 15px; border: 2px solid #657479; border-radius: 3px; }
.input-camera::after { content: ""; position: absolute; width: 6px; height: 6px; border: 2px solid #657479; border-radius: 50%; box-shadow: -5px -8px 0 -5px #657479; }
.ai-mic {
  position: relative;
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 0;
  box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
.ai-mic::before { content: ""; width: 8px; height: 17px; border-radius: 999px; background: #fff; }
.ai-mic::after { content: ""; position: absolute; width: 16px; height: 13px; border: 2px solid #fff; border-top: 0; border-radius: 0 0 12px 12px; transform: translateY(4px); }

@media (min-width: 761px) {
  .ai-demo-pair {
    height: clamp(616px, calc(42.8vw - 76px), 680px);
    position: relative;
  }
  .ai-phone-crop { align-self: stretch; height: 100%; min-height: 0; }
  .ai-phone { height: calc(100% + 108px); }
  .ai-translation {
    position: relative;
    align-self: start;
    height: calc(100% - 68px);
    margin-top: 68px;
    min-height: 0;
    overflow: hidden;
  }
  .ai-translation::before { content: none; }
  .ai-demo-pair::before {
    content: "AI 对话中文翻译";
    position: absolute;
    top: 0; left: 76%;
    transform: translateX(-50%);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    width: auto;
    max-width: 100%;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 8px 18px rgba(20,167,108,.22);
  }
  .ai-copy .hero-actions { justify-content: flex-start; }
}

@keyframes aiSceneCycle {
  0%, 6.25% { opacity: 1; transform: scale(1); }
  12%, 93% { opacity: .18; transform: scale(1.025); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes aiPairCycle {
  0%, 6.25% { opacity: 0; transform: translateX(58px) scale(.985); }
  6.6%, 92% { opacity: 1; transform: translateX(0) scale(1); }
  96%, 100% { opacity: 0; transform: translateX(34px) scale(.99); }
}

@media (max-width: 760px) {
  .ai-hero {
    display: block;
    height: auto;
    min-height: 0;
    padding: 28px 0 36px;
    background: linear-gradient(180deg, #f8fbf8 0%, #eef8f3 55%, #f8fbf8 100%);
  }
  .ai-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0; right: 0; top: 0;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.72) 42%, rgba(255,255,255,.28) 100%);
  }
  .ai-scene { display: block; animation: none; opacity: 1; transform: none; }
  .ai-scene img { object-position: 64% center; }
  .ai-hero-shade { display: block; background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.76) 57%, rgba(255,255,255,.2)); }
  .ai-hero .hero-content { display: flex; flex-direction: column; height: auto; position: relative; }
  .ai-copy {
    position: relative;
    z-index: 3;
    max-width: 100%;
    margin-left: 0;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ai-hero h1 { max-width: 96%; font-size: clamp(31px, 9vw, 39px); line-height: 1.12; }
  .ai-hero .hero-copy { max-width: 96%; font-size: 16px; line-height: 1.7; }
  .ai-hero .hero-highlight { font-size: 19px; }
  .ai-demo-pair {
    position: relative;
    left: 50%;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.09fr) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    width: min(100vw - 16px, 510px);
    height: 474px;
    margin: 0 0 0;
    opacity: 1;
    transform: translateX(-50%);
    animation: none;
  }
  .ai-phone-crop {
    order: 1;
    height: 474px;
    min-height: 0;
    overflow: hidden;
    border-radius: 26px;
    filter: drop-shadow(0 16px 34px rgba(14,32,38,.22));
  }
  .ai-phone { height: 590px; border-width: 7px; border-radius: 28px; box-shadow: none; }
  .ai-wa-head { height: 42px; border-radius: 21px 21px 0 0; }
  .ai-screen { height: calc(100% - 42px); border-radius: 0 0 21px 21px; }
  .ai-screen::after { content: none; }
  .ai-chat-track { bottom: auto; height: 425px; padding: 7px; animation: none !important; will-change: transform; }
  .ai-translation { order: 2; height: calc(100% - 49px); margin-top: 49px; padding-top: 0; position: relative; overflow: hidden; }
  .ai-translation::before { content: none; }
  .ai-demo-pair::before { content: "AI 对话中文翻译"; position: absolute; top: 0; left: 76%; transform: translateX(-50%); z-index: 5; display: inline-flex; align-items: center; justify-content: center; min-height: 30px; width: auto; max-width: 90%; padding: 0 10px; border-radius: 999px; background: var(--green); color: #fff; font-size: 11.5px; font-weight: 900; line-height: 1; text-align: center; white-space: nowrap; box-shadow: 0 8px 18px rgba(20,167,108,.22); }
  .ai-translation-track { gap: 7px; height: auto; margin-top: 0; overflow: hidden; will-change: transform; }
  .ai-cn { min-height: 0; padding: 6px 7px; font-size: 10px; line-height: 1.28; border-radius: 10px; }
  .ai-tag { display: inline-flex; max-width: 100%; margin-top: 4px; padding: 2px 5px; font-size: 9.5px; line-height: 1.15; white-space: normal; vertical-align: baseline; }
  .ai-bubble { max-width: 86%; padding: 7px 8px 6px; font-size: 10.5px; line-height: 1.25; }
  .msg-meta { font-size: 9px; margin-top: 4px; }
  .read-checks { font-size: 9px; }
  .ai-bubble.voice { width: 112px; }
  .ai-msg .product-card { width: min(100%, 146px); padding: 5px 5px 6px; border-radius: 12px; }
  .ai-msg .product-card img { aspect-ratio: 4 / 3; border-radius: 9px; }
  .product-caption { padding: 6px 3px 1px; font-size: 10px; }
  .product-caption time { font-size: 9px; }
  .ai-inputbar { display: none; }
  .ai-hero .hero-actions { justify-content: flex-start; }
  .ai-hero .hero-actions .btn { width: auto; }
  .ai-hero .hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; max-width: 100%; }
  .ai-hero .proof-item { min-width: 0; padding: 10px 8px 9px; font-size: 13px; }
  .ai-hero .proof-item::before { width: 20px; margin-bottom: 7px; }
  .ai-hero .proof-item span { font-size: 11px; }
}
.grid { display: grid; gap: 20px; }
.grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); }
.grid.cols-5 { grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); }
.card {
  min-width: 0;
  height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 32, 37, .05);
}
.card.dark-card {
  background: #163138;
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
}
.card h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.28; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.dark-card p { color: #c8dbdc; }
.num {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--orange);
  font-weight: 950;
  letter-spacing: 1px;
}
.product-card { display: flex; flex-direction: column; min-height: 100%; }
.tag {
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green-dark);
  background: #e8f8ef;
  font-size: 12px;
  font-weight: 900;
}
.feature-list {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}
.feature-list li {
  position: relative;
  padding-left: 20px;
  margin: 9px 0;
  color: #425258;
  font-size: 14px;
}
.feature-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.text-orange { color: var(--orange); font-weight: 900; }
.product-card .btn { margin-top: auto; width: fit-content; }

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.cases-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 760px) {
  .cases-grid { grid-template-columns: minmax(0, 1fr); }
}
.case-card {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 32, 37, .08);
}
.case-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef3f1;
}
.case-media img,
.case-card > img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.case-body { padding: 18px; }
.case-body h3 { margin: 0 0 6px; font-size: 18px; }
.case-body p { margin: 0; color: var(--muted); font-size: 14px; }

@media (max-width: 1020px) {
  .grid.cols-3, .grid.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .grid, .grid.cols-3, .grid.cols-4, .grid.cols-5, .image-grid { grid-template-columns: minmax(0, 1fr); width: 100%; }
  .product-card { width: 100%; min-width: 0; }
  .feature-list { min-width: 0; padding-left: 18px; }
  .btn { width: 100%; }
}
.section { padding: 52px 0; background: var(--paper); }
.section.white { background: #fff; }
.section.soft { background: var(--soft); }
.section.dark { background: var(--navy); color: #fff; }
.section-head {
  max-width: 780px;
  margin: 0 0 38px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.16;
  letter-spacing: 0;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.dark .section-head p { color: #c3d5d8; }
.section-actions { margin-top: 28px; }

.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.process .card { padding: 24px; }
.process b { color: var(--green-dark); font-size: 13px; }
.process h3 { margin-top: 8px; font-size: 17px; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 34px;
  align-items: start;
}
.content-page { max-width: 860px; font-size: 17px; }
.content-page p { color: #4a5c62; }
.compact { margin-top: 26px; }
.case-single-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 28px;
  box-shadow: 0 18px 45px rgba(20,32,37,.1);
}
.case-aside { position: sticky; top: 96px; }

@media (max-width: 1020px) {
  .contact, .split { grid-template-columns: 1fr; }
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .section { padding: 38px 0; }
  .card { padding: 24px; }
  .process { grid-template-columns: minmax(0, 1fr); }
}
.contact {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 3.2vw, 56px);
  align-items: start;
}
.contact-panel {
  padding: clamp(30px, 3.2vw, 54px);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--navy), #173f43);
  color: #fff;
}
.contact-panel h2 {
  max-width: 540px;
  margin-top: 0;
  font-size: clamp(34px, 3.2vw, 58px);
  line-height: 1.12;
}
.contact-panel p { color: #c8dbdc; }
.contact-form {
  padding: clamp(26px, 2.35vw, 40px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 32, 37, .07);
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.field.full { grid-column: 1 / -1; }
label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 850;
  color: #33464c;
}
input, select, textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfdcda;
  border-radius: 8px;
  padding: 12px 13px;
  font: inherit;
  background: #fff;
}
textarea { min-height: 122px; resize: vertical; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.notice-ok {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #e8f8ef;
  color: var(--green-dark);
  font-weight: 800;
}

@media (max-width: 640px) {
  .contact-form, .contact-panel { padding: 24px; width: 100%; min-width: 0; }
  .field-grid { grid-template-columns: minmax(0, 1fr); }
  .contact { grid-template-columns: minmax(0, 1fr); display: grid; }
}.site-footer {
  padding: 56px 0 32px;
  background: #0b1d22;
  color: #c4d3d6;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 24px;
}
.footer-grid b { color: #fff; }
.footer-grid h4 { color: #fff; margin: 0 0 12px; }
.footer-grid p { margin: 8px 0 0; color: #c4d3d6; }
.footer-grid a { display: block; color: #c4d3d6; margin: 7px 0; }
.footer-grid a:hover { color: #fff; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(86px, 1fr));
  column-gap: 22px;
}
.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(196, 211, 214, .72);
  font-size: 12px;
  text-align: center;
}
.yqq-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 28px;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 18px 38px rgba(18, 140, 90, .34);
}
.yqq-whatsapp-float svg { width: 34px; height: 34px; fill: #fff; }
#yqq-cookie {
  display: none;
  position: fixed;
  z-index: 80;
  left: 22px; right: 22px; bottom: 20px;
  max-width: 720px;
  margin: auto;
  background: #0b1d22;
  color: #e7f2ef;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  box-shadow: 0 15px 45px rgba(0,0,0,.28);
  align-items: center;
  gap: 20px;
}
#yqq-cookie.show { display: flex; }
#yqq-cookie p { margin: 0; flex: 1; font-size: 13px; }
#yqq-cookie a { color: #72e4be; }
#yqq-cookie button { border: 0; background: var(--green); color: #fff; padding: 9px 18px; border-radius: 7px; font-weight: 800; }

@media (max-width: 640px) {
  .footer-grid { display: block; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
  .footer-bottom { text-align: center; }
  .yqq-whatsapp-float { right: 12px; bottom: 68px; width: 52px; height: 52px; }
  .yqq-whatsapp-float svg { width: 31px; height: 31px; }
  #yqq-cookie { display: none; left: 14px; right: 14px; bottom: 14px; align-items: stretch; flex-direction: column; }
  #yqq-cookie.show { display: flex; }
  #yqq-cookie button { width: 100%; }
}
/* ===== Website Building Page ===== */
.wb-hero{position:relative;background:linear-gradient(135deg,#f8fdfb 0%,#edf7f3 40%,#e2f2f0 100%);padding:72px 0 56px;overflow:hidden}
.wb-hero-bg{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 72% 40%,rgba(20,167,108,.08) 0%,transparent 60%),radial-gradient(ellipse at 30% 70%,rgba(20,167,108,.04) 0%,transparent 50%)}
.wb-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,1fr);gap:48px;align-items:center;position:relative;z-index:1}
.wb-hero-copy h1{font-size:clamp(34px,3.2vw,52px);line-height:1.12;margin:0 0 20px}
.wb-hero-copy p{color:#405157;font-size:17px;line-height:1.7;margin:0 0 28px;max-width:580px}
.wb-hero-visual img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:0 24px 64px rgba(20,32,37,.14)}
.wb-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:6px}
.wb-compare-col{padding:32px;border-radius:12px}
.wb-compare-col.muted{background:#f5f7f6;border:1px solid rgba(20,32,37,.08)}
.wb-compare-col.highlight{background:linear-gradient(145deg,#d4f5e2,#c8f0d8);border:2px solid var(--green)}
.wb-compare-col h3{margin:0 0 18px;font-size:20px;font-weight:900;display:flex;align-items:center;gap:10px}
.wb-compare-col.highlight h3{color:var(--green-dark)}
.wb-compare-col.highlight h3 span{display:inline-flex;padding:3px 10px;border-radius:999px;background:var(--green);color:#fff;font-size:11px;font-weight:850;letter-spacing:.5px}
.wb-compare-col ul{margin:0;padding:0;list-style:none}
.wb-compare-col li{position:relative;padding-left:22px;margin:10px 0;font-size:15px;line-height:1.6;color:#425258}
.wb-compare-col li:before{content:"";position:absolute;left:0;top:6px;width:14px;height:14px;border-radius:50%}
.wb-compare-col.muted li:before{background:#cdd6d3}
.wb-compare-col.highlight li:before{background:var(--green)}
.wb-compare-foot{margin:20px 0 0;color:var(--green-dark);font-size:16px;font-weight:800;text-align:center}
.wb-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.wb-card{padding:32px 28px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;height:100%}
.wb-card h3{margin:0 0 10px;font-size:20px;min-height:54px;display:flex;align-items:center;justify-content:center}
.wb-card p{margin:0;flex:1}
.wb-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(20,32,37,.12)}
.wb-icon{display:block;margin:0 auto 16px;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#e8f8ef,#d4f3e5);color:var(--green-dark);font-size:22px;line-height:48px;text-align:center}
.wb-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.wb-step{position:relative;padding:28px 20px;text-align:center}
.wb-step:not(:last-child):after{content:"";position:absolute;right:-12px;top:40px;width:24px;height:2px;background:var(--green);opacity:.3}
.wb-step b{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:16px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--teal));color:#fff;font-size:22px;font-weight:950;box-shadow:0 12px 28px rgba(20,167,108,.22)}
.wb-step h3{margin:0 0 8px;font-size:19px}
.wb-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.wb-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.wb-case-item{margin:0;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(20,32,37,.06);transition:transform .25s ease,box-shadow .25s ease}
.wb-case-item:hover{transform:scale(1.03);box-shadow:0 18px 48px rgba(20,32,37,.14)}
.wb-case-img{aspect-ratio:3/2;overflow:hidden;background:linear-gradient(135deg,#dce8e5,#e8f0ed,#dce8e5);display:block;position:relative}
.wb-case-img::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06);border-radius:10px 10px 0 0}
.wb-case-img img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:1}
.wb-case-item figcaption{padding:14px 16px}
.wb-case-item b{display:block;margin-bottom:4px;font-size:16px;font-weight:850}
.wb-case-item span{color:var(--muted);font-size:13px}
.wb-cta{background:linear-gradient(150deg,#0b1d22,#15393f,#0d2a2e);color:#fff}

/* ── wb Tablet ── */
@media (max-width: 860px) {
  .wb-hero-grid{grid-template-columns:minmax(0,1fr);gap:28px}
  .wb-hero-visual{max-width:520px;margin:0 auto}
  .wb-card-grid{grid-template-columns:minmax(0,1fr)}
  .wb-card-grid .wb-card:nth-child(4){grid-column:auto}
  .wb-process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wb-case-grid{grid-template-columns:minmax(0,1fr)}
  .wb-compare{grid-template-columns:minmax(0,1fr)}
  .wb-step:after{display:none}
  .wb-cta h2{font-size:clamp(22px,4vw,32px)!important}
  .wb-cta p{font-size:16px!important}
  .wb-hero-copy{text-align:center;margin:0 auto;width:100%;padding:0}
  .wb-hero-copy p{margin-left:auto;margin-right:auto}
  .wb-hero-copy .eyebrow{justify-content:center;display:flex;width:100%}
}
/* ── wb Mobile ── */
@media (max-width: 640px) {
  .wb-hero-grid{grid-template-columns:minmax(0,1fr);gap:24px}
  .wb-hero-visual{display:none}
  .wb-hero-copy{text-align:left;margin:0;width:100%;padding:0}
  .wb-hero-copy p{margin-left:0;margin-right:0;max-width:100%;word-break:break-word}
  .wb-hero-copy .eyebrow{justify-content:flex-start;display:flex;width:100%}
  .wb-hero-copy h1{font-size:clamp(22px,7vw,30px);max-width:100%;overflow-wrap:break-word;word-break:break-word}
  .wb-hero-copy p{font-size:15px}
  .wb-card-grid{grid-template-columns:minmax(0,1fr)}
  .wb-card-grid .wb-card:nth-child(4){grid-column:auto}
  .wb-card{height:auto;padding:24px 20px}
  .wb-card h3{min-height:auto;font-size:18px}
  .wb-process{grid-template-columns:minmax(0,1fr)}
  .wb-step:after{display:none}
  .wb-case-grid{grid-template-columns:minmax(0,1fr)}
  .wb-compare{grid-template-columns:minmax(0,1fr)}
  .wb-compare-col{padding:22px}
  .wb-cta h2{font-size:20px!important}
  .wb-cta p{font-size:15px!important}
}

/* ===== AI 外贸业务员 落地页 ===== */
.ai-land-hero{position:relative;overflow:hidden;padding:clamp(72px,6vw,110px) 0 clamp(64px,5vw,96px);background:radial-gradient(circle at 82% 14%,rgba(20,167,108,.32),transparent 30%),linear-gradient(135deg,#10242b 0%,#143940 56%,#0b1d22 100%);color:#fff;text-align:left}
.ai-land-hero .eyebrow{color:#8df3cf;justify-content:flex-start}
.ai-land-copy{max-width:780px;margin:0}
.ai-land-copy h1{color:#fff;font-size:clamp(32px,3vw,52px);line-height:1.15;margin:0}
.ai-land-sub{margin:clamp(14px,1.2vw,22px) 0 0;color:#d3e2e3;font-size:clamp(15px,.9vw,18px);line-height:1.72;max-width:620px}
.ai-land-actions{margin-top:clamp(20px,1.6vw,30px);display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.ai-land-actions .btn{min-height:clamp(42px,2.5vw,50px);padding:0 clamp(22px,1.4vw,28px);font-size:clamp(15px,.88vw,17px)}

/* 三图 Gallery */
.ai-land-gallery{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;margin-top:8px}
.ai-land-gitem{margin:0;border-radius:10px;overflow:hidden;border:1px solid var(--line);box-shadow:0 12px 34px rgba(20,32,37,.06);background:#eef3f1}
.ai-land-gitem img{width:100%;display:block}
.ai-land-gitem .ai-land-img-link{cursor:zoom-in;display:block}

.ai-land-img-link{display:block;cursor:zoom-in;transition:opacity .2s}
.ai-land-img-link:hover{opacity:.88}

/* Scenario cards */
.ai-land-scenario{text-align:center;padding:32px 24px}
.ai-land-scenario h3{margin:10px 0 6px;font-size:18px}
.ai-land-sicon{font-size:36px;margin-bottom:8px}

/* CTA section */
.ai-land-cta{text-align:center;padding:clamp(36px,4vw,64px) clamp(20px,3vw,48px);border-radius:14px;background:linear-gradient(145deg,#0b1d22,#143940,#0d2a2e);color:#fff}
.ai-land-cta h2{font-size:clamp(24px,2.5vw,38px);line-height:1.35;margin:0 0 28px;color:#fff}
.ai-land-cta .ai-land-actions{justify-content:center;margin-top:0}
.ai-land-cta .btn{min-height:48px;padding:0 32px;font-size:17px}

/* Lightbox */
.ai-land-lightbox{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.88);align-items:center;justify-content:center;padding:40px}
.ai-land-lightbox[aria-hidden="false"]{display:flex}
.ai-land-lightbox img{max-width:92vw;max-height:88vh;border-radius:8px;object-fit:contain}
.ai-land-lightbox-close{display:none;position:absolute;top:18px;right:22px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:22px;cursor:pointer;place-items:center;line-height:1}
.ai-land-lightbox[aria-hidden="false"] .ai-land-lightbox-close{display:grid}
.ai-land-lightbox-close:hover{background:rgba(255,255,255,.28)}

/* ── 响应式 ── */
@media (max-width:1020px){
  .ai-land-hero{padding:78px 0 52px}
  .ai-land-copy{max-width:100%}
  .ai-land-copy h1{font-size:clamp(28px,7vw,40px)}
  .ai-land-sub{font-size:16px}
}
@media (max-width:640px){
  .ai-land-hero{padding:60px 0 36px}
  .ai-land-copy h1{font-size:clamp(24px,8vw,32px)}
  .ai-land-sub{font-size:15px;line-height:1.65}
  .ai-land-actions .btn{width:100%}
  .ai-land-cta{padding:36px 20px}
  .ai-land-cta h2{font-size:20px}
  .ai-land-lightbox{padding:16px}
  .ai-land-lightbox img{max-width:96vw;max-height:80vh}
  .ai-land-lightbox-close{top:10px;right:12px;width:38px;height:38px;font-size:18px}
  .ai-land-lightbox[aria-hidden="false"] .ai-land-lightbox-close{display:grid}
}
