.jingling-crm-page {
  --color-primary-50: #f0f7ff;
  --color-primary-100: #e6f0ff;
  --color-primary-200: #c7dfff;
  --color-primary-500: #1890ff;
  --color-primary-700: #0661b3;
  --color-primary-800: #0449b0;
  --color-ink-900: #11233f;
  --color-ink-800: #1a1a1a;
  --color-ink-700: #303a4d;
  --color-ink-600: #4d6280;
  --color-ink-500: #6b7891;
  --color-ink-400: #9aa3b2;
  --color-ink-300: #c8d5e6;
  --color-ink-200: #dde8f3;
  --color-ink-100: #edf4fb;
  --color-ink-50: #f7fbff;
  --color-surface: #ffffff;
  --color-surface-soft: #f7fbff;
  --color-surface-deep: #0c1a3b;
  --color-success: #12b981;
  --font-sans: "Source Han Sans", "Source Han Sans CN", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --shadow-sm: 0 4px 12px rgba(17, 35, 63, 0.06);
  --shadow-md: 0 10px 24px rgba(17, 35, 63, 0.08);
  --shadow-lg: 0 18px 44px rgba(24, 57, 118, 0.1);
  --shadow-xl: 0 24px 54px rgba(24, 57, 118, 0.14);
  --shadow-focus: 0 0 0 3px rgba(24, 144, 255, 0.22);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 28px;
  --radius-pill: 999px;
  --container-max: 1200px;
  --container-pad: 24px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--color-ink-600);
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at top left, rgba(24, 144, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 22%, #f7fbff 100%);
}

.jingling-crm-page *,
.jingling-crm-page *::before,
.jingling-crm-page *::after {
  box-sizing: border-box;
}

.jingling-crm-page a {
  color: inherit;
  text-decoration: none;
}

.jingling-crm-page button,
.jingling-crm-page input,
.jingling-crm-page select {
  font: inherit;
}

.jingling-crm-page img {
  display: block;
  max-width: 100%;
}

.jingling-crm-page .jlcrm-skip-link {
  position: absolute;
  left: var(--container-pad);
  top: -48px;
  z-index: 20;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: var(--color-primary-800);
  color: #fff;
  transition: top var(--duration-base) var(--ease-out);
}

.jingling-crm-page .jlcrm-skip-link:focus {
  top: 16px;
}

.jingling-crm-page .jlcrm-container {
  width: min(var(--container-max), calc(100% - 48px));
  margin: 0 auto;
}

.jingling-crm-page #topheader,
.jingling-crm-page #footer {
  position: relative;
  z-index: 5;
}

.jingling-crm-page #footer {
  clear: both;
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.jingling-crm-page #footer .footer,
.jingling-crm-page #footer .record {
  margin-bottom: 0;
  padding-bottom: 0;
}

.jingling-crm-page #footer .getPrice {
  margin-bottom: 0;
}

.jingling-crm-page .jlcrm-shell {
  padding: 32px 0 96px;
}

.jingling-crm-page .jlcrm-mobile-header {
  display: none;
}

.jingling-crm-page .jlcrm-section {
  padding: 88px 0 0;
}

.jingling-crm-page .jlcrm-section-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.jingling-crm-page .jlcrm-section-head--center {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jingling-crm-page .jlcrm-section-head--center .jlcrm-eyebrow {
  justify-content: center;
}

.jingling-crm-page .jlcrm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 6px 16px;
  border: 1px solid rgba(24, 144, 255, 0.2);
  border-radius: 100px;
  background: rgba(24, 144, 255, 0.08);
  color: var(--color-primary-700);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.jingling-crm-page .jlcrm-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary-500);
  box-shadow: 0 0 0 4px rgba(24, 144, 255, 0.2);
}

.jingling-crm-page .jlcrm-title {
  margin: 0;
  color: var(--color-ink-900);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.jingling-crm-page .jlcrm-subtitle {
  margin: 16px 0 0;
  color: var(--color-ink-600);
  font-size: 17px;
  line-height: 1.85;
}

.jingling-crm-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition:
    background-color var(--duration-base) var(--ease-out),
    color var(--duration-base) var(--ease-out),
    border-color var(--duration-base) var(--ease-out),
    transform var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out);
}

.jingling-crm-page .btn:hover {
  transform: translateY(-3px);
}

.jingling-crm-page .btn:focus-visible,
.jingling-crm-page .jlcrm-field-input:focus-visible,
.jingling-crm-page .jlcrm-checkbox input:focus-visible + span,
.jingling-crm-page .jlcrm-link:focus-visible {
  outline: none;
  box-shadow: var(--shadow-focus);
}

.jingling-crm-page .btn--primary {
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-800));
  color: #fff;
  box-shadow: 0 8px 20px rgba(24, 144, 255, 0.2);
}

.jingling-crm-page .btn--primary:hover {
  box-shadow: 0 14px 28px rgba(24, 144, 255, 0.24);
}

.jingling-crm-page .btn--secondary {
  border-color: rgba(24, 144, 255, 0.16);
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-primary-800);
}

.jingling-crm-page .jlcrm-hero {
  position: relative;
  isolation: isolate;
  padding: 100px 0 60px;
  background:
    radial-gradient(circle at 50% 30%, rgba(24, 144, 255, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 250, 255, 0.95) 50%, rgba(234, 246, 255, 0.88) 100%);
  overflow: hidden;
}

.jingling-crm-page .jlcrm-hero::before,
.jingling-crm-page .jlcrm-hero .jlcrm-container::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.jingling-crm-page .jlcrm-hero .jlcrm-container {
  position: relative;
}

