/* 田间服务 / 意向登记落地页（/consult） */
.lead-page {
  --lc-green: #14532d;
  --lc-green-mid: #1a5c38;
  --lc-gold: #d39b22;
  --lc-gold-light: #e8c468;
  --lc-bg: #eef5f2;
  --lc-card: #ffffff;
  --lc-text: #14221a;
  --lc-muted: #4a5c52;
  --lc-accent-bg: #e8f5ec;
  --lc-line: rgba(20, 83, 45, 0.12);
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: var(--lc-text);
  background: linear-gradient(165deg, #e3eef2 0%, #e8f4ea 38%, #f0f6f2 100%);
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 15px;
}

body.consult-page.with-unified-nav .lead-wide {
  padding-top: calc(var(--site-nav-h, 64px) + 10px);
}

body.consult-page nav#navbar .nav-inner {
  min-height: 64px;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 1025px) {
  body.consult-page nav#navbar .nav-inner {
    flex-wrap: nowrap;
  }
}

body.consult-page #navCtaLink.nav-rail-active {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.95),
    0 0 0 4px rgba(211, 155, 34, 0.85),
    0 8px 22px rgba(0, 0, 0, 0.2);
}

/* 咨询页顶栏：主导航单行、横向滚动，不改变胶囊间距变量 */
body.consult-page.with-unified-nav nav#navbar .nav-inner {
  flex-wrap: nowrap;
}
body.consult-page.with-unified-nav nav#navbar .nav-links {
  flex-wrap: nowrap;
  row-gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-start;
}
body.consult-page.with-unified-nav nav#navbar .nav-links > li {
  flex-shrink: 0;
}
body.consult-page.with-unified-nav nav#navbar .nav-right {
  flex-shrink: 0;
}

.lead-wide {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: clamp(12px, 2vw, 24px);
  padding-right: clamp(12px, 2vw, 24px);
  box-sizing: border-box;
}

.lead-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 120px;
  box-sizing: border-box;
}

/* ── Hero ── */
.service-hero.lead-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: stretch;
  min-height: clamp(320px, 36vw, 420px);
  padding: clamp(28px, 4vw, 44px) clamp(22px, 3vw, 40px);
  margin: 0 0 32px;
  background: linear-gradient(135deg, #0f3d24 0%, #14532d 42%, #0a2818 100%);
  border-radius: clamp(18px, 2vw, 28px);
  color: #fff;
  box-shadow: 0 20px 56px rgba(10, 40, 24, 0.28);
  position: relative;
  overflow: hidden;
}

.service-hero.lead-hero::after {
  content: '';
  position: absolute;
  inset: auto -12% -42% 34%;
  height: 320px;
  background: radial-gradient(circle, rgba(232, 196, 104, 0.22), transparent 64%);
  pointer-events: none;
}

.service-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-hero-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.service-hero-title {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.service-hero-sub {
  margin: 0 0 18px;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36em;
}

.lead-promise-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 18px;
  max-width: 660px;
}

.lead-promise-strip div {
  min-height: 72px;
  padding: 12px 13px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.lead-promise-strip strong {
  display: block;
  color: var(--lc-gold-light);
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 5px;
}

.lead-promise-strip span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

.service-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 20px;
}

.service-hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.service-hero-actions {
  margin-bottom: 18px;
}

body.consult-page .service-hero-actions.lead-banner-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  max-width: 620px;
}

body.consult-page .service-hero-actions.lead-banner-actions .lead-btn {
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}

.service-hero-trust {
  font-size: 13px;
  opacity: 0.92;
}

.service-hero-visual {
  position: relative;
  z-index: 1;
  min-height: 220px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  align-content: stretch;
  padding: 10px 0 10px 4px;
}

.service-hero-visual-bg {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 20% 30%, rgba(232, 197, 104, 0.25) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(45, 122, 78, 0.35) 0%, transparent 50%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.12) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.service-hero-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  width: 100%;
  min-height: 0;
  align-self: stretch;
  justify-self: stretch;
  background: rgba(255, 255, 255, 0.94);
  color: var(--lc-green);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.service-hero-card strong {
  font-size: 15px;
}

.service-hero-card small {
  color: var(--lc-muted);
  font-size: 12px;
  line-height: 1.45;
}

.service-hero-card-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #edf7f0;
  color: var(--lc-green-mid);
  border: 1px solid #d1e6d8;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}

.lead-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.lead-btn:hover {
  transform: translateY(-2px);
}

.lead-btn-primary {
  background: linear-gradient(135deg, var(--lc-gold-light), var(--lc-gold));
  color: #1a1608;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.45) inset, 0 8px 24px rgba(120, 80, 10, 0.35);
}

.lead-btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

body.consult-page .service-hero-actions.lead-banner-actions .lead-btn-ghost:nth-of-type(n + 4) {
  grid-column: span 1;
  background: rgba(255, 255, 255, 0.08);
}

