/* 홈 다크 시네마틱 정합 레이어 (2026-08-19 제공 디자인: botjim-home-B)
   기존 장면 레이어 위에서 마지막으로 로드되어, 제공안의 확정값(색·타이포·간격)을
   화면에 그대로 고정한다. 새 블록(단계 카드·폰 목업·현황판·안심장치·원장)의
   본 스타일도 여기에 둔다. */

/* ---------- 공통 토큰 (제공 디자인 확정값) ---------- */
body[data-marketing-page="home"] {
  --hc-bg: #06070a;
  --hc-bg-alt: #0a0b0e;
  --hc-card: #14161b;
  --hc-card-nested: #0f1116;
  --hc-card-hover: #1c1f26;
  --hc-text: #dce0e7;
  --hc-strong: #ffffff;
  --hc-accent: #1e6fef;
  --hc-accent-hover: #3d84ff;
  --hc-accent-soft: #8bb7ff;
  --hc-line-08: rgba(255, 255, 255, .08);
  --hc-line-10: rgba(255, 255, 255, .1);
  --hc-line-14: rgba(255, 255, 255, .14);
  background: var(--hc-bg);
  color: var(--hc-text);
}
body[data-marketing-page="home"] .home-scene { background: var(--hc-bg); }
body[data-marketing-page="home"] .workflow-scene, body[data-marketing-page="home"] .recent-scene, body[data-marketing-page="home"] .ledger-scene { background: var(--hc-bg-alt); border-top: 1px solid var(--hc-line-08); }
body[data-marketing-page="home"] .scene-kicker { color: rgba(255, 255, 255, .66); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
body[data-marketing-page="home"] .scene-kicker span { width: 28px; height: 3px; border-radius: 999px; background: var(--hc-accent); }
body[data-marketing-page="home"] h1, body[data-marketing-page="home"] h2, body[data-marketing-page="home"] h3 { color: var(--hc-strong); word-break: keep-all; text-wrap: pretty; }

/* ---------- s1 히어로 ---------- */
body[data-marketing-page="home"] .hero-promise { max-width: 46ch; color: rgba(255, 255, 255, .76); font-size: clamp(16px, 1.25vw, 20px); line-height: 1.66; }

body[data-marketing-page="home"] .btn-signal {
  min-height: 54px;
  border-radius: 10px;
  background: var(--hc-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 770;
}
body[data-marketing-page="home"] .btn-signal:hover { background: var(--hc-accent-hover); color: #fff; }

body[data-marketing-page="home"] .hero-secondary {
  min-height: 54px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
body[data-marketing-page="home"] .hero-secondary:hover { border-color: var(--hc-accent-soft); color: var(--hc-accent-soft); }

body[data-marketing-page="home"] .hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(36px, 6vh, 64px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.hero-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-routes li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(10, 11, 14, .5);
  color: rgba(255, 255, 255, .86);
  font-size: 12.5px;
  font-weight: 700;
}
.hero-routes li span { color: var(--hc-accent-soft); }

body[data-marketing-page="home"] .hero-scope {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}

/* ---------- s2 작동 방식: 좌 스티키 소개 + 우 3단계 카드 ---------- */
body[data-marketing-page="home"] .workflow-layout { grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr); gap: clamp(40px, 5vw, 88px); align-items: start; }
body[data-marketing-page="home"] .workflow-intro { position: sticky; top: 104px; display: grid; gap: 26px; }
body[data-marketing-page="home"] .workflow-intro > p { max-width: 40ch; color: rgba(255, 255, 255, .74); font-size: 16.5px; line-height: 1.72; }

body[data-marketing-page="home"] .workflow-intro .policy-boundary {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: var(--hc-card);
}
body[data-marketing-page="home"] .workflow-intro .policy-boundary strong { color: var(--hc-strong); font-size: 13.5px; font-weight: 800; }
body[data-marketing-page="home"] .workflow-intro .policy-boundary p { margin: 0; color: rgba(255, 255, 255, .62); font-size: 12.5px; line-height: 1.6; }
body[data-marketing-page="home"] .workflow-intro .policy-boundary a { color: var(--hc-accent-soft); font-size: 12.5px; font-weight: 750; }
body[data-marketing-page="home"] .workflow-thumb { display: block; overflow: hidden; border: 1px solid var(--hc-line-10); border-radius: 16px; }

body[data-marketing-page="home"] .workflow-thumb img {
  display: block;
  width: 100%;
  /* height:auto 가 없으면 HTML height="816" 속성이 살아남아 aspect-ratio 가
     무시되고 519x816 세로 크롭이 된다 (2026-08-20, 인물 머리 잘림). */
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 30% center;
}

.step-cards {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-card {
  display: grid;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--hc-line-10);
  border-radius: 20px;
  background: var(--hc-card);
}
.step-card-head { display: flex; align-items: center; gap: 14px; }

.step-no {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 13px;
  font-weight: 820;
}
.step-card h3 { margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -.035em; }
.step-card > p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 15px; line-height: 1.7; }

.app-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  background: var(--hc-card-nested);
}
.app-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

.role-chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(77, 140, 255, .18);
  color: var(--hc-accent-soft);
  font-size: 11.5px;
  font-weight: 800;
}
.app-card-note { color: rgba(255, 255, 255, .5); font-size: 11.5px; font-weight: 700; }
.route-line { display: flex; align-items: center; gap: 12px; }
.route-line strong { color: #fff; font-size: 16px; font-weight: 800; }
.route-dash { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .28) 0 6px, transparent 6px 12px); }