/* Grid pattern background */
.jingling-crm-page .jlcrm-hero .jlcrm-container::before {
  z-index: -2;
  inset: -100px -150px;
  background-image: 
    linear-gradient(rgba(24, 144, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 144, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(circle at 50% 30%, black 30%, transparent 70%);
  mask-image: radial-gradient(circle at 50% 30%, black 30%, transparent 70%);
  border-radius: 0;
  transform: none;
  filter: none;
}

.jingling-crm-page .jlcrm-hero::before {
  z-index: -1;
  border-radius: 50%;
  filter: blur(50px);
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(24, 144, 255, 0.08), rgba(24, 144, 255, 0) 70%);
}

.jingling-crm-page .jlcrm-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.jingling-crm-page .jlcrm-hero .jlcrm-title {
  max-width: 800px;
  margin: 0 auto;
  font-size: clamp(46px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

@media (min-width: 1200px) {
  .jingling-crm-page .jlcrm-hero .jlcrm-title {
    max-width: none;
    white-space: nowrap;
    padding: 2px 0 20px;
    background: linear-gradient(110deg, #061b3d 0%, #074fb9 36%, #1b9cff 52%, #063b92 68%, #061b3d 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(48px, 4.2vw, 64px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    animation: jlcrmTitleShine 4.8s ease-in-out infinite;
  }
}

@media (min-width: 1200px) and (max-width: 1320px) {
  .jingling-crm-page .jlcrm-hero .jlcrm-title {
    font-size: clamp(42px, 3.8vw, 48px);
    letter-spacing: -0.065em;
  }
}

@keyframes jlcrmTitleShine {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.jingling-crm-page .jlcrm-hero .jlcrm-subtitle {
  max-width: 680px;
  margin: 24px auto 0;
  font-size: 19px;
  line-height: 1.8;
  color: var(--color-ink-700);
}

.jingling-crm-page .jlcrm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.jingling-crm-page .jlcrm-hero__actions .btn {
  min-height: 48px;
  padding: 0 32px;
  font-size: 16px;
}

.jingling-crm-page .jlcrm-hero__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.jingling-crm-page .jlcrm-metric {
  min-height: 116px;
  padding: 18px 18px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(24, 144, 255, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(24, 57, 118, 0.06);
}

.jingling-crm-page .jlcrm-metric__value {
  margin: 0;
  color: var(--color-ink-900);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.jingling-crm-page .jlcrm-metric__label {
  margin: 8px 0 0;
  color: var(--color-ink-500);
  font-size: 13px;
  line-height: 1.6;
}

.jingling-crm-page .jlcrm-soft-card,
.jingling-crm-page .jlcrm-feature-card,
.jingling-crm-page .jlcrm-process-card,
.jingling-crm-page .jlcrm-surface-card,
.jingling-crm-page .jlcrm-scene-card,
.jingling-crm-page .jlcrm-contact-card,
.jingling-crm-page .jlcrm-form-card,
.jingling-crm-page .jlcrm-consult-card,
.jingling-crm-page .jlcrm-ai-card,
.jingling-crm-page .jlcrm-price-panel,
.jingling-crm-page .jlcrm-case-card {
  border: 1px solid rgba(24, 144, 255, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.jingling-crm-page .jlcrm-advantage-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin: 60px auto 0;
}

.jingling-crm-page .jlcrm-benefit-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 250, 255, 0.7));
  box-shadow: 0 12px 32px rgba(24, 144, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  grid-column: span 1;
  text-align: left;
}

.jingling-crm-page .jlcrm-benefit-card:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 40px rgba(24, 144, 255, 0.12);
  transform: translateY(-4px);
}

.jingling-crm-page .jlcrm-benefit-card--wide {
  grid-column: span 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.jingling-crm-page .jlcrm-benefit-card--ai {
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.9), rgba(234, 238, 255, 0.8));
}

.jingling-crm-page .jlcrm-benefit-card--ai::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(100, 150, 255, 0.15) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}

.jingling-crm-page .jlcrm-benefit-content {
  position: relative;
  z-index: 1;
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jingling-crm-page .jlcrm-benefit-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-700));
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.25);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  font-family: monospace;
}

.jingling-crm-page .jlcrm-benefit-card h3 {
  margin: 0;
  color: var(--color-ink-900);
  font-size: 17px;
  line-height: 1.35;
}

.jingling-crm-page .jlcrm-benefit-card p {
  margin: 0;
  color: var(--color-ink-500);
  font-size: 13px;
  line-height: 1.7;
}

/* Micro Visuals */
.jingling-crm-page .jlcrm-benefit-visual {
  position: relative;
  z-index: 1;
  width: 40%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Chat Visual */
.jingling-crm-page .jlcrm-benefit-visual--chat {
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.jingling-crm-page .jlcrm-bubble {
  width: 80%;
  height: 24px;
  border-radius: 12px;
  border-bottom-right-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(4px);
  animation: jlcrmFloat 4s ease-in-out infinite;
}

.jingling-crm-page .jlcrm-bubble:nth-child(2) {
  width: 60%;
  background: rgba(24, 144, 255, 0.15);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 4px;
  align-self: flex-start;
  animation-delay: 1s;
}

.jingling-crm-page .jlcrm-bubble:nth-child(3) {
  width: 70%;
  animation-delay: 2s;
}

@keyframes jlcrmFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Nodes Visual */
.jingling-crm-page .jlcrm-benefit-visual--nodes {
  position: relative;
}

/* Icon Visual (for small cards) */
.jingling-crm-page .jlcrm-benefit-visual--icon {
  margin-top: auto;
  align-self: flex-end;
  width: 56px;
  height: 56px;
  background: rgba(24, 144, 255, 0.08);
  border: 1px solid rgba(24, 144, 255, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-600);
  transition: all 0.3s ease;
}
.jingling-crm-page .jlcrm-benefit-card:hover .jlcrm-benefit-visual--icon {
  background: var(--color-primary-500);
  color: #fff;
  transform: scale(1.05) rotate(-5deg);
}
.jingling-crm-page .jlcrm-benefit-visual--icon svg {
  width: 28px;
  height: 28px;
}

/* Price Visual */
.jingling-crm-page .jlcrm-benefit-visual--price {
  align-items: center;
  justify-content: center;
}
.jingling-crm-page .jlcrm-price-tag {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary-400), var(--color-primary-700));
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(24, 144, 255, 0.3);
  animation: jlcrmFloat 4s ease-in-out infinite;
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.jingling-crm-page .jlcrm-price-tag strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}
.jingling-crm-page .jlcrm-price-tag span {
  font-size: 12px;
  margin-top: 4px;
  opacity: 0.9;
}

.jingling-crm-page .jlcrm-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-primary-500);
  box-shadow: 0 0 10px rgba(24, 144, 255, 0.6);
  animation: jlcrmBlink 3s infinite alternate;
}

.jingling-crm-page .jlcrm-node:nth-child(1) { top: 20%; left: 10%; }
.jingling-crm-page .jlcrm-node:nth-child(2) { top: 70%; left: 30%; animation-delay: 0.5s; }
.jingling-crm-page .jlcrm-node:nth-child(3) { top: 30%; right: 20%; animation-delay: 1s; }
.jingling-crm-page .jlcrm-node:nth-child(4) { top: 80%; right: 10%; animation-delay: 1.5s; }

.jingling-crm-page .jlcrm-benefit-visual--nodes::before {
  content: "";
  position: absolute;
  top: 25%; left: 15%;
  width: 60%; height: 50%;
  border-top: 2px dashed rgba(24, 144, 255, 0.3);
  border-left: 2px dashed rgba(24, 144, 255, 0.3);
  border-radius: 8px;
  transform: skewX(-15deg);
}

@keyframes jlcrmBlink {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
}

.jingling-crm-page .jlcrm-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.jingling-crm-page .jlcrm-deploy-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.jingling-crm-page .jlcrm-deploy-panel__main h3 {
  margin: 18px 0 0;
  color: var(--color-ink-900);
  font-size: 28px;
  line-height: 1.35;
}

.jingling-crm-page .jlcrm-ai-card h3,
.jingling-crm-page .jlcrm-case-card h3 {
  margin: 18px 0 0;
  color: var(--color-ink-900);
  font-size: 24px;
  line-height: 1.35;
}

.jingling-crm-page .jlcrm-deploy-panel__main p {
  margin: 14px 0 0;
  color: var(--color-ink-600);
  font-size: 16px;
  line-height: 1.85;
}

.jingling-crm-page .jlcrm-ai-card p,
.jingling-crm-page .jlcrm-case-card p {
  margin: 14px 0 0;
  color: var(--color-ink-600);
  font-size: 15px;
  line-height: 1.85;
}

.jingling-crm-page .jlcrm-deploy-panel__main .jlcrm-scene-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 14px;
  border-radius: 2px 2px 6px 6px;
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-800));
  clip-path: polygon(50% 0%, 100% 20%, 100% 70%, 50% 100%, 0% 70%, 0% 20%);
}

.jingling-crm-page .jlcrm-deploy-panel__visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jingling-crm-page .jlcrm-server-graphic {
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.04), rgba(24, 144, 255, 0.08));
  border: 1px dashed rgba(24, 144, 255, 0.3);
  overflow: hidden;
}

.jingling-crm-page .jlcrm-shield {
  position: absolute;
  top: 16px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary-700);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.jingling-crm-page .jlcrm-shield::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  border-radius: 2px 2px 6px 6px;
  background: var(--color-primary-500);
  clip-path: polygon(50% 0%, 100% 20%, 100% 70%, 50% 100%, 0% 70%, 0% 20%);
}