.service-hero .lead-btn-ghost {
  color: #fff;
}

.lead-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

/* ── Section titles ── */
.lead-section-title {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: var(--lc-green);
  margin: 0 0 18px;
  text-align: center;
}

.lead-section-title--left {
  text-align: left;
}

.service-benefits {
  margin-bottom: 36px;
}

.lead-advantages,
.service-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.service-benefit-card {
  text-align: left;
  padding: 22px 20px;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(15, 46, 28, 0.08);
  background: linear-gradient(180deg, #fff 0%, #f8fcfa 100%);
  border: 1px solid var(--lc-line);
}

.service-benefit-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef7f1;
  color: var(--lc-green-mid);
  border: 1px solid #d5e8dc;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.service-benefit-card b {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  color: var(--lc-green);
}

.service-benefit-card span {
  font-size: 14px;
  line-height: 1.55;
  color: var(--lc-muted);
}

/* ── Form section ── */
.lead-form-section {
  margin-bottom: 40px;
}

.lead-form-section-head {
  margin-bottom: 22px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--lc-line);
}

.lead-form-section-lead {
  margin: -8px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--lc-muted);
  max-width: 52rem;
}

.lead-form-split.lead-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 36%);
  gap: clamp(18px, 2.5vw, 28px);
  align-items: stretch;
}

.lead-form-card {
  background: var(--lc-card);
  border-radius: 22px;
  padding: clamp(24px, 3vw, 36px) clamp(22px, 3vw, 34px) 32px;
  box-shadow: 0 12px 40px rgba(15, 46, 28, 0.08);
  border: 1px solid var(--lc-line);
}

/* Step progress */
.lead-step-progress {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 28px;
  position: relative;
}

.lead-step-progress::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: #dfece3;
  border-radius: 3px;
  z-index: 0;
}

.lead-step-dot {
  flex: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  min-width: 0;
  padding-top: 0;
}

.lead-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  background: #e8f0ea;
  color: var(--lc-muted);
  border: 3px solid #cfdad2;
  margin-bottom: 10px;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    transform 0.2s;
}

.lead-step-label {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--lc-muted);
  font-weight: 600;
  padding: 0 4px;
  text-wrap: balance;
}

@media (min-width: 900px) {
  .lead-step-label {
    font-size: 13px;
  }
}

.lead-step-dot.on .lead-step-num {
  background: linear-gradient(145deg, var(--lc-gold-light), var(--lc-gold));
  border-color: #8f6a18;
  color: #1a1608;
  transform: scale(1.05);
}

.lead-step-dot.on .lead-step-label {
  color: var(--lc-green);
  font-weight: 800;
}

.lead-step-dot.done .lead-step-num {
  background: #2d7a4e;
  border-color: #14532d;
  color: #fff;
  font-size: 0;
}

.lead-step-dot.done .lead-step-num::after {
  content: '✓';
  font-size: 18px;
  font-weight: 800;
}

.lead-step-dot.done .lead-step-label {
  color: var(--lc-green-mid);
}

.lead-step-panel {
  display: none;
}
.lead-step-panel.active {
  display: block;
}

.lead-source-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fbf8;
  border: 1px solid #dcece1;
  color: var(--lc-green);
}

.lead-source-card[hidden] {
  display: none;
}

.lead-source-card b {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.lead-source-card span {
  display: block;
  color: var(--lc-muted);
  font-size: 12px;
  line-height: 1.55;
}

.lead-source-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d4e7da;
  color: var(--lc-green-mid);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.lead-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

@media (min-width: 900px) {
  .lead-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lead-type-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 2px solid #d5e5db;
  border-radius: 16px;
  padding: 18px 16px;
  cursor: pointer;
  background: #fafcfb;
  transition:
    border-color 0.18s,
    box-shadow 0.18s,
    background 0.18s;
  text-align: left;
  min-height: 96px;
}

.lead-type-card:hover {
  border-color: #9cc9ae;
  background: #fff;
}

.lead-type-card.on {
  border-color: var(--lc-green);
  background: var(--lc-accent-bg);
  box-shadow: 0 0 0 1px rgba(20, 83, 45, 0.12);
}

.lead-type-ic {
  font-size: 30px;
  line-height: 1;
  flex-shrink: 0;
}

.lead-type-body b {
  display: block;
  font-size: 17px;
  color: var(--lc-green);
  margin-bottom: 6px;
}

.lead-type-body span {
  font-size: 13px;
  color: var(--lc-muted);
  line-height: 1.5;
}

.lead-field {
  margin-bottom: 20px;
}

.lead-field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--lc-green-mid);
  margin-bottom: 8px;
}

.lead-field .req {
  color: #b83232;
}