.route-via {
  padding: 4px 9px;
  border: 1px solid rgba(139, 183, 255, .36);
  border-radius: 999px;
  color: var(--hc-accent-soft);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.route-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}
.route-facts div { display: grid; gap: 5px; }
.route-facts dt { color: rgba(255, 255, 255, .5); font-size: 11.5px; }
.route-facts dd { margin: 0; color: var(--hc-text); font-size: 13.5px; font-weight: 750; }

/* 폰 목업 (radius 34px, 제공안 확정값) */
.phone-mock {
  justify-self: center;
  width: min(392px, 100%);
  padding: 14px;
  border: 1px solid var(--hc-line-14);
  border-radius: 34px;
  background: rgba(28, 31, 38, .92);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .5);
}

.phone-screen {
  display: grid;
  gap: 12px;
  padding: 18px 16px 20px;
  border-radius: 24px;
  background: var(--hc-card-nested);
}

.phone-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--hc-line-10);
}

.phone-peer {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.peer-avatar {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(77, 140, 255, .18);
  color: var(--hc-accent-soft);
  font-size: 12px;
  font-weight: 800;
}
.phone-state { color: rgba(255, 255, 255, .5); font-size: 11.5px; font-weight: 700; }

.chat-bubble {
  max-width: 84%;
  margin: 0;
  padding: 12px 14px;
  font-size: 13.5px;
  line-height: 1.6;
}

.chat-bubble.them {
  align-self: start;
  justify-self: start;
  border-radius: 14px 14px 14px 4px;
  background: var(--hc-card-hover);
  color: var(--hc-text);
}

.chat-bubble.me {
  align-self: end;
  justify-self: end;
  border-radius: 14px 14px 4px 14px;
  background: var(--hc-accent);
  color: #fff;
}

.proposal-card {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  padding: 18px;
  border: 1px solid rgba(139, 183, 255, .34);
  border-radius: 16px;
  background: rgba(30, 111, 239, .1);
}
.proposal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.proposal-head strong { color: #fff; font-size: 14px; font-weight: 820; }

.proposal-chip {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(77, 140, 255, .2);
  color: var(--hc-accent-soft);
  font-size: 11px;
  font-weight: 800;
}
.proposal-facts { display: grid; gap: 9px; margin: 0; }

.proposal-facts div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--hc-text);
  font-size: 13px;
}
.proposal-facts dt { color: rgba(255, 255, 255, .52); }
.proposal-facts dd { margin: 0; }
.proposal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.proposal-accept,
.proposal-edit {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 10px;
  font-size: 13.5px;
}
.proposal-accept { background: var(--hc-accent); color: #fff; font-weight: 790; }
.proposal-edit { border: 1px solid rgba(255, 255, 255, .22); color: #fff; font-weight: 750; }

.phone-caption {
  margin: 0;
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}
.handoff-log { list-style: none; }

.handoff-log > li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hc-line-08);
}

.log-mark {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(77, 140, 255, .18);
  color: var(--hc-accent-soft);
  font-size: 12px;
  font-weight: 820;
}
.log-copy { display: grid; gap: 3px; }
.log-copy b { color: #fff; font-size: 14px; font-weight: 780; }
.log-copy small { color: rgba(255, 255, 255, .56); font-size: 12px; }
.log-time { color: rgba(255, 255, 255, .68); font-size: 12.5px; font-weight: 750; font-variant-numeric: tabular-nums; }

.handoff-log .log-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0 0;
  border-bottom: 0;
}
.handoff-log .log-foot strong { color: #fff; font-size: 13.5px; font-weight: 820; }
.handoff-log .log-foot span { color: rgba(255, 255, 255, .5); font-size: 12px; }

/* ---------- s3 봇짐 현황판 (출발 안내판) ---------- */
body[data-marketing-page="home"] .recent-heading > p {
  max-width: 32ch;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}
body[data-marketing-page="home"] .latest-posts-panel { padding: 0; border: 1px solid var(--hc-line-10); background: var(--hc-card); overflow: hidden; }

.latest-posts-board-head {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 150px minmax(0, 1fr) 116px;
  gap: 20px;
  padding: 16px 26px;
  border-bottom: 1px solid var(--hc-line-10);
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .5);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .14em;
}
.latest-posts-board-head .board-price { text-align: right; }
/* 안내판 행 높이: styles.css의 캐러셀 변수(112px 카드·10px 간격)를 제공안의
   79px 행·간격 0으로 재정의한다. 뷰포트 높이 공식은 그대로 두고 변수만 바꾼다. */