.jingling-crm-page .jlcrm-server-node {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, #f0f7ff);
  box-shadow: 0 8px 24px rgba(24, 144, 255, 0.15), inset 0 0 0 1px rgba(24, 144, 255, 0.2);
  color: var(--color-ink-900);
  font-weight: 700;
  font-size: 15px;
}

.jingling-crm-page .jlcrm-server-node::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 20px;
  background: radial-gradient(circle at center, rgba(24, 144, 255, 0.3), transparent 70%);
  z-index: -1;
  animation: jlcrmPulse 2.5s infinite alternate;
}

.jingling-crm-page .jlcrm-server-link {
  position: absolute;
  top: 50%;
  left: 170px;
  right: 170px;
  height: 2px;
  background: rgba(24, 144, 255, 0.2);
  transform: translateY(-50%);
  z-index: 1;
}

.jingling-crm-page .jlcrm-server-link::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background: var(--color-primary-500);
  box-shadow: 0 0 12px var(--color-primary-500);
  animation: jlcrmFlow 2s linear infinite;
}

@keyframes jlcrmPulse {
  0% { opacity: 0.2; transform: scale(0.95); }
  100% { opacity: 0.8; transform: scale(1.05); }
}

@keyframes jlcrmFlow {
  0% { left: 0; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

.jingling-crm-page .jlcrm-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jingling-crm-page .jlcrm-proof-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(24, 144, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm), inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.jingling-crm-page .jlcrm-proof-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.jingling-crm-page .jlcrm-proof-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.jingling-crm-page .jlcrm-proof-card--blue .jlcrm-proof-icon { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.jingling-crm-page .jlcrm-proof-card--cyan .jlcrm-proof-icon { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.jingling-crm-page .jlcrm-proof-card--purple .jlcrm-proof-icon { background: linear-gradient(135deg, #a855f7, #9333ea); }
.jingling-crm-page .jlcrm-proof-card--indigo .jlcrm-proof-icon { background: linear-gradient(135deg, #6366f1, #4f46e5); }

.jingling-crm-page .jlcrm-proof-card > div {
  display: flex;
  flex-direction: column;
}

.jingling-crm-page .jlcrm-proof-desc {
  margin: 8px 0 0 0;
  font-size: 12px;
  color: var(--color-ink-500);
  line-height: 1.5;
}

.jingling-crm-page .jlcrm-proof-card strong {
  color: var(--color-primary-800);
  font-size: 22px;
  line-height: 1.25;
}

.jingling-crm-page .jlcrm-proof-card span {
  color: var(--color-ink-500);
  font-size: 14px;
  line-height: 1.6;
}

.jingling-crm-page .jlcrm-marketing-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.jingling-crm-page .jlcrm-marketing-grid .jlcrm-feature-card {
  grid-column: span 2;
}

.jingling-crm-page .jlcrm-marketing-grid .jlcrm-feature-card:nth-child(1),
.jingling-crm-page .jlcrm-marketing-grid .jlcrm-feature-card:nth-child(2) {
  grid-column: span 3;
}

.jingling-crm-page .jlcrm-marketing-grid .jlcrm-feature-card:nth-child(3) {
  grid-column: span 4;
}

.jingling-crm-page .jlcrm-ai-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.jingling-crm-page .jlcrm-ai-card {
  min-height: 100%;
  padding: 34px 32px 0; /* Changed to allow bottom visual */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jingling-crm-page .jlcrm-ai-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(24, 144, 255, 0.12);
}

.jingling-crm-page .jlcrm-ai-card__content {
  flex: 1;
  padding-bottom: 24px;
}

.jingling-crm-page .jlcrm-ai-card--dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(12, 26, 59, 0.98), rgba(4, 73, 176, 0.94));
}

.jingling-crm-page .jlcrm-ai-card--dark:hover {
  box-shadow: 0 16px 40px rgba(4, 73, 176, 0.3);
}

.jingling-crm-page .jlcrm-ai-card--dark h3,
.jingling-crm-page .jlcrm-ai-card--dark p,
.jingling-crm-page .jlcrm-ai-card--dark .jlcrm-scene-list li {
  color: rgba(255, 255, 255, 0.9);
}

.jingling-crm-page .jlcrm-ai-card--dark .jlcrm-chip {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* AI Visuals */
.jingling-crm-page .jlcrm-ai-card__visual {
  height: 200px;
  position: relative;
  margin: 0 -32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}

.jingling-crm-page .jlcrm-ai-card__visual--assistant {
  background: linear-gradient(180deg, transparent, rgba(24, 144, 255, 0.05) 40%, rgba(24, 144, 255, 0.1));
}

.jingling-crm-page .jlcrm-ai-card__visual--secretary {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.03) 40%, rgba(255, 255, 255, 0.08));
}

/* AI Orb */
.jingling-crm-page .jlcrm-ai-orb {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.jingling-crm-page .jlcrm-ai-orb__core {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1890ff, #32c8fa);
  box-shadow: 0 0 20px rgba(24, 144, 255, 0.6);
  z-index: 2;
  animation: jlcrmAiFloat 3s ease-in-out infinite;
}

.jingling-crm-page .jlcrm-ai-orb__ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(24, 144, 255, 0.4);
  animation: jlcrmAiPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.jingling-crm-page .jlcrm-ai-orb__ring--delay {
  animation-delay: 1s;
}

@keyframes jlcrmAiFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes jlcrmAiPulse {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}

/* AI Chat */
.jingling-crm-page .jlcrm-ai-chat {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 3;
  margin-top: 60px;
}

.jingling-crm-page .jlcrm-ai-msg {
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 13px;
  max-width: 80%;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.jingling-crm-page .jlcrm-ai-msg--user {
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-ink-700);
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  transform: translateY(10px);
  opacity: 0;
  animation: jlcrmMsgIn 0.4s ease-out forwards;
}

.jingling-crm-page .jlcrm-ai-msg--bot {
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-700));
  color: #fff;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  display: flex;
  gap: 4px;
  align-items: center;
  height: 32px;
  transform: translateY(10px);
  opacity: 0;
  animation: jlcrmMsgIn 0.4s ease-out 0.8s forwards;
}

@keyframes jlcrmMsgIn {
  to { transform: translateY(0); opacity: 1; }
}

.jingling-crm-page .jlcrm-ai-dot {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: jlcrmAiTyping 1.4s infinite ease-in-out both;
}

.jingling-crm-page .jlcrm-ai-dot:nth-child(1) { animation-delay: -0.32s; }
.jingling-crm-page .jlcrm-ai-dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes jlcrmAiTyping {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

/* AI Dashboard */
.jingling-crm-page .jlcrm-ai-dashboard {
  position: relative;
  width: 260px;
  height: 120px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.jingling-crm-page .jlcrm-ai-dash-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
}

.jingling-crm-page .jlcrm-ai-bar {
  flex: 1;
  background: linear-gradient(180deg, #32c8fa, rgba(50, 200, 250, 0.2));
  border-radius: 4px 4px 0 0;
  transform-origin: bottom;
  animation: jlcrmBarGrow 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.jingling-crm-page .jlcrm-ai-bar:nth-child(1) { animation-delay: 0.1s; }
.jingling-crm-page .jlcrm-ai-bar:nth-child(2) { animation-delay: 0.2s; }
.jingling-crm-page .jlcrm-ai-bar:nth-child(3) { animation-delay: 0.3s; }
.jingling-crm-page .jlcrm-ai-bar:nth-child(4) { animation-delay: 0.4s; }

@keyframes jlcrmBarGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

.jingling-crm-page .jlcrm-ai-dash-float {
  position: absolute;
  top: -16px;
  right: -16px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-ink-900);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  animation: jlcrmFloatTag 3s ease-in-out infinite;
}

.jingling-crm-page .jlcrm-ai-dash-float svg {
  width: 14px;
  height: 14px;
  color: var(--color-success);
}

@keyframes jlcrmFloatTag {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.jingling-crm-page .jlcrm-price-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 32px;
  align-items: center;
  padding: 40px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #0c1a3b, #064eb5 58%, #1890ff);
}

.jingling-crm-page .jlcrm-price-panel .jlcrm-title,
.jingling-crm-page .jlcrm-price-panel .jlcrm-subtitle,
.jingling-crm-page .jlcrm-price-panel .jlcrm-eyebrow {
  color: #fff;
}

.jingling-crm-page .jlcrm-price-panel .jlcrm-subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.jingling-crm-page .jlcrm-price-panel__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.jingling-crm-page .jlcrm-price-card {
  position: relative;
  min-height: 180px;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.jingling-crm-page .jlcrm-price-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.jingling-crm-page .jlcrm-price-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.jingling-crm-page .jlcrm-price-card__icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.jingling-crm-page .jlcrm-price-card strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  z-index: 2;
  position: relative;
}

.jingling-crm-page .jlcrm-price-card span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.6;
  z-index: 2;
  position: relative;
}

.jingling-crm-page .jlcrm-price-card__decoration {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100px;
  height: 100px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.15;
  transition: opacity 0.4s, transform 0.4s;
}

.jingling-crm-page .jlcrm-price-card:hover .jlcrm-price-card__decoration {
  opacity: 0.3;
  transform: scale(1.1);
}

/* Specific Decorations */
.jingling-crm-page .jlcrm-price-card__ring {
  position: absolute;
  width: 80px; height: 80px;
  border-radius: 50%;
  border: 16px solid #fff;
  right: 10px; bottom: 10px;
}

.jingling-crm-page .jlcrm-price-card__infinity {
  font-size: 140px;
  line-height: 1;
  font-family: serif;
  color: #fff;
  position: absolute;
  right: -20px;
  bottom: -40px;
}

.jingling-crm-page .jlcrm-price-card__chart {
  position: absolute;
  right: 10px; bottom: 10px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 60px;
}

.jingling-crm-page .jlcrm-price-card__chart span {
  display: block;
  width: 16px;
  background: #fff;
  border-radius: 4px 4px 0 0;
}
.jingling-crm-page .jlcrm-price-card__chart span:nth-child(1) { height: 30px; }
.jingling-crm-page .jlcrm-price-card__chart span:nth-child(2) { height: 45px; }
.jingling-crm-page .jlcrm-price-card__chart span:nth-child(3) { height: 60px; }

.jingling-crm-page .jlcrm-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.jingling-crm-page .jlcrm-case-card {
  padding: 32px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 144, 255, 0.1);
  box-shadow: 0 4px 20px rgba(24, 57, 118, 0.04);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.jingling-crm-page .jlcrm-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(24, 144, 255, 0.08);
  border-color: rgba(24, 144, 255, 0.2);
}

.jingling-crm-page .jlcrm-case-card__head {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.jingling-crm-page .jlcrm-case-tag {
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(24, 144, 255, 0.1);
  color: var(--color-primary-700);
}

.jingling-crm-page .jlcrm-case-tag--outline {
  background: transparent;
  border: 1px solid rgba(24, 144, 255, 0.3);
}

.jingling-crm-page .jlcrm-case-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--color-ink-900);
  line-height: 1.4;
}

.jingling-crm-page .jlcrm-case-compare {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  flex: 1;
}

.jingling-crm-page .jlcrm-case-compare__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.jingling-crm-page .jlcrm-case-compare__label {
  flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-top: 2px;
}

.jingling-crm-page .jlcrm-case-compare__label--red {
  background: #ff4d4f;
  box-shadow: 0 2px 8px rgba(255, 77, 79, 0.2);
}

.jingling-crm-page .jlcrm-case-compare__label--green {
  background: #52c41a;
  box-shadow: 0 2px 8px rgba(82, 196, 26, 0.2);
}

.jingling-crm-page .jlcrm-case-compare__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-ink-600);
}

.jingling-crm-page .jlcrm-case-card blockquote {
  margin: 0;
  padding: 16px;
  background: #f8fafc;
  border-radius: var(--radius-sm);
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.jingling-crm-page .jlcrm-case-card blockquote svg {
  width: 20px;
  height: 20px;
  color: var(--color-primary-500);
  flex-shrink: 0;
  margin-top: 2px;
}

.jingling-crm-page .jlcrm-case-card blockquote span {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-ink-700);
  font-weight: 500;
}

.jingling-crm-page .jlcrm-feature-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 24px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.jingling-crm-page .jlcrm-feature-card::before {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -20%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(100, 150, 255, 0.15) 0%, transparent 70%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}

.jingling-crm-page .jlcrm-feature-card > * {
  position: relative;
  z-index: 1;
}

.jingling-crm-page .jlcrm-feature-card--large {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.jingling-crm-page .jlcrm-feature-card--large .jlcrm-feature-card__content {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jingling-crm-page .jlcrm-feature-card--large .jlcrm-feature-card__visual {
  width: 40%;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Micro Visuals */
.jingling-crm-page .jlcrm-wave {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--color-primary-500);
  opacity: 0;
  animation: jlcrmRipple 2s linear infinite;
}
.jingling-crm-page .jlcrm-wave:nth-child(1) {
  width: 40px; height: 40px;
}
.jingling-crm-page .jlcrm-wave:nth-child(2) {
  width: 80px; height: 80px;
  animation-delay: 1s;
}
@keyframes jlcrmRipple {
  0% { transform: scale(0.5); opacity: 0.8; }
  100% { transform: scale(1.5); opacity: 0; }
}

.jingling-crm-page .jlcrm-radar-dot {
  position: absolute;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--color-success);
  box-shadow: 0 0 10px var(--color-success);
  animation: jlcrmBreathe 2s infinite alternate;
}
.jingling-crm-page .jlcrm-radar-dot:nth-child(1) { top: 30%; left: 20%; }
.jingling-crm-page .jlcrm-radar-dot:nth-child(2) { top: 60%; left: 50%; animation-delay: 0.5s; }
.jingling-crm-page .jlcrm-radar-dot:nth-child(3) { top: 40%; right: 20%; animation-delay: 1s; }
@keyframes jlcrmBreathe {
  0% { opacity: 0.4; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1.2); }
}

.jingling-crm-page .jlcrm-channel-badge {
  position: absolute;
  width: 32px; height: 32px;
  border-radius: 8px;
  transform: rotate(-15deg);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s;
}
.jingling-crm-page .jlcrm-feature-card:hover .jlcrm-channel-badge {
  transform: rotate(0) translateY(-5px);
}
.jingling-crm-page .jlcrm-channel-badge:nth-child(1) { left: 10%; top: 40%; z-index: 3; }
.jingling-crm-page .jlcrm-channel-badge:nth-child(2) { left: 40%; top: 20%; z-index: 2; }
.jingling-crm-page .jlcrm-channel-badge:nth-child(3) { right: 10%; top: 50%; z-index: 1; }

.jingling-crm-page .jlcrm-feature-card--small {
  justify-content: space-between;
}

.jingling-crm-page .jlcrm-feature-card--small .jlcrm-feature-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jingling-crm-page .jlcrm-feature-card--small .jlcrm-feature-card__visual {
  height: 100px;
  margin-top: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, rgba(24, 144, 255, 0.04), transparent);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

/* API Visual */
.jingling-crm-page .jlcrm-api-box {
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(24, 144, 255, 0.2);
  color: var(--color-ink-500);
  font-size: 12px;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  z-index: 2;
  animation: jlcrmFloat 3s ease-in-out infinite alternate;
}
.jingling-crm-page .jlcrm-api-box--blue {
  color: var(--color-primary-600);
  border-color: var(--color-primary-300);
  background: rgba(230, 240, 255, 0.8);
  animation-delay: 1.5s;
}
.jingling-crm-page .jlcrm-api-line {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, rgba(24, 144, 255, 0.1), var(--color-primary-400), rgba(24, 144, 255, 0.1));
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.jingling-crm-page .jlcrm-api-line::after {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: #fff;
  animation: jlcrmSlideRight 2s linear infinite;
}

/* Browser Visual */
.jingling-crm-page .jlcrm-mini-browser {
  width: 140px;
  height: 80px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(24, 144, 255, 0.15);
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(10px);
  transition: transform 0.4s;
}
.jingling-crm-page .jlcrm-feature-card:hover .jlcrm-mini-browser {
  transform: translateY(0);
}
.jingling-crm-page .jlcrm-mini-browser__header {
  height: 16px;
  background: rgba(24, 144, 255, 0.05);
  border-bottom: 1px solid rgba(24, 144, 255, 0.1);
  display: flex;
  align-items: center;
  padding: 0 8px;
  gap: 4px;
}
.jingling-crm-page .jlcrm-mini-browser__header span {
  width: 6px; height: 6px; border-radius: 50%; background: #e2e8f0;
}
.jingling-crm-page .jlcrm-mini-browser__header span:nth-child(1) { background: #ff5f56; }
.jingling-crm-page .jlcrm-mini-browser__header span:nth-child(2) { background: #ffbd2e; }
.jingling-crm-page .jlcrm-mini-browser__header span:nth-child(3) { background: #27c93f; }
.jingling-crm-page .jlcrm-mini-browser__body {
  flex: 1;
  padding: 8px;
  display: flex;
  gap: 8px;
}
.jingling-crm-page .jlcrm-mini-card {
  flex: 1;
  border-radius: 4px;
  background: rgba(24, 144, 255, 0.05);
  border: 1px solid rgba(24, 144, 255, 0.1);
  animation: jlcrmPulseLight 2s infinite alternate;
}
.jingling-crm-page .jlcrm-mini-card:nth-child(2) { animation-delay: 1s; }

/* Form Visual */
.jingling-crm-page .jlcrm-mini-form {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(24, 144, 255, 0.1);
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.05);
  transform: translateY(5px);
  transition: transform 0.4s;
}
.jingling-crm-page .jlcrm-feature-card:hover .jlcrm-mini-form {
  transform: translateY(-5px);
}
.jingling-crm-page .jlcrm-mini-input {
  height: 12px;
  border-radius: 4px;
  background: rgba(24, 144, 255, 0.05);
  width: 100%;
}
.jingling-crm-page .jlcrm-mini-input:nth-child(2) { width: 80%; }
.jingling-crm-page .jlcrm-mini-button {
  height: 16px;
  border-radius: 4px;
  background: var(--color-primary-500);
  width: 60%;
  margin-top: 4px;
  opacity: 0.8;
}

/* Network Visual */
.jingling-crm-page .jlcrm-feature-card__visual--network {
  position: relative;
}
.jingling-crm-page .jlcrm-user-node {
  position: absolute;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--color-primary-300);
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.jingling-crm-page .jlcrm-user-node--center {
  width: 36px; height: 36px;
  border-color: var(--color-primary-500);
  bottom: 10px; left: 50%;
  transform: translateX(-50%);
  color: var(--color-primary-500);
}
.jingling-crm-page .jlcrm-user-node--center svg { width: 18px; height: 18px; }
.jingling-crm-page .jlcrm-user-node--1 { top: 20px; left: 20%; animation: jlcrmFloat 3s infinite alternate; }
.jingling-crm-page .jlcrm-user-node--2 { top: 10px; left: 50%; transform: translateX(-50%); animation: jlcrmFloat 3s infinite alternate 1s; }
.jingling-crm-page .jlcrm-user-node--3 { top: 20px; right: 20%; animation: jlcrmFloat 3s infinite alternate 2s; }
.jingling-crm-page .jlcrm-network-lines {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 1;
}
.jingling-crm-page .jlcrm-anim-line {
  stroke-dasharray: 4;
  animation: jlcrmDash 20s linear infinite;
}

@keyframes jlcrmSlideRight {
  100% { left: 100%; }
}
@keyframes jlcrmPulseLight {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}
@keyframes jlcrmDash {
  to { stroke-dashoffset: -100; }
}

.jingling-crm-page .jlcrm-process-card:hover,
.jingling-crm-page .jlcrm-soft-card:hover,
.jingling-crm-page .jlcrm-surface-card:hover,
.jingling-crm-page .jlcrm-scene-card:hover {
  transform: translateY(-6px);
  border-color: rgba(24, 144, 255, 0.18);
  box-shadow: var(--shadow-lg);
}

.jingling-crm-page .jlcrm-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(24, 144, 255, 0.1);
  background: #fff;
}

.jingling-crm-page .jlcrm-feature-card:hover .jlcrm-feature-card__icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.2), rgba(4, 73, 176, 0.15));
}