.lead-input,
.lead-select,
.lead-textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 14px;
  border: 1.5px solid #c5d6cc;
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
}

.lead-textarea {
  min-height: 120px;
  resize: vertical;
}

.lead-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lead-chip {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #b9d4c4;
  background: #f0faf4;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  color: var(--lc-green-mid);
}

.lead-crop-grid,
.lead-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lead-check-grid label,
.lead-crop-grid label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1.5px solid #d5e5db;
  background: #fafcfb;
  font-size: 14px;
  cursor: pointer;
  min-height: 44px;
  box-sizing: border-box;
}

.lead-check-grid input:checked + span,
.lead-crop-grid input:checked + span {
  font-weight: 700;
  color: var(--lc-green);
}

.lead-check-grid input,
.lead-crop-grid input {
  margin: 0;
}

/* Smart recommendation */
.smart-recommendation-card.lead-side-panel {
  position: relative;
  top: auto;
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--lc-card);
  border-radius: 22px;
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid var(--lc-line);
  box-shadow: 0 12px 36px rgba(15, 46, 28, 0.08);
  box-sizing: border-box;
}

.smart-rec-head {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5efe8;
}

.smart-rec-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  color: var(--lc-green);
}

.smart-rec-sub {
  margin: 0;
  font-size: 13px;
  color: var(--lc-muted);
}

.smart-rec-placeholder {
  margin: 0 0 14px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--lc-muted);
  background: #f4faf6;
  border-radius: 12px;
  border: 1px dashed #c5dccf;
}

.smart-rec-hint-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  min-height: 8px;
}

.smart-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.smart-chip-hint {
  background: #eef6f0;
  color: var(--lc-green-mid);
  border: 1px solid #cfe5d6;
}

.smart-chip-risk {
  background: #fff8f0;
  color: #9a3412;
  border: 1px solid #fed7aa;
}

.smart-rec-block {
  margin-bottom: 16px;
}

.smart-block-title {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7c72;
}

.smart-line-card {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--lc-text);
  background: #f7fbf8;
  border-radius: 12px;
  border: 1px solid #e0ece4;
  margin-bottom: 8px;
}

.smart-tier-line {
  font-size: 14px;
  margin: 8px 0 0;
  font-weight: 800;
  color: var(--lc-green-mid);
}

.lead-rec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lead-confirm-dl {
  margin: 0;
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f5faf7;
  border: 1px solid #dfece3;
}
.lead-confirm-dl > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
  align-items: start;
}
.lead-confirm-dl dt {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #66776d;
}
.lead-confirm-dl dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--lc-green-dark, #1a4d2e);
}

.lead-tag {
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #eef6f0;
  color: var(--lc-green-mid);
  font-weight: 600;
}

.lead-prod-card {
  background: #f5faf7;
  border: 1px solid #dfece3;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.45;
}

.lead-rec-empty {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--lc-muted, #667);
  line-height: 1.55;
}

.lead-success-next ul {
  list-style: disc;
}

.lead-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

.lead-footer-actions .lead-btn-primary.lead-btn-submit-wide {
  min-width: min(100%, 260px);
  flex: 1;
  justify-content: center;
}

@media (min-width: 720px) {
  .lead-footer-actions .lead-btn-primary.lead-btn-submit-wide {
    flex: 0 0 auto;
    min-width: 220px;
  }
}

.lead-form-card .lead-btn-primary:not(.lead-btn-submit-wide) {
  min-width: 120px;
}

.lead-upload-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.lead-upload-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #ddd;
}

/* Service process */
.service-process {
  margin: 44px 0;
  padding: clamp(24px, 3vw, 36px);
  background: var(--lc-card);
  border-radius: 22px;
  border: 1px solid var(--lc-line);
  box-shadow: 0 10px 36px rgba(15, 46, 28, 0.06);
}

.service-process-track {
  list-style: none;
  margin: 0;
  padding: 0 0 6px;
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 12px;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
  .service-process-track {
    grid-template-columns: 1fr;
    gap: 20px;
    overflow-x: visible;
  }
}

.service-process-step {
  position: relative;
  text-align: center;
  padding: 16px 10px 12px;
  background: linear-gradient(180deg, #f8fcfa 0%, #fff 100%);
  border-radius: 16px;
  border: 1px solid #e0ece4;
}

.service-process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -8px;
  width: 14px;
  height: 3px;
  background: linear-gradient(90deg, var(--lc-gold), #e8d5a4);
  border-radius: 2px;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1024px) {
  .service-process-step:not(:last-child)::after {
    top: auto;
    bottom: -12px;
    left: 50%;
    right: auto;
    width: 3px;
    height: 14px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--lc-gold), #e8d5a4);
  }
}

.service-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: var(--lc-green);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
}

.service-process-step strong {
  display: block;
  font-size: 16px;
  color: var(--lc-green);
  margin-bottom: 6px;
}