body[data-marketing-page="home"] .latest-posts-viewport { --latest-card-height: 79px; --latest-card-gap: 0px; }
body[data-marketing-page="home"] .latest-post-item { min-height: 0; margin: 0; padding: 0; }
body[data-marketing-page="home"] .latest-post-item { border-bottom: 1px solid rgba(255, 255, 255, .07); }

body[data-marketing-page="home"] .latest-post-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 150px minmax(0, 1fr) 116px;
  gap: 20px;
  align-items: center;
  padding: 22px 26px;
  color: var(--hc-text);
  text-decoration: none;
}
body[data-marketing-page="home"] .latest-post-row:hover { background: rgba(255, 255, 255, .03); }

body[data-marketing-page="home"] .latest-post-cell-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.03em;
}
body[data-marketing-page="home"] .latest-post-cell-schedule { color: var(--hc-text); font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }

body[data-marketing-page="home"] .latest-post-cell-title {
  overflow: hidden;
  color: #a9afb9;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-marketing-page="home"] .latest-post-cell-price {
  justify-self: end;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font-size: 11.5px;
  font-weight: 780;
  white-space: nowrap;
}
body[data-marketing-page="home"] .latest-posts-status, body[data-marketing-page="home"] .latest-posts-motion-note { margin: 0; padding: 20px 26px 0; color: rgba(255, 255, 255, .6); font-size: 13px; }
body[data-marketing-page="home"] .latest-posts-panel.has-cards .latest-posts-status:empty { display: none; }

.latest-posts-board-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 26px;
}
body[data-marketing-page="home"] .latest-posts-note { margin: 0; color: rgba(255, 255, 255, .5); font-size: 12px; }
body[data-marketing-page="home"] .latest-posts-fallback { color: var(--hc-accent-soft); font-size: 13px; font-weight: 750; }

/* ---------- s4 위치 보호 ---------- */
.location-grid-card {
  position: absolute;
  left: clamp(20px, 2.4vw, 40px);
  bottom: clamp(20px, 2.4vw, 40px);
  display: grid;
    gap: 14px;
  width: min(300px, 72%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(10, 11, 14, .86);
  backdrop-filter: blur(10px);
}
.location-grid-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.location-grid-head strong { color: #fff; font-size: 13px; font-weight: 800; }

.grid-chip {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(77, 140, 255, .2);
  color: var(--hc-accent-soft);
  font-size: 10.5px;
  font-weight: 800;
}
.grid-cells { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.grid-cells span { aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .13); border-radius: 3px; }
.grid-cells .soft { background: rgba(77, 140, 255, .14); }
.grid-cells .selected { border-color: rgba(77, 140, 255, .8); background: rgba(77, 140, 255, .58); }
.location-grid-card > p { margin: 0; color: rgba(255, 255, 255, .66); font-size: 11.5px; line-height: 1.6; }
body[data-marketing-page="home"] .location-copy > p { max-width: 40ch; color: rgba(255, 255, 255, .74); font-size: 16.5px; line-height: 1.72; }

.location-safeguards {
  display: grid;
  gap: 2px;
  margin: 6px 0 0;
  padding: 0;
  border-top: 1px solid var(--hc-line-14);
  list-style: none;
}

.location-safeguards li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--hc-line-14);
}

.safeguard-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(77, 140, 255, .16);
  color: var(--hc-accent-soft);
  font-size: 13px;
  font-weight: 800;
}
.safeguard-copy { display: grid; gap: 5px; }
.safeguard-copy b { color: #fff; font-size: 15px; font-weight: 780; }
.safeguard-copy small { color: rgba(255, 255, 255, .64); font-size: 12.5px; line-height: 1.6; }
body[data-marketing-page="home"] .location-copy > a { color: var(--hc-accent-soft); font-size: 14px; font-weight: 750; }

/* ---------- s5 AI 거래원장 ---------- */
body[data-marketing-page="home"] .ledger-status {
  padding: 10px 14px;
  border: 1px solid rgba(139, 183, 255, .42);
  border-radius: 9px;
  background: rgba(30, 111, 239, .12);
  color: #dbe8ff;
  font-size: 12.5px;
  font-weight: 800;
}
body[data-marketing-page="home"] .ledger-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); gap: 22px; align-items: stretch; }