.jingling-crm-page .jlcrm-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.12), rgba(4, 73, 176, 0.05));
  color: var(--color-primary-800);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.jingling-crm-page .jlcrm-feature-card__icon svg {
  width: 24px;
  height: 24px;
}

.jingling-crm-page .jlcrm-soft-card__icon,
.jingling-crm-page .jlcrm-surface-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.16), rgba(4, 73, 176, 0.08));
  color: var(--color-primary-800);
  font-size: 22px;
  font-weight: 700;
}

.jingling-crm-page .jlcrm-feature-card h3,
.jingling-crm-page .jlcrm-soft-card h3,
.jingling-crm-page .jlcrm-surface-card h3,
.jingling-crm-page .jlcrm-process-card h3,
.jingling-crm-page .jlcrm-scene-card h3,
.jingling-crm-page .jlcrm-contact-card h3 {
  margin: 0;
  color: var(--color-ink-900);
  font-size: 20px;
  line-height: 1.35;
}

.jingling-crm-page .jlcrm-feature-card p {
  margin: 0;
  color: var(--color-ink-600);
  font-size: 14px;
  line-height: 1.8;
}

.jingling-crm-page .jlcrm-soft-card p,
.jingling-crm-page .jlcrm-surface-card p,
.jingling-crm-page .jlcrm-process-card p,
.jingling-crm-page .jlcrm-scene-card p,
.jingling-crm-page .jlcrm-contact-card p {
  margin: 12px 0 0;
  color: var(--color-ink-600);
  font-size: 14px;
  line-height: 1.8;
}

