/* 客户落地站 — aron_智联创（独立于驾驶舱视觉） */
.shop-land {
  --land-ink: #f4efe6;
  --land-muted: #a89f90;
  --land-bg: #0c1210;
  --land-panel: rgba(18, 28, 24, 0.82);
  --land-line: rgba(244, 239, 230, 0.12);
  --land-teal: #3ecf9a;
  --land-amber: #e8b45a;
  --land-deep: #07110e;
  --font-display: "Noto Serif SC", "Songti SC", serif;
  --font-brand: "Syne", "Noto Sans SC", sans-serif;
  --font-ui: "Noto Sans SC", "PingFang SC", sans-serif;
  margin: 0;
  color: var(--land-ink);
  background: var(--land-bg);
  font-family: var(--font-ui);
  overflow-x: hidden;
}

.land-grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(1200px 700px at 15% -10%, rgba(62, 207, 154, 0.16), transparent 55%),
    radial-gradient(900px 600px at 95% 20%, rgba(232, 180, 90, 0.1), transparent 50%),
    radial-gradient(800px 500px at 50% 110%, rgba(62, 207, 154, 0.06), transparent 45%),
    linear-gradient(168deg, #08110e 0%, #101a16 42%, #0c1210 100%);
}
.land-grain::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 12s steps(6) infinite;
}
@keyframes grainShift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-1%, 1%); }
  50% { transform: translate(1%, -1%); }
  100% { transform: translate(0, 0); }
}

