
/* v185 Module Alignment to Homepage Governance Claims */
.tvh-module-alignment{
  max-width:1180px;
  margin:28px auto;
  padding:26px;
  border:1px solid rgba(12,73,64,.14);
  border-radius:26px;
  background:linear-gradient(180deg,var(--tvh-surface,#fffaf0) 0%,rgba(255,250,240,.92) 100%);
  box-shadow:0 18px 42px rgba(14,44,39,.08);
  color:var(--tvh-ink,#10231d);
}
.tvh-module-alignment .tvh-alignment-kicker{
  font-size:12px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--tvh-muted,#64736d);
  font-weight:850;
  margin-bottom:8px;
}
.tvh-module-alignment h2{
  margin:0 0 10px;
  color:var(--tvh-green,#0c4940);
  font-size:clamp(24px,3vw,36px);
  line-height:1.12;
}
.tvh-module-alignment p{
  margin:0;
  color:var(--tvh-muted,#64736d);
  line-height:1.68;
  max-width:980px;
}
.tvh-alignment-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:14px;
  margin-top:18px;
}
.tvh-alignment-card{
  padding:17px;
  border:1px solid rgba(12,73,64,.12);
  border-radius:18px;
  background:rgba(255,255,255,.58);
}
.tvh-alignment-card strong{
  display:block;
  color:var(--tvh-green,#0c4940);
  margin-bottom:7px;
  font-size:15px;
}
.tvh-alignment-card span{
  display:block;
  color:var(--tvh-muted,#64736d);
  line-height:1.58;
  font-size:14px;
}
.tvh-alignment-chain{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.tvh-alignment-chain span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 11px;
  border-radius:999px;
  border:1px solid rgba(12,73,64,.14);
  background:rgba(12,73,64,.06);
  color:var(--tvh-green,#0c4940);
  font-size:13px;
  font-weight:800;
}
.tvh-module-alignment .tvh-alignment-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.tvh-module-alignment .tvh-alignment-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:10px 14px;
  border:1px solid rgba(12,73,64,.16);
  text-decoration:none;
  color:var(--tvh-green,#0c4940);
  background:rgba(255,255,255,.65);
  font-weight:800;
  font-size:14px;
}
.tvh-module-alignment .tvh-alignment-actions a:first-child{
  background:var(--tvh-green,#0c4940);
  color:#fff;
}
@media(max-width:760px){.tvh-module-alignment{padding:20px;margin:22px 14px}.tvh-alignment-grid{grid-template-columns:1fr}}

/* v185.1 Protected Workspace Alignment Compression */
.tvh-module-alignment.tvh-protected-assurance-card{
  padding:20px;
  margin:22px auto;
  border-radius:22px;
}
.tvh-protected-assurance-card .tvh-alignment-kicker{
  margin-bottom:6px;
}
.tvh-protected-assurance-card h2{
  font-size:clamp(22px,2.4vw,30px);
  margin-bottom:8px;
}
.tvh-protected-assurance-card p{
  max-width:920px;
  line-height:1.6;
  margin-top:8px;
}
.tvh-protected-assurance-card .tvh-assurance-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:10px;
  margin-top:14px;
}
.tvh-protected-assurance-card .tvh-assurance-item{
  padding:13px 14px;
  border:1px solid rgba(12,73,64,.12);
  border-radius:16px;
  background:rgba(255,255,255,.64);
}
.tvh-protected-assurance-card .tvh-assurance-item strong{
  display:block;
  color:var(--tvh-green,#0c4940);
  margin-bottom:5px;
  font-size:14px;
}
.tvh-protected-assurance-card .tvh-assurance-item span{
  display:block;
  color:var(--tvh-muted,#64736d);
  line-height:1.48;
  font-size:13.5px;
}
.tvh-protected-assurance-card .tvh-alignment-actions{
  margin-top:14px;
}
.tvh-protected-assurance-card .tvh-alignment-actions a{
  padding:9px 12px;
  font-size:13.5px;
}