.jingling-crm-page .jlcrm-soft-grid,
.jingling-crm-page .jlcrm-surface-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.jingling-crm-page .jlcrm-soft-card,
.jingling-crm-page .jlcrm-surface-card {
  padding: 28px 24px;
}

.jingling-crm-page .jlcrm-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.jingling-crm-page .jlcrm-process-card {
  position: relative;
  padding: 26px 22px;
  transition:
    transform var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out),
    border-color var(--duration-base) var(--ease-out);
}

.jingling-crm-page .jlcrm-process-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(24, 144, 255, 0.1);
  color: var(--color-primary-800);
  font-size: 16px;
  font-weight: 700;
}

.jingling-crm-page .jlcrm-scene-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
}

.jingling-crm-page .jlcrm-scene-card {
  padding: 32px 30px;
}

.jingling-crm-page .jlcrm-scene-list,
.jingling-crm-page .jlcrm-contact-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.jingling-crm-page .jlcrm-scene-list li,
.jingling-crm-page .jlcrm-contact-list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-ink-600);
  font-size: 15px;
  line-height: 1.8;
}

.jingling-crm-page .jlcrm-scene-list li::before,
.jingling-crm-page .jlcrm-contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-800));
}

.jingling-crm-page .jlcrm-scene-aside {
  display: grid;
  gap: 16px;
}

