/* P0 public detail and partner landing pages */
:root {
  --page-accent: #0ab5e4;
  --page-accent-2: #f5a623;
  --page-ink: #172033;
  --page-muted: #64748b;
  --page-line: #e5edf3;
  --page-soft: #f7fafc;
  --page-radius: 20px;
  --page-shadow: 0 18px 50px rgba(23, 32, 51, .08);
}

.lp-page * { box-sizing: border-box; }
.lp-page { margin: 0; color: var(--page-ink); background: var(--page-soft); font-family: "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif; line-height: 1.75; }
.lp-page a { color: inherit; text-decoration: none; }
.lp-page img { max-width: 100%; }
.lp-shell { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.lp-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(229, 237, 243, .88); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.lp-header-inner { height: 72px; display: flex; align-items: center; gap: 34px; }
.lp-logo { display: flex; align-items: center; flex: none; }
.lp-logo img { width: 150px; display: block; }
.lp-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; color: #536178; font-size: 14px; }
.lp-nav a:hover { color: var(--page-accent); }
.lp-header-actions { display: flex; gap: 10px; }
.lp-btn { min-height: 44px; padding: 0 22px; border: 1px solid var(--page-line); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; transition: .2s ease; }
.lp-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23, 32, 51, .1); }
.lp-btn-primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--page-accent), var(--page-accent-2)); }
.lp-btn-light { color: var(--page-accent); border-color: color-mix(in srgb, var(--page-accent) 42%, white); background: color-mix(in srgb, var(--page-accent) 7%, white); }
.lp-btn-dark { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(17,24,39,.86); }
.lp-hero { position: relative; overflow: hidden; padding: 86px 0 72px; background: radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--page-accent) 16%, transparent), transparent 34%), radial-gradient(circle at 88% 20%, color-mix(in srgb, var(--page-accent-2) 14%, transparent), transparent 31%), #fff; }
.lp-hero::after { content: ""; position: absolute; width: 390px; height: 390px; right: -170px; bottom: -230px; border: 60px solid color-mix(in srgb, var(--page-accent) 7%, transparent); border-radius: 50%; }
.lp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 68px; align-items: center; }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 6px 13px; border-radius: 999px; color: var(--page-accent); background: color-mix(in srgb, var(--page-accent) 9%, white); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.lp-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.lp-hero h1 { margin: 20px 0 18px; font-size: clamp(38px, 4.3vw, 64px); line-height: 1.14; letter-spacing: -.04em; }
.lp-gradient-text { color: transparent; background: linear-gradient(110deg, var(--page-accent), var(--page-accent-2)); -webkit-background-clip: text; background-clip: text; }
.lp-lead { max-width: 720px; margin: 0; color: var(--page-muted); font-size: 18px; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lp-note { margin-top: 18px; color: #8793a5; font-size: 13px; }
.lp-hero-panel { padding: 26px; border: 1px solid color-mix(in srgb, var(--page-accent) 18%, white); border-radius: 26px; background: rgba(255,255,255,.88); box-shadow: var(--page-shadow); }
.lp-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.lp-panel-head strong { font-size: 18px; }
.lp-badge { padding: 4px 10px; border-radius: 999px; color: var(--page-accent); background: color-mix(in srgb, var(--page-accent) 10%, white); font-size: 12px; font-weight: 800; }
.lp-metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.lp-metric { padding: 16px; border-radius: 15px; background: var(--page-soft); }
.lp-metric b { display: block; color: var(--page-accent); font-size: 24px; line-height: 1.3; }
.lp-metric span { color: var(--page-muted); font-size: 12px; }
.lp-section { padding: 76px 0; }
.lp-section-white { background: #fff; }
.lp-section-dark { color: #fff; background: #111827; }
.lp-section-head { max-width: 760px; margin-bottom: 32px; }
.lp-section-head.center { margin-right: auto; margin-left: auto; text-align: center; }
.lp-kicker { color: var(--page-accent); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.lp-section h2 { margin: 8px 0 10px; font-size: clamp(28px, 3vw, 42px); line-height: 1.25; }
.lp-section-head p { margin: 0; color: var(--page-muted); }
.lp-grid { display: grid; gap: 18px; }
.lp-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lp-card { padding: 26px; border: 1px solid var(--page-line); border-radius: var(--page-radius); background: #fff; box-shadow: 0 8px 30px rgba(23, 32, 51, .045); }
.lp-card h3 { margin: 0 0 9px; font-size: 19px; }
.lp-card p { margin: 0; color: var(--page-muted); font-size: 14px; }
.lp-card-icon { width: 45px; height: 45px; margin-bottom: 18px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--page-accent), var(--page-accent-2)); font-weight: 900; }
.lp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.lp-tags span { padding: 4px 10px; border-radius: 999px; color: var(--page-accent); background: color-mix(in srgb, var(--page-accent) 8%, white); font-size: 12px; }
.lp-data-list { margin: 0; padding: 0; list-style: none; }
.lp-data-list li { padding: 13px 0; border-bottom: 1px solid var(--page-line); display: flex; justify-content: space-between; gap: 20px; }
.lp-data-list li:last-child { border-bottom: 0; }
.lp-data-list span { color: var(--page-muted); }
.lp-stars { color: #f5a623; letter-spacing: 2px; }
.lp-table-wrap { overflow-x: auto; border: 1px solid var(--page-line); border-radius: var(--page-radius); background: #fff; }
.lp-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.lp-table th, .lp-table td { padding: 17px 20px; border-bottom: 1px solid var(--page-line); text-align: left; }
.lp-table th { color: #526078; background: #f8fafc; font-size: 13px; }
.lp-table tr:last-child td { border-bottom: 0; }
.lp-price { color: var(--page-accent); font-size: 22px; font-weight: 900; }
.lp-price small { font-size: 12px; font-weight: 500; }
.lp-price-featured { background: color-mix(in srgb, var(--page-accent) 5%, white); }
.lp-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: lpstep; }
.lp-step { position: relative; z-index: 0; padding: 25px; border: 1px solid var(--page-line); border-radius: var(--page-radius); background: #fff; }
.lp-step:not(:last-child)::after { content: ""; position: absolute; z-index: -1; top: 41px; left: 100%; width: 30px; border-top: 1px solid color-mix(in srgb, var(--page-accent) 34%, white); }
.lp-step::before { counter-increment: lpstep; content: counter(lpstep); display: grid; width: 34px; height: 34px; margin-bottom: 16px; place-items: center; border: 1px solid color-mix(in srgb, var(--page-accent) 28%, white); border-radius: 50%; color: var(--page-accent); background: color-mix(in srgb, var(--page-accent) 7%, white); font-size: 14px; font-weight: 900; }
.lp-step h3 { margin: 0 0 7px; }
.lp-step p { margin: 0; color: var(--page-muted); font-size: 14px; }
.lp-review { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.lp-avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--page-accent), var(--page-accent-2)); font-weight: 800; }
.lp-review-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 7px; }
.lp-review-meta span { color: var(--page-muted); font-size: 12px; }
.lp-case { display: flex; flex-direction: column; min-height: 220px; }
.lp-case .lp-tags { margin-top: auto; }
.lp-faq { border-top: 1px solid var(--page-line); }
.lp-faq details { border-bottom: 1px solid var(--page-line); background: #fff; }
.lp-faq summary { padding: 19px 4px; cursor: pointer; font-weight: 700; list-style: none; }
.lp-faq summary::after { content: "+"; float: right; color: var(--page-accent); font-size: 20px; }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq p { margin: -4px 0 0; padding: 0 36px 20px 4px; color: var(--page-muted); font-size: 14px; }
.lp-cta { position: relative; overflow: hidden; padding: 48px; border-radius: 28px; color: #fff; background: linear-gradient(125deg, var(--page-accent), var(--page-accent-2)); }
.lp-cta::after { content: ""; position: absolute; width: 260px; height: 260px; right: -70px; top: -130px; border: 45px solid rgba(255,255,255,.1); border-radius: 50%; }
.lp-cta > * { position: relative; z-index: 1; }
.lp-cta h2 { margin-top: 0; }
.lp-cta p { max-width: 680px; color: rgba(255,255,255,.82); }
.lp-footer { padding: 46px 0 28px; color: #98a4b6; background: #0f172a; }
.lp-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; }
.lp-footer-logo { width: 150px; filter: brightness(0) invert(1); opacity: .92; }
.lp-footer h4 { margin: 0 0 14px; color: #fff; }
.lp-footer p { max-width: 390px; font-size: 13px; }
.lp-footer-links { display: grid; gap: 8px; font-size: 13px; }
.lp-footer a:hover { color: #fff; }
.lp-copyright { margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; text-align: center; }
.lp-breadcrumb { padding: 14px 0; color: var(--page-muted); background: #fff; font-size: 13px; }
.lp-breadcrumb a:hover { color: var(--page-accent); }
.lp-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 22px; color: #526078; font-size: 13px; }
.lp-proof span::before { content: "✓"; margin-right: 7px; color: var(--page-accent); font-weight: 900; }
.lp-highlight { color: var(--page-accent); }
.lp-strike { color: #94a3b8; text-decoration: line-through; }
.lp-identity { padding: 18px; border: 1px solid var(--page-line); border-radius: 16px; background: #fff; }
.lp-identity strong { display: block; margin-bottom: 5px; }
.lp-identity span { color: var(--page-muted); font-size: 13px; }
.lp-revenue { padding: 28px; color: #fff; border-radius: 20px; background: #111827; }
.lp-revenue b { display: block; color: var(--page-accent-2); font-size: 30px; }
.lp-revenue small { color: #aab5c4; }
.lp-legal-note { padding: 14px 18px; border-left: 4px solid var(--page-accent); color: var(--page-muted); background: color-mix(in srgb, var(--page-accent) 6%, white); font-size: 13px; }
.lp-detail-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 22px; align-items: start; }
.lp-sidebar { position: sticky; top: 94px; display: grid; gap: 18px; }
.lp-summary { margin: 0; padding: 18px 20px; border-left: 4px solid var(--page-accent); color: #526078; background: color-mix(in srgb, var(--page-accent) 5%, white); }
.lp-logo-tile { width: 82px; height: 82px; border-radius: 20px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--page-accent), var(--page-accent-2)); font-size: 30px; font-weight: 900; }
.lp-media-title { display: flex; gap: 20px; align-items: center; }
.lp-media-title h1 { margin: 0 0 7px; font-size: clamp(32px, 4vw, 52px); line-height: 1.18; }
.lp-rating { display: flex; align-items: center; gap: 10px; color: var(--page-muted); font-size: 13px; }
.lp-rating b { color: var(--page-ink); }
.lp-list-check { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.lp-list-check li { position: relative; padding-left: 24px; color: var(--page-muted); font-size: 14px; }
.lp-list-check li::before { content: "✓"; position: absolute; left: 0; color: var(--page-accent); font-weight: 900; }
.lp-number { color: var(--page-accent); font-size: 34px; font-weight: 900; line-height: 1.25; }
.lp-number-label { color: var(--page-muted); font-size: 13px; }
.lp-form { display: grid; gap: 14px; }
.lp-form input, .lp-form select { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--page-line); border-radius: 10px; color: var(--page-ink); background: #fff; font: inherit; }
.lp-form small { color: var(--page-muted); }
.lp-income-table { display: grid; gap: 10px; }
.lp-income-row { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--page-line); font-size: 14px; }
.lp-income-row:first-child { color: var(--page-muted); font-size: 12px; font-weight: 700; }
.lp-income-row:last-child { border-bottom: 0; }
.lp-mobile-cta { display: none; }

.lp-marketing-page .lp-shell {
  width: min(1680px, calc(100% - 64px));
}
.lp-marketing-page .lp-hero {
  padding: 80px 0 72px;
}
.lp-marketing-page .lp-hero-grid {
  grid-template-columns: minmax(0, 1fr) 380px;
  justify-content: space-between;
  gap: 16px;
}
.lp-marketing-page .lp-hero h1 {
  margin: 20px 0 16px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.lp-marketing-page .lp-lead {
  max-width: none;
  margin-bottom: 20px;
  color: var(--page-muted);
  font-size: 15px;
  line-height: 1.9;
}
.lp-marketing-page .lp-hero-panel {
  padding: 28px 24px;
  border-radius: 16px;
}
.lp-marketing-page .lp-section {
  padding: 80px 0;
}
.lp-marketing-page .lp-section-head {
  max-width: 820px;
  margin-bottom: 48px;
}
.lp-marketing-page .lp-section h2 {
  margin: 8px 0 10px;
  font-size: 39px;
  font-weight: 900;
  line-height: 1.3;
}
.lp-marketing-page .lp-grid {
  gap: 24px;
}
.lp-marketing-page .lp-card,
.lp-marketing-page .lp-step {
  padding: 36px 32px;
  border: 2px solid #e8eaed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 40px color-mix(in srgb, var(--page-accent) 8%, transparent);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.lp-marketing-page .lp-card:hover,
.lp-marketing-page .lp-step:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--page-accent) 25%, white);
  box-shadow: 0 12px 48px color-mix(in srgb, var(--page-accent) 16%, transparent);
}
.lp-marketing-page .lp-card-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 14px;
  font-size: 20px;
}
.lp-marketing-page .lp-card-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lp-marketing-page .lp-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
.lp-marketing-page .lp-card p,
.lp-marketing-page .lp-step p {
  line-height: 1.7;
}

/* Public AI report detail pages */
.lp-public-report { scroll-behavior: smooth; background: #f5f7fa; }
.lp-public-report .lp-shell { width: min(1280px, calc(100% - 48px)); }
.lp-public-report .lp-breadcrumb { border-bottom: 1px solid var(--page-line); }
.lp-public-report .lp-hero { padding: 38px 0 34px; }
.lp-public-report .lp-hero::after { display: none; }
.lp-public-report .lp-detail-grid { grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: stretch; }
.lp-public-report .lp-detail-grid > article { padding: 6px 0; }
.lp-public-report .lp-section { padding: 42px 0; scroll-margin-top: 124px; }
.lp-public-report .lp-section-head { max-width: none; margin-bottom: 22px; }
.lp-public-report .lp-section-head h2 { margin: 4px 0 5px; font-size: 26px; letter-spacing: -.02em; }
.lp-public-report .lp-section-head p { font-size: 14px; }
.lp-public-report .lp-media-title { gap: 16px; }
.lp-public-report .lp-logo-tile { width: 68px; height: 68px; border-radius: 16px; font-size: 26px; }
.lp-public-report .lp-media-title h1 { font-size: 34px; }
.lp-public-report .lp-eyebrow { padding: 3px 10px; font-size: 11px; }
.lp-public-report .lp-summary { margin-top: 20px; padding: 13px 16px; border-left-width: 3px; font-size: 14px; line-height: 1.75; }
.lp-public-report .lp-proof { gap: 8px 20px; margin-top: 16px; font-size: 12px; }
.lp-resource-brief { height: 100%; padding: 20px; border-radius: 16px; box-shadow: 0 12px 32px rgba(23, 32, 51, .07); }
.lp-brief-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lp-status-dot { display: inline-flex; align-items: center; gap: 6px; color: #047857; font-size: 12px; font-weight: 700; }
.lp-status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 4px #d1fae5; }
.lp-resource-brief .lp-number { margin: 10px 0 12px; font-size: 36px; }
.lp-resource-brief .lp-number small { color: var(--page-muted); font-size: 13px; }
.lp-resource-brief dl { margin: 0; border-top: 1px solid var(--page-line); }
.lp-resource-brief dl div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--page-line); font-size: 13px; }
.lp-resource-brief dt { color: var(--page-muted); }
.lp-resource-brief dd { margin: 0; font-weight: 800; }
.lp-resource-brief .lp-actions { margin-top: 14px; }
.lp-resource-brief .lp-btn { width: 100%; min-height: 40px; }
.lp-review-invite { height: 100%; min-height: 224px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-color: color-mix(in srgb, var(--page-accent) 18%, white); border-radius: 16px; background: linear-gradient(145deg, color-mix(in srgb, var(--page-accent) 8%, white), #fff 70%); box-shadow: 0 12px 32px rgba(23, 32, 51, .07); }
.lp-review-invite h2 { margin: 8px 0 5px; font-size: 28px; }
.lp-review-invite p { margin: 0; color: var(--page-muted); font-size: 13px; }
.lp-review-invite .lp-actions { margin-top: 18px; }
.lp-review-invite .lp-btn { width: 100%; min-height: 40px; }
.lp-report-nav { position: sticky; top: 72px; z-index: 20; border-top: 1px solid var(--page-line); border-bottom: 1px solid var(--page-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.lp-report-nav .lp-shell { min-height: 48px; display: flex; align-items: center; gap: 28px; }
.lp-report-nav a { position: relative; color: #526078; font-size: 13px; font-weight: 700; }
.lp-report-nav a:hover { color: var(--page-accent); }
.lp-report-nav a::after { content: ""; position: absolute; right: 50%; bottom: -14px; left: 50%; height: 2px; background: var(--page-accent); transition: .2s ease; }
.lp-report-nav a:hover::after { right: 0; left: 0; }
.lp-report-nav span { margin-left: auto; color: #94a3b8; font-size: 12px; }
.lp-review-priority { background: #f5f7fa; }
.lp-review-priority-grid { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr); gap: 18px; align-items: start; }
.lp-review-form-card, .lp-review-list-card { padding: 20px; border-radius: 16px; box-shadow: none; }
.lp-review-form-card { border-color: color-mix(in srgb, var(--page-accent) 18%, white); }
.lp-review-form-card h2, .lp-review-list-card h2 { margin: 0 0 4px; font-size: 21px; }
.lp-review-form-card > p, .lp-review-list-card > p { margin: 0 0 16px; }
.lp-form label { display: grid; gap: 5px; color: #334155; font-size: 12px; font-weight: 700; }
.lp-contact-options { display: flex; align-items: center; gap: 16px; margin: 0; padding: 0; border: 0; }
.lp-contact-options legend { float: left; margin-right: 4px; color: #334155; font-size: 12px; font-weight: 700; }
.lp-contact-options label { display: inline-flex; grid-template-columns: none; align-items: center; gap: 5px; font-weight: 500; cursor: pointer; }
.lp-contact-options input { width: 15px; height: 15px; padding: 0; accent-color: var(--page-accent); }
.lp-form textarea { width: 100%; min-height: 110px; padding: 10px 12px; resize: vertical; border: 1px solid var(--page-line); border-radius: 9px; color: var(--page-ink); background: #fff; font: inherit; line-height: 1.6; }
.lp-form input:focus, .lp-form select:focus, .lp-form textarea:focus { outline: 3px solid color-mix(in srgb, var(--page-accent) 13%, transparent); border-color: var(--page-accent); }
.lp-form-message { min-height: 18px; margin: 0; color: #059669; font-size: 12px; font-weight: 700; }
.lp-review-scroll { display: grid; max-height: 360px; gap: 10px; padding-right: 4px; overflow-y: auto; }
.lp-review-public { padding: 14px; border: 1px solid var(--page-line); border-radius: 12px; background: #fff; }
.lp-review-public-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.lp-review-public-author { display: flex; align-items: center; gap: 9px; }
.lp-review-public-author .lp-avatar { width: 34px; height: 34px; font-size: 13px; }
.lp-review-public-author b { display: block; font-size: 14px; }
.lp-review-public-author small, .lp-review-public time { color: var(--page-muted); font-size: 11px; }
.lp-review-contact { display: block; max-width: 260px; overflow: hidden; color: var(--page-accent); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.lp-review-public p { margin: 9px 0 0; color: #475569; font-size: 13px; }
.lp-report-score-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lp-report-score { position: relative; min-height: 142px; padding: 20px; overflow: hidden; border: 1px solid var(--page-line); border-radius: 14px; background: #fff; }
.lp-report-score::after { content: ""; position: absolute; width: 96px; height: 96px; right: -34px; bottom: -38px; border: 18px solid color-mix(in srgb, var(--score-color, var(--page-accent)) 9%, transparent); border-radius: 50%; }
.lp-report-score strong { display: block; color: var(--score-color, var(--page-accent)); font-size: 38px; line-height: 1; }
.lp-report-score strong small { font-size: 14px; }
.lp-report-score h3 { margin: 11px 0 3px; font-size: 16px; }
.lp-report-score p { margin: 0; color: var(--page-muted); font-size: 12px; }
.lp-report-total { display: inline-flex; margin-bottom: 14px; padding: 5px 11px; border-radius: 999px; color: var(--page-accent); background: color-mix(in srgb, var(--page-accent) 9%, white); font-size: 13px; font-weight: 800; }
.lp-diagnosis-card { margin-top: 14px; padding: 16px 18px; border: 1px solid color-mix(in srgb, var(--page-accent) 16%, white); border-radius: 13px; background: linear-gradient(125deg, color-mix(in srgb, var(--page-accent) 6%, white), #fff); }
.lp-diagnosis-card h3 { margin: 0 0 4px; color: var(--page-accent); font-size: 16px; }
.lp-diagnosis-card p { margin: 0; color: #475569; font-size: 13px; }
.lp-report-data-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--page-line); border-radius: 14px; overflow: hidden; background: #fff; }
.lp-report-data { min-height: 94px; padding: 17px 18px; border-right: 1px solid var(--page-line); border-bottom: 1px solid var(--page-line); }
.lp-report-data:nth-child(4n) { border-right: 0; }
.lp-report-data:nth-last-child(-n + 4) { border-bottom: 0; }
.lp-report-data b { display: block; color: var(--page-accent); font-size: 23px; line-height: 1.35; }
.lp-report-data span { color: var(--page-muted); font-size: 12px; }
.lp-info-group { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.lp-info-row { padding: 17px 18px; border: 1px solid var(--page-line); border-radius: 13px; background: #fff; }
.lp-info-row h3 { margin: 0 0 10px; font-size: 15px; }
.lp-permit-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.lp-permit-tags + .lp-permit-tags { margin-top: 7px; }
.lp-permit-tags span { padding: 4px 9px; border-radius: 999px; color: #047857; background: #ecfdf5; font-size: 11px; font-weight: 700; }
.lp-permit-tags.denied span { color: #b91c1c; background: #fef2f2; }
.lp-permit-tags.warning span { color: #a16207; background: #fffbeb; }
.lp-report-note { grid-column: 1 / -1; padding: 12px 15px; border-left: 3px solid #f5a623; color: #713f12; background: #fffbeb; font-size: 12px; }
.lp-public-report .lp-table-wrap { border-radius: 14px; }
.lp-public-report .lp-table { min-width: 640px; }
.lp-public-report .lp-table th, .lp-public-report .lp-table td { padding: 11px 16px; font-size: 13px; }
.lp-public-report .lp-price { font-size: 19px; }
.lp-public-report .lp-price-featured td { border-top: 1px solid color-mix(in srgb, var(--page-accent) 20%, white); border-bottom: 1px solid color-mix(in srgb, var(--page-accent) 20%, white); }
.lp-public-report .lp-legal-note { margin-bottom: 0; padding: 10px 14px; border-left-width: 3px; font-size: 12px; }
.lp-public-report .lp-faq { border: 1px solid var(--page-line); border-radius: 14px; overflow: hidden; }
.lp-public-report .lp-faq summary { padding: 13px 16px; font-size: 13px; }
.lp-public-report .lp-faq p { padding: 0 40px 14px 16px; font-size: 12px; }
.lp-public-report .lp-cta { padding: 28px 32px; border-radius: 18px; }
.lp-public-report .lp-cta h2 { margin-bottom: 5px; font-size: 26px; }
.lp-public-report .lp-cta p { margin: 0; font-size: 13px; }
.lp-public-report .lp-cta .lp-actions { margin-top: 18px; }
@media (max-width: 1024px) {
  .lp-shell { width: min(100% - 36px, 960px); }
  .lp-marketing-page .lp-shell { width: min(100% - 36px, 960px); }
  .lp-marketing-page .lp-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .lp-public-report .lp-shell { width: min(100% - 36px, 960px); }
  .lp-public-report .lp-detail-grid, .lp-review-priority-grid { grid-template-columns: 1fr; }
  .lp-public-report .lp-sidebar { grid-template-columns: 1fr; }
  .lp-report-data-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-report-data:nth-child(2n) { border-right: 0; }
  .lp-report-data:nth-last-child(-n + 4) { border-bottom: 1px solid var(--page-line); }
  .lp-report-data:nth-last-child(-n + 2) { border-bottom: 0; }
  .lp-nav { display: none; }
  .lp-header-inner { gap: 18px; }
  .lp-header-actions { margin-left: auto; }
  .lp-hero-grid, .lp-detail-grid { grid-template-columns: 1fr; gap: 36px; }
  .lp-grid-4, .lp-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .lp-shell { width: min(100% - 28px, 620px); }
  .lp-marketing-page .lp-shell { width: min(100% - 28px, 620px); }
  .lp-marketing-page .lp-hero { padding: 54px 0 48px; }
  .lp-marketing-page .lp-hero-grid { gap: 28px; }
  .lp-marketing-page .lp-hero h1 { font-size: 36px; }
  .lp-marketing-page .lp-lead { font-size: 16px; }
  .lp-marketing-page .lp-hero-panel,
  .lp-marketing-page .lp-card,
  .lp-marketing-page .lp-step { padding: 20px; }
  .lp-marketing-page .lp-section { padding: 54px 0; }
  .lp-marketing-page .lp-section-head { margin-bottom: 32px; }
  .lp-marketing-page .lp-section h2 { font-size: 29px; }
  .lp-public-report .lp-shell { width: min(100% - 28px, 620px); }
  .lp-public-report .lp-hero { padding: 30px 0 28px; }
  .lp-public-report .lp-section { padding: 34px 0; }
  .lp-public-report .lp-section-head { margin-bottom: 18px; }
  .lp-public-report .lp-section-head h2 { font-size: 23px; }
  .lp-public-report .lp-media-title h1 { font-size: 28px; }
  .lp-public-report .lp-summary { margin-top: 16px; }
  .lp-report-nav { overflow: hidden; }
  .lp-report-nav .lp-shell { gap: 22px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
  .lp-report-nav .lp-shell::-webkit-scrollbar { display: none; }
  .lp-report-nav span { display: none; }
  .lp-report-score-grid, .lp-report-data-grid { grid-template-columns: 1fr; }
  .lp-report-data { border-right: 0; border-bottom: 1px solid var(--page-line) !important; }
  .lp-report-data:last-child { border-bottom: 0 !important; }
  .lp-review-public-head { align-items: flex-start; }
  .lp-header-inner { height: 62px; }
  .lp-logo img { width: 126px; }
  .lp-header-actions .lp-btn-light { display: none; }
  .lp-btn { min-height: 42px; padding: 0 16px; }
  .lp-hero { padding: 54px 0 48px; }
  .lp-hero-grid { gap: 28px; }
  .lp-hero h1 { font-size: 36px; }
  .lp-lead { font-size: 16px; }
  .lp-hero-panel, .lp-card { padding: 20px; }
  .lp-section { padding: 54px 0; }
  .lp-grid-2, .lp-grid-3, .lp-grid-4, .lp-flow, .lp-sidebar { grid-template-columns: 1fr; }
  .lp-flow { gap: 20px; }
  .lp-step:not(:last-child)::after { top: 100%; left: 36px; width: 1px; height: 22px; border-top: 0; border-left: 1px solid color-mix(in srgb, var(--page-accent) 34%, white); }
  .lp-media-title { align-items: flex-start; }
  .lp-logo-tile { width: 64px; height: 64px; flex: none; font-size: 24px; }
  .lp-media-title h1 { font-size: 30px; }
  .lp-table th, .lp-table td { padding: 14px; }
  .lp-cta { padding: 32px 24px; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .lp-footer-grid > :first-child { grid-column: 1 / -1; }
  .lp-mobile-cta { position: sticky; bottom: 0; z-index: 40; display: flex; padding: 10px 14px; background: rgba(255,255,255,.96); box-shadow: 0 -8px 24px rgba(23,32,51,.1); }
  .lp-mobile-cta .lp-btn { width: 100%; }
}