.service-process-desc {
  display: block;
  font-size: 13px;
  color: var(--lc-muted);
  line-height: 1.45;
}

/* Cases */
.case-cards-section {
  margin-bottom: 40px;
}

.case-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.case-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 20px;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(15, 46, 28, 0.07);
}

.case-card h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--lc-green);
}

.case-card-body {
  flex: 1;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--lc-muted);
}

.case-card-rec {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--lc-text);
}

.case-card-btn {
  margin-top: auto;
  border-radius: 12px !important;
  min-height: 44px !important;
  color: var(--lc-green) !important;
  border-color: rgba(20, 83, 45, 0.35) !important;
  background: #fff !important;
}

/* Contact footer */
.contact-footer.lead-contact-bar {
  text-align: left;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(15, 46, 28, 0.06);
}

.contact-footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
  align-items: center;
}

.contact-footer-name {
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--lc-green);
}

.contact-footer-slogan {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--lc-gold);
  letter-spacing: 0.04em;
}

.contact-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: var(--lc-muted);
}

.contact-footer-list li {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
}

.contact-footer-list span {
  min-width: 4.5em;
  color: #6b7c72;
  font-weight: 600;
}

.contact-footer-list a {
  color: var(--lc-green-mid);
  font-weight: 800;
}

.lead-success {
  display: none;
  background: var(--lc-card);
  border-radius: 22px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #e2ebe4;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  margin-top: 24px;
}

.lead-success.show {
  display: block;
}

.lead-success h2 {
  margin: 0 0 12px;
  color: #2d7a4e;
  font-size: 26px;
}

.lead-qr-wrap {
  text-align: center;
  margin: 16px 0;
}

.lead-qr-wrap img {
  max-width: 200px;
  border-radius: 12px;
  border: 1px solid #eee;
}

.lead-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.lead-mobile-bar {
  display: none;
}

.lead-mobile-bar .lead-btn-submit-wide {
  flex: 1.35;
  min-width: 0;
}

@media (max-width: 1100px) {
  .lead-form-split.lead-main-grid {
    grid-template-columns: 1fr;
  }

  .smart-recommendation-card.lead-side-panel {
    position: static;
    order: 2;
  }

  .lead-form-card {
    order: 1;
  }

  .lead-form-split.lead-main-grid .lead-form-card,
  .lead-form-split.lead-main-grid .lead-side-panel {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .service-hero.lead-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-hero-visual {
    min-height: 200px;
    margin-top: 8px;
  }

  .lead-advantages,
  .service-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .service-hero.lead-hero {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .service-hero-title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .lead-promise-strip {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lead-promise-strip div {
    min-height: auto;
  }

  body.consult-page .service-hero-actions.lead-banner-actions {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .service-hero-visual {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0;
  }

  .service-hero-visual-bg {
    display: none;
  }

  .lead-advantages,
  .service-benefits-grid {
    grid-template-columns: 1fr;
  }

  .case-cards-grid {
    grid-template-columns: 1fr;
  }

  .lead-row2 {
    grid-template-columns: 1fr;
  }

  .lead-step-progress::before {
    display: none;
  }

  .lead-step-progress {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lead-step-dot {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    background: #f4faf6;
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid #e0ece4;
  }

  .lead-step-num {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-bottom: 0;
  }

  .lead-step-label {
    padding: 0;
  }

  .lead-source-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lead-source-card a {
    width: 100%;
  }

  .lead-mobile-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #dfe8e2;
    gap: 10px;
    justify-content: space-between;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  }

  .lead-mobile-bar .lead-btn {
    flex: 1;
    min-height: 50px;
    font-size: 15px;
  }

  .lead-inner {
    padding-bottom: 110px;
  }

  body.consult-page.has-bottom-dock .lead-inner {
    padding-bottom: 150px;
  }

  .lead-type-grid {
    grid-template-columns: 1fr;
  }
}

.lead-row3,
.rp-cn-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 560px) {
  .lead-row3,
  .rp-cn-row {
    grid-template-columns: 1fr;
  }
}

.rp-cn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  align-items: center;
}

.lc-case-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.lc-case-modal.show {
  display: flex;
}

.lc-case-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 40, 24, 0.55);
}

.lc-case-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  max-height: min(88vh, 900px);
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 22px 22px 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.lc-case-modal-x {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #f3f6f4;
  color: #334;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.lc-case-modal-title {
  margin: 0 44px 14px 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--lc-green);
}

.lc-case-modal-body.lc-prose {
  font-size: 15px;
  line-height: 1.75;
  color: var(--lc-text);
}

.lc-case-modal-body.lc-prose a {
  color: var(--lc-green-mid);
  font-weight: 600;
}

.lc-case-modal-doc {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e5efe8;
  font-size: 14px;
}