.jingling-crm-page .jlcrm-scene-aside .jlcrm-soft-card {
  min-height: 100%;
}

.jingling-crm-page .jlcrm-band {
  margin-top: 24px;
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(12, 26, 59, 0.96), rgba(4, 73, 176, 0.92));
  color: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-xl);
}

.jingling-crm-page .jlcrm-band__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.jingling-crm-page .jlcrm-band__desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

.jingling-crm-page .jlcrm-band__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.jingling-crm-page .jlcrm-band__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-pill);
  font-size: 13px;
}

.jingling-crm-page .jlcrm-contact {
  padding-bottom: 24px;
}

.jingling-crm-page .jlcrm-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
}

.jingling-crm-page .jlcrm-contact-card,
.jingling-crm-page .jlcrm-form-card {
  padding: 32px;
}

.jingling-crm-page .jlcrm-contact-card {
  background:
    radial-gradient(circle at top right, rgba(24, 144, 255, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.jingling-crm-page .jlcrm-contact-card__qr {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
}

.jingling-crm-page .jlcrm-contact-card__qr img {
  width: 108px;
  height: 108px;
  padding: 8px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.jingling-crm-page .jlcrm-contact-card__qr strong {
  display: block;
  color: var(--color-ink-900);
  font-size: 16px;
}

.jingling-crm-page .jlcrm-contact-card__qr span {
  display: block;
  margin-top: 8px;
  color: var(--color-ink-500);
  font-size: 13px;
  line-height: 1.7;
}

.jingling-crm-page .jlcrm-form-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
}

.jingling-crm-page .jlcrm-consult-card {
  background: linear-gradient(145deg, #fff, #f2f8ff);
}

.jingling-crm-page .jlcrm-consult-card h2 {
  margin: 0;
  color: var(--color-ink-900);
  font-size: 30px;
  line-height: 1.3;
}

.jingling-crm-page .jlcrm-consult-card h3 {
  margin: 0;
  color: var(--color-ink-900);
  font-size: 26px;
  line-height: 1.35;
}

.jingling-crm-page .jlcrm-consult-card > p {
  margin: 14px 0 0;
  color: var(--color-ink-500);
  font-size: 15px;
  line-height: 1.8;
}

.jingling-crm-page .jlcrm-phone-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.jingling-crm-page .jlcrm-phone-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(24, 144, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}

.jingling-crm-page .jlcrm-phone-card span {
  color: var(--color-ink-500);
  font-size: 13px;
}

.jingling-crm-page .jlcrm-phone-card strong {
  color: var(--color-primary-800);
  font-size: 20px;
  line-height: 1.2;
}

.jingling-crm-page .jlcrm-consult-phones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.jingling-crm-page .jlcrm-consult-phone {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(24, 144, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}

.jingling-crm-page .jlcrm-consult-phone span {
  color: var(--color-ink-500);
  font-size: 13px;
}

.jingling-crm-page .jlcrm-consult-phone strong {
  color: var(--color-primary-800);
  font-size: 20px;
  line-height: 1.2;
}

.jingling-crm-page .jlcrm-form {
  display: grid;
  gap: 18px;
}

.jingling-crm-page .jlcrm-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.jingling-crm-page .jlcrm-field {
  display: grid;
  gap: 8px;
}

.jingling-crm-page .jlcrm-field label,
.jingling-crm-page .jlcrm-fieldset-title {
  color: var(--color-ink-700);
  font-size: 14px;
  font-weight: 600;
}

.jingling-crm-page .jlcrm-field-input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--color-ink-200);
  border-radius: 14px;
  background: #fff;
  color: var(--color-ink-800);
  transition:
    border-color var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out);
}

.jingling-crm-page .jlcrm-field-input::placeholder {
  color: var(--color-ink-400);
}

.jingling-crm-page .jlcrm-field-input:focus {
  border-color: rgba(24, 144, 255, 0.4);
  outline: none;
}

.jingling-crm-page .jlcrm-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--color-ink-500);
  font-size: 13px;
  line-height: 1.7;
}

.jingling-crm-page .jlcrm-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--color-primary-500);
}

.jingling-crm-page .jlcrm-consent-note {
  min-height: 20px;
  margin: 0;
  color: #d14b4b;
  font-size: 13px;
}

.jingling-crm-page .jlcrm-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.jingling-crm-page .jlcrm-link {
  color: var(--color-primary-800);
  font-size: 14px;
  font-weight: 600;
}

.jingling-crm-page .jlcrm-link:hover {
  color: var(--color-primary-500);
}

.jingling-crm-page .jlcrm-mobile-bar {
  display: none;
}