.land-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 4vw, 40px);
  background: rgba(8, 17, 14, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--land-line);
}
.land-nav-brand {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: var(--land-ink);
  text-decoration: none;
}
.land-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  font-size: 0.88rem;
}
.land-nav-links a {
  color: var(--land-muted);
  text-decoration: none;
}
.land-nav-links a:hover { color: var(--land-ink); }
.land-nav-cta {
  padding: 6px 12px !important;
  border-radius: 999px;
  border: 1px solid rgba(62, 207, 154, 0.45);
  color: var(--land-teal) !important;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.land-nav-order {
  margin-left: 4px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(62, 207, 154, 0.16);
  color: var(--land-ink) !important;
  text-decoration: none;
  font-size: 0.88rem;
}
.land-nav-lookup {
  color: var(--land-amber, #c4a35a) !important;
  font-weight: 600;
}
.consult-lookup-hint {
  margin: 0 0 8px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--land-muted);
}

/* —— Hero：全幅海报 + 品牌 —— */
.land-hero {
  position: relative;
  min-height: min(100vh, 920px);
  display: grid;
  align-items: end;
  padding: 0;
  overflow: hidden;
}
.land-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.land-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}
@keyframes heroDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}
.land-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(7, 17, 14, 0.92) 0%, rgba(7, 17, 14, 0.78) 38%, rgba(7, 17, 14, 0.35) 68%, rgba(7, 17, 14, 0.55) 100%),
    linear-gradient(180deg, transparent 40%, rgba(7, 17, 14, 0.88) 100%);
}
.land-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(72px, 14vh, 140px) clamp(20px, 5vw, 56px) clamp(48px, 8vh, 88px);
  animation: riseIn 0.9s ease-out both;
}
@keyframes riseIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
.land-eyebrow {
  margin: 0 0 12px;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--land-amber);
}
.land-brand {
  margin: 0 0 18px;
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: clamp(2.8rem, 9vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: 0.02em;
  background: linear-gradient(120deg, #fff8ed 10%, var(--land-teal) 58%, var(--land-amber) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: brandGlow 5s ease-in-out infinite;
}
@keyframes brandGlow {
  0%, 100% { filter: drop-shadow(0 0 0 transparent); }
  50% { filter: drop-shadow(0 0 18px rgba(62, 207, 154, 0.28)); }
}
.land-claim {
  margin: 0 0 28px;
  max-width: 34em;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  font-weight: 600;
  line-height: 1.55;
  color: rgba(244, 239, 230, 0.92);
}
.land-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.land-cta {
  padding: 12px 22px;
  font-size: 1rem;
  border-radius: 12px;
  box-shadow: 0 10px 36px rgba(62, 207, 154, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.land-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(62, 207, 154, 0.32);
}
.land-cta-ghost {
  padding: 12px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}
.land-hero-note {
  margin: 0;
  font-size: 0.85rem;
  color: var(--land-muted);
}

/* —— 通用区块 —— */
.land-section {
  padding: clamp(56px, 10vh, 96px) clamp(20px, 5vw, 56px);
  max-width: 1120px;
  margin: 0 auto;
}
.land-section-head {
  max-width: 560px;
  margin-bottom: 32px;
}
.land-section-head h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.land-section-head p {
  margin: 0;
  color: var(--land-muted);
  line-height: 1.6;
  font-size: 1rem;
}

/* 服务轨：横向吸引，非 dashboard 卡片墙 */
.land-svc-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.land-svc {
  display: grid;
  gap: 8px;
  padding: 22px 18px;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
  border-top: 1px solid rgba(62, 207, 154, 0.35);
  background: linear-gradient(180deg, rgba(62, 207, 154, 0.08), transparent 70%);
  transition: background 0.25s ease, transform 0.25s ease;
}
.land-svc:hover,
.land-svc.on {
  background: linear-gradient(180deg, rgba(62, 207, 154, 0.16), rgba(232, 180, 90, 0.04) 80%);
  transform: translateY(-3px);
}
.land-svc-code {
  font-family: var(--font-brand);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--land-amber);
}
.land-svc strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
}
.land-svc-desc {
  color: var(--land-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}
.land-svc-meta {
  font-size: 0.78rem;
  color: rgba(62, 207, 154, 0.85);
}

/* 案例 */
.land-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.land-case { display: grid; gap: 0; }
.land-case-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background: #000;
  aspect-ratio: 4 / 3;
  text-align: left;
}
.land-case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.land-case-card:hover img,
.land-case-card.on img {
  transform: scale(1.06);
}
.land-case-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(7, 17, 14, 0.92));
  display: grid;
  gap: 4px;
  color: var(--land-ink);
}
.land-case-label span {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--land-teal);
}
.land-case-label strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
}
.land-case-label em {
  font-style: normal;
  font-size: 0.82rem;
  color: var(--land-muted);
}
.land-case-detail {
  padding: 18px 4px 8px;
  border-bottom: 1px solid var(--land-line);
  animation: riseIn 0.35s ease-out both;
}
.land-case-detail h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.land-case-detail p,
.land-case-detail li {
  color: var(--land-muted);
  line-height: 1.55;
  font-size: 0.92rem;
}
.land-case-detail ul {
  margin: 10px 0 14px;
  padding-left: 1.1em;
}

/* 保障 */
.land-promise {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 36px;
}
.land-promise h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--land-teal);
}
.land-promise p {
  margin: 0;
  color: var(--land-muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* 流程 + 评价 */
.land-timeline {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  counter-reset: step;
}
.land-timeline li {
  position: relative;
  padding: 16px 10px 10px;
  border-top: 2px solid rgba(232, 180, 90, 0.45);
  display: grid;
  gap: 6px;
  counter-increment: step;
}
.land-timeline li::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-brand);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--land-amber);
}
.land-timeline strong {
  font-family: var(--font-display);
  font-size: 1rem;
}
.land-timeline span {
  font-size: 0.8rem;
  color: var(--land-muted);
  line-height: 1.4;
}
.land-quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.land-quotes blockquote {
  margin: 0;
  padding: 0 0 0 16px;
  border-left: 2px solid rgba(62, 207, 154, 0.5);
}
.land-quotes p {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.55;
}
.land-quotes cite {
  font-style: normal;
  font-size: 0.8rem;
  color: var(--land-muted);
}

