.conversion-page { color: #183c38; background: #fff; }
.conversion-page h1, .conversion-page h2, .conversion-page h3, .conversion-page .price, .conversion-page .kicker { letter-spacing: 0; }
.conversion-page h1 { font-size: 44px; line-height: 1.12; margin-bottom: 16px; }
.conversion-page h2 { font-size: 28px; line-height: 1.25; }
.conversion-page h3 { font-size: 20px; line-height: 1.3; }
.conversion-page p { line-height: 1.65; }
.conversion-page .section { padding: 48px 0; }
.conversion-page .btn { border-radius: 6px; min-height: 44px; text-align: center; white-space: normal; }
.customer-signin { color: #155e56; font-weight: 700; white-space: nowrap; padding: 10px 6px; }
.conversion-page .sales-hero { padding: 44px 0 30px; background: #f2f7f5; }
.sales-hero .container { max-width: 1080px; }
.sales-promise { font-size: 28px; font-weight: 700; line-height: 1.3 !important; max-width: 850px; }
.sales-hero .hero-sub { max-width: 850px; font-size: 19px; }
.offer-line { max-width: 800px; font-size: 17px; color: #243b39; }
.product-evidence { margin: 28px 0 0; }
.product-evidence img { display: block; width: 100%; height: auto; object-fit: contain; object-position: top left; background: #fff; border: 1px solid #cedbd7; }
.product-evidence figcaption { font-size: 13px; color: #50615e; margin-top: 8px; line-height: 1.5; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.journey-grid article, .journey-grid > div { min-width: 0; }
.step-label { color: #846228; font-size: 14px; font-weight: 700; }
.kit-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
.point-register { border-left: 3px solid #c5a149; padding: 4px 0 4px 24px; }
.point-register > p:not(.micro) { font-size: 22px; font-weight: 700; }
.conversion-page #planCards { grid-template-columns: 1.4fr 1fr; align-items: start; }
.conversion-page .price-card { border-radius: 8px; box-shadow: none; }
.future-plans { margin: 0; }
.future-plans .price-card { margin-top: 14px; }
.conversion-page .tour-wrap { grid-template-columns: minmax(0, 1.5fr) minmax(270px, 1fr); }
.conversion-page .campaign-offer { display: block; border-radius: 8px; margin-top: 0; background: #f1f7f4; }
.conversion-page .tour-video-shell { margin-top: 20px; }
.conversion-page .tour-video { width: 100%; aspect-ratio: 16 / 9; background: #111; }
.conversion-page .tour-video-meta { padding: 10px 0; font-size: 13px; }
.conversion-page .tour-video-meta span { display: block; }
.conversion-page .tour-note, .conversion-page .card, .conversion-page .step-card { border-radius: 8px; box-shadow: none; }
.report-examples { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.report-examples article { min-width: 0; }
.report-examples img { width: 100%; height: auto; display: block; border: 1px solid #cddbd6; background: #eef3f1; }
.report-examples .btn { margin-top: 16px; }
.sample-notice { border-left: 3px solid #ad852c; padding-left: 16px; color: #65532e; }
@media (max-width: 900px) {
  .conversion-page .nav { flex-wrap: nowrap; gap: 12px; }
  .conversion-page .brand { min-width: 0; flex: 1; }
  .conversion-page .brand-copy small { display: none; }
  .conversion-page .brand > span { display: none; }
  .conversion-page .brand .logo { width: 84px; height: 56px; object-fit: contain; }
  .conversion-page h1 { font-size: 36px; }
  .conversion-page h2 { font-size: 25px; }
  .sales-promise { font-size: 23px; }
  .conversion-page .section { padding: 32px 0; }
  .journey-grid, .kit-layout, .conversion-page #planCards, .conversion-page .tour-wrap, .report-examples { grid-template-columns: 1fr; }
  .conversion-page .sales-hero { padding-top: 28px; }
  .cta-row { align-items: stretch; }
  .conversion-page .campaign-offer { margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) { .conversion-page * { scroll-behavior: auto !important; transition: none !important; } }
