
/* Component-only compatibility from the former unified-v3 layer.
   Intentionally does not change page background, section spacing or hero backgrounds. */
.page-modernized .card,
.page-modernized .tile,
.page-modernized .tile-big,
.page-modernized .info-card,
.page-modernized .content-card,
.page-modernized .tip-card,
.page-modernized .callout{
  background:rgba(255,255,255,.95);
  border:1px solid rgba(13,24,48,.09);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(0,0,0,.055);
}
.page-modernized .card,
.page-modernized .info-card,
.page-modernized .content-card,
.page-modernized .tip-card,
.page-modernized .callout{padding:20px}
.page-modernized .tile,
.page-modernized .tile-big{padding:18px;position:relative}
.page-modernized .iv-card-icon{
  width:40px;height:40px;display:grid;place-items:center;border-radius:12px;
  background:rgba(11,45,214,.07);font-size:21px;margin-bottom:11px;
}
.page-modernized a.tile,
.page-modernized a.tile-big,
.page-modernized a.card{
  color:inherit;text-decoration:none;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.page-modernized a.tile:hover,
.page-modernized a.tile-big:hover,
.page-modernized a.card:hover{
  transform:translateY(-2px);
  box-shadow:0 15px 36px rgba(0,0,0,.08);
  border-color:rgba(11,45,214,.18);
}
.page-modernized .callout{border-left:4px solid #0b2dd6}
.page-modernized .badge{
  display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;
  background:rgba(11,45,214,.075);
}
.page-modernized details{
  background:rgba(255,255,255,.95);
  border:1px solid rgba(13,24,48,.09);
  border-radius:16px;padding:13px 15px;margin-bottom:12px;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}