/* 下单区 */
.land-order {
  max-width: 960px;
}
.land-order-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: start;
}
.land-order-aside {
  padding: 18px 0;
}
.land-order-aside h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.1rem;
}
.land-price-hint {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--land-muted);
  font-size: 0.85rem;
}
.land-price-hint strong {
  font-family: var(--font-brand);
  font-size: 1.6rem;
  color: var(--land-amber);
}
.land-form {
  background: var(--land-panel);
  border-color: var(--land-line);
}
.shop-land .lead-form label { color: var(--land-muted); }
.shop-land .lead-form input,
.shop-land .lead-form select,
.shop-land .lead-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--land-line);
  background: rgba(0, 0, 0, 0.28);
  color: var(--land-ink);
  font: inherit;
}
.shop-land .btn.primary {
  background: linear-gradient(120deg, #2bb887, #3ecf9a);
  color: #062018;
  border: none;
  font-weight: 700;
}
.shop-land .btn.ghost {
  border: 1px solid var(--land-line);
  color: var(--land-ink);
  background: transparent;
}
.shop-land .btn.sm { padding: 8px 14px; font-size: 0.85rem; }
.shop-land .pay-list li { border-color: var(--land-line); }
.shop-land .pay-tip { color: var(--land-muted); font-size: 0.88rem; line-height: 1.5; }
.shop-land .pay-hint-card {
  margin-top: 20px;
  border-color: var(--land-line);
  background: rgba(0, 0, 0, 0.25);
  color: var(--land-muted);
}
.shop-land .form-soft-tip {
  background: rgba(62, 207, 154, 0.08);
  border-color: rgba(62, 207, 154, 0.22);
  color: var(--land-muted);
}

.land-foot {
  padding: 28px clamp(20px, 5vw, 56px) 48px;
  border-top: 1px solid var(--land-line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  color: var(--land-muted);
  font-size: 0.85rem;
}
.land-foot strong {
  font-family: var(--font-brand);
  color: var(--land-ink);
}

@media (max-width: 900px) {
  .land-svc-rail { grid-template-columns: 1fr 1fr; }
  .land-timeline { grid-template-columns: 1fr 1fr; }
  .land-order-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .land-nav-links a:not(.land-nav-cta):not(.land-nav-order) { display: none; }
  .land-svc-rail,
  .land-case-grid,
  .land-promise,
  .land-quotes { grid-template-columns: 1fr; }
  .land-timeline { grid-template-columns: 1fr; }
  .land-hero { min-height: 88vh; }
  .land-hero-visual img { object-position: 70% center; }
}

/* —— 悬浮在线客服 + 查单 + 咨询抽屉 —— */
.land-fab-lookup {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(max(20px, env(safe-area-inset-bottom)) + 58px);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a3d, #e85d04);
  color: #fff;
  font: inherit;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(232, 93, 4, 0.45);
  animation: fabIn 0.55s ease both;
}
.land-fab-lookup:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
body.consult-open .land-fab-lookup { opacity: 0; pointer-events: none; }
.land-fab-consult {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid rgba(62, 207, 154, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #1a3d32, #0f241c);
  color: var(--land-ink);
  font: inherit;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  animation: fabIn 0.55s ease both;
}
.land-fab-consult:hover {
  border-color: var(--land-teal);
  transform: translateY(-1px);
}
.land-fab-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--land-teal);
  box-shadow: 0 0 0 0 rgba(62, 207, 154, 0.55);
  animation: fabPulse 2s ease-out infinite;
}
@keyframes fabIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fabPulse {
  0% { box-shadow: 0 0 0 0 rgba(62, 207, 154, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(62, 207, 154, 0); }
  100% { box-shadow: 0 0 0 0 rgba(62, 207, 154, 0); }
}
body.consult-open .land-fab-consult { opacity: 0; pointer-events: none; }

.consult-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(4, 10, 8, 0.55);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 12px;
  animation: overlayIn 0.25s ease;
}
.consult-overlay[hidden] { display: none !important; }
@keyframes overlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.consult-drawer {
  width: min(420px, 100%);
  max-height: min(88vh, 720px);
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, #121c18 0%, #0c1411 100%);
  border: 1px solid var(--land-line);
  border-radius: 18px 18px 12px 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  animation: drawerUp 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes drawerUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.consult-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--land-line);
  background: rgba(62, 207, 154, 0.06);
}
.consult-panel-head strong {
  font-family: var(--font-brand);
  font-size: 0.95rem;
}
.consult-online {
  margin-left: 8px;
  font-size: 0.72rem;
  color: var(--land-teal);
  letter-spacing: 0.04em;
}
.consult-head-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.consult-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--land-ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.consult-box {
  flex: 1;
  min-height: 240px;
  max-height: 48vh;
  overflow-y: auto;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.consult-bubble {
  max-width: 90%;
  padding: 10px 13px;
  border-radius: 14px;
  line-height: 1.5;
  font-size: 0.92rem;
}
.consult-bubble.agent,
.consult-bubble.system {
  align-self: flex-start;
  background: rgba(30, 58, 48, 0.9);
  border: 1px solid rgba(62, 207, 154, 0.18);
}
.consult-bubble.customer {
  align-self: flex-end;
  background: rgba(15, 90, 72, 0.85);
  border: 1px solid rgba(62, 207, 154, 0.28);
}
.consult-bubble .who {
  font-size: 0.72rem;
  opacity: 0.7;
  margin-bottom: 4px;
}
.consult-bubble .when {
  font-size: 0.68rem;
  opacity: 0.5;
  margin-top: 6px;
}
.consult-cta-bar {
  padding: 8px 16px 0;
}
.consult-cta-bar .btn {
  width: 100%;
  text-align: center;
}
.consult-compose {
  display: flex;
  gap: 8px;
  padding: 12px 16px 14px;
  border-top: 1px solid var(--land-line);
}
.consult-compose input {
  flex: 1;
  min-width: 0;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid var(--land-line);
  background: rgba(0, 0, 0, 0.28);
  color: var(--land-ink);
  font: inherit;
}
.consult-order-lookup {
  padding: 0 16px 14px;
  color: var(--land-muted);
  font-size: 0.82rem;
}
.consult-order-lookup summary {
  cursor: pointer;
  margin-bottom: 8px;
}
.consult-lookup-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 6px;
}
.consult-lookup-row input {
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--land-line);
  background: rgba(0, 0, 0, 0.28);
  color: var(--land-ink);
  font: inherit;
  font-size: 0.82rem;
}
.consult-lookup-msg {
  margin: 6px 0 0;
  font-size: 0.78rem;
  color: var(--land-amber);
}

/* 独立咨询页 */
.consult-page .consult-shell {
  max-width: 640px;
  margin: 0 auto;
  padding: 28px clamp(16px, 4vw, 28px) 64px;
}
.consult-hero {
  margin-bottom: 20px;
}
.consult-hero h1 {
  margin: 6px 0 10px;
  font-family: var(--font-brand);
  font-size: clamp(1.6rem, 4vw, 2.1rem);
}
.consult-sub {
  color: var(--land-muted);
  line-height: 1.55;
  margin: 0;
}
.consult-card {
  background: var(--land-panel);
  border: 1px solid var(--land-line);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
}
.consult-card.warn {
  padding: 20px;
}
.consult-panel-standalone {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
}
.consult-panel-standalone .consult-box {
  max-height: none;
  flex: 1;
}

@media (max-width: 640px) {
  .consult-overlay {
    padding: 0;
    align-items: stretch;
  }
  .consult-drawer {
    width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
  }
  .consult-box { max-height: none; flex: 1; }
  .consult-lookup-row { grid-template-columns: 1fr; }
  .land-cta-row { flex-wrap: wrap; }
}