@media (max-width: 1199px) {
  .jingling-crm-page .jlcrm-title {
    font-size: 34px;
  }

  .jingling-crm-page .jlcrm-hero {
    padding-top: 32px;
  }

  .jingling-crm-page .jlcrm-contact__grid,
  .jingling-crm-page .jlcrm-scene-grid {
    grid-template-columns: 1fr;
  }

  .jingling-crm-page .jlcrm-hero__content {
    max-width: 820px;
  }

  .jingling-crm-page .jlcrm-advantage-list {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .jingling-crm-page .jlcrm-benefit-card {
    grid-column: span 1;
  }
  
  .jingling-crm-page .jlcrm-benefit-card--wide {
    grid-column: span 2;
  }

  .jingling-crm-page .jlcrm-hero .jlcrm-title {
    max-width: 760px;
    font-size: clamp(40px, 5vw, 50px);
  }

  .jingling-crm-page .jlcrm-hero__metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .jingling-crm-page .jlcrm-metric {
    min-height: 0;
  }

  .jingling-crm-page .jlcrm-preview {
    padding: 30px;
  }

  .jingling-crm-page .jlcrm-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jingling-crm-page .jlcrm-marketing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jingling-crm-page .jlcrm-marketing-grid .jlcrm-feature-card {
    grid-column: span 1 !important;
  }

  .jingling-crm-page .jlcrm-marketing-grid .jlcrm-feature-card:nth-child(1) {
    grid-column: span 2 !important;
  }

  .jingling-crm-page .jlcrm-deploy-panel,
  .jingling-crm-page .jlcrm-price-panel {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .jingling-crm-page .jlcrm-soft-grid,
  .jingling-crm-page .jlcrm-surface-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jingling-crm-page .jlcrm-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .jingling-crm-page {
    --container-pad: 20px;
  }

  .jingling-crm-page .jlcrm-container {
    width: min(var(--container-max), calc(100% - 40px));
  }

  .jingling-crm-page .jlcrm-shell {
    padding: calc(78px + env(safe-area-inset-top, 0px)) 0 52px;
  }

  .jingling-crm-page .jlcrm-section {
    padding-top: 64px;
  }

  .jingling-crm-page .jlcrm-mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 14px 0;
    backdrop-filter: blur(18px);
    background: rgba(248, 251, 255, 0.92);
    border-bottom: 1px solid rgba(24, 144, 255, 0.08);
  }

  .jingling-crm-page .jlcrm-mobile-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .jingling-crm-page .jlcrm-mobile-header__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .jingling-crm-page .jlcrm-mobile-header__brand img {
    width: 108px;
    height: auto;
  }

  .jingling-crm-page .jlcrm-title {
    font-size: 30px;
  }

  .jingling-crm-page .jlcrm-subtitle {
    font-size: 15px;
    line-height: 1.8;
  }

  .jingling-crm-page .jlcrm-hero {
    padding-top: 14px;
  }

  .jingling-crm-page .jlcrm-hero::before {
    top: -120px;
    right: -180px;
    width: 380px;
    height: 380px;
  }

  .jingling-crm-page .jlcrm-hero::after {
    display: none;
  }

  .jingling-crm-page .jlcrm-hero .jlcrm-title {
    max-width: none;
    font-size: clamp(31px, 9.4vw, 40px);
    line-height: 1.18;
    letter-spacing: -0.035em;
  }

  .jingling-crm-page .jlcrm-hero .jlcrm-subtitle {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.8;
  }

  .jingling-crm-page .jlcrm-contact-card,
  .jingling-crm-page .jlcrm-form-card,
  .jingling-crm-page .jlcrm-scene-card,
  .jingling-crm-page .jlcrm-soft-card,
  .jingling-crm-page .jlcrm-surface-card,
  .jingling-crm-page .jlcrm-feature-card,
  .jingling-crm-page .jlcrm-process-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .jingling-crm-page .jlcrm-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  .jingling-crm-page .jlcrm-hero__actions,
  .jingling-crm-page .jlcrm-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .jingling-crm-page .jlcrm-hero__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .jingling-crm-page .btn {
    width: 100%;
    min-height: 50px;
  }

  .jingling-crm-page .jlcrm-hero__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .jingling-crm-page .jlcrm-metric {
    min-height: 112px;
    padding: 16px 14px;
  }

  .jingling-crm-page .jlcrm-metric__value {
    font-size: 22px;
  }

  .jingling-crm-page .jlcrm-metric__label {
    font-size: 12px;
    line-height: 1.5;
  }

  .jingling-crm-page .jlcrm-marketing-grid .jlcrm-feature-card {
    grid-column: span 1 !important;
  }

  .jingling-crm-page .jlcrm-feature-grid,
  .jingling-crm-page .jlcrm-marketing-grid,
  .jingling-crm-page .jlcrm-soft-grid,
  .jingling-crm-page .jlcrm-surface-grid,
  .jingling-crm-page .jlcrm-process-grid,
  .jingling-crm-page .jlcrm-form__grid,
  .jingling-crm-page .jlcrm-advantage-list,
  .jingling-crm-page .jlcrm-ai-grid,
  .jingling-crm-page .jlcrm-proof-grid,
  .jingling-crm-page .jlcrm-price-panel__metrics,
  .jingling-crm-page .jlcrm-case-grid {
    grid-template-columns: 1fr;
  }

  .jingling-crm-page .jlcrm-chip {
    padding: 7px 9px;
    font-size: 11px;
  }

  .jingling-crm-page .jlcrm-advantage-list {
    gap: 12px;
    margin-top: 24px;
  }

  .jingling-crm-page .jlcrm-benefit-card,
  .jingling-crm-page .jlcrm-benefit-card--wide {
    grid-column: auto;
  }

  .jingling-crm-page .jlcrm-benefit-card--wide {
    flex-direction: column;
    align-items: flex-start;
  }

  .jingling-crm-page .jlcrm-benefit-content {
    width: 100%;
  }

  .jingling-crm-page .jlcrm-benefit-visual {
    width: 100%;
    margin-top: 20px;
    height: 100px;
    justify-content: flex-start;
  }

  .jingling-crm-page .jlcrm-benefit-visual--chat {
    align-items: flex-start;
  }

  .jingling-crm-page .jlcrm-benefit-visual--icon {
    width: 48px;
    height: 48px;
    margin-top: 12px;
  }

  .jingling-crm-page .jlcrm-benefit-visual--price {
    justify-content: flex-start;
  }

  .jingling-crm-page .jlcrm-benefit-card {
    gap: 12px;
    padding: 20px 16px;
  }

  .jingling-crm-page .jlcrm-deploy-panel__visual {
    gap: 12px;
    padding: 20px 16px;
    border-radius: 16px;
  }

  .jingling-crm-page .jlcrm-benefit-card__index {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 12px;
  }

  .jingling-crm-page .jlcrm-benefit-card h3 {
    font-size: 15px;
  }

  .jingling-crm-page .jlcrm-benefit-card p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6;
  }

  .jingling-crm-page .jlcrm-contact-card__qr {
    align-items: flex-start;
    flex-direction: column;
  }

  .jingling-crm-page .jlcrm-contact-card__qr img {
    width: 120px;
    height: 120px;
  }

  .jingling-crm-page .jlcrm-band {
    padding: 22px 20px;
  }

  .jingling-crm-page .jlcrm-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 14px 20px calc(14px + env(safe-area-inset-bottom, 0px));
    background: rgba(248, 251, 255, 0.92);
    border-top: 1px solid rgba(24, 144, 255, 0.08);
    backdrop-filter: blur(18px);
  }

  .jingling-crm-page .jlcrm-mobile-bar .btn {
    min-height: 46px;
    padding: 0 16px;
    font-size: 15px;
  }

  .jingling-crm-page .jlcrm-container {
    width: calc(100% - 32px);
  }

  .jingling-crm-page .jlcrm-shell {
    padding-top: calc(68px + env(safe-area-inset-top, 0px));
  }

  .jingling-crm-page .jlcrm-mobile-header {
    padding: calc(8px + env(safe-area-inset-top, 0px)) 0 8px;
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    backdrop-filter: blur(18px) saturate(140%);
    background: rgba(248, 251, 255, 0.88);
    border-bottom-color: rgba(17, 67, 128, 0.1);
    box-shadow: 0 4px 18px rgba(17, 35, 63, 0.06);
  }

  .jingling-crm-page .jlcrm-mobile-header__inner {
    gap: 12px;
  }

  .jingling-crm-page .jlcrm-mobile-header__brand {
    flex: 1 1 auto;
    overflow: hidden;
  }

  .jingling-crm-page .jlcrm-mobile-header__brand img {
    width: min(168px, 100%);
    height: auto;
  }

  .jingling-crm-page .jlcrm-mobile-header .btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 88px;
    min-height: 44px;
    padding: 0 15px;
    border-radius: 12px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 5px 14px rgba(24, 144, 255, 0.1);
  }

  .jingling-crm-page .jlcrm-hero {
    padding-top: 16px;
  }

  .jingling-crm-page .jlcrm-section {
    padding-top: 56px;
  }

  .jingling-crm-page .jlcrm-section-head {
    margin-bottom: 24px;
  }

  .jingling-crm-page .jlcrm-title {
    font-size: 27px;
    line-height: 1.28;
    letter-spacing: -0.02em;
  }

  .jingling-crm-page .jlcrm-subtitle {
    margin-top: 12px;
    line-height: 1.72;
  }

  .jingling-crm-page .jlcrm-hero .jlcrm-title {
    font-size: clamp(30px, 8.6vw, 36px);
    line-height: 1.2;
  }

  .jingling-crm-page .jlcrm-hero__panel {
    gap: 40px;
    padding: 28px 0 20px;
  }

  .jingling-crm-page .jlcrm-consult-phones,
  .jingling-crm-page .jlcrm-phone-list {
    grid-template-columns: 1fr;
    margin: 20px 0;
  }

  .jingling-crm-page .jlcrm-consult-card h2 {
    font-size: 24px;
  }

  .jingling-crm-page .jlcrm-consult-phone {
    padding: 16px;
  }

  .jingling-crm-page .jlcrm-consult-card > .btn {
    width: 100%;
  }

  .jingling-crm-page .jlcrm-feature-grid,
  .jingling-crm-page .jlcrm-soft-grid,
  .jingling-crm-page .jlcrm-surface-grid,
  .jingling-crm-page .jlcrm-process-grid,
  .jingling-crm-page .jlcrm-scene-aside,
  .jingling-crm-page .jlcrm-advantage-list {
    gap: 12px;
  }

  .jingling-crm-page .jlcrm-feature-card,
  .jingling-crm-page .jlcrm-soft-card,
  .jingling-crm-page .jlcrm-surface-card,
  .jingling-crm-page .jlcrm-process-card,
  .jingling-crm-page .jlcrm-scene-card,
  .jingling-crm-page .jlcrm-contact-card,
  .jingling-crm-page .jlcrm-form-card,
  .jingling-crm-page .jlcrm-consult-card,
  .jingling-crm-page .jlcrm-ai-card,
  .jingling-crm-page .jlcrm-price-panel,
  .jingling-crm-page .jlcrm-case-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .jingling-crm-page .jlcrm-deploy-panel {
    padding: 0;
    gap: 32px;
  }

  .jingling-crm-page .jlcrm-server-graphic {
    height: 140px;
    padding: 0 16px;
  }

  .jingling-crm-page .jlcrm-server-node {
    width: 100px;
    height: 52px;
    font-size: 13px;
  }

  .jingling-crm-page .jlcrm-server-link {
    left: 120px;
    right: 120px;
  }

  .jingling-crm-page .jlcrm-deploy-panel__main h3,
  .jingling-crm-page .jlcrm-ai-card h3,
  .jingling-crm-page .jlcrm-case-card h3 {
    font-size: 20px;
  }

  .jingling-crm-page .jlcrm-proof-card,
  .jingling-crm-page .jlcrm-price-card {
    min-height: 0;
    padding: 18px;
  }

  .jingling-crm-page .jlcrm-price-card strong {
    font-size: 24px;
  }

  .jingling-crm-page .jlcrm-feature-card__icon,
  .jingling-crm-page .jlcrm-soft-card__icon,
  .jingling-crm-page .jlcrm-surface-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 18px;
  }

  .jingling-crm-page .jlcrm-feature-card h3,
  .jingling-crm-page .jlcrm-soft-card h3,
  .jingling-crm-page .jlcrm-surface-card h3,
  .jingling-crm-page .jlcrm-process-card h3,
  .jingling-crm-page .jlcrm-scene-card h3,
  .jingling-crm-page .jlcrm-contact-card h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .jingling-crm-page .jlcrm-feature-card p {
    margin-top: 0;
  }

  .jingling-crm-page .jlcrm-soft-card p,
  .jingling-crm-page .jlcrm-surface-card p,
  .jingling-crm-page .jlcrm-process-card p,
  .jingling-crm-page .jlcrm-scene-card p,
  .jingling-crm-page .jlcrm-contact-card p {
    margin-top: 8px;
    line-height: 1.7;
  }

  .jingling-crm-page .jlcrm-feature-card--large {
    flex-direction: column;
    align-items: flex-start;
  }

  .jingling-crm-page .jlcrm-feature-card--large .jlcrm-feature-card__content {
    width: 100%;
  }

  .jingling-crm-page .jlcrm-feature-card--large .jlcrm-feature-card__visual {
    display: none;
  }

  .jingling-crm-page .jlcrm-process-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
  }

  .jingling-crm-page .jlcrm-process-card__index {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .jingling-crm-page .jlcrm-process-card p {
    grid-column: 2;
  }

  .jingling-crm-page .jlcrm-scene-list,
  .jingling-crm-page .jlcrm-contact-list {
    gap: 10px;
    margin-top: 16px;
  }

  .jingling-crm-page .jlcrm-scene-list li,
  .jingling-crm-page .jlcrm-contact-list li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .jingling-crm-page .jlcrm-band {
    margin-top: 16px;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .jingling-crm-page .jlcrm-band__title {
    font-size: 20px;
    line-height: 1.45;
  }

  .jingling-crm-page .jlcrm-band__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .jingling-crm-page .jlcrm-band__meta span {
    justify-content: center;
    min-width: 0;
    min-height: 36px;
    padding: 0 10px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jingling-crm-page *,
  .jingling-crm-page *::before,
  .jingling-crm-page *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* CTA Panel */
.jingling-crm-page .jlcrm-cta-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 60px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(24, 144, 255, 0.1);
  overflow: hidden;
  position: relative;
}

.jingling-crm-page .jlcrm-cta-panel::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--color-primary-500), var(--color-primary-800));
}