.ledger-chat-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--hc-line-10);
  border-radius: 20px;
  background: var(--hc-card);
}

.ledger-panel-label {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .5);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .14em;
}
.ledger-chat-panel .chat-bubble { max-width: 86%; }

.ledger-ai-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--hc-line-10);
}

.ledger-ai-badge {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--hc-accent);
  color: #fff;
  font-size: 12.5px;
  font-weight: 830;
}
.ledger-ai-copy { display: grid; gap: 2px; }
.ledger-ai-copy b { color: #fff; font-size: 13.5px; font-weight: 780; }
.ledger-ai-copy small { color: rgba(255, 255, 255, .56); font-size: 12px; }

body[data-marketing-page="home"] .evidence-ledger {
  display: grid;
  align-content: start;
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(139, 183, 255, .28);
  border-radius: 20px;
  background: var(--hc-card);
}

body[data-marketing-page="home"] .evidence-ledger .ledger-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
body[data-marketing-page="home"] .evidence-ledger .ledger-head span:first-child { color: #fff; font-size: 15px; font-weight: 830; }
body[data-marketing-page="home"] .evidence-ledger .ledger-head span:last-child { color: rgba(255, 255, 255, .5); font-size: 11.5px; font-weight: 750; }
body[data-marketing-page="home"] .evidence-ledger ol { margin: 0; padding: 0; list-style: none; }

body[data-marketing-page="home"] .evidence-ledger li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--hc-line-08);
}
body[data-marketing-page="home"] .ledger-key { color: var(--hc-accent-soft); font-size: 12px; font-weight: 820; }
.ledger-item { display: grid; gap: 3px; }
.ledger-item strong { color: #fff; font-size: 14px; font-weight: 780; }
.ledger-item small { color: rgba(255, 255, 255, .56); font-size: 12px; }
body[data-marketing-page="home"] .ledger-source { color: var(--hc-accent-soft); font-size: 11.5px; font-weight: 780; }
body[data-marketing-page="home"] .ledger-foot { margin: 16px 0 0; color: rgba(255, 255, 255, .46); font-size: 11.5px; line-height: 1.6; }
.ledger-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }

.ledger-notes div {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--hc-line-10);
  border-radius: 16px;
  background: var(--hc-card);
}
.ledger-notes strong { color: #fff; font-size: 15px; font-weight: 800; }
.ledger-notes span { color: rgba(255, 255, 255, .62); font-size: 13px; line-height: 1.65; }

/* ---------- s6 앱 설치 ---------- */
body[data-marketing-page="home"] .app-copy > p { max-width: 40ch; color: rgba(255, 255, 255, .74); font-size: 16.5px; line-height: 1.72; }

body[data-marketing-page="home"] .store-board {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--hc-line-14);
  border-radius: 20px;
  background: rgba(20, 22, 27, .88);
  backdrop-filter: blur(12px);
}

body[data-marketing-page="home"] .store-board > div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
}

body[data-marketing-page="home"] .store-symbol {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
}
body[data-marketing-page="home"] .store-board strong { color: #fff; font-size: 16px; font-weight: 800; }
body[data-marketing-page="home"] .store-board small { color: rgba(255, 255, 255, .6); font-size: 12.5px; }
body[data-marketing-page="home"] .store-board > p { margin: 4px 0 0; color: rgba(255, 255, 255, .54); font-size: 11.5px; line-height: 1.6; }

/* ---------- 모바일 (제공안 분기점 900px) ---------- */
@media (max-width: 900px) {body[data-marketing-page="home"] .workflow-layout, body[data-marketing-page="home"] .ledger-layout { grid-template-columns: minmax(0, 1fr); }
body[data-marketing-page="home"] .workflow-intro { position: static; top: auto; }
.route-facts, .ledger-notes { grid-template-columns: minmax(0, 1fr); }
body[data-marketing-page="home"] .hero-scope, body[data-marketing-page="home"] .recent-heading > p { text-align: left; }
.latest-posts-board-head { display: none; }
body[data-marketing-page="home"] .latest-post-row { grid-template-columns: minmax(0, 1fr); row-gap: 8px; padding: 18px 20px; }
body[data-marketing-page="home"] .latest-post-cell-price { justify-self: start; }
body[data-marketing-page="home"] .latest-post-item { height: auto; }
body[data-marketing-page="home"] .latest-posts-panel .latest-posts-viewport { height: auto; max-height: 460px; overflow-y: auto; }
}