.jingling-crm-page .jlcrm-cta-panel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jingling-crm-page .jlcrm-cta-panel .jlcrm-eyebrow {
  align-self: flex-start;
}

.jingling-crm-page .jlcrm-cta-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.jingling-crm-page .jlcrm-cta-phone {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: rgba(24, 144, 255, 0.04);
  border: 1px solid rgba(24, 144, 255, 0.1);
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
}

.jingling-crm-page .jlcrm-cta-phone:hover {
  background: #fff;
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
  border-color: rgba(24, 144, 255, 0.2);
}

.jingling-crm-page .jlcrm-cta-phone__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-700));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.2);
}

.jingling-crm-page .jlcrm-cta-phone__icon svg {
  width: 24px;
  height: 24px;
}

.jingling-crm-page .jlcrm-cta-phone__text span {
  display: block;
  font-size: 13px;
  color: var(--color-ink-500);
  margin-bottom: 4px;
}

.jingling-crm-page .jlcrm-cta-phone__text strong {
  display: block;
  font-size: 22px;
  color: var(--color-ink-900);
  font-weight: 800;
  letter-spacing: 0.5px;
}

.jingling-crm-page .jlcrm-cta-panel__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.05), rgba(4, 73, 176, 0.02));
  border-radius: var(--radius-lg);
  padding: 40px;
}

.jingling-crm-page .jlcrm-cta-qr {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.jingling-crm-page .jlcrm-cta-qr__box {
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(24, 57, 118, 0.08);
  border: 1px solid rgba(24, 144, 255, 0.1);
}

.jingling-crm-page .jlcrm-cta-qr__box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jingling-crm-page .jlcrm-cta-qr p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-ink-700);
  font-weight: 600;
}

.jingling-crm-page .jlcrm-cta-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 1;
  pointer-events: none;
}

.jingling-crm-page .jlcrm-cta-blob--1 {
  width: 240px; height: 240px;
  background: rgba(24, 144, 255, 0.15);
  top: -40px; left: -40px;
  animation: jlcrmFloat 6s ease-in-out infinite alternate;
}

.jingling-crm-page .jlcrm-cta-blob--2 {
  width: 180px; height: 180px;
  background: rgba(100, 200, 255, 0.15);
  bottom: -20px; right: -20px;
  animation: jlcrmFloat 8s ease-in-out infinite alternate-reverse;
}

@media (max-width: 991px) {
  .jingling-crm-page .jlcrm-cta-panel {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 32px;
  }
}
